• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Daopay where to verify code! (rep++)

exique

Natala-ot.com
Joined
Sep 28, 2008
Messages
1,673
Reaction score
25
Location
Sweden
Where in daopay do I verify my code!!

When ppl call and after that enter the code, they get the answer "Wrong code"
And I dont know what adress it should be in the "buypoints.lua"

Here is what I got atm >.<

PHP:
 $handle = fopen("https://daopay.com/admin/svc/text.svc?file=frameset.html&lang=en".$appcode."&subkey=".$prodcode."&pin=".$pin, 'r');
    if ($handle)
 
Seems to be right though. Are you sure you have setup your daopay correctly? You need to be very sure when you create the website and the ip you're hosting from, check that again. If you still have problems, then I will take some time explaining for you in steps.
 
1. Go to DaoPay.com
2. Log in (Who would have guessed?)
3. Click on Websites, then configure websites.
4. Choose your Website, and click edit.
5. Choose EASYpin, and click continue.
6. Click continue 2 more times, until you arrive at the Allowed IP addresses page.
7. In nr. 1 insert your domain: http://domain.crap.com/ In nr. 2 insert your IP: x.x.x.x (You can find it at What Is My IP Address? - IP Address Lookup, Internet Speed Test, IP Info, plus more)
8. Under "Link back to your website" insert your domain crap.org
9. Click continue, then Save.

Then it all should be working. That's what I had to do for the creator of this thread.
 
(BUMP) Didnt work :(

Still!!! :::

Where in daopay do I verify some ones code? Example he buys but it doesnt work, I have to see if its true. Where?
 
1. Go to DaoPay.com
2. Log in (Who would have guessed?)
3. Click on Websites, then configure websites.
4. Choose your Website, and click edit.
5. Choose EASYpin, and click continue.
6. Click continue 2 more times, until you arrive at the Allowed IP addresses page.
7. In nr. 1 insert your domain: http://domain.crap.com/ In nr. 2 insert your IP: x.x.x.x (You can find it at What Is My IP Address? - IP Address Lookup, Internet Speed Test, IP Info, plus more)
8. Under "Link back to your website" insert your domain crap.org
9. Click continue, then Save.

Then it all should be working. That's what I had to do for the creator of this thread.

But here: 7. In nr. 1 insert your domain: http://domain.crap.com/ In nr. 2 insert your IP: x.x.x.x (You can find it at What Is My IP Address? - IP Address Lookup, Internet Speed Test, IP Info, plus more).. when I add my normal ip not the domain, it will be changed when I restart my router.
I have exactly the same problem.
 
Last edited:
you need to configure it in config.php in \xampp\htdocs\config folder, so it will show the verify code bar you need to change this line

$config['site']['verify_code_shop'] = 0; // show verify code when player try to check premium code

to


$config['site']['verify_code_shop'] = 1; // show verify code when player try to check premium code

then it will work i guess :)
 
Back
Top