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

I do not give ANY support for the script included in Gesior, It's even modified so the one who included it should take the responsebility for it.

Hmm, sorry. Fixed a bug in 0.1.2a (copied a query from 0.2.x that isn't compatible :p)

who were you talking to? :P me and hxzr or the other guy?
 
so what do you mean? XD

I did exactly everything you said in the first post and still they doesn't get automatically points hmm...
 
You mean the config.php in Zaypay folder?

In that case, there is no password hmm..

PHP:
<?php

  $price_setting_id  = 63432;  // Id
  $price_setting_key = 'b2da8320f387a402099dd7a49945aac5'; // Hash
  $points_to_give = 16; // 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
?>
 
Well.. I'm not so sure really. Should I click the link in your first post, or isn't it updated yet?:P

Either way, shouldn't 0.1.2a give points automatically?
 
Since ZayPay doesn't work for me, I wanted to repeat everything I did and I think the extension part in PHP.ini is where I did wrong.


When I added

PHP:
extension=php_openssl.dll

in PHP.ini and restarted apache, this error came up:

PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_openssl.dll'
- The specified module could not be found.

So if I understood that correct, I downloaded php_openssl.dll and put it in \ext\.

Then I restarted Apache again and now this stupid error appeared:

The program can't start because php4ts.dll is missing from your computer. Try reinstalling the program to fix this problem.

But I already have php4ts.dll-.-

What should I do... :\
 
Is it meant to be like this(I saw it on another website)?:


If not, how to fix it?

It's like this for me:

The background is just grey instead of the website as background :s
 
Stian told me to download a php_openssl.dll for PHP5 so I did it :)

I think it worked, because now only one error appears:

PHP Startup: openssl: Unable to initialize module
Module complied with module API=20060613
PHP complied with module API=20090626
These options need to match

anyone knows how to fix this? x)
 
My Zaypay script is still not automatic.. it's ok I guess, however, people can still donate. And I wonder, can I check if someone has donated via his/hers phone number?:S
 
Yes, but that won't help for report.php therefore you'll need to write the errors to a file.
 
Back
Top