[原創]mowdSTAT 3.1.1

Mowd 自行開發或是不錯的 PHP 程式以及 phpBB 外掛將在此處公開釋出。
● phpBB 外掛有問題,請到站長意見簿提出
● Mowd 系列程式有問題,請到Mowd PHP 程式系列開發專區提出

版主: 總版面管理員

主題已鎖定
Mowd
系統管理員
系統管理員
文章: 1828
註冊時間: 2003-07-16 6:31 PM
來自: 台灣台北
聯繫:

[原創]mowdSTAT 3.1.1

文章 Mowd »

本程式以有更新版,請到
http://infor.org:8574/mowdBB/board.php?forum_id=5

代碼: 選擇全部

/*************************************************************** 
*                   Mowd(TM) 計數器 mowdSTAT 3.1.1 
*                  -------------------------------- 
* 
*    copyright  : (C) 2002-2003 Mowd(TM) 與你的交流天地 Mowd(陳柏宇) 
*            email      : [email protected] 
* 
***************************************************************/ 

/*************************************************************** 
* 
*   Version History 
*   Alpha    Bug:耗資源 
*   1.0.0    Cookie 防灌水, Bug:設定不接受 Cookie 就可以一直灌水 
*   2.0.0    MySQL 鎖定 ip 防灌水 
*   3.0.0    統計表,訪客資訊顯示,Bug 修正 
*   3.1.0    首頁顯示目前最新版本, 管理員登入, 非會員無法看見完整 IP 
*        外觀修改, 計數器介面更新, 修正 bug 
*   3.1.1    日期 Bug 修正, 統計介面修正, 登入後顯示最新版本, 未登入顯示目前版本
* 
***************************************************************/ 

---[說明]--- 

stat.php <== 統計資料表 
count.php <== 真正計數的頁面 

完成安裝動作後, 會在頁面會出現一個 88*31 的圖案, 在圖案中會用跑馬燈 
的方式顯示統計資訊, 點一下圖案進入統計頁面. 
如果你是管理員, 可以輸入密碼以檢視完整 IP. 
密碼請在 config.php 中設定. 


---[第一次安裝:]--- 

1. 使用 mowdSTAT.sql 將資料表建立, 可以使用 phpMyAdmin 或是直接用 
   文字模式的 mysql 亦可 

2. 把 mowdSTAT 資料夾複製到你要的目錄下 

3. 打開你想要計數的頁面, 如果是 phpbb 的話檔案是index_body.tpl(需和 mowdSTAT 資料夾為同一目錄, 否則必須更改下列語法), 在最下面加入(或是你喜歡的位置) 
<br> 
<iframe marginwidth="0" marginheight="0" frameborder="0" src="mowdSTAT/count.php" align="center" height="34" width="89" scrolling="no"></iframe> 

4. 打開 config.php 以及 css.php, 填入你自己的設定值(尤其是主機資訊) 

5. 全存檔, 結束 


---[升級安裝:]--- 

1. 將原有 stat 資料夾刪除, 並上傳 mowdSTAT 資料夾中所有檔案 

2. 打開 config.php 以及 css.php, 填入你自己的設定值(尤其是主機資訊) 

3. 打開之前計數的頁面, 將 
<br> 
<iframe marginwidth="0" marginheight="0" frameborder="0" src="./stat/count.php" align="center" height="14" width="100%" scrolling="no"></iframe> 
取代為 
<br> 
<iframe marginwidth="0" marginheight="0" frameborder="0" src="mowdSTAT/count.php" align="center" height="34" width="89" scrolling="no"></iframe> 

4. 全存檔, 結束 


※尊重版權, 個人可以依需要自行修改程式, 但請勿公開流傳至網路上 

有問題及建議請寄 [email protected] 

Mowd 與你的交流天地 
http://mowd.idv.st 
最後由 Mowd 於 2003-08-25 2:14 PM 編輯,總共編輯了 1 次。
Mowd 與你的交流天地
歡迎您的到來
櫻田社長
文章: 3
註冊時間: 2003-08-11 10:03 AM
聯繫:

文章 櫻田社長 »

出現這個是什麼問題呀

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\appserv\www\phpbb\mowdstat\stat.php on line 201

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\appserv\www\phpbb\mowdstat\stat.php on line 201
櫻田社長
文章: 3
註冊時間: 2003-08-11 10:03 AM
聯繫:

文章 櫻田社長 »

無人理我的
真係呀
Mowd
系統管理員
系統管理員
文章: 1828
註冊時間: 2003-07-16 6:31 PM
來自: 台灣台北
聯繫:

文章 Mowd »

打開 php.ini , 將 allow_call_time_pass_reference = Off 改成
allow_call_time_pass_reference = On
Mowd 與你的交流天地
歡迎您的到來
主題已鎖定