[分享]Statistics2.0.0b榜中榜系統2.0.0

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

[分享]Statistics2.0.0b榜中榜系統2.0.0

文章 godbless »

榜中榜系統2.0.0b已經釋出\r
下載點:
http://nivisec.com/mods/statistics_2.ph ... _v200b.zip
作者首頁:
http://nivisec.com/mods/

安裝方法:

代碼: 選擇全部

#################################################################
## Mod Title:    Statistics
## Mod Version:  2.0.0a
## Author:       Nivisec < nivisec@hotmail.com > - http://nivisec.com/mods
## Description:
##    The Statistics Mod v2.0.0 is a complete statistics core
##    for your phpBB 2 board.
##
##    Unlike the previous 1.x versions, it now does not rely on hard coded
##    statistics, but instead uses modules. Users may enable/disable modules
##    from the admin control panel and they are very easy to install. Just
##    upload the module directory into your statistics module directory that
##    you define in the admin control panel.
##
##    You also now have complete control over what user levels can view each
##    individual module!
##
##    A new nice feature is your ability to define the update period for each
##    module of statistics. If the update period has not arrived, a fast database
##    cached version will be used instead of calculating the complete new set of
##    statistics. Usefull for long query modules and rarely updated statistics modules.
##
##    Active/De-Activate your modules at will inside the admin control panel. You can
##    also place your favorite modules on top of your page. A simple click moves a module
##    up and down.
##
## Installation Level:  easy
## Installation Time:   5-10 Minutes
## Files To Edit:       constants.php
## Included Files:      statistics.tpl
##                      table_install.php
##                      statistics.php
##                      statistics_install.txt
##                      lang_statistics.php
##                      icon_mini_statistics.png
##                      stat_modules/*
##
## Complete Dedicated Page: http://nivisec.com/mods/statistics_2.php
##                          - Download the latest version
##                          - Download more modules
##                          - Submit your own written modules
#################################################################
##
## Author Note:
## There are lots of variables that are easily modified so
## the user can customize the language inside lang_statistics.php
##
## Make sure you run the table_install.php to
## add the required tables before installing any other parts.
##
## After it is installed, you should see a new admin control panel
## section to get you started.
##
## To access the statistics page, you simply open statistics.php
## after it is uploaded.  You may also optionally install the
## extra icon link as instructed below.
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD

#
#-----[ 編輯到你的語系下(隨意一種) ]------------------------------------------
#
lang_statistics.php

#
#-----[ 上傳並執行它 ]------------------------------------------
#
table_install.php

#
#-----[ 上傳下列檔案至你存放phpbb2的檔案夾下 ]------------------------------------------
#
statistics.php -- to /
admin_statistics.php -- to /admin
statistics.tpl -- to /templates/subSilver/
lang_statistics.php -- /languages/lang_english/
stat_modules/* -- to / (upload the complete directory and all sub directories)

#
#-----[ 開啟 ]------------------------------------------
#
includes/constants.php

#
#-----[ 尋找 ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

#
#-----[ 在這段之後加上 ]------------------------------------------
#
//Nivisec Statistics Mod
define('MODULES_LIST_TABLE', $table_prefix . 'stats_modules');
define('STATS_CONFIG_TABLE', $table_prefix . 'stats_config');

#-------------------------------------------------------------
# Optional install of tiny link beside Usergroups in header
# 在頁首的部分做個小的連結
#-------------------------------------------------------------

#
#-----[ 上傳 ]------------------------------------------
#
icon_mini_statistics.png -- to /templates/subSilver/images

#
#-----[ 開啟 ]------------------------------------------
#
templates/subSilver/overall_header.tpl

#
#-----[ 尋找 ]------------------------------------------
#
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">   <a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>   <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>   <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a> 

#
#-----[ 在這段之後加上 ]------------------------------------------
#
 <a href="statistics.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_statistics.png" width="12" height="13" border="0" alt="Statistics" hspace="3" />論壇排行榜</a> 

#
#-----[ 儲存/關閉 所有的檔案 ]------------------------------------------
#
將裡面的一些必要說明文字修改成中文
翻譯的不好敬請見諒!


中文化50%版
先拿去試試看吧!
會員可以看的到的部分都是中文化了!
但是控制台的部分!一直沒空下去翻譯!可以先用看看!

試看!
試用帳號密碼:grant/grant
最後由 godbless 於 2002-07-29 14:27 編輯,總共編輯了 4 次。
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

文章 godbless »

然後!
我就不會裝了!
連結也做出來了!
就是進去後沒有任何東西!
怎麼辦呢!

救救我吧!
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
小竹子
竹貓星球大統領
竹貓星球大統領
文章: 4596
註冊時間: 2001-10-29 22:13
來自: 竹貓星球
聯繫:

文章 小竹子 »


晚上裝裝看好了
順便翻譯一下
注意事項:
●phpBB 架設相關問題請到 + phpBB 3.0.x 討論區發表!
●都沒有你要的答案嗎??>>點這裡<<搜尋一下吧!
●請使用>>標準的發文格式<<發表問題!
●竹貓星球並非政治團體代言人,請不要在竹貓討論政治議題,也不要認為竹貓是偏向任何一方政治團體,竹貓愛的是台灣這片生長的土地,過於泛政治化文章請來信告知移除!
●關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。
●所有市面上的免費空間皆非竹貓管轄,請勿來信詢問,請直接與該免費空間連絡。
頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

文章 godbless »

......有沒有人已經弄這個出來了呢?
教教我吧
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

文章 godbless »

跟大家報告一下,已經弄出來了
可以到我們這裡來看看
但是......
我找不到可以讓沒註冊的人看的選項
所以請大家用\r
grant\grant
進來看......

現在正在努力把它中文化....
比1.2.2版還難弄......
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
能量狗屎
星球公民
星球公民
文章: 101
註冊時間: 2002-05-31 21:58
來自: Taiwan滴啦!
聯繫:

文章 能量狗屎 »

出現錯誤:

Warning: OpenDir: Invalid argument (errno 22) in c:\appserv\www\phpbb2\statistics.php on line 156

Warning: readdir(): supplied argument is not a valid Directory resource in c:\appserv\www\phpbb2\statistics.php on line 158

怎麼解決呢?
淺水中™
頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

文章 godbless »

533880 寫:出現錯誤:

Warning: OpenDir: Invalid argument (errno 22) in c:\appserv\www\phpbb2\statistics.php on line 156

Warning: readdir(): supplied argument is not a valid Directory resource in c:\appserv\www\phpbb2\statistics.php on line 158

怎麼解決呢?
什麼樣的狀況下發生錯誤的?
一般狀況,我都是reload解決掉
看看你用的phpbb版本吧!
我的沒有出現這個狀況
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
能量狗屎
星球公民
星球公民
文章: 101
註冊時間: 2002-05-31 21:58
來自: Taiwan滴啦!
聯繫:

文章 能量狗屎 »

2.0.0
我有按照方法裝喔!!
淺水中™
能量狗屎
星球公民
星球公民
文章: 101
註冊時間: 2002-05-31 21:58
來自: Taiwan滴啦!
聯繫:

文章 能量狗屎 »

可以幫我翻譯一下那些句子嗎?
我是英文白痴=.=!!
淺水中™
liber
星球普通子民
星球普通子民
文章: 12
註冊時間: 2002-06-14 12:13

文章 liber »

你那個應該是下載下來的檔案解開之後有一個叫 stat_modules/ 這個檔案匣放到 phpBB2/ 的路徑下,你應該是放錯位置了,放到 phpBB2/的路徑下應該就不會了
頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

文章 godbless »

簡而言之!
這個mods目前並沒有發現會和其他的mods有衝突的狀況
同時,在你上傳之前,記得先在stat_modules資料夾下先做好語系的資料夾,並把lang.php放置在你所屬語系下的資料夾\r
比如說,你用的是正體中文語系的話\r
那在stat_modules/admin_statistics下記得先把lang.php放置在lang_chinese_traditional_taiwan的資料夾下,假如在裡頭並沒有找到的話\r
那就請你記得先建立一個新的資料夾,並將其名稱設定的跟你的語系的資料夾相同,不然在你安裝完後將會在控制台下看不到任何文字。

在完成上述步驟後,請記得到你的控制台裡面設定相關模組的安裝與啟動,不然就算是連結做出來了,你還是看不到任何東西!

正在跟剩下的300行奮鬥中,這兩天應該就可以把正體中文弄出來了
對了!
誰能跟我說一下
\n這個是啥意思啊?
Junior Administrators
小論壇管理員?

要怎麼設定出來啊?
好像沒設定出來就不能啟動top_attachments這個模組的樣子?
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
bloodhard
星球普通子民
星球普通子民
文章: 2
註冊時間: 2002-07-10 04:06

文章 bloodhard »

你用的是正體中文語系的話
那在stat_modules/admin_statistics下記得先把lang.php放置在lang_chinese_traditional_taiwan的資料夾下

i did this ..but i'ts still empty in the

Nivisec Mods
Statistics Config
Statistics Module Management
and a few error appear on the top of the page


Warning: Failed opening './../language/lang_chinese_traditional_taiwan/lang_statistics.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/xxxxxx/phpBB2/admin/admin_statistics.php on line 57


any thoughts on this??

please reply thanks~
能量狗屎
星球公民
星球公民
文章: 101
註冊時間: 2002-05-31 21:58
來自: Taiwan滴啦!
聯繫:

[]嗯~~

文章 能量狗屎 »

原來是資料夾放錯\r
這個問題是解決了
但是當我在控制台要備份資料庫時
[開始備分]按下去就會變成ooxx備份即將開始
然後就變成登入畫面

Nivisec Mods裡的Statistics Config、Statistics Module Management也這樣\r
裡面的設定也都會這樣\r
那要怎麼解決呢? :-|
其實這個問題困擾我很久了...
淺水中™
能量狗屎
星球公民
星球公民
文章: 101
註冊時間: 2002-05-31 21:58
來自: Taiwan滴啦!
聯繫:

文章 能量狗屎 »

發現新問題:
我只要一進入排行榜的網頁就會自動登出
------------------------------------
FOR godbless:
我以前常常在GFF的DOD SEVER玩DOD(半年前的事了...)
裡面有很多強人(我也很強喔!!)
但是也有很多"自殺兵"
我曾經在那裡殺進前3名
\n其實還蠻難殺的
因為大部分的強人都是使用GG槍一擊必殺、機關槍亂掃、步槍拿著一次射一發\r
不然就是手榴彈狂丟
然後就狂叫Fire In The...
最後就可以聽到ㄜ~ㄨ~
又死了一堆人\r
不知道現在那邊怎樣了
有很多"白目"嗎
還是很多"強人"呢\r
說不定以後我又會出現在那裡囉!
淺水中™
頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

文章 godbless »

喔!是嗎?
其實在裝了cheating-Death後,我都在美國練槍了
雖然server就在我做的電腦的旁邊
但是我討厭cheating-Death

最近是強人很多,但是白目也不少
但現在有個特點
白目會很快的被踢出去.......
不是我踢的
是系統自己踢的

另外我沒發生過你說的這個問題
但是要注意你有沒有啟動安裝Statistics2.0.0b榜中榜系統裡頭的模組
假如沒啟動的話\r
的確是會發生這個問題的

還有就是要備份資料庫之前,記得要確定這個系統能不能使用\r
不然,會造成備份錯誤
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
主題已鎖定

回到「非官方認證外掛」