• 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!

Paypal IPN Problem - it doesnt go to the ipn.php!

Lasomanos

New Member
Joined
Sep 25, 2009
Messages
56
Reaction score
1
Okey, so I eddited the script and added a function that logs an IP any time the ipn.php is loaded.
When the payment is made, it doesnt log anything, that means paypal doesnt reach it.. and Im sure I have setted it up correctly in the form. Help please

Also, im not using any .htaccess to block other IPs, that means that there is some other problem..


And btw, do I have to have business account?? Verified Account? thanks!!!
 
if you arn't using .htaccess to block any ip's then there is a problem with your script. Try using Paypals IPN simulator to send a IPN to your script and see if it works. if it doesnt, try just POSTing the needed info to your script manually and see what happens. I had to edit the .htaccess for mine to work with paypal, but paypals IPN simulator worked without a .htaccess.
 
tech1.org/paypal.tar

Replace one of the .202 lines with .204 and you got a script that works just fine without the ugly .htaccess.
 
Back
Top