列印

在論壇統計加入 Firefox 瀏覽器的統計

在論壇統計加入 Firefox 瀏覽器的統計

修  改: alan888
適用版本: Discuz 2.5 (含 sp1), Discuz 3.0F
技術支援: http://www.alan888.com/Discuz/index.php
演  示: http://www.alan888.com/Discuz/stats.php?type=agent
用  途: Firefox 已佔瀏覽器的一定使用率, 加入統計令分析更具代表性


效果展示:http://linux0911.no-ip.info/Discuz/stats.php?type=agent


1. 數據庫升級
複製內容到剪貼簿
代碼:
INSERT INTO `cdb_stats` ( `type` , `var` , `count` )
VALUES (
'browser', 'Firefox', '0'
);
2. 修改 include/counter.php (Discuz 3.0F 則修改 include/counter.inc.php)

複製內容到剪貼簿
代碼:
} elseif(strpos($visitor['agent'], 'Konqueror')) {
                $visitor['browser'] = 'Konqueror';
在下面加上
複製內容到剪貼簿
代碼:
        } elseif(strpos($visitor['agent'], 'Firefox')) {
                $visitor['browser'] = 'Firefox';
3. 下載附圖上載至 images/stats 目錄下

~完成~
附件: 您所在的用戶組無法下載或查看附件
Hack 安裝錯誤, 80% 來自粗心, 請專心安裝
Linux0911 打造您的個性論壇

本人現在忙於研究所, 沒多的時間管論壇, 有問題別發 pm 給我, 謝謝~
Linux0911 Forum © 2004-2009 All Rights Reserved.

TOP



論壇聲明
  • 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。
    如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。
    請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇!
最佳瀏覽解析度:不低於 1024 (最佳 1280 以上).(支援 IE 7, Mozilla Firefox, Safari, Chrome)
The Best Surfing Resolution: No Lower than 1024 (Best: above 1280).(IE 7, Mozilla Firefox, Safari, Chrome Supported)