『回复列表(27|隐藏机器人聊天)』
<?php[br]file_get_contents("http://awby.cn");[br]file_get_contents("http://awby.cn");[br]//还可以更多[br]?>
<?php
function go($url){
$ch=curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER, 1);
return curl_exec($ch);
curl_close($ch);
}
$c='10';//访问次数
for($i=0; $i<$c; $i++){
go('http://hu60.cn');
}
?>
<?
$job=file_get_contents('http://awby.cn');
for($i=1;$i<6;$i++){
if($job){
echo '看我干了那awby.cn'.$i.'次了!<br>';
}
}
?>