這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Plugin Name: Traffic Counter Widget Plugin

外掛說明

TCW shows the number of visitors / hits / unique IPs in the past 24 hours, 7 days and 30 days. It also shows the number of users currently online.

It provides a robots filter, but the automatic traffic could also be considered.

Traffic Counter Widget offers language support and automatic log deletion.

For help or reporting bugs please refer to: http://www.pixme.org/tehnologie-internet/wordpress-traffic-counter-widget/4228

Other

  • You may use the code any way you wish, with respect to the WordPress general licensing rules. However I do not guaratee anythig, of course 🙂
  • Please do not remove the link to the plugin’s page unless you donate. Help me keep it free.
  • If you enjoy it, and find it useful please donete 2 Euro here: http://www.pixme.org/wp-content/uploads/widget-traffic-counter/

螢幕擷圖

  • On the blog the widget looks like this:
  • On admin you can translate the text on the widget in your language. This example shows romanian.
  • Widget after translating the labels

安裝方式

  1. Upload the zip to ‘plugins’ directory
  2. Unzip (steps 1 and 2 cand also be performed automatically)
  3. Activate the plugin
  4. Configure and place the widget on your sidebar

If you need your traffic stats to be more accurate, you should use the Automatic Traffic Filter on the Widget. However, the internet is full of spiders, crawlers and all kind of robots not authenticating themselves as machines. Furthermore, it is very difficult to verify the signature of each and every robot visiting your blog… But there is a pretty good solution to this. I cannot access the root directory of your blog through WordPress install API, so you will have to do the following things by yourself:

  1. Create a robots.php file on the root directory of your blog: ie public_html/your-blog/
    Paste the following code in it:
  1. Open .htaccess file in the same directory and paste this in it:

RewriteRule robots.txt robots.php

  1. Make sure you have the ‘RewriteEngine On’ clause in place…

  2. Make sure you have a robots.txt file, even an empty one, on the root directory

Done! Most of the robots will be filtered out by TCW.

Traffic Counter Widget does not have a settings section on Admin page. However, you can set the fields descriptions on the widget

For help or reporting bugs please refer to: http://www.pixme.org/tehnologie-internet/wordpress-traffic-counter-widget/4228

常見問題集

Installation Instructions
  1. Upload the zip to ‘plugins’ directory
  2. Unzip (steps 1 and 2 cand also be performed automatically)
  3. Activate the plugin
  4. Configure and place the widget on your sidebar

If you need your traffic stats to be more accurate, you should use the Automatic Traffic Filter on the Widget. However, the internet is full of spiders, crawlers and all kind of robots not authenticating themselves as machines. Furthermore, it is very difficult to verify the signature of each and every robot visiting your blog… But there is a pretty good solution to this. I cannot access the root directory of your blog through WordPress install API, so you will have to do the following things by yourself:

  1. Create a robots.php file on the root directory of your blog: ie public_html/your-blog/
    Paste the following code in it:
  1. Open .htaccess file in the same directory and paste this in it:

RewriteRule robots.txt robots.php

  1. Make sure you have the ‘RewriteEngine On’ clause in place…

  2. Make sure you have a robots.txt file, even an empty one, on the root directory

Done! Most of the robots will be filtered out by TCW.

Traffic Counter Widget does not have a settings section on Admin page. However, you can set the fields descriptions on the widget

For help or reporting bugs please refer to: http://www.pixme.org/tehnologie-internet/wordpress-traffic-counter-widget/4228

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Plugin Name: Traffic Counter Widget Plugin〉的開發相關工作。

參與者

變更記錄

=2.0.2
* some bug fixing

=2.0.1
* making plugin compliant to WP licensing rules

=2.0.0
*Show hits / unique IPs
*Some more widget options

=1.1.2
*bug fixing

=1.1.0
*Configurable robots filter
*Automated log deletion

=1.0.2
*Monthly visitors bug fix

=1.0.1
*Integer number format on widget according to blog settings

1.0.0

*Plugin created