Plugin – Stat Traq

Please Donate if you want me to continue maintaining this plugin.

You can donate on the first page of my blog. Thanks for your support.

Overview
————————–

It provides detailed statistics in a nice graphical format. The plugin tracks
public activity of WordPress and reports:

* Hits
* Number of Unique PHP sessions
* Page Views
* IP Addresses (includes link to ARIN Who Is?)
* Browser
* Referrer
* Search Terms from major search engines
* Bar graphs generated for some of the reports

Download
————————–

You can download the new plugin by clicking on the link marked as download at
the bottom of this page.

To learn more about installing a plugin go to the following address

http://codex.wordpress.org/Managing_plugins#Installing_a_plugin

Installation
————————–

New Installation

1. You will need to upload the stattraq.php plugin file found in the
wp-content/plugins directory of the zip compressed file to the corresponding
wordpress directory on your server (%WORDPRESS PATH%/wp-contents/plugins/).

2. You will need to copy the wp-stattraq directory, files and subdirectories to the
server as such:
%WORDPRESS PATH%/wp-stattraq/
%WORDPRESS PATH%/wp-stattraq/styles/
%WORDPRESS PATH%/wp-stattraq/reporter/
%WORDPRESS PATH%/wp-stattraq/images/

3. Load the %WORDPRESS PATH%/wp-stattraq/stattraq-install.php file in your browser
and click the Create the StatTraq Table

4. You will then need to activate the plugin from the WordPress administration
plugins page. After activation has taken place it is recommended that you wait
several hours to let data accumulate in your database so that you will have
actual statistics. Requests for data that is for a greater time period than your
StatTraq installation has been running will most likely return no results. For
example if you request a year’s timeframe then you will not see more data than
has been collected. After one month ends you will start getting data for the
next month at which point the year’s statistics will cover the overview of the
two or more months.

Upgrading from a Previous Beta

1. If you have previously installed a beta you will need to replace (overwrite) the
files from this zip file into their corresponding directories.

2. If you are upgrading from Beta a you will not need to run the upgrade script.
Otherwise, if you’re upgrading from an older machine You will need to run the
stattraq-install.php file a second time and choose the upgrade option.

Configuration and Usage
————————–

To configure Stat Traq, you will need to go to the wp-stattraq/index.php page in
a web browser and click on Options. This will allow you to set up Stat Traq the
way you want it.

The statistics can be accessed by using a URL similar to the following:
%WORDPRESS PATH%/wp-stattraq/index.php
StatTraq uses the WordPress authentication code so if you’ve got an existing
cookie set from wp-admin you will not need to login, otherwise you’ll need to
login using your WordPress login and password.

A Few Functions
If you want to display the number of hits for a time period a function has been
included in the stattraq.php plugin file [which means that the plugin must be
activated to work] that allows you to get the number of hits for the current
time period:

getVisitorCount(‘year’)
Returns the number of visitors from the beginning of the year until the present date
getVisitorCount(‘month’)
Returns the number of visitors since the beginning of the current month
getVisitorCount(‘day’)
Returns the number of visitors during the current day
getVisitorCount(‘hour’)
Returns the number of visitors during the current hour

Suggested Usage:
Visitors Today:

Uninstallation
————————–

1. Deactivate the plugin from the plugins tab.

2. You will need to delete the stattraq.php plugin file found in the
wp-content/plugins directory of the zip compressed file to the corresponding
wordpress directory on your server (%WORDPRESS PATH%/wp-contents/plugins/).

3. You will need to delete the wp-stattraq directory, files and subdirectories to the
server as such:
%WORDPRESS PATH%/wp-stattraq/
%WORDPRESS PATH%/wp-stattraq/styles/
%WORDPRESS PATH%/wp-stattraq/reporter/
%WORDPRESS PATH%/wp-stattraq/images/

4. You will need to delete the tables that have the word stattraq in the table name.

Report bugs
————————–
Please leave comments and feed back at the Support Forum.

Please leave comments at this link if the link above doesn’t work.

Click Here

or by sending an email to the following email address.
funzoneblog@yahoo.com

Click here to see if the bug is already on the Bug Tracker site.

Cost
————————–

This plugin is free. Please make a donation for commercial use. Any donations on my sidebar for this plugin and a linkback will be deeply appreciated.

Click on the following link to download Stat Traq version 1.1.1:

Download v 1.1.1

————————–

Click on the following link to download previous versions of Stat Traq:

Download v 1.1

Patches to Version 1.1
Replace the following php files in the wp-stattraq folder.
Download Stat Traq installer Patch

Download Non-Users Patch

Download Calendar Patch

Replace the following php files in the wp-content/plugins folder.

Download Stat Traq Button Patch

Download v 1.0b (beta)

I want to thank Randy Peterman http://www.randypeterman.com/ for the initial
work that was done to this plugin. All I am doing is mantaining and adding to it.

Jump to the top