This plugin tracks robots to your blog, it also provide information about how many people subscribe to your blog via RSS services like Bloglines.
| General Plugin info |
| Author: | admun |
| Current Version: | v0.5 |
| Download: | here |
| Code: | here |
| Demo: | n/a |
| Forum Thread: | here |
Downlaod code package
Unzip and uploadto plugins directory
Install the plugins
Put <%BotTracking%> somewhere in the skin to count visit and show recent visit robots
Put <%BotTracking(showSub)%> somewhere in the skin near your feed icon to show how many people subscribe to this blog
If ajaxized refresh is desired, also add <%BotTracking(script)%> in the skin’s header
Setup a cron job to update number of subscriber information periodically. see
example
<%BotTracking%> - count and show bot visit
<%BotTracking(quiet)%> - slient mode, do not show bots, for use in
RSS feed
<%BotTracking(showSub)%> - show number of subscribers to the current blog. Usage: “<%BotTracking(showSub)%> subscribers to this blog”
<%BotTracking(showSub,y)%> - show number of subscribers to a particular blog, y == blogid
number of recent bots to show
To add/del/mod list of bots, edit bottracking/bots.txt
To add/del/mod display ignore list, edit bottracking/noshow_bots.txt (This tell the plugin to not display some bots visit, usually when you have some robots keeps visiting and kidnap the recent visit bot display)
NP_BotTracking version 0.5 works with Nucleus CMS 3.31 - 2007-10-29 admun