######################################################################### # # # CGI SCRIPTS # # # ######################################################################### block.cgi CGI script that compares a user's hostname to an array of blocked hostnames. If the user's hostname is blocked, then the user will be directed to an html page with an appropriate message. Otherwise a CGI script will be called to log the user into the system. brainfood.cgi Simple CGI to randomly display html pages log.cgi CGI script that compares a user's hostname to an array of our hostnames. If the user's hostname is one of ours, then no log is recorded and the user is directed to the URL. Otherwise the user's date, hostname and browser type will be recorded in a log. Then the user will be directed to the URL. ######################################################################### # # # PERL SCRIPTS # # # ######################################################################### date.pl Perl script to gather logs from specified logfiles to be run everyday. Writes to a file with the date as the title for easy searching. log.pl Perl script to gather logs from specified logfiles to be run everyday. Writes to a file with the same name, but in a more secure location. Deletes the logs to prepare for the next day.