This contains...
Pre-install stuff
/usr/bin/perlor variants. If the path on your server is not "/usr/bin/perl", you will need to edit dbmain.cgi, dbadmin.cgi and dbview.cgi so that the first line in them reads:
#!/usr/local/bin/perlThe #! before the path is important
$adminpassto something else.
$adminpass = 'mynewpassword';Remember to keep the "' '" around the password and the ";" at the end of the line.
Installation Instructions
Windows servers
Perl on windows servers doesn't support flock for some reason. If you
want to use these scripts on a windows server, simply comment out the lines that
call flock like this:
flock blah #flock blah <= commentedThey should work, but flock is kinda important...
Copyright Info
All code except ReadParse() and die() is copyright to: Paul Murphy (me!). If you want to use any of it, please ask for permission first. ReadParse and die are from cgi-lib.pl. Visit his homepage to see the copyright.
A little help...
Still need help? Visit my
message board, or email me.
Visit me here: www.sleepy.f2s.com.
Copyright me!, 2000.