AGAMES 討論區

標題: 許願池 [打印本頁]

作者: dlalden    時間: 2008-11-8 17:29:20     標題: 許願池

安裝過程

1.上傳附件包

2.執行wish_install.php

3.修改index.php

查找:
  1. $newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;
複製代碼

下面加:

  1. //許願池 繁化 BY 常山趙子龍 ([url]http://hkforumdiscuss.com[/url])
  2. $query = $db->query("SELECT * FROM {$tablepre}wish ORDER BY dateline DESC LIMIT 10");
  3. $wi=intval($wi);
  4. $wi=0;
  5. $wishlist=$awish=array();
  6.                 while($wish = $db->fetch_array($query)) {
  7.                        $awish['username']=addslashes($wish['username']);
  8.                        $awish['wishto'] = addslashes($wish['var1']);
  9.                        $awish['message'] = addslashes(trim(str_replace(" ","",$wish['var3'])));
  10.                        $awish['wishcoin'] =intval($wish['var4']);
  11.                        $wishlist[$wi++] = "<font color=red><b>".$awish['username']."</b></font>".' 花費 '."<b>".$awish['wishcoin']."</b>".' 個許願金幣為 '."<font color=blue><b>".$awish['wishto']."</b></font>".' 許願:'.$awish['message'];
  12.                  }
  13. //許願池 繁化 BY 常山趙子龍 ([url]http://hkforumdiscuss.com[/url])
複製代碼

4. 修改:templates/default/discuz.htm

查找:
  1. <!--{if empty($gid) && ($whosonlinestatus || $maxbdays)}-->
複製代碼

在上面加:

  1. <!--許願池 繁化 BY 常山趙子龍 ([url]http://hkforumdiscuss.com[/url])-->
  2. {template wishwhatsnew}
  3. <!--許願池 繁化 BY 常山趙子龍 ([url]http://hkforumdiscuss.com[/url])-->
複製代碼

5. 最後更新緩存




歡迎光臨 AGAMES 討論區 (http://61.244.113.49/) Powered by Discuz! X2