If you are planning on using this forum on your site please link back to http://www.skriptkiddie.org
System Requirements: PHP + MySQL
You must Follow all the steps or the forum will not work for you.


The Files
This zip file should include the following files:

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!


Steps

1: EDITING "config.php"
if you do not edit this file, your script will not work it is as simple as that.
You need to set the following variables, changing any other variables is optional

$dbusername
$dbpassword
$database

$adminusername
$adminpassword


2: Upload the files and run the script "admin.php"
If you modified "config.php" correctly and it allows you to login using the adminusername, and adminpassword that you specified click on "create the database tables" to have the script create the necessary tables in the database you specified.
You can Also now add any sections to the forum by using "Add or Remove Sections".


3: Make any changes you'd prefer in the template files
You can change how this whole forum looks (I strongly recommened it :P)
Be sure not to remove anything in square brackets though "[]", those are identifiers that will later be replaced with the correct data by the script. Also, if you modify the forms be sure to keep the fields/values of the form the same.


4: Test it all out!
If you followed all the steps and still can not get the forum to work feel free to contact me and i'll do my best to help you get it up and working properly on your server.

Thanks,
Josh Powell
josh@skriptkiddie.org
http://www.skriptkiddie.org