|
January 30th - v3.015
Developements have been frozen. It includes some fixes about real time
stats refresh and pathname with spaces (windows like filename with
space !). Only debug will be added before the 3.02 release.
January 24th - v3.014
Document stats have been improved. If your website have several users,
each one can view its number of file, the size taken and the list of
files which need some fixes. List of biggest files have been added also.
Homepage have been updated so it display now fine with IE6. Popup have
now the right location on IE when you scroll, to get this value, use :
scrollTop = window.pageYOffset || document.documentElement.scrollTop || 0;
January 21th - User account
The javascript tag implementation has been improved. The logfile
format used is now the NECLF (with virtual host) so now you can use
javascript tag with several websites. When running the stats, choose
from which website you want to extracts data.
I'll provide two different package if you want to use tag
javascript. One will be on the server side, the other will be on the
local side. The server package contains just a php, a javascript
script and a directory where the javascript will write the logfiles.
The client package contains the whole w3perl package with a default
configuration to retrieve and use your server's logfiles.
Requetesize for the files being monitored is now supported. Of course,
trafic is ONLY about pages with the javascript tag inserted. To get
something more accurate, best would be to extarct links in webpage and
add reqeuetesize for each files requested ... but I'm afraid it will
take too long to compute. I understand now why PhpMyVisits doesn't
have trafic size !
Number of files / size and bad links are now available for each users
in the document stats. So now, each user can fix his wrong links !!!
If you are using an IIS server, don't forget you can add new fields in
your logfile format using the IIS administration. Default is missing
some very useful data as referer, browser/OS and trafic size. Best
would be to switch to the W3C format.
January 15th - v3.013
First release with the new javascript tag script. The javascript code
will send data through parameters in a php script which append a daily
logfile inside w3perl logs directory. This directory should be password
protected and have write access for your server.
January 13th - Javacsript tag
You do not need to have logfiles access to run W3Perl now. Like Google
Analytics or PhpMyVisits, you can add a small piece of javascript
inside the pages you want to monitor and the package will build a
logfile.
Then you can run W3Perl the usual way using the provided config-tag.pl
configuration file.
January 09th - Status code
Details about error status code are now available from code 400 to 600
(user's request). Script status when completed are now show on web
interface.
January 02nd - v3.012
A new year is beginning ... and a new developement release.
I've made few changes when running the stats from the web admin
interface. Now, it display only the name of the script running, if you
want to get more details, just put your mouse over the name of the
script.
Few little bugs have been fixed from 3.011. Yearly stats will also send
an email, monthly's email report will show graphs and weekly stats
will bypass weeks already computed.
Yearly stats are now enabled (default).
Squid/FTP/Email online demo have been updated with 3.012.
|