Google

NukeCoder

Menu


Donations

Find our service's and script's useful? Make a small donation to show your support.

 Recent Donations:
 01. Krike (10-14)
 02. Trunks (09-07)
 03. Spasticdonkey (05-08)

Installation
    How to install The Digital Shop

Download the package you purchased from nukecoder.com/shop_purchases.html and extract the archive to a local folder.
Now open the file lib/constants.php (modules/Digital_Shop/lib/constants.php for nuke users).

Find the following line:
define('DSN_STRING', 'mysql://dbUser:dbPassword@dbHost/dbName');

You will need to replace this with  your  database info

Example
define('DSN_STRING', 'mysql://gotcha:mypass123@localhost/digital_shop_db');

Now you should make sure the following:

define('SMARTY_PATH', '');
define('PEAR_PATH', '');


Is set to:

define('SMARTY_PATH', 'includes/');
define('PEAR_PATH', 'includes/');


Note: If you have root access you can install MDB2 and smarty and leave those values blank.


For the rest,  the default vaules should be OK, but take a look to make sure everything fits your needs.
Be sure to set SHOP_DEBUG to false before making your shop available to the public.

Now use your FTP program to upload all shop files(except for the folder "docs") to your site.

The rest of the installation is web based, so once all of your files have uploaded, point your browser to:
http://yoursite.com/installer.php (http://yoursite.com/modules/Digital_Shop/installer.php for nuke users)
to start installation.


The first thing the installer does is make sure you have IonCube loaders installed.  If they are not already installed,
you will get a screen that will help you install the IonCube loaders.  If you already have the IonCube Loaders installed,
you will not see this.




Please read the instructions on that page to see what install method is best for you.
If you click on one of the links on the left, the script will automatically create the ioncube folder and download the correct loader to that folder.




That brings you to the first page of the actual installer, here you just choose whether you want to install or upgrade.





Step 1 of the full install will check for a valid license.




Follow the on screen instructions to obtain your license, then upload it to the folder license(modules/Digital_Shop/license for nuke users).
Once you have uploaded your license, click on Step 1 again to validate it.




Step 2 will simply check for a database connection.  Make sure it is successful and move on to step 3.


Step 3 will install the necessary database tables.  Make sure you don't get any  lines marked failed



Step 4 checks the folders for the correct permissions to make sure they are writable.  If you get any missing folders or folders that are not writable, use your FTP program to create and chmod the appropriate folders.




Step 5 is the finish line!  You should now delete the folder "install" and the file installer.php.

Now you can access your shop and start using it.



Last Updated: 2008-01-10 19:21:40 (934 views)