Options
for IMBRIS Web Statistics Form Interface
View
a demo of the Web Statistics Form Interface
DOMAIN
Your Domain name (example: imbris.com).
USERNAME
The account name you chose when your domain account was chosen.
The
web statistics form which is provided in your domain directory as
"stats.html" should
only be regarded as an example form. Almost every configuration
command has a counterpart in the CGI program, and so you can add
to the form options to do almost anything you want. The
following section must be configured for your domain in order for
the stats.html page to function properly:
<form action="http://www.imbris.com/cgi-bin/anlgform.cgi" method="POST">
<input type=hidden name="IMAGEDIR" value=""http://www.imbris.com/analog_images/">
If pie charts in your web stats are desired, add the following 2 lines and create the analog directory under
your public_html directory. Give us a call and we'll set the directory ownership and permissions to allow the
creation of pie charts under your account.
<input type=hidden name="CHARTDIR" value="http://www.DOMAIN /analog/">
<input type=hidden name="LOCALCHARTDIR" value="/domain/USERNAME /public_html/analog/">
<input type=hidden name="LOGFILE" value="/domain/USERNAME /log/DOMAIN -access_log">
<input type=hidden name="HOSTNAME" value="DOMAIN ">
<input type=hidden name="HOSTURL" value="http://www.DOMAIN ">
<input type=hidden name="OUTPUT" value="">
XHTML
HTML
ASCII
Here
is example code and the complete list of options which can be added to the form and
will be interpreted by the CGI program.
<h3>Which reports do you want to see?</h3>
<br><INPUT TYPE=radio NAME=GENERAL VALUE=ON checked> [On] <INPUT TYPE=radio NAME=GENERAL VALUE=OFF> [Off] General Summary
<br><INPUT TYPE=radio NAME=MONTHLY VALUE=ON checked> [On] <INPUT TYPE=radio NAME=MONTHLY VALUE=OFF> [Off] Monthly Report
<br><INPUT TYPE=radio NAME=WEEKLY VALUE=ON> [On] <INPUT TYPE=radio NAME=WEEKLY VALUE=OFF checked> [Off] Weekly Report
<br><INPUT TYPE=radio NAME=DAILYSUM VALUE=ON checked> [On] <INPUT TYPE=radio NAME=DAILYSUM VALUE=OFF> [Off] Daily Summary
<br><INPUT TYPE=radio NAME=DAILYREP VALUE=ON> [On] <INPUT TYPE=radio NAME=DAILYREP VALUE=OFF checked> [Off] Daily Report
<br><INPUT TYPE=radio NAME=HOURLYSUM VALUE=ON checked> [On] <INPUT TYPE=radio NAME=HOURLYSUM VALUE=OFF> [Off] Hourly Summary
<br><INPUT TYPE=radio NAME=DOMAIN VALUE=ON checked> [On] <INPUT TYPE=radio NAME=DOMAIN VALUE=OFF> [Off] Domain Report
<br><INPUT TYPE=radio NAME=ORGANISATION VALUE=ON checked> [On] <INPUT TYPE=radio NAME=ORGANISATION VALUE=OFF> [Off] Organisation Report
<br><INPUT TYPE=radio NAME=DIRECTORY VALUE=ON checked> [On] <INPUT TYPE=radio NAME=DIRECTORY VALUE=OFF> [Off] Directory Report
<br><INPUT TYPE=radio NAME=FILETYPE VALUE=ON> [On] <INPUT TYPE=radio NAME=FILETYPE VALUE=OFF checked> [Off] File Type Report
<br><INPUT TYPE=radio NAME=REQUEST VALUE=ON checked> [On] <INPUT TYPE=radio NAME=REQUEST VALUE=OFF> [Off] Request Report
<br><INPUT TYPE=radio NAME=SIZE VALUE=ON> [On] <INPUT TYPE=radio NAME=SIZE VALUE=OFF checked> [Off] File Size Report
<br><INPUT TYPE=radio NAME=REFERRER VALUE=ON checked> [On] <INPUT TYPE=radio NAME=REFERRER VALUE=OFF> [Off] Referrer Report
<br><INPUT TYPE=radio NAME=SEARCHQUERY VALUE=ON> [On] <INPUT TYPE=radio NAME=SEARCHQUERY VALUE=OFF checked> [Off] Search Query Report
<br><INPUT TYPE=radio NAME=SEARCHWORD VALUE=ON> [On] <INPUT TYPE=radio NAME=SEARCHWORD VALUE=OFF checked> [Off] Search Word Report
<br><INPUT TYPE=radio NAME=BROWSERSUM VALUE=ON> [On] <INPUT TYPE=radio NAME=BROWSERSUM VALUE=OFF checked> [Off] Browser Summary
<br><INPUT TYPE=radio NAME=OSREP VALUE=ON> [On] <INPUT TYPE=radio NAME=OSREP VALUE=OFF checked> [Off] Operating System Report
<br><INPUT TYPE=radio NAME=STATUS VALUE=ON> [On] <INPUT TYPE=radio NAME=STATUS VALUE=OFF checked> [Off] Status Code Report
See the analog home page for the meanings of the various reports.