模組名稱、版本:istats 2.1
模組性質:流量統計
版權(License):GNU General Public License (GPL) see LICENSE
原作者:Original Scripter; Adaptation sylvainb; Mod D.J.
其它:本模組為 D.J.( http://xoops.org.cn/ )的修改版,較符合中文語系
繁體中文化:Chia (阿佳) http://www.cyai.net/  http://xoops.tnc.edu.tw/
本檔案包內含UTF-8格式中文語系(utf8_tchinese.zip),
請使用UTF-8格式者自行解壓縮放置於language資料夾內替換原BIG5檔案
功能簡介:
● 訪客計數器
● 每小時、每日、每週、每月流量分析
● 瀏覽頁面分析表
● 訪客系統分析表(瀏覽器、作業系統、解析度、上線主機)
● 可以設定是否顯示計數區塊或是分析區塊
● 日期顯示格式的設定
● 可自訂Cookie的有效時間
使用方式:
1. 解壓縮後將整個istats資料夾上傳到modules資料夾內
2. 至管理後台執行模組的安裝
3. 設定 istats/cache/ 資料夾的屬性為777,istats/cache/config.php 屬性為666
4. 打開 xoops根目錄/footer.php ,在最後方 “ ?> ”之後加上下述script語法
===================================================
<script type="text/Javascript">
<!--
istat = new Image(1,1);
istat.src = "<?php echo XOOPS_URL?>/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&refer="+escape(document.referrer)+"&page="+location.href;
//-->
</script>
===================================================
安裝完畢
我用的是阿佳大大  這個版本的!! 
我照上面做了!也加了  <script type="text/Javascript">
<!--
istat = new Image(1,1);
istat.src = "<?php echo XOOPS_URL?>/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&refer="+escape(document.referrer)+"&page="+location.href;
//-->
</script>
這一段在指定的foot.php   後面了  只是流量只有頁數有反應!!其他的沒反應!!= =
屬性777 跟666在xp之下應該是不用設的吧 !!  我記得沒錯的話這個應該是給LUX系統用的樣子!!!!!
請T大大觀看!!謝謝