Home Perl JavaScript ASP Flash Helpful Misc Pics SteveCam
Date Title | Download Description Platform
2/6/01 SPARTA Resume
employment.htm, employment.pl, searchMain.pl, checkLogin.pl
Full featured resume search and resume application system done for SPARTA. New features being added daily. Example *nix
(CGI)
1/25/01 Parse IIS Log
parseLog.pl, parseIIS.pl, newLog.dat, filter.dat, parseLog.htm
Accepts vars from parseLog.pl. Collects all log files in a folder and writes them to newLog.dat. This new file is then parsed based on input from parseLog.pl and the filter.dat file. Filtered IPs are not displayed in the report. Parses an IIS log which is set to full logging. Win9.x/NT
(command line)
8/24/00 NCSA full log
ParseLog92.pl, filter.dat, NCSA_log.html
Attempts to parses an NCSA style log which is set to full logging. Reads a filter file to see if any IPs should be skipped over when reporting. Creates an HTML file with the results. Tested on NS browsers 3.x, 4.x, 6.0 PR and IE browsers 4.x, 5.x. New browsers cause the parsing routine to break, creating empty table cells. Win9.x/NT
(command line)
8/24/00 NCSA partial log
MorpheusParse.pl, filter.dat, NCSA_log.html
Same basic script as above, only this version is meant ONLY for logs that record the following:
IP, Time, File Hit, Error Code, and Bytes Transferred. This script is 100% stable.
Win9.x/NT
(command line)
8/29/00 NMD DocSearch
docSearch.pl, docSearch.htm
Requires a specific ODBC module, an Access DB (classified), and Microsoft NT to run. Searches a document database by meta tag or description or both. Win9.x/NT
(CGI)
9/18/00 SendMail
contact_form.htm, contact.cgi
Accepts form input from contact_form.htm and mails the contents to addresses which are hard-coded in the script. Requires a path to SENDMAIL on a Unix box. Example *nix
(CGI)
11/1/00 Send A Story To A Friend
sendStory.htm, article.htm, sendStory.pl
Accepts form input from sendStory.htm, and a story from article.htm. Given an email address, a return address, and a personal message, this script sends the article to the specified addy. *nix
(CGI)
10/31/00 JavaScript Menu Generator
page1.pl, page2.pl, page3.pl, page4.pl, MM_Page1.htm
Asks a series of questions which are used to build a JavaScript menu similar to this. At the end of the wizard, the user copies the generated JavaScript and pastes it into a frameset for a workable menu. Needs some aesthetics work. Win9.x/NT
(CGI)
7/31/00 Directory List
dirList.pl
Dr. Elder's directory listing script. Pass the folder you want listed in the URL like: ?path=directoryname Win9.x/NT
(CGI)