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

[ZayPay] Urgent help! please rep++

Dalale

GX
Joined
Jun 13, 2008
Messages
718
Reaction score
2
Location
Sweden
Yo!
It was long time ago I was hostin OT's, when I did it the most used payment system was DaoPay.

I need help with my ZayPay script since I didnt find any good tutorial that show step by step how to install it I need your help.

I made an account at ZayPay and made some price settings...

Errors
Code:
Notice: Undefined variable: price_setting_id in C:\xampp\htdocs\zaypay\pay.php on line 12

Notice: Undefined variable: price_setting_key in C:\xampp\htdocs\zaypay\pay.php on line 12
Combination of PriceSetting-id and PriceSetting-key is unknown to us, maybe you didn't get it right?


Config.php
Code:
<?php
$options[130114]['name'] = 'Buy 5 premium points';
$options[130114]['payalogue_id'] = 15xx77;
$options[130114]['price_id'] = 15xx77;
$options[130114]['price_key'] = '4e18b395xx094a66xxxce9cc74880f78';
$options[130114]['points'] = 5;
 
$options[130124]['name'] = 'Buy 12 premium points';
$options[130124]['payalogue_id'] = 15xx79;
$options[130124]['price_id'] = 150679;
$options[130124]['price_key'] = '0exxxd582876e2d54xxxx6edc464bx
 
$options[130134]['name'] = 'Buy 20 premium points';
$options[130134]['payalogue_id'] = 15xx81;
$options[130134]['price_id'] = 15xx81;
$options[130134]['price_key'] = 'fbxxxx4da9a483axxxx9ef72aexx895';
$options[130134]['points'] = 20;
?>


Database - I wrote the password and db name..
Code:
<?php


$mysqlConn = $db = mysql_connect("localhost", "root", "PASSWORD");

mysql_select_db("DATABASE_NAME", $mysqlConn);

?>

Ive been searching alot but can't find any solution.

Would be appreciated if I could get help!!
 
Back
Top