早速、コードを示します
コードをコピーします コードは次のとおりです:
functioncurlrequest($url, $postfield,$referer='',$cookie='') {
// http:// www.jb51.net
$ip= rand(100, 244).'.'.rand(100, 244).'.'.rand(100, 244).'.'.rand(100, 244);
カール_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); , CURLOPT_POST, 1 );
curl_setopt($ch, CURLOPT_COOKIE, $cookie);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('X-FORWARDED-FOR:'.$) ip, 'CLIENT -IP:'.$ip)); //IP を構築する
curl_setopt($ch, CURLOPT_REFERER, $referer); //ソースを構築する
$data =curl_exec($ch); //curl を実行する
($ch );
$data を返す }
$url='http://xxxxx/index.php';
$cookies='' ;// Cookie を構築します
$postfield=array(
'information_id'=>201204211839164950
);
$postfield = http_build_query($postfield)
$result =curlrequest($url, $postfield,$ref,$cookies); );
$result
http://www.bkjia.com/PHPjc/327701.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/327701.html技術記事詳しい説明は省略しますが、上記のコードは次のようにコピーされます。 functioncurlrequest($url, $postfield,$referer='',$cookie='') { //http://www.jb51.net $ip= rand( 100, 244).'.'.rand(100, 244).'...