User Profile

Collapse

Profile Sidebar

Collapse
everybytescount
everybytescount
Last Activity: Sep 16 '09, 08:48 PM
Joined: Aug 20 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • everybytescount
    replied to installing libwbxml2
    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)
    See more | Go to post

    Leave a comment:


  • everybytescount
    started a topic installing libwbxml2

    installing libwbxml2

    Does anyone know how do i install the library libwbxml2 on a shared hosting?
    See more | Go to post

  • 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=:&/');
    ...
    See more | Go to post
    Last edited by Dormilich; Aug 20 '09, 05:47 PM. Reason: Please use [code] tags when posting code

    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?...
    See more | Go to post
No activity results to display
Show More
Working...