Downloading the PHP-Nuke Software
- Visit the PHP-Nuke website and download the software.
- Save the file to the desktop.
Extracting the PHP-Nuke Files to the Desktop
Step 1
- Open the PHP-Nuke zip file on the desktop.
- On the left, click Extract all Files.

Step 2
- Follow the prompts in the extraction wizard, leave the default directory.
- A folder for the PHP-Nuke installation will be extracted to the desktop.
Using a FTP Client to Upload the PHP-Nuke Files to the Web Server
You can view the following tutorials for more information on how to connect to the web hosting server using FTP. FTP web browser, FileZilla, CuteFTP, SmartFTP, wsFTP
Step 1
- Open the FTP Client.
- Connect to the web hosting server.
- Double click to open the public_html folder on the server.

Step 2
- Open the desktop folder on the local side of the FTP Client.
- Double click to open the PHP-Nuke folder.
- Double click to open the html folder.

Step 3
- Select all the files and folders listed. To select all files, click the first folder, hold down shift key and select the last file.
- Right click and select upload.
- The files will be uploaded to the public_html folder on the web hosting server.
- Leave the FTP Client open for the next step.

Changing CHMOD File Permissions for PHP-Nuke
File Permissions commonly know as CHMOD need to be set at a certain value in order for the software to install and allow uploads. The PHP-Nuke install tutorial will show you how to set the proper file permissions for these files. For more information on setting CHMOD in various FTP Clients read the following tutorial Guide to Changing CHMOD in FTP.
Step 1
- On the web server right click on the config.php file.
- Select file permissions or properties.

Step 2
- Enter the CHMOD value of 666.
- Click Ok.

Step 4
- Right click on the ultramode.txt file.
- Select file permissions or properties.
- Change the CHMOD value to 666.
Step 5
- Double click to open the modules folder.
- Double click to open the Forums folder.
- Double click to open the images folder.
- Right click on the avatar folder.
- Select file permissions or properties.
- Enter the CHMOD value of 777.
- Click Ok.
- This will allow members to upload an avatar.
Creating a MySQL Database and User for PHP-Nuke
Refer to the following tutorial for more information on how to create MySQL database in the cPanel: MySQL Tutorial How to Create a Database and Users
Step 1
- Login to your web hosting account and access the cPanel.
- Create a new MySQL Database for PHP-Nuke.
- Create a name for the database.

Step 2
- Create a new MySQL user.
- Add the user to the PHP-Nuke database you just created.
- Grant the user all privileges.
- Write down the name, username, and password you entered for the PHP-Nuke database. The information will be needed later in the installation process.

How to Run the PHP-Nuke Web Installer
Step 1
- Type your website URL into the browsers address bar and hit enter.
- You should see the screen below.
- Click web installation.

Step 2
- You will be presented with the pre-installation check.
- All messages need to be in green.
- Any red messages need to be fixed before continuing.
- Click Next.
- Read the licensing agreement and click Next.

Step 3
- Enter localhost in the Host Name.
- Enter the username, password and database name created earlier in the tutorial.
- Click Next.
- Click Ok on the prompt asking if the settings are correct.

Step 4
- Enter a name for your PHP-Nuke website.
- Click Next.

Step 5
- Enter your email address.
- If you would like to change the admin password do it now or write down the one provided.

Step 6
- The installation of PHP-Nuke has successfully finished.
- Before entering the admin area follow the final steps below.
Final Steps Before Using PHP-Nuke on Your Website
Step 1
- Open the FTP Client and connect to the web hosting account.
- Locate the public_html folder, open if necessary.
- Right click on the install folder.
- Click delete and confirm file deletion.

Step 2
- Right click on the config.php file.
- Select file permissions or properties.
- Change the CHMOD value to 644.
Congratulations you have successfully completed the PHP-Nuke installation tutorial. You may now login to the admin area of your PHP-Nuke website by typing http://www.yourdomain.com/admin.php. Once there you can start building a creative news content management website.
|