User Guide - Covers installation, adding a category, and adding a type using PhpMyAdmin
Peter Barbosa
http://plasmatic-exploit.com

How to install?
Simply edit the settings.php, then make the MySQL database. Afterwards upload to your web server, and run the install.php.

How to add Video game systems (Category)
To add a video game system (category), you will have to access PhpMyAdmin. Once you are logged into PhpMyAdmin go into your database you created at the begining of the installation. Once you are viewing the database look for the table "category". Please note that there might be a prefix at the begining whether or not you added it. Then click on the "Insert" button. Once you have clicked on the insert button a list of feilds will apear. For the category_id feild make sure that you leave that value to be blank. For the category_order value leave that blank aswell. That just asks you what order you will like your categorys to go in. For the category_exp put the value as 1 meaning true, allowing the types to be added on. For the category_url put it as "index.php?id=1" (without quotes). Please note that where it has the "1", you must change that everytime you will like to add one.. Put 1 as the first console you added, 2 as the second, etc. Example:

Xbox = index.php?id=1
PS2 = index.php?id=2
Game cube = index.php?id=3

For category_content please add the console name. Example: Xbox. Afterwards click on the go button and the category should be successfully added.

How to add a topic (Type)
A type would be the topic (Reviews, Previews, Release Dates, Rumours, etc.). To add a type open up PhpMyAdmin, and go to the database with the name you made from the settings.php file. Then look for the "type" table. It may have a prefix at the begining of it if you wanted so. Once you have selected it click on "Insert". Once again you will see feilds. Again leave the type_id blank, type_order blank, then for the type_content change that to the name of that topic (Articles, Previews, Reviews, ect.)