Installation Instructions For Membership Juggernaut Script Version 1.0
*******************************************************************

Thank you for buying the Membership Juggernaut Script!
Please read these instructions carefully in order to successfully install your Membership Juggernaut Script
on your server/webspace.

For questions, bug fixes, and updates go to:
PUT URL HERE


Requirements for the successful installation of the Membership Juggernaut Script:
----------------------------------------------------------------------------

- A domain with a Webhost that provides:
  > PHP 4.3 or higher with an installed GD library (this normally standard)
  > MySQL


Installation procedure for the Membership Juggernaut Script:
--------------------------------------------------------

1. UNZIP:
   Unzip "Membership_Juggernaut_Script1.0.zip" and save the files to your local computer.

2. DATABASE:
   Create a MYSQL-database on your webserver,
   either with a database management software like PHPMyAdmin or via your
   hosting management account (look for menu items like 'mysql' or 'database').

3. UPLOAD:
   Upload all files AND folders INSIDE the folder "Membership Juggernaut" to your webserver.
   (Do not upload the folder "Membership Juggernaut" itself, only all the content in it!)   

4. WRITE PERMISSIONS:
   If you are using a unix server you need to give write permission to some files and
   folders of the script, so that the script itself can save and change with these files.
   You can set these writeable attributes (which is called "chmod 777" in unix language)
   with your FTP client software you used for upload the script.
   Just select the listed files and folders, and set the attributes to 777 (please search
   in your FTP client software where you find this option).
   You must give the following files and folders write permission:

   All Files in the templates folder EXCEPT .htaccess AND db.php must be 777 Also
   
   
   
   
   
   IMPORTANT!!!!!!
   IF YOU CREATE ANY NEW FILES YOU MUST DOWNLOAD THAT FILE, DELETE THE ONE ON THE WEB SERVER, 
   THEN UPLOAD THE FILE YOU DOWNLOADED IN ORDER TO CHANGE THE USER SETTINGS.  THIS MUST BE DONE
   IN ORDER TO EDIT THE FILE IN THE FUTURE

   
   
   
   
5. EDIT FILES
   Open editor/config/spaw_control.config.php
   
   change
   
   // directory where spaw files are located
   $spaw_dir = '/full/path/to/script';

   // base url for images
   $spaw_base_url = 'http://www.yourdomain.com/';
   
    Then
	
	 <?

$siteName= "SiteName";  <-Site Name

$workdir = "/full/path/to/script/";  <- Full Path & Must Have Trailing /

$defaultStyle = "templates/"; <-Template Directory

$encryptkey = "uggolegoogle";  <- Any Alphabetical Sequence

$paypalEmail = "adminemail@whatever.com";  <- Your Paypal Email

$encryptKey = "uggolegoogle";  <- The Same Alphabetical Sequence

$adminPageName = "admin.php";  <- Admin Page Name  Only Change If Necessary

$globalPath = "/full/path/to/script/";  <- Full Path & Must Have Trailing /

$globalUrl = "http://www.yourdomain.com(/dir if applicable)";

$dateFormat = "Y-m-d";
$adminEmail = "adminemail@whatever.com";  <- Your Admin Email

?>
   
6. MYSQL:
   Start your website now and you will forwarded automatically to the MYSQL-Installation process.
   Type in the necessary data, which will be:

        MYSQL username      --> Username of your mysql-server connection
        MYSQL password      --> Password of your mysql-server connection
        MYSQL database name --> Name of your created database for the script
        MYSQL hosting name  --> Hostname of the mysql-server (Normally 'localhost')

   If you insert the right data, the tables will be created into the database (which you created
   in step 2). If you don't know the MYSQL data you have to insert, please ask your provider for
   this.

7. DELETE INSTALL:
   If the MYSQL-Installation process was successfull, your site is ready now.
   Please delete the folder "install" now from your server!


8. .htaccess
	You must go to templates/.htaccess.  Open it with Notepad
	and change 
	
	<Directory /full/path/to/script/*> <-- Make sure you leave the /*
     AllowOverride index.php
 </Directory>
 
 
Finished.

MAKE SURE YOU CHMOD db.php BACK TO 644


ADMIN-AREA:
-----------
In order to access the admin-area, to activate or delete entries and modify the complete system,
you have to go to http://www.yourdomain.com/directory if any/admin.php with the default user -> admin & Password ->pa55word.
WE STRONGLY RECOMMEND YOU TO CHANGE THE PASSWORD FIRST BEFORE ANY OTHER STEPS.
YOU CAN CHANGE THIS IN THE ADMIN AREA BY CLICKING THE 'View Members' LINK.  AND CLICK ON "Edit"
NEXT TO THE ADMIN USER.
