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

Stian's Zaypay script (standalone v0.1.2c)

Code:
English Notice: Undefined variable: show_native in c:\xampp\htdocs\zaypay\pages\1-choosemethod.php on line 18

:O?
 
alright, thank you stian!

Edit: is it easy to configure other payments than just one?(Like 3 euro - 300 points, 5euro - 500 points, etc) I took a quick look at it and didn't find it so simple. (Well I'm tired, but would appreciate your response!)
 
alright, thank you stian!

Edit: is it easy to configure other payments than just one?(Like 3 euro - 300 points, 5euro - 500 points, etc) I took a quick look at it and didn't find it so simple. (Well I'm tired, but would appreciate your response!)

Not with 0.1.
 
Man, this zaypay script doesn't work for me, i configured all good, this even change z_shop_points_bought in database but players don't gain sms points. Can anyone fix this ? I don't know php :/
 
Report.php doesn't work i typed good report adress mydomain/zaypay/report.php
 
yes of course im not so noob in these toys i configured all and checked this hundret times, on zaypay website i give good adress to report.php but im sure that problem is with report.php - this file don't changes enything in database
 
Sorry, i can't edit my post so here is my zaypay's database file and config
Database: <?php
$mysqlConn = $db = mysql_connect("localhost", "root", "my db password");
mysql_select_db("my db's name", $mysqlConn);
?>

Config.php:
<?php
$price_setting_id = 74732; // Id
$price_setting_key = 'f34d60ea483d2d958d4745129191d81f'; // Hash
$points_to_give = 100; // Points to give after to have paid
$message_to_guests = "You MUST be logged in!";
$message_on_paid = "You have paid!";
$show_native = 1; // Longer language name, but easier for people without English knowledge
$noIPCheck = 0; // If true, then the default settings will be used instead of IP check
$defaultCountry = 'en-SE'; // format is languageCode-countryCode
?>
 
All payment are in prepared status in vapus_payment, when i know i changed them to paid in zaypay web.
Something like this:
payID account_id status
Edytuj Usuń 91334932 1 prepared
 
Any ideas? Please help me make this script working. I am using gesior acc. Meybe it's problem with my ip, or something can block port to use report.php ?
 
I get theese2 errors after i choose my method i click on contnue and this
come's up.. help please.

Notice: Undefined offset: 1 in C:\xampp\htdocs\zaypay\includes\Zaypay.class.php on line 245

Notice: Trying to get property of non-object in C:\xampp\htdocs\zaypay\includes\Zaypay.class.php on line 307
 
Why do all the payments that come from my customers convert to test?

They get points, it appears on zaypay website, but it shows as test and i don't get the money.
 
Back
Top