Discuz教程网

Discuz!X3.2后台如何删除customer.discuz.net请求

[复制链接]
authicon dly 发表于 2018-9-21 00:32:18 | 显示全部楼层 |阅读模式
dz3.2,最近打开后台首页会响应一会,下面有一块空白要过一会显示

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



删除教程
打开 source\function\function_admincp.php

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

  3.                 $newsurl =  'ht'.'tp:/'.'/cus'.'tome'.'r.disc'.'uz.n'.'et/n'.'ews'.'.p'.'hp?'.siteinformation();
  4.                 echo <<<EOT
  5. <script type="text/javascript">
  6.         var newhtml = '';
  7.         newhtml += '<table class="tb tb2"><tr><th class="partition edited">您当前使用的 Discuz! 程序版本有重要更新,请参照以下提示进行及时升级</th></tr>';
  8.         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>';
  9.         \$('boardnews').style.display = 'none';
  10.         \$('boardnews').innerHTML = newhtml;
  11.         function shownews() {
  12.                 \$('boardnews').style.display = '';
  13.         }
  14. </script>
  15. EOT;
  16.         }
复制代码




上一篇:UC通信正常,但删除会员不同步
下一篇:DZAPP使用远程附件功能后,在本地的图片无法显示
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

1314学习网 ( 浙ICP备10214163号 )

GMT+8, 2024-4-30 12:49

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表