Script Installation
forum threads Script Installation and Configure Services
|
Script Description:This is the result of my attempts to create forum software in PHP.rrnI would have finished it but I feel my site is not ready for a forum yet ^_^. ShowThread() is the only function of interest, all the others are just helper functions.rrnTo create a new Thread, use ReplyToMessage(null, 0). In ShowMessage() rrnI artificially created a limit to how much recursion there can be in a single thread.rrnTo run, this script requires the param() function. I encourage everyone to experiment with the helper functions to achieve different looks. Finally,rrnthe guests table has to filled in by hand... I havent implemented a sign-up script yet. Site Url: http://scripts.franciscocharrua.com/forum_threads.php |