=== NP_Log.php === Code at [[Download]]: http://hulan.info/[[blog]]/other/NP_Log.zip (Author: Radek HulaN) This is a simple log system to track visitors to your [[blog]] (logs IP address, HTTP referer, browser used, DNS resolution for IP, page URI). Look for further versions though.. Intended for smaller blogs only (at least for now). Please do email me requests for further functions, or use a [[Nucleus]] Support Forum. Caution -- this log can get VERY big, I recommend to truncate table nucleus_httplog often, probably weekly. Tools are provided. Usage: <%[[Log]]%> *- use this at every page you want to log (main, detailed view) Look at statistics: http://_your_nucleus_blog_/list.php Sample screenshot: http://hulan.info/[[blog]]/other/NP_Log.gif [[Log]] == Installing == [[Download]] code above, unzip it, and copy files into directories provided. File 'list.php' should be placed into the same location as index.php and config.php for script to work! Than install the plugin or update the subscription list and modify your skin (main page, article detailed page) to include <%[[Log]]%> call. == Version History== 01-05-2004: first release, 0.0.1 01-06-2004: release 0.0.2 adds: * bug fixes * filtering by range of dates * sort by date/time * sort by IP address * group by IP address * group by User Agent 01-11-2004: release 0.0.3 * added support for filtering out search engines * optimized table structure * deinstall old version and install a new one, instead of simply overwriting a plugin file 01-12-2004: release 0.0.4: - adds possibility to filter log be IP address - adds possibility to filter log by DNS Note: you can specify partial IP address or DNS, so instead of 260.15.14.10, you can type just 260.15. (this will give you 260.15.0.0 to 260.15.255.255), same applies for DNS, you can type just 'google', not 'googlebot'... 01-13-2004: release 0.0.5 - adds 2 new plugin options for changing user agent/dns to be filtered out. Necessary to UNINSTALL old version, install a new one. 01-14-2004: release 0.0.6 - new, very useful, view added - unique IP addresses with number of page [[views]] per IP displayed as well - new hyperlinks added, now it is possible to automatically filter out a given IP address from Daily View and Unique IP (visitors) view and display all page-[[views]] of a given visitor - new security added - YOU NOW HAVE TO BE LOGGED-IN INTO NUCLEUS IN ORDER TO RUN LIST.[[PHP]]! :: [[Plugin|Back to [[Plugins]] Overview]] ::