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