its on a shared hosting, the customer service whom i livechat with said that i should be able to install it with no problem but they wont give any help on this.
administrative access is only for people on dedicated or vps, am i right? can't i just install the library through the cpanel or something, additional htaccess or php.ini probably...(fin gers crossed)
User Profile
Collapse
-
installing libwbxml2
Does anyone know how do i install the library libwbxml2 on a shared hosting? -
here's the code....
Code:/* $ch = curl_init ('http://www.templatemonster.com/webapi/categories.php?login=onluna&webapipassword=dc1baa3ffc98008920ff8f90a7a4c40d&linebreak=,&delim=:&/'); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec ($ch); curl_close ($ch); */ $result = file_get_contents('http://www.templatemonster.com/webapi/categories.php?login=onluna&webapipassword=dc1baa3ffc98008920ff8f90a7a4c40d&linebreak=,&delim=:&/');
Leave a comment:
-
Curl and file_get_contents returns 404 even if url is valid?
check www.onluna.com/test_curl.php . i used file_get_conten ts() to retrieve data from a url but it only returns :
failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in
the strangest thing is if i type the url im trying to open(you can see on the warning)
i get the right result so the file is definitely there. is this a problem with my hosting service? am i being block by the designated url server?...
No activity results to display
Show More
Leave a comment: