四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区

Board logo

標(biāo)題: [分享] WDCP后臺(tái)手動(dòng)升級(jí)系統(tǒng)代碼 [打印本頁]

作者: kingslink    時(shí)間: 2015-5-9 14:39     標(biāo)題: WDCP后臺(tái)手動(dòng)升級(jí)系統(tǒng)代碼

本帖最后由 kingslink 于 2015-5-9 14:40 編輯

FTP連接到服務(wù)器,進(jìn)入:/www/wdlinux/wdcp/templates/admin/目錄,下載index.htm文件,在適合的地方加入
  1. <input type="button" value="檢查更新" onclick="checkup()"/>
復(fù)制代碼


然后取掉最后面的:
  1. <script type="text/javascript" src="<?=$PHP_SELF;?>?ver=c"></script>
復(fù)制代碼


增加:
  1.     <script type="text/javascript">
  2.         function checkup()
  3.         {
  4.             loadJs("up","<?=$PHP_SELF;?>?ver=c");

  5.         }
  6.         function loadJs(sid,jsurl,callback){
  7.             var nodeHead = document.getElementsByTagName('head')[0];
  8.             var nodeScript = null;
  9.             if(document.getElementById(sid) == null){
  10.                 nodeScript = document.createElement('script');
  11.                 nodeScript.setAttribute('type', 'text/javascript');
  12.                 nodeScript.setAttribute('src', jsurl);
  13.                 nodeScript.setAttribute('id',sid);
  14.                 nodeHead.appendChild(nodeScript);
  15.             }
  16.         }
  17.     </script>
復(fù)制代碼





歡迎光臨 WDlinux官方論壇 (http://cd-genova.com/bbs/) Powered by Discuz! 7.2