|
March 31th - Clickmap
- I've added lots of javascript stuff in heatmap page to display more data like the number of clicks and a color map.
It works fine with fixed layout page but still some works to do with floating page.
March 26th - 3.023
- First Heatmap release available. I've found many people are double-clicking on webpages !
The goal was more difficult than expected. Recording the click is easy but displaying them is another job !
- I was using client date in tag mode, now using server date (to get logfiles chronological sorted).
March 10th - Road to heatmap
- New icons are available thanks to Anthony Baillard.
- A bug about filename length have been fixed. If URL is longer than 255 characters, the path is directory splited.
- I'm adding support for Heat map thanks to this tutorial
I'm using the slow method (Ajax) instead of the server mod_imap because many people are not able to change server configuration.
Also, I'm using Fly instead of imagemagick as I'm already using this package to build graphs.
To be able to get heatmap stats, you will need to insert a piece of javascript in your pages. The code will extract mouse coordinates
and send them to a php script which write a logfile. Then cron-heatmap.pl will read this logfile and build png files.
- Top 10 list of the most visited domain for proxy stats have been added (doncicuto's suggestion).
March 04th - 3.022
You can now use Squid Common logfile format. Only native format was available. Admin interface have been updated in order to
split between the two different format.
A big thanks to Herbert Jung which help me to add this new feature.
Here are the two Squid format supported by W3Perl :
| Squid native |
%date %elapsed %host %codestatus %requetesize %method %page %null %peerstatus %mimetype
|
|
1042153466.411 120 4.1.200.248 TCP_REFRESH_HIT/304 258 GET http://www.voyages-sncf.com/img/seldate.gif - DEFAULT_PARENT/127.0.0.1 - ALLOW
|
| Squid common |
%host %null %login %date %hourshift %method %page %protocol %status %requetesize %codestatus
|
|
www.lyot.obspm.fr - - [01/Jan/97:23:12:24 +0000] "GET http:www.yahoo.com/index.html HTTP/1.1" 200 1220 TCP_MISS:DIRECT
|
|