counter.pl
A basic counter script. Takes a page name in the query string, stores the hits in a gdbm database.
Some CGI scripts for fun! They probably have security vulnerabilities.
/A basic counter script. Takes a page name in the query string, stores the hits in a gdbm database.
A very simple guestbook. Takes name and message, updates the HTML by replacing >!--NEXT_ENTRY--< with the new entry.