CGI Scripts

Analyse CGI Script

Analyse was written specifically for Joe DePasquale's HitMatic Website Counter system. It reads in the daily and monthly log files for your website and displays the information to your users!
This script is especially useful if you have various client websites using different groups on your HitMatic Website Counter system.


HitMatic does not store any visitor or browser information beyond the two days for hit1.log and hit2.log. We have written two add-ons within hitcfg.pl (a HitMatic file) to allow HitMatic to store this information. If you use this new version of hitcfg.pl then analyse will automatically detect the additional information that is available and will allow you to view it.

Requirements:
- Only works in conjunction with the HitMatic Website Counter System
- It displays the data contained in the HitMatic log files.


Download:
analyse.cgi- the analyse script itself
hitcfg.pl- modified HitMatic file

Installation:
Simply put analyse.cgi in your HitMatic directory.
You need to make analyse.cgi executable (chmod 755 analyse.cgi)

If you want to get the visitor and agent information too:
Put hitcfg.pl in your HitMatic directory (it will replace the file already there.)
Create two empty files : agent.log visitor.log
Set permissions to 666 on these two log files (chmod 666)

Example of the script:

Click here to see a sample (showing group A)
Click here to see a sample (showing group C)
Click here to see a sample (showing all groups)