Voici l'adresse. J'ai construit la source IP et le fichier d'en-tête du navigateur, etc. Comment puis-je explorer cette URL
function curl_file_get_contents_nossl($durl){
$r = rand(80,255);
$useragent = array(
'Mozilla/ 4.0 (compatible ; MSIE 8.0 ; Windows NT 6.0)',
'Mozilla/4.0 (compatible ; MSIE 7.0 ; Windows NT 5.2)',
'Mozilla/4.0 (compatible ; MSIE 6.0 ; Windows NT 5.1)',
'Mozilla/5.0 (Windows; U; Windows NT 5.2) Gecko/2008070208 Firefox/3.0.1',
'Opera/9.27 (Windows NT 5.2; U; zh-cn)',
'Opera/8.0 ( Macintosh ; PPC Mac OS /525.13 ',
'Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/525.13 (KHTML, comme Gecko) Version/3.1 Safari/525.13'
);
$ ch = curl_init() ;
curl_setopt($ch, CURLOPT_ACCEPT_ENCODING, "gzip,deflate");
curl_setopt($ch, CURLOPT_HTTPHEADER, array('X-FORWARDED-FOR:28.58.88.'.$r, ' CLIENT-IP:225.28 .58.'.$r)); //Construire l'IP
curl_setopt($ch, CURLOPT_URL, $durl);
curl_setopt($ch, CURLOPT_REFERER, "http://live.500. com/"); //Origine de la construction
curl_setopt($ch, CURLOPT_TIMEOUT, 5);
curl_setopt($ch, CURLOPT_USERAGENT, array_rand($useragent));
//curl_setopt($ch, CURLOPT_REFERER,_REFERER_) ;
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); //La même chose que ci-dessous si le certificat n'est pas vérifié
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
$r = curl_exec($ch) ;
curl_close($ch);
return $r;
}
Cela a été résolu, il y a trop de données ,,,,