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

[Gesior shop]SMS to RL cash/points in shop, daopay.com system

people can just enter the same pin-code and they will get premium points always..

anyone knows how I can stop this?
 
Last edited:
I really need this to be fixed before someone realizes the bug.. look at my previous post..
Can someone fix and release the code?
 
Help please

Myself and my team have managed to make daopay work on our acc site, although we have two product eg. 1 euro gets you 2 premium points. and 3 euros gets u 6 premium points but we are unable to get them both on the buypoints page on acc site, can anyone help or point me in the right direction. many thanks
 
Example of 3 offers.
PHP:
$config['daopay'][0]['appcode'] = 46870; #
$config['daopay'][0]['prodcode'] = 'DEB2'; #
$config['daopay'][0]['addpoints'] = '200'; #
$config['daopay'][0]['cost'] = "2 euro inc. VAT"; #

$config['daopay'][1]['appcode'] = 46870; #
$config['daopay'][1]['prodcode'] = 'DEB4'; #
$config['daopay'][1]['addpoints'] = '400'; #
$config['daopay'][1]['cost'] = "4 euro inc. VAT"; #

$config['daopay'][2]['appcode'] = 46870; #
$config['daopay'][2]['prodcode'] = 'DEB6'; #
$config['daopay'][2]['addpoints'] = '600'; #
$config['daopay'][2]['cost'] = "6 euro inc. VAT"; #
How it look at site:
Debestia - Buy Points
(it's only example, don't use my pay-links :p )
 
Last edited:
Hi,
well I think making a listbox will be better... and its easy !
I will try!
I go an look at the PayPal API for making an Pay Pal Script
Sry: For my enlish I know -> a and an ... :p
 
How do I install the MySQL tables? can't find a SQL file or anything :O

Thanks,
 
To: From: Offer name Bought on page Received on OTS
Dizo CM Fyrax 0 19 November 2008, 18:19:04 Not realized yet.


how do u accutally accept the gift?


wich page do u accept the gift on or how , cuz i dont get it on the other character!
 
Last edited:
How should we fix the script now when DaoPay updated their system with appcodes etc..? It doesn't work anymore
 
How should we fix the script now when DaoPay updated their system with appcodes etc..? It doesn't work anymore
I can't check daopay now, but you can try to change (~40 line, buypoints.php):
PHP:
	$handle = fopen("http://DaoPay.com/svc/PINcheck?appcode=".$appcode."&subkey=".$prodcode."&pin=".$pin, 'r');
to:
PHP:
	$handle = fopen("https://daopay.com/svc/pincheck?appcode=".$appcode."&prodcode=".$prodcode."&pin=".$pin, 'r');
How do I install the MySQL tables? can't find a SQL file or anything :O
Thanks,
You don't need any tables. Only TFS and my acc. maker installed.
 
Back
Top