Well you can see the forum in action at
http://grimpirate.4mak.net/portal.php. The source code for it isn't the same because I had to change the
hash() and
scandir() functions since they only function in PHP5. I had to implement
crc32(),
md5(),
opendir(),
readdir(), and
closedir(). Curiously the
crc32($somestring) function does not produce the same result as
hash('crc32', $somestring). In order to post in the forum it's necessary to register. Basically, that just means make up a username and password. The forum doesn't accept any personal information.