What is this ?, help !

Status
Not open for further replies.

cunninger

New Member
Messages
13
Reaction score
0
Points
0
Hi !.

I have upload some PHP files in hosting. When I run it by browser, the occur an error is :

Fatal error: Call to undefined function curl_init()

what 's this ???

Thanks you ! ;)
 

cunninger

New Member
Messages
13
Reaction score
0
Points
0
Yes !, x10hosting don't support curl functions !.
 
Last edited:

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
Yes we do. The free servers have curl, but like I said you must upgrade your php version via your account management panel.
I gave the wrong link above and do apologise.
Log in here -> http://www.x10hosting.com/login and then select the intermediate php config. It can take up to 24 hours to be approoved and then from there cURL support is enabled.
 

cunninger

New Member
Messages
13
Reaction score
0
Points
0
yes !, I have upgrade my php version via my account management panel. But it not working ... :(
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
Lotus php intermediate config
cURL support enabled

Try a simple script to see what extensions are enabled.
PHP:
<?php print_r(get_loaded_extensions()); ?>
 

cunninger

New Member
Messages
13
Reaction score
0
Points
0
Okay !, but I don't see info when I run test ( http://worldsoftvn.us/phpinfo.php ) php info

Example : http://cunninger.1gb.ua/phpinfo.php

see pic :

26553181tl8.png


You have fun !.
 
Last edited:

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
That is odd.
Cause a copy paste from the application for intermediate php says otherwise.
Intermediate PHP Configuration - You currently have this version
This version of PHP is much more relaxed in regards to security. More features are enabled compared to the default version.

* Mail(), eval() functions allowed
* Memory limit and max upload filesize set moderately higher
* URL fopen or include enabled
* More relaxed restriction of 'unsafe' and 'bad' functions

* PHP Version - 5.2.4
* cURL, FTP, Socket, and MBString extensions enabled
* /e modifier with preg_replace allowed
* No system/execution-related functions enabled, eg: exec, passthru, system
* Magic Quotes GPC enabled
* Register Globals disabled
* File uploads enabled
* Suhosin Path + Extension installed

Also I made a curl script the other day on a free server. The account was php config intermediate.
 
Status
Not open for further replies.
Top