• 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 AAC Zaypay report error.

Havocbringer

Well-Known Member
Joined
Apr 28, 2010
Messages
1,687
Reaction score
90
Location
Ireland
When people buy points with zaypay it seems that the money is received, but it is not registered in the database on phpmyadmin and they do not receive their points.
The report page for Zaypay also seems to be displaying the error report of "Bugged config".
The following is customscripts/zaypay/config.php
Code:
<?php
$options[130114]['name'] = 'Buy 5 premium points';
$options[130114]['payalogue_id'] = 132461;
$options[130114]['price_id'] = 141514;
$options[130114]['price_key'] = 'cabb8dfcd5a1995225cb7438808ff038';
$options[130114]['points'] = 5;
 
$options[130124]['name'] = 'Buy 13 premium points';
$options[130124]['payalogue_id'] = 132463;
$options[130124]['price_id'] = 141524;
$options[130124]['price_key'] = '0ee57d582876e2d540dc346edc464bb8';
$options[130124]['points'] = 13;
 
$options[130134]['name'] = 'Buy 28 premium points';
$options[130134]['payalogue_id'] = 132465;
$options[130134]['price_id'] = 141534;
$options[130134]['price_key'] = '28d860bff0a163d81e362a7875ea6764';
$options[130134]['points'] = 28;

Any help would be appreciated.
Thanks.
 
Back
Top