秒刷任务代码
2014-05-21 09:10:15 -0400
<?php
ignore_user_abort(true);
function wd($url){
$ch = curl_init();
curl_setopt($ch, CURLOPT_TIMEOUT, 1);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
}
$u='你要秒刷的网址';
for($i=1;$i<9;$i++){
wd($u);
sleep(2);
}
echo 'OK!';
?>
----Comments(4)----
泡沫的、恋 (@ailiyishen) |
@ at 2014-05-26 06:43:
NO,一分钟监控五次就可以秒刷
翱翔的雄鹰 (@axdxy) |
@ at 2014-05-26 06:21:
呃。。。
@ny |
@ at 2014-05-21 17:10:
留名…备用…
翱翔的雄鹰 (@axdxy) |
@ at 2014-05-21 10:08:
访问一次就能秒刷?
Back to home
Subscribe |
Register |
Login
| N