- Posts: 22
- Thank you received: 0
PayPal IPN info is public on my site
- CHM
- Topic Author
- Offline
- Junior Member
-
Less
More
9 years 4 months ago - 9 years 4 months ago #73014
by CHM
PayPal IPN info is public on my site was created by CHM
Someone notified me that the Joom Donation extension is leaking donor information. I clicked on a link to my site which appears to display the IPN file " /components/com_jdonation/ipn_logs.txt " with public access.
Can I send you the link and you tell me how to fix this?
Can I send you the link and you tell me how to fix this?
Last edit: 9 years 4 months ago by CHM.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
9 years 4 months ago #73041
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic PayPal IPN info is public on my site
Hi
You can disable Paypal IPN with the instructions below (I will update download package on tomorrow with a new parameter in Paypal payment plugin to disable IPN logs)
1. Open the file components/com_jdonation/payments/os_paypal.php
2. Find this line of code:
3. Change it to:
After that, the log will be disabled
Tuan
You can disable Paypal IPN with the instructions below (I will update download package on tomorrow with a new parameter in Paypal payment plugin to disable IPN logs)
1. Open the file components/com_jdonation/payments/os_paypal.php
2. Find this line of code:
Code:
$this->ipn_log = true ;
3. Change it to:
Code:
$this->ipn_log = false;
After that, the log will be disabled
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.