Google scraper problem ..need help

Discussion in 'PHP' started by 75dollarseo, Jan 17, 2012.

  1. #1
    hello , look at this script to scrape google result


    it's not working with Proxy , when i removing bellow two lines it's working for few time , after that result showing blank for few hours ??

     CURLOPT_PROXY   => "193.138.185.51", //Proxy host if needed
            CURLOPT_PROXYPORT  => "3128",   //Proxy port if needed
    PHP:
    what is the problem ?? any other scraper available
     
    75dollarseo, Jan 17, 2012 IP
  2. modz

    modz Well-Known Member

    Messages:
    95
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    103
    #2
    I am not familiar with cURL, but I guess that the proxy's URL must be in HTTP format, like this:

    CURLOPT_PROXY => "http://193.138.185.51/", //Proxy host if needed
    PHP:
     
    modz, Jan 17, 2012 IP
  3. 75dollarseo

    75dollarseo Greenhorn

    Messages:
    87
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    no it's not working :(
     
    75dollarseo, Jan 17, 2012 IP
  4. modz

    modz Well-Known Member

    Messages:
    95
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    103
    #4
    May be the problem comes from the proxy. Try another one.
     
    modz, Jan 17, 2012 IP