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

Windows Daopay error

EmmaA

JigglyPuff
Joined
Aug 11, 2008
Messages
462
Reaction score
0
Location
Kraków, Poland
When somebody want to get points in daopay system, and he click "Check code" the error appear:

PHP:
"Warning: fopen(https://daopay.com/svc/pincheck?appcode=51705&prodcode=ots02&pin=ddd) [function.fopen]: failed to open stream: Result too large in C:\www\htdocs\buypoints.php on line 76"

PHP:
75* = function check_code_daopay($appcode, $prodcode, $pin)
76* = {
	77* = $handle = fopen("https://daopay.com/svc/pincheck?appcode=".$appcode."&prodcode=".$prodcode."&pin=".$pin, 'r');

* - lines

And its not adding points to donator account.
 
Back
Top