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

Lua (Please help me, website error) (Rep ++)

Rewexx

New Member
Joined
Oct 22, 2008
Messages
36
Reaction score
0
Hello, im using a automatic donation system through daopay and when someone buy a pincode and enter his player name/Account number on the homepage to get his points, he and me are get an error:

Warning: fopen(http://DaoPay.com/svc/PINcheck?appcode=49776&subkey=DEB3&pin=wappadbyac) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in C:\xampp\htdocs\Buypoints.php on line 43

And on the website it says: Errors occured:
* Server has problem with connection to daopay.com, can't verify PIN code.

i have entered the prod code in the config.lua & and application code, so please tell me, whats wrong

On the line 43 as it says, I have written this:

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

The website works aswell.
plzz help me
 
Back
Top