Hello everyone, today im here to show my first CMS. Its really basic, as i still have tons to learn.
------------
Instructions
------------
Download the CMS, and the database i have provided and upload the script to your server (localhost)..
Import the database in PHPMyadmin.
Now locate the cmsadmin.php File and change some stuff around.
Now you can visit the site. Go to administrator, and add a new page. You can login to the admin panel with the password: Password. Then you will be able to view the page you have added by clicking "content" in the navigation area on the homepage. You may alreay see a test page i made earlier.PHP Code:session_start(); error_reporting(0); define('ADMIN_PASS', 'password'); $mysql_server = 'localhost'; $mysql_username = 'root'; $mysql_password = 'your root password'; $mysql_database = 'database'; $username = 'admin';
Please leave me some feedback, there isn't really much of a design to it, its really basic. :)



Reply With Quote


