Thread: PHP Forum Code
View Single Post
Old Nov 7th, 2006, 2:57 AM   #10
grimpirate
King of Portal
 
grimpirate's Avatar
 
Join Date: Sep 2005
Posts: 439
Rep Power: 4 grimpirate is on a distinguished road
Send a message via Yahoo to grimpirate
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.
__________________
Lo, there do I see my father. 'Lo, there do I see My mother, and my sisters, and my brothers. 'Lo, there do I see The line of my people... Back to the beginning. 'Lo, they do call to me. They bid me take my place among them. In the halls of Valhalla... Where the brave... May live... ...forever.. GrimBB | Mimesis
grimpirate is offline   Reply With Quote