| filenamme | description |
| config.php | The Script containing your information that **NEEDS** to be modified. |
| signup.php | The PHP script to sign users up for your forum. |
| admin.php | The PHP script for Setting up the Database, The Forum Sections and Moderators |
| forum.php | The PHP script for reading and post to your forum. |
| template.html | The template that the forum will be displayed in. |
| sectiontemp.html | The html code that will be used for displaying the sections. |
| threadtemp.html | The html code that will be used for listing the threads. |
| posttemp.html | The html code that will be used for displaying posts/replies. |
| formtemplate.html | The html code that will be used for the form for posting/replying. |
| signuptemp.html | The html template that will be used for signing up. |
| readme.html | This file.. exciting isnt it! |