• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[PHP] paypal ipn problem

Vapous

New Member
Joined
Jul 9, 2008
Messages
114
Reaction score
3
Location
England
Hey, im using gesior aac with tfs 0.3.6 and my paypal doesnt add points auto.. but. i got an email from paypal saying this...


Please check your server that handles PayPal Instant Payment Notifications (IPN). Instant Payment Notifications sent to the following URL(s) are failing:



If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.




could this be a problem in my paypal HTM or?? ipn? :/
 
Maybe because it's the wrong folder?!

Try to change /ipn/ on this line, in paypal.htm:
Code:
<input type="hidden" name="notify_url" value="http://www.YOURADDRESS.com[B][COLOR="red"]/ipn/[/COLOR][/B]ipn.php">
to /paypal/ipn/ :p
Code:
<input type="hidden" name="notify_url" value="http://www.YOURADDRESS.com[B][COLOR="red"]/paypal/ipn/[/COLOR][/B]ipn.php">
 
Last edited:
/paypal/ipn/, not /paypal/, ffs. Refresh more often.

And no you shouldn't, it should only be accessible by PayPal's servers.
 
Back
Top