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

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.

If you converted them to test it shows as test.
 
If you converted them to test it shows as test.

try_260339.PNG


try2_o989.JPG


Why'd it expire?
 
And is there any possibility to convert them back to normal?
 
Noone have paid anything. They just click on the thing to prepare a payment. They never paid so it have expired.
 
Last edited by a moderator:
But when they do pay, it converts them to test... That's the problem it automatically converts them to test payments...
 
Unless you guys found a new way to hack the system, then it should work fine.

Expired is NOT test. Expire means they never paid...
 
There seems to be a problem, My players are not reciving points after payment.

I changed in all scripts pay.php, report.php to zaypay_payment as it is in database. I can see in my database saying, payid acc id, and status says prepared. Any ideas whats up?

Thank u o.x
 
There seems to be a problem, My players are not reciving points after payment.

I changed in all scripts pay.php, report.php to zaypay_payment as it is in database. I can see in my database saying, payid acc id, and status says prepared. Any ideas whats up?

Thank u o.x

You need to use the new table. The old version included in Gesior got a diffrent structure.
 
so this one then?


PHP:
DROP TABLE IF EXISTS `zaypay_payment`;
CREATE TABLE `zaypay_payment` (
  `payID` bigint(30) NOT NULL,
  `account_id` int(20) NOT NULL,
  `status` varchar(255) NOT NULL,
  PRIMARY KEY  (`payID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
ImportME.sql.

Also make sure your using the newest version (0.1.2b) and NOT the one that includes with Gesior.
 
What Linux? In most debian based distros (aga Ubuntu, Debian, Mint) they are enabled my default. In fedora too I believe and in gentoo you just add the SSL flag to php.
 
I added the tags to php.ini in that directory you've posted in first post. But point's are still not being added, i'm using 1.2b and imported sql file to.
 
Stain could you tell me is this correct if this shows in database???

94177352 5723373 prepared

got like 7 different ones. And money in my zaypay account to but point's still seem not to be added.

Any ideas?
 
Something here is wrong.

Sometimes point's are being added, sometimes not.

Full Texts payID account_id status
Edit Delete 94677732 1 prepared
Edit Delete 94681872 1137373 paid
Edit Delete 94838652 6727694 prepared

The last one was mines and the one before friend's
I didn't change anything in my files so he got the point's 2 days later i donate my self cuz someone complained and lol money went to zaypay but yet again point's weren't added.

So idk if it's just me or this system you got here ;o
 
Hi, damn this have been a long day.

See, im using xampp 1.7.3, downloaded ur script for 3-4 hours ago, everything is working = No errors or so


one problem, I dont recive any points when im doing test pays.

been google"ing" all day, search forum.. no sucess

please Stian, help me with this!

BTW, thanks for the script!
 
I've had the same problem

Go to you'r zaypay account on zaypay.com

go to payments, go to price setting and press edit.

you'll see a line Report URL in that box type

http://127.0.0.1/zaypay/report.php

Change the 127x to you'r servers IP

and do the same in payalogues< Edit and type in report URL same as in price settings.
 
I've had the same problem

Go to you'r zaypay account on zaypay.com

go to payments, go to price setting and press edit.

you'll see a line Report URL in that box type

http://127.0.0.1/zaypay/report.php

Change the 127x to you'r servers IP

and do the same in payalogues< Edit and type in report URL same as in price settings.


It didnt work either.. thanks for trying to help anyways ^^

Do you think "Super Easy" , "Easy" or "Full control" has anything to do with it?
 
Back
Top