Chapter 3.  Installation

Table of Contents

Directory Permissions
Directory Permissions
File Permissions
Running the Install
Hey, why do I get a warning on the first page?
Database Settings
Verify Database Information
Administration Setup
Verify Data
Finishing the Install

Directory Permissions

So you are ready to get started with the install. You have uploaded the package and extracted it somewhere on your remote site, now what. First thing we need to do is CHMOD some files. CHMOD is the Unix command (available on Linux too) that you use to change the read-write-execute privileges for your files and directories.

When your site is hosted on a non-Unix Operating System, you need to use the commands from that OS. Eg. on Windows you use the Windows Explorer or the IIS Controlcenter when you have access to the server or you use the controlpanel that your provider made available for controling your site. We keep talking about CHMOD in this manual and tell you what settings need to be made.

Use CHMOD for setting access privileges for your files and directories. You will need to check and change the following if necessary. If you are new to CHMOD settings, you can set them with your FTP program that you used to upload the files to your site.

Directory Permissions

CHMOD these directories to 755. This means they need to have read, write & execute permissions for the owner, group needs read and execute rights, others need read and execute rights.

  • admin/original
  • admin/myphpnuke
  • cache
  • gallery/temp
  • gallery/gallery
  • gallery/gallery/Art

File Permissions

CHMOD these files to 646. This means they need to have read-write permission for the owner, read permission for the group and read-write permission for other.

  • dbconf.php
  • admin/download/config.inc.php
  • admin/blockcenter/config.php
  • admin/gallery/config.php
  • admin/guestbook/config.php
  • admin/rand_banners/config.php
  • admin/emailuser/html.inc

This is the MOST important step in the install. If you skip this step you will be unable to complete the install successfully, and you will also have problems running MPN. Please double-check these settings before posting questions on the MPN forum.