Please leave comments and feed back at the Support Forum.
Please leave feedback and comments here and use the New Bug Tracker to report bugs.
Use the usercode: bugreporter and password: bugreporter to report bugs. Make sure you have selected the Stat Traq project.
————————–
New release 1.1.1 is now available to download. I recommend that you upgrade fro your previous version to this one.
————————–
Here is a little about this plugin.
This plugin 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
You can download it at the following link.
Please report bugs to this Post.
Thank You.
Original Release November 9, 2006
1.1 Release November 29,2006
1.1.1 Release January 24,2007













Whoa, that truncated my list of fixes, and also stripped all the nice “add this line, remove this line” meta info.
I tried signing into mantis to just report these but it never sent me a confirmation email and I was not able to sign in.
[...] While upgrading to WordPress 2.1 I did a periodic spin through my plugins to get the latest and greatest updates. I noticed that Stattraq 1.0b was no longer the latest update — in fact, there’s a new maintainer: “Murph” and he’s released a version 1.1.1 with a number of fixes. [...]
StatTraq is working great, except for not being able to create charts. This is what I get in my error_log:
PHP Fatal error: Call to undefined function ImageCreate() in /usr/share/wordpress-2.1/wordpress/wp-stattraq/reporter/chart_maker.php on line 55
Thomas Eklind,
You need to be running at least PHP 4 or newer to see the charts. My guess you are running a PHP version earlier than 4. Please have your webhost provider upgrade to a newer version of PHP.
Hi – StatTraq qorks great on my site, but i also cannot see the charts. I m using yahoo web hosting, which uses php 4.3 i think, so that is not the problem.
The problem occurs in FF and IE.
This is the error from firefox:
Warning: Unknown property ‘_width’. Declaration dropped.
Source File: http://www.tcsinnovations.com/wp-stattraq/styles/normal.css
Line: 156
Is that releated to the issue?
Internet explorer doesnt show any errors, the chart just comes up as a missing image, i.e. the box with the red cross in the top left hand corner.
Thanks.
Hello, i’m using Starttraq 1.1.1, but even after adding the statements
Visitors Today: [php]echo getVisitorCount(‘day’);[/php][br /]
Visitors for the month: [php]echo getVisitorCount(‘month’);
[/php]
into my side bar, the plugin still displays a count of zero on my homepage, despite the fact that i have 200+ hits as reported by the starttraq control panel. what could be wrong?
I think i have found the problem, it concerns how MySQl represents dates. I changed the following code in the function [getVisitorCount()], in starttraq.php, in the plugins folder:
switch($time_frame){
case ‘year’:
$startDate = date(“Y-01-01 00:00:00″);
$endDate = date(“Y-12-31 23:59:59″);
break;
case ‘month’:
$startDate = date(“Y-m-01 00:00:00″);
$endDate = date(“Y-m-t 00:00:00″);
break;
case ‘day’:
$startDate = date(“Y-m-d 00:00:00″);
$endDate = date(“Y-m-d 23:59:59″);
break;
case ‘hour’:
$startDate = date(“Y-m-d H:00:00″);
$endDate = date(“Y-m-d H:59:59″);
break;
default:
break;
}
Note where I have added colons and hyphens to mimic ‘proper’ mysql dates.
Hi,
you sent me a mail about merging our two StatTraq branches a few weeks back.
I have since mailed you twice but I haven’t gotten a reply from you yet. Are my mails not getting through to you or are your replys being eaten by my server?
Adi
Thanks for a great plugin! I was glad to see someone picked it up.
I did use the modifications by Evan @ http://blog.evandodds.com/2007/01/28/stattraq-111-and-evans-fixes/
Hopefully they will be incorporated into the next update.
[...] The first project I found is being developed by Murph at The FunZone. The second project I found is being put together by AdsWorth over at sieker.info. Both authors have left comments on each others blogs about combining the two branches into one but it appears that nothing has come of this yet. [...]
I want to agree with everyone else who loves this plugin. I just installed it today and I already love the benefit. However I have the same problem with not being able to see the charts. I’m running PHP 4.3.8 so I don’t think that is the issue. Here’s the error message I get in Firefox: Fatal error: Call to undefined function: imagecreate() in c:\sambar\docs\vhosts\alleymon\wp-stattraq\reporter\chart_maker.php on line 55
I hope this helps you fix the issue.
Thanks,
Alleymon
Hi, it’s a great plugin, but it causes some server problems.
Today my domain was blocked, because stattraq overloaded the server.
Error:
SELECT COUNT(access_time) as cnt, DATE_FORMAT( access_time, ‘%Y-%M’ ) as access_time, DATE_FORMAT( access_time, ‘%Y’ ) as year, DATE_FORMAT( access_time, ‘%m’ ) AS month FROM wp_stattraq WHERE user_agent_type=0 AND access_time BETWEEN ’20061201000000′ AND ’20080201000000′ GROUP BY access_time ORDER BY month DESC
SELECT COUNT(access_time) as cnt, DATE_FORMAT( access_time, ‘%Y-%M’ ) as access_time, DATE_FORMAT( access_time, ‘%Y’ ) as year, DATE_FORMAT( access_time, ‘%m’ ) AS month FROM wp_stattraq WHERE user_agent_type=0 AND access_time BETWEEN ’20061201000000′ AND ’20080201000000′ GROUP BY access_time ORDER BY month DESC
SELECT p.post_title, st.article_id, COUNT( DISTINCT (st.ip_address) ) as cnt FROM wp_stattraq st, wp_posts p where p.ID=st.article_id AND p.post_status=’publish’ AND st.user_agent_type=’0′ AND DATE_SUB(CURDATE(),INTERVAL 4 DAY)
Kodaaak,
What do you mean overload the server? How much data are you grabbing in a single query?
wp-statraq working for me, but I cant dispaly stats by in homepage/sidebar/footer. whats the wrong with me?
wp-stattraq working for me. but i am not able to display hour/day/month/year stats on my blog. whats the wrong. I am just calling getvisitorcount funtion. but nothing happned.
There is a bug in the getvisitorcount function that I’m aware and fixing.
I just installed it 1.11
when I go to my site
http:\\PLACE.com
it records the hit
if I go to
http:\\www.PLACE.com
it wont record a hit
I am also using the
Plugin Name: Boakes MostWanted
Plugin URI: http://www.boakes.org/most-wanted?v=0.1.9v
to display a top 10 list
the list works but only with hits to
http:\\PLACE.com
because there are no stats for http://www.Place.com
Any Ideas?
Hi,
I was wondering if you could help me out.
I got this error message…
Warning: Unknown: open(/tmp/sess_a7501ec91ec3a3c590fecbc4701e595e, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
I just upgraded to WP2.3 and at first it seems to go well. Now I upgraded to v1.1.1 and even tried Evan’s fix but all without any luck. The blog itself is running fine except for this error message.
Do you have any advice on how to handle this, I love this plugin.
Regards
Vincent
Vincent, did u look into the .htaccess file? Maybe there are some configurations you haven’ t changed..
It’s a pitty, that download page says 404
http://www.machlink.com/~pkmurphy/StatTraq_V1-1-1.zip – 404
The 404 issue is now fixed.