>
Download This Plugin | |
Download Elegant Themes | |
Name | StatPress Visitors |
Version | 1.5.4 |
Author | luciole135, gawain |
Rating | 88 |
Last updated | 2013-11-30 07:34:00 |
Downloads |
156507
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
StatPress Visitors plugin added 3 bytes of resources to the Home page and 5 bytes of resources to the sample Post page.
StatPress Visitors plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
StatPress Visitors plugins ads the following DB table(s) to your Wordpress blog database:Table name | Table size (in bytes) |
---|---|
wp_statpress | 32768 |
StatPress Visitors (a highly improved fork of StatPress Reloaded) shows the real-time statistics on your blog. It corrects many programming errors of the original StatPress and StatPress Reloaded. It collects informations about visitors, spiders, search keywords, feeds, browsers, OS, etc.
This free plugin will no longer be updated. Too much aggression from people who want a plugin professional quality without paying a single penny convinced me to keep to myself my own work and not offer it for free to a community that does not recognize the value of work done.
StatPress Visitors features include:
[New in 1.5] New page "URL Monitoring" which shows all URLs requested that do not correspond to the posts and pages written by an author in order to deny access to intruders or hackers.
ALL search engines, spiders, RSS feeds, browsers and OS are represented by their logo. Internet domains and countries, are represented by their national flag. All icons, flags and logo display the correct name via a tooltip on mouse-over.
FULL PHP 5.4 compatibility
A new accounting method that significantly reduces the number of SQL queries in the main page by the use of the Set Theory
See the number of unique visitors, page views, subscriptions to RSS feeds and search engines for each page and posts of your website for every day saved in the database by graphs of 7, 15, 21, 31 or 62 days depending on the option chosen
Visitor Spy page (log of visits) has been redesigned and now sorts the display starting with the most recent visit. This corrects an error of StatPress and StatPress Reloaded.
Options to set the number of IP addresses displayed on each page (20, 50 or 100) and the number of visits for each IP address (20, 50 or 100).
Visitors Spy and Bot Spy pages now have optimised SQL queries
Visitors, Views and Feeds pages show the traffic to your site for each page, on graphs of 7, 15, 21, 31 or 62 days from the largest to the smallest traffic.
Optionally ignore statistics collection for logged in users and bots
StatPress Visitors can automatically delete older records to allowing insertion of newer records when your space is limited. In these case the data table is automatically optimised after the purging of old records.
The widget is customisable. These are the available variables :
Warning: These variables can cause a break in service when the database is very large (> 200,000 lines) and should be avoided:
You can add these values everywhere! StatPress offers a new PHP function StatPress_Print().
Put it in your template where you want the details to be displayed. Remember, as this is PHP, it needs to be surrounded by PHP tags!
Example:
<?php
StatPress_Print("This page has been viewed %thistodaypageviews% times today.");
?>
You can ban IP addresses, preventing them from being included in your stats by editing the file def/banips.dat in the StatPress Visitors plugins directory.
You can choose the data to update in your database (browsers, OS, search engines and spiders). Text matches below are based on part string matches.
The format for browsers (browser.dat) is: [name] | [user agent text to match -without all space caracters-] |
e.g. Chromium 15|Chrome/15|
The format for operating systems (os.dat) is: [name] | [user agent text to match -without all space characters-] |
e.g. Linux Android|Android2.2.1|
The format for spiders (spider.dat) is: [name] | [user agent text to match] |
e.g. Google|googlebot|
The format for spam bots (spambot.dat) is: [name] | [user agent text to match] |
e.g. Purebot Spam Bot|Purebot|
The format for search engines (searchengine.dat) is: [name] | [domain url part] | [query search key text] | [query search key stop] | note: there is 4 pipes each line.
e.g. Google|www.google.|q||
So for a search engine who have a URL like Google : http://www.google.fr/search?q=statpress+visitors
From this example you can see that the domain part of the URL is "www.google.fr",
however as a number of search engines use regional domains, you need only enter
the http://www.google. part.
Secondly, notice the "q=" in the URL, that is the query search key text.
note: in these case [stop] is empty.
Some few Search engine have a URL not like the Google URL but like this one : http://fr.eannu.com/benson_platinum.htm In the case the format for search engine is still: [name] | [domain url part] | [query search key text] | [query search key stop] |
e.g. Eannu|fr.eannu.com|fr.eannu.com/|.htm|
note: the query text is the text betwwen [query search key text] and [query search key stop]. Secondly, [domain url part] must be include in [query search key text], there is still 4 pipes | each line.
When image is name.png
e.g. the definition of Safari Mobile 7.0 like: Safari Mobile 7.0|Version/7.0.0.400MobileSafari/534.11| in def/browser correspond to the image safari_mobile_7-0.png in images/browser
note: the heigth of all the images is fixed to 16 pixels.