Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Web Pingback GTOP, receives data but no rewards

Newbie Spellweaver
Joined
Apr 16, 2016
Messages
86
Reaction score
1


The datareceive.log does appear with the correct pingback information however the SQL just doesn't credit. I've manually ran the query on my SQL and nothing seems to be wrong, any anyone guide me on what should be done?
 
Experienced Elementalist
Joined
Sep 8, 2012
Messages
260
Reaction score
6
Did you make sure to log all of the steps?
Your request is most likely failing here
if(!in_array($_SERVER["REMOTE_ADDR"],$authorized))
exit();
I know that it's a snippet that you copied from their website but make sure that it's not accidentally receiving an IPv6 address.
Also, I recommend to replace all $_POST with $_REQUEST just because I remember contacting gtop100 in the past and they told me to use that.

If you have any farther questions you should message gtop100 directly (gtop_url/contact), they always responded to me when I had questions!
 
Upvote 0
Back
Top