#################################################################
## 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>
#
#-----[ 儲存/關閉 所有的檔案 ]------------------------------------------
#
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是神也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則: http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是神也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則: http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是神也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則: http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是神也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則: http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是神也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則: http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是神也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則: http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
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
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是神也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則: http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)