26.
@Cute寂寥,
cpu.php 解码后
<?php
error_reporting(0);
header("Connection: close");/*告诉浏览器,连接关闭了,这样浏览器就不用等待服务器的响应 */
ignore_user_abort(1);
usleep(7500000);
$m=file_get_contents('log.txt');
include('go.php');
include('config.php');
notify ($path.'/http.php');
$log=notify($path.'/cpu.php');
file_put_contents('log.txt',$log);
If($m=='HTTP 500' or $m=='HTTP 200' or $m=='HTTP 302' or $m=='HTTP 409'):
notify($path.'/amd.php');
endif;
sleep(20);
exit;
?>
31.
@Cute寂寥,用的x.gg空间,config.php里的路径怎么改?求教,运行没两下就停了
35.
@Cute寂寥,同是xgg空间为什么我的运行慢,还没两下就停,什么情况?