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

Problem whit shop points

quixer

New Member
Joined
Jun 22, 2008
Messages
196
Reaction score
0
I got a problem whit shop.

This is whats happening when ppl buy points and trying to activate it : Errors occured:* Wrong PIN code, try to enter code again.

But i know it is the right code from daopay.

Annyone knows why this is happening ? :s

Ill rep u :D
 
First thing first. I got this from 'ExibeR' credits go to him.

ERROR
Code:
Errors occured:
* Wrong PIN code, try to enter code again.

Solution##
a)
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.

b)
1. Open buypoints.lua which is found in /xampp/htdocs/
2. Remember that the array must start with 0.
Etc:
PHP:
# example config for daopay
$config['daopay'][0]['appcode'] = xxxxx; #
$config['daopay'][0]['prodcode'] = 'xxxxx'; #
$config['daopay'][0]['addpoints'] = '2'; #
$config['daopay'][0]['cost'] = "2 euro inc. VAT"; #

Instead of:

PHP:
# example config for daopay
$config['daopay'][1]['appcode'] = xxxxx; #
$config['daopay'][1]['prodcode'] = 'xxxxx'; #
$config['daopay'][1]['addpoints'] = '2'; #
$config['daopay'][1]['cost'] = "2 euro inc. VAT"; #

I hope i helped you out mate, dont forget credits go to ExibeR not me :thumbup: Have fun!

If you need te whole post, here you go, the entire post of the errors of DAOPAY
 
Back
Top