1. What it is? 2. Why you may need it? 3. How to use it? 4. Bugs! 5. License 1. What it is? Fullizer is the program that allows to extend functionality of Webalizer by providing full listings for client domains and accesses files for the month. All necessary information is present in the webalizer "current" file, it should be only collected and printed. Fullizer could only be used with Webalizer in incremental mode (and why not to use incremental mode anyway?), I guess. Fullizer generates 2 files: sites_YYYYMM.html and files_YYYYMM.html - the full information by sites accessing the server and files accessed. Fullizer can also to put links on them into respective usage_YYYYMM.html file. 2. Why you may need it? I used http-analyzer (which isn't free software), and one of the useful functions was to see for every file accessed and every client you could see the statistic, even though only the "top" is usually displayed (and needed). If you need such an info for your purposes, use this program. 3. How to use it? Fullizer has 4 options: -d describes the directory which holds webalizer.current file and usage_* files. This is the only required parameter. -o output directory - where the output files would be placed. Defaults to the input/lists, where "input" is the value of "-d" option. New directory because you may want to add access control to it. Do not forget to create it beforehand. -c if your "current" file isn't called "webalizer.current", use this option to tell the script how do you call it. -i if this option is given, Fullizer will try to add links to generated files to the end of respective usage_ file. The parameter for this option defines URL prefix for links. Fullizer should be run only after run of Webalizer in incremental mode. 4. Bugs! If you find a bug, just write me at frodo@sharat.co.il and describe what is wrong. The files involved would be of great help, surely, but don't send me megs of your log until I ask you :) Bugs may be there - it's only 0.x version! But I used it and it worked, so at least it won't explode when run :) 5. License This program is under GPL. Look to the file COPYING for details.