============================
Download and install phpnuke
============================

Requirements

-Php
-SQL database

Installaion
1. Download from www.phpnuke.org
2. Extract everything to a folder
3. Open Config.php and look for these items and fill them in with your username, password, sql server ip, database type, and database name

$dbhost = "192.168.1.100"; <--Addy of the SQL Server
$dbuname = "root"; <--Database username
$dbpass = ""; <--Database Pass
$dbname = "nuke"; <--Database name
$prefix = "nuke"; <--ignore
$user_prefix = "nuke"; <--ignore
$dbtype = "MySQL"; <--Database type

4. Upload all files in the html folder to the root dir of your webserver
5. Fill the SQL database with the file "nuke.sql" that is in the SQL folder
6. Goto http://www.yoursitehere.com and create the superuser account.
7. Your done, now you can access the admin section and create the other nik naks.

If this tutorial helped you please e-mail me at [email protected]