TCCRadius Time Checker Copyright 1999 Talon Computer Consulting, Inc http://www.tccsoftware.com support@tccsoftware.com (903) 534-9911 This package contains five files: Checktime.htm - HTML only Time Checker Form CheckTime.pl - PERL version of the above, chooses the current date in the dropdowns footer.htm - Customized HTML Footer for output header.htm - Customized HTML Header for output TimeCheck.pl - Main PERL script, processes the AcctSum files Installation ============ For NT Servers: If PERL is not installed, you must install it. http://www.activestate.com 1. Create directory for Scripts. 2. Give IUSR (RX) file privs on that directory. 3. Give IUSR privs to your TCCRadius/logs directory -or- Make a duplicate of your logs to the webserver. 4. Open TimeCheck.pl and change the $logfile variable to point to the full path of your logs. Remove the # sign. 5. Make sure IUSR has Read privs to those logs. For UNIX/Linux: 1. Create directory for Scripts. 2. Give webuser file privs on that directory. 3. Make a duplicate of your logs to the webserver or map a drive. 4. Open TimeCheck.pl and change the $logfile variable to point to the full path of your logs. Remove the # sign.