StatPress Reloaded

This plugin shows you real time statistics about your blog. It collects information about visitors, spiders, search keywords, feeds, browsers, OS etc.

Author:Manuel Grabowski (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:2.7.1
Plugin version:1.5.21
Added to WordPress repository:13-09-2008
Last updated:10-05-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:66
Rated by:3
Plugin URI:http://blog.matrixagents.org/wp-plugins/
Total downloads:290 345
plugin download
Click to start download

This plugin (a highly improved fork of StatPress) shows you real time statistics about your blog. It collects information about visitors, spiders, search keywords, feeds, browsers, OS etc.

Once the plugin StatPress has been activated it immediately starts to collect information. Using StatPress Reloaded you can see your visitors actions while they are surfing your blog or check which are the preferred pages, posts and categories. In the Dashboard menu you will find the StatPress Reloaded page where you could look up the statistics (overview or detailed). StatPress Reloaded also includes a widget you can add to a sidebar (or easy PHP code if you can't use widgets!).

Multilanguage

StatPress Reloaded speaks English, Italian, Spanish, French, German, Russian, Norwegian, Dutch, Brazilian, Turkish, Swedish! Could you translate StatPress in your language? Please contact me!

DB Table maintenance

StatPress can automatically delete older records to allow the insertion of newer records when your space is limited.

StatPress Widget / StatPress_Print function

The widget is customizable. These are the available variables:

  • %thistotalvisits% - this page, total visits
  • %since% - Date of the first hit
  • %visits% - Today visits
  • %totalvisits% - Total visits
  • %os% - Operative system
  • %browser% - Browser
  • %ip% - IP address
  • %visitorsonline% - Counts all online visitors
  • %usersonline% - Counts logged online visitors
  • %toppost% - The most viewed Post
  • %topbrowser% - The most used Browser
  • %topos% - The most used O.S.
  • %thistotalpages% - Total pageviews so far
  • %pagestoday% - Pageviews today
  • %pagesyesterday% - Pageviews yesterday
  • %latesthits%

Now you could add these values everywhere! StatPress offers a new PHP function StatPress_Print(). * i.e. StatPress_Print("%totalvisits% total visits."); Put it whereever you want the details to be displayed in your template. Remember, as this is PHP, it needs to be surrounded by PHP-Tags!