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

[Urgent] Help Required

xmattx

New Member
Joined
Jan 14, 2009
Messages
80
Reaction score
2
Greetings,

I am currently running TFS and have the Gesior A.A.C and Gesior Shop System. I have been running these for a whole week with absolutely no problems whatsoever. Many people have been using our shop system and payment using Daopay and it has worked everytime.

I recently received a message from a player saying they could not use their pincode. After trying this myself I get.

Error Message:
Warning: fopen(http://daopay.com/svc/PINcheck?appcode=48858&subkey=Xav2&pin=owurntmbka) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in C:\xampp\htdocs\buypoints.php on line 58

Also, the error message generated by Gesior Shop is:
Errors occured:
* Server has problem with connection to daopay.com, can't verify PIN code
.

What I've Tried:
I'm not so great with PHP, but I have checked line 58 and there doesn't seem to be much on there, that could possibly go wrong. I have no idea what should be there, or why the error message is occuring.

I was thinking maybe I changed something, but as far as I know I haven't touched a single thing, since it has been working.

Edit:

In buypoints.php on line 58, I have the following

$handle = fopen("http://DaoPay.com/svc/PINcheck?appcode=".$appcode."&subkey=".$prodcode."&pin=".$pin, 'r');

Thanks in advance. All help is greatly appreciated.

Kind Regards,

Xakin
 
Back
Top