Google image search > high server load issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • something else
    replied
    Originally posted by razib View Post
    Many thanks for your help bro but I don't know where to place this code i mean on which file of the script
    if you own a php site then it is a good idea to learn php. i have no idea where to place it as i dont have that script

    Leave a comment:


  • razib
    replied
    Many thanks for your help bro but I don't know where to place this code i mean on which file of the script

    Leave a comment:


  • something else
    replied
    its not hard to do .... here a curl script to help you out:
    PHP Code:
    $url 'http://google.com';
    $ch curl_init();
    curl_setopt($chCURLOPT_URL$url);  
    curl_setopt($chCURLOPT_RETURNTRANSFER1);  
    $page curl_exec($ch);  
    curl_close($ch);
    echo 
    $page

    Leave a comment:


  • razib
    replied
    i m not a good coder so i don't know how to do it

    Leave a comment:


  • something else
    replied
    if it is using file_get_contents you may want to swap it over to curl

    Leave a comment:


  • razib
    started a topic Google image search > high server load issue

    Google image search > high server load issue

    Hello

    I am now using google image search script on my site, its creating high loads on my server
    Any one please suggest me how can i fix this issue.
    or please suggest any other better image search script.


    Thank You.
Working...
X