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

Buypoints.php?

Juzzan

New Member
Joined
Jun 10, 2009
Messages
8
Reaction score
0
can anyone please tell me how to modify buypoints.php???+ i want to use daopay. thanks.
 
Hello Gona show u a fast tutioral go to doapay.com and sign up if u aledry a member of website you go to Websites Than hit The button "New Website" Choose Easypin and press continiue Than Enter your ip of ur network check here
>>
whatsmyip.net
<<

Than Write a description i wrote "tibia donation" than you press service catagory and choose "online-gaming"
mark SMS I want all future countries for SMS payments as well both
marked
and also mark "I want all future payment methods as well "

than you hit continiue
And on the new page u se 3 diffreant Spaces In first put ur ip "whatsmyip.net"
in second put you domain name example "roxxorserver.mine.nu" than under that u got another space there u write ur domain name to..

and now hhow u modify buypoints.php

<?PHP
#################### CONFIG ###################################################
# activation of DaoPay system
$config['daopay'] = array();
$config['daopay_active'] = true; #active daopay system?
# example config for daopay
$config['daopay'][0]['appcode'] = APPLICATION CODE HERE; #
$config['daopay'][0]['prodcode'] = 'PRODUCT CODE HERE'; #
$config['daopay'][0]['addpoints'] = '20'; # << Points
$config['daopay'][0]['cost'] = "5 euro inc. VAT"; # <<Price
#################################################################################

?>

1. How u check application code!
Go to doapay.com and press websites and there u se ur product and to the left its stands Application code XXXXX

2. how to check product code!
Press Products and then u se to the left Product code XXXXX
and now u go to ur folder htdocs/ipn/
open ipn.php and edit this
$mysql_host = 'localhost'; //Leave at localhost
$mysql_user = 'root'; //DB
$mysql_pass = '365367'; //DB Pass
$mysql_db = 'gekar'; //DB Name

if it helpt rep++
 
Last edited:
Back
Top