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

Doapay NEED HELP FAST

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

With
PHP:
$handle = fopen("http://DaoPay.com/svc/PINcheck?appcode=".$appcode."&subkey=".$prodcode."&pin=".$pin, 'r');
Because you have a space in $prodcode." &pin=".$pin,
 
Replace
PHP:
$handle = fopen("http://DaoPay.com/svc/PINcheck?appcode=".$appcode."&subkey=".$prodcode." &pin=".$pin, 'r');

With
PHP:
$handle = fopen("http://DaoPay.com/svc/PINcheck?appcode=".$appcode."&subkey=".$prodcode."&pin=".$pin, 'r');
Because you have a space in $prodcode." &pin=".$pin,


No difrent
 
hmm and in which folder u have installed xampp?? in C://Xampp or C://Program Files/xampp or sth??

The xampp is not the problem.
It perfectly states that there is a problem with buypoints.lua

And for "chipsen"

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

With
PHP:
$handle = fopen("http://DaoPay.com/svc/PINcheck?appcode=".$appcode."&subkey=".$prodcode."&pin=".$pin, 'r');
Because you have a space in $prodcode." &pin=".$pin,
 
Back
Top