curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 
curl_setopt($ch, CURLOPT_USERAGENT, USER_AGENT); if (PROXY == true) 
curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1:8080"); 
....
if ($fetchcache && strpos($response, '©'.date('Y').' Google')) { 
  $response = fetch(str_replace('http://google.com/search?q=cache:', '', $url), false); 
} 这几行都去了,再看看