Discuz!X3.2论坛后台删除customer.discuz.net方法教程

2018-09-28 3517 0条评论



dz3.2,最近打开后台首页会响应一会,下面有一块空白要过一会显示


浏览器提示正在解析主机,等待 customer.discuz.net 的响应




删除教程

打开 source\function\function_admincp.php


删除 

 if($_G['adminid'] == 1 && $_GET['action'] == 'index') {
                $release = DISCUZ_RELEASE;

                $newsurl =  'ht'.'tp:/'.'/cus'.'tome'.'r.disc'.'uz.n'.'et/n'.'ews'.'.p'.'hp?'.siteinformation();
                echo <<<EOT
<script type="text/javascript">
        var newhtml = '';
        newhtml += '<table class="tb tb2"><tr><th class="partition edited">您当前使用的 Discuz! 程序版本有重要更新,请参照以下提示进行及时升级</th></tr>';
        newhtml += '<tr><td class="tipsblock"><a href="http://faq.comsenz.com/checkversion.php?product=Discuz&version={$version}&release={$release}&charset={$charset}" target="_blank"><img src="{$newsurl}" onload="shownews()" /></a></td></tr></table>';
        \$('boardnews').style.display = 'none';
        \$('boardnews').innerHTML = newhtml;
        function shownews() {
                \$('boardnews').style.display = '';
        }
</script>
EOT;
        }


文章版权及转载声明

本文作者:符文浩 网址:http://blog.fuwenhao.com/post/152.html 发布于 2018-09-28
文章转载或复制请以超链接形式并注明出处。

发表评论

快捷回复:

评论列表 (暂无评论,3517人围观)参与讨论

还没有评论,来说两句吧...

取消
微信二维码
微信二维码
支付宝二维码