Gator Engineering Wordmark
University of Florida Wordmark
 
 
College Home
Finance & Personnel Office
Administration Fiscal Office
Budget & Planning
Contract & Grants Accounting
Personnel & Payroll
Engineering Processing
Management Information Systems

About Us
Staff, Mission, Goals, Contact Info...
  Services
Project Request, Support Agreement...
  Forms / Checklists
Account, Entrance, Exit...
Software Licenses
MSDNAA, Microsoft, Labview, Novell...
  Resources
Training, Web, Email, FAQ, DNS...
  Security
Policy, Unit ISM List...

The webcount perl script is a server side include which is used to count and log the number of times a particular page is accessed and by whom.

To use this script in a webpage insert the following line into an html document. Where it appears a number will be included which represents the number of times the page has been accessed.

<!--#include virtual="/cgi-bin/webcount?filename=myfilename&silent=no&log=no"-->

PARAMETERS FOR THIS SCRIPT

filename The name of the file(s) to be added to your 'logs' directory to hold the access count and logs. You must make sure that you have a uniqe file name or you will be adding to existing log files. REQUIRED
silent if '&silent=yes' is present in the include then the count will not be printed out but will still be updated and stored in the filename.count file in your logs dir. If '&silent=no' is present or if the '&silent...' text is left out of the include then the count will be printed in to the html document where the include is placed. NOT REQUIRED
log If '&log=yes' is present in the include then a file 'filename.log' will be created in your logs dir that will contain a log of dates and hostnames which access the document. If '&log=no' is present or if the '&log...' text is left out of the include then no log will be kept.
NOT REQUIRED

 

FILES ASSOCIATED WITH THIS SCRIPT

[filename].count A text file that contains the number of times the document has been served stored in your logs directory. REQUIRED
[filename].log A text file that contains the log of dates and hostnames which access the document stored in your logs direcotry. NOT REQUIRED
  Phone: (352) 392-6000
Fax: (352) 392-9673
College of Engineering
300 Weil Hall, PO Box 116550
Gainesville, FL 32611-6550
 

Last Modified: Sunday, 10-Aug-2008 14:24:42 EDT