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

Daopay -

Redsera

http://redsera.com
Joined
Mar 27, 2009
Messages
8
Reaction score
0
Hi , i have a problem with daopay, i can only give points to acc number 1
and when i do that i get a error msg:


PHP:
Warning: fopen(trans/daopay.log) [function.fopen]: failed to open stream: No such file or directory in C:\xampp\htdocs\buypoints.php on line 50

Warning: fwrite(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 52

Warning: fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 53
 
Last edited:
Hi , i have a problem with daopay, i can only give points to acc number 1

Write character name instead of accountnumber.

And in your "buypoints.lua"
Change:
Code:
$main_content .= '<tr><td><b>Account number: </b></td><td><input type="text" size="20" value="'.$to_user.'" name="to_user" /></td></tr>
With:
Code:
$main_content .= '<tr><td><b>Player name: </b></td><td><input type="text" size="20" value="'.$to_user.'" name="to_user" /></td></tr>

Then it's just to insert the playername instead of accountnumber.
 
Back
Top