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

Paypal Php uniserver help

Dkadsfe

Member
Joined
Apr 1, 2016
Messages
280
Reaction score
22
php cURL is not enabled. It is required to for paypal and ZEOTSS services.
1. Find your php.ini file.
2. Uncomment extension=php_curl
Restart web server.

If you don't want this then disable zeotss and paypal in config.php.
Help I want to use paypal php for my server but I cant find my php.ini file where is it at? or is there another file that i have to edit? help please!!
 
Solution
step1.png



step2.png



step3.png
I would recommend my way before doing that. Yours is like a work around that can cause problems whereas mine is the correct way of doing it.
 
go to your www folder and search the ini.php
Unbenannt.png

and than go to line 30 and change this
Unbenannt1.png

to this and than its work
Unbenannt2.png
Stop post stuff that do more harm than good..
This will cause trouble because the IPN system uses cURL, so with that removed from the check in init.php would cause the IPN to bug because cURL is disabled.

Just enable PHP cURL.
 

I have the same problem but after I did everything Itutorial has said it is still useable should not I delete the complete
or only ;extension=php_curl.dll


;extension=php_bz2.dll
;extension=php_curl.dll
;extension=php_fileinfo.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_gmp.dll
;extension=php_intl.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
extension=php_mbstring.dll
extension=php_exif.dll ; Must be after mbstring as it depends on it
extension=php_mysqli.dll
;extension=php_oci8_12c.dll ; Use with Oracle 12c Instant Client
;extension=php_openssl.dll
;extension=php_pdo_firebird.dll
extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_odbc.dll
;extension=php_pdo_pgsql.dll
;extension=php_pdo_sqlite.dll
;extension=php_pgsql.dll
;extension=php_pspell.dll
;extension=php_shmop.dll


Please help
 
I have the same problem but after I did everything Itutorial has said it is still useable should not I delete the complete
or only ;extension=php_curl.dll


;extension=php_bz2.dll
;extension=php_curl.dll
;extension=php_fileinfo.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_gmp.dll
;extension=php_intl.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
extension=php_mbstring.dll
extension=php_exif.dll ; Must be after mbstring as it depends on it
extension=php_mysqli.dll
;extension=php_oci8_12c.dll ; Use with Oracle 12c Instant Client
;extension=php_openssl.dll
;extension=php_pdo_firebird.dll
extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_odbc.dll
;extension=php_pdo_pgsql.dll
;extension=php_pdo_sqlite.dll
;extension=php_pgsql.dll
;extension=php_pspell.dll
;extension=php_shmop.dll


Please help
He said that take ; away from the ;extension=php_curl.dll so it will be like this extension=php_curl.dll
 
Back
Top