• 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

Onizuka

Member
Joined
Jul 5, 2008
Messages
2,291
Reaction score
14
I've added shop on my site, now the problem is whenever i try to use function on daopay site

"create pin "

i get a pin code, but when i enter it on my site it says invalid pin code all the time, i tried for different amount of points and its same..


whats wrong???
 
Umm no, it only changes if I reconnect to the internet. ;>

EDIT:
Good PIN code. Added 50 Premium Points to account of: XXXXXXX !
Okay so um.. I generated a PIN code, and it works when I try to get points.
But I could use it infinite times lol >,<


And by the way; I got this error, too;
It seems it doesn't ruin anything ;>

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

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

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



EDIT: Okay so, I've created trans/daopay.log, and now it logs the PINCode and Account Number everytime I try to add points to myself. However, I can still use the same code infinite times ;/

Easy fix.

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

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

Warning: fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 38[/B]

Solution
Go to /xampp/htdocs/
Create a new folder called "trans"
Problem solved.
In that folder you can now see all pincodes and who used them.

2. Problem
Okay so um.. I generated a PIN code, and it works when I try to get points.
But I could use it infinite times lol >,<
1. Log into your DaoPay
2. Go to Products, then Manage Products
3. Select your product, and click edit
4. 3rd line you will find something called "Validity"
5. Change it from "1 Day" to "1 Counts"
Problem solved
 
Back
Top