Advanced Tutorial CMS Script v1
The ultimate tutorial content management system. With built in self installer and administration panel, its your all in one package!
Date Added: November 21, 2005 [ 34523 Views - 4 Votes ] [ Rate ]
Author: Chaos King [ PHP Coding ] [ 27 Comment(s) ]
Note: Check out Tutorial CMS (www.tutcms.com) for updates on the new script!
Okay, I have created an affiliation script, and now I have managed to create a TCMS (Tutorial Content Management System) script! Lets get this party started!
First off, this is how our file structure will be like:
++++++ domain.com
|----- db.php
|----- install.php
|----- tutorials.php
++++++ domain.com/admin
|----- admin.php
I have made a friendly self installer script along with it that is for the new commers to the php world. All that is needed is the db.php edited with the specific needed items and it does the rest! If you server is compatible fully, it even deletes itself after installation!
This script will automatically create categories as you add tutorials. When you are to set the category it is in, just place a name of a category such as BOB and everytime the category BOB is set, it will be added to that category and filtered.
Now, onward to the tutorial!
1) Create a file called db.php. This will be in the same directory with tutorials.php Please be sure to refrence to the file structure if you are lost at any given moment.