代码求纠错

@Ta 2014-04-25 822点击
<?php //任务创建
ignore_user_abort (  true );
set_time_limit ( 0 );
$qq = $_POST ["qq"];
$sid = $_POST ["sid"];
require ("s.php");
$i = 0;
  $url = "http://127.0.0.1/qzone/0424/do.php";

while (true){
$msg = $s[$i];
$data = "qq={$qq}&sid={$sid}&msg={$msg}";
post($url,$data);
if(preg_match('/no/',$content)){
sleep(300);
}
$i++;
if($i == $num){
$i = 0;
}
}


问题:运行一段时候后停止,三蛋空间,函数没放
回复列表(0|隐藏机器人聊天)
帖子没有回复
添加新回复
回复需要登录