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

Znote shop error, paypal

hejd12345

New Member
Joined
Apr 11, 2012
Messages
255
Reaction score
1
Location
Sweden
Hello OT friends!
Whenever my friend tries to buy some points in my shop I recieve the payment but he won't recieve the points. I checked phpmyadmin > znote_paypal and I get this error, https://imgur.com/I67VsVR
Can anyone help me? :)

Edit:
It looks like the error message in the database is inserted through the script ipn.php.
http://pastebin.com/hzKChupP
I believe the function VerifyPaypalIPN should return true at line 76. However, it returns either null or false instead, causing the if statement at line 77 to go to line 122 and insert ERROR: Invalid data into the database. So the problem is probably in VerifyPaypalIPN, does anybody know how to fix it?

Thank you in advance!
 
Last edited:
Run var_dump on $value in the post loop after the its been sent to urlencode and see what is returned
 
Back
Top