• 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 Donation Problem.

Wezzlan

~ FantastiaRPG ~
Joined
Jul 4, 2007
Messages
219
Reaction score
6
Well, Hi again..

Im using the newest gesior shop system. But when i use the daopay "Pincode"
On my homepage, ill get this error message..
Code:
 Warning: fopen(https://daopay.com/svc/pincheck?appcode=50006&prodcode=DEB3&pin=sogneatkew) [function.fopen]: failed to open stream: Result too large in C:\xampp\xampplite\htdocs\buypoints.php on line 43

And the line. 43 in buypoints.php
Code:
 	$handle = fopen("https://daopay.com/svc/pincheck?appcode=".$appcode."&prodcode=".$prodcode."&pin=".$pin, 'r');

/Regards Adde92
 
Last edited:
When you have fixed a new website in your daopay account, you need to be sure when the 3 boxes pops up, you gotta type your IP Adress there, not the server ip address, I mean the IP-numbers.

That helped my problem! Although, the error will still show up but it still verifies my pincode and adds the points to my account.

/Nikkster
 
Back
Top