=== Plugin Name === Contributors: Victoria Scales Tags: stats, statistics, clicks, traffic Requires at least: 3.0 Tested up to: 3.0 Donate link: http://www.amazon.co.uk/wishlist/2FRM957UJWLZ2 Stable tag: trunk VSF Simple Stats plugin. Records date, host, ip, browser info and url. == Description == VSF Simple Stats is a modification of JQ Quick Stats to 1) be more simple and 2) take ranges of ips. Records all hits to the website, but excludes hits from ips that have been added to the filter list. == Installation == 1. Download and extract it 2. Copy vsf-simple-stats folder to the "/wp-content/plugins/" directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Done == Frequently Asked Questions == = Do I have to configure something? = You don't have to, but you can exclude ips from the admin page (VSF Simple Stats). = How do I exclude a range of ips? = Go to the admin page, VSF Simple Stats and in the "IP From" box, put the start of the ip range, E.g. 207.46.0.0 In the second box, "IP to", put the end of the ip range, E.g. 207.46.255.255 In the third box, "Description", you can put a description of the ip range, E.g. Microsoft = How do I exclude a single ip? = Simply follow the instructions above for excluding a range of ips, but don't fill in the "IP to" box. E.g. "IP from" 1.2.3.4, "IP to" [blank] and "Description" Me. == Screenshots == 1. Image of the show stats page 2. Image of the show stats page 3. Image of the admin menu page allowing for ips to be added which will be ignored when producing stats. == Changelog == = 0.3 = Add reset button for stats to the admin page and to the stats page. Tidy up code and change the admin layout slightly. Improve checking of the description field. = 0.2.1 = Made the plugin activation better by adding an activation hook instead of checking installation everywhere. Should improve performance (slightly) and improve first activation / installation = 0.2 = Small modification to the name to comply with wordpress.org = 0.1 = First and stable version.