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

also these things you need to add into php.ini, you can add them there (atleast on xampp 1.71)

Code:
______ONLY NEEDS TO BE ENABLED, NOT ADDED_______

short_open_tag = on
at line 226

______ONLY NEEDS TO BE ENABLED, NOT ADDED_______

allow_url_fopen = on
at line 894 but its most likely already on
 
Last edited:
Yeah, I did it but when I started Apache, two errors appears;

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

"PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\openssl.so'
- The specified module could not be found.'
 
Yeah, I did it but when I started Apache, two errors appears;

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

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

openssl.so is for linux ;)

Search at google for php_openssl.dll and put it in ur ext folder, not sure if this will work but worth a try ;)
 
Bad repack of PHP you got. Openssl is included in the default build from php.net.
 
Yeah, I did it but when I started Apache, two errors appears;

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

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

because it is in /xampp/apache/php.ini

remove the ; infront of the line ;openssl
 
Pleace read the damn warnings in the first post...

If your IQ is below 95, just stop reading beyond this point.

Also, you need to know how to reconfigurate php.ini and insert SQL code. If you don't know that, just stop reading.

Also, it takes 2min to just Google it...
 
whos the guy who workes there i need help in my account i dont get the pm on email -.-
 
I have one simple rule that probable cut the amounts of "please help!" posts i've written down with 90%. Google atleast 10min before posting. I got a list of paths on the top of my google query. Anyway, I'll update the first post so people stop asking about the location when using XAMPP.
 
Back
Top