DISCUZ删除customer.discuz.net 加快后台启动速度-Discuz教程下载

DISCUZ删除customer.discuz.net 加快后台启动速度

开通本站Svip会员,全站资源免费下
删除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.         }
复制代码
删除http://list.qq.com/zh_CN/htmledition/js/qf/page/qfcode.js
打开 \source\admincp\admincp_index.php
删除:
  1. echo '<style>.rssbook{margin:8px 0 0 25px;}</style>';
  2. echo '<script >var nId = "4d1e7b6dd9c5070d1a82aeb8be5e72fc64db42701a1bc4d4",nWidth="400px",sColor="light",sT
复制代码

全部评论 0

您需要登录后才可以回帖 立即登录
登录
0
0
0
返回顶部