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

Solved [Daopay] Yes yes! Again daopay!

richux

Tibera.org
Joined
Aug 18, 2008
Messages
3,666
Reaction score
26
Location
---------
Hello! Today I started installing daopay system and these are the errors Im getting at the moment(appears when I try to check the code):

Warning: fopen(https://daopay.com/svc/pincheck?appcode=51492&prodcode=test&pin=ecoabnaher) [function.fopen]: failed to open stream: Result too large in C:\xampp\htdocs\buypoints.php on line 43

I went trough all the steps I found in daopay faq thread about this issua:

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.

Solution #1.2
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"; #


But I am still getting the error. :s Maybe there is some other fix also?

Thank you!:thumbup:
 
Last edited:
Back
Top