logo
Home / iMusic Tools Portal / iMusic Tools Portal Installation

iMusic Tools Portal Installation

Author:
Administrator
Date added:
Tuesday, 14 July 2009
Last revised:
Wednesday, 22 July 2009
Hits:
801
Rating:
 
Vote for this:
Good - Bad
favoured:
0 Favour

Answer

Steps to install iMusic Tools PORTAL

  1. Create a database to use and import the sql file in folder sql.

  2. Access the database, i.e. with phpmyadmin, and go to table config. Change site url and admin url to the correct values for your server. You can also change template folders here later on. (note! we will move this into the admin in a future version).

  3. Add folder in the non public folder just outside your public_html root.

    • Uploaded folder: This is where you upload songs via ftp to to an ftp queue on them.

    • Songs: is where the ftp uploaded and browser uploaded files are moved to. This directory should be chmod 707 or 777 so that files can be written to the folder

    • Trashsongs: where deleted tracks are moved as a last security measure. This directory should be chmod 707 or 777 so that files can be written to the folder

  4. Upload files in the public_html folder to the public root on your server.

  5. Make folder img chmod -R 777. -R means recursive and you set the right 777 on this folder and all folders below it.

  6. chmod preview folder 777

  7. Open file inc/config.php and enter your database details

  8. Open file admin/inc/config.php and enter database details. Here also change all paths that says “/absolute/path/to/” to the actual absolute paths to your server installation (folders outside public root that holds all tracks etc). The sale percent part is for royalty calculations so change these to suite your needs.

  9. Rename the files htaccess.txt in your public root to .htaccess

Setting up payment modules

Steps to setup payment modules.

  1. Setup Paypal

    Setup your paypal payment settings in files /php_paypal/paypaldb.php (database settings) and /php_paypal/includes/config.inc.php (first line that says "$paypal[business]="paypal email";" and second line $paypal[site_url]="http://www.domain.com/";). Also change line that reads “$paypal[currency_code]="EUR"; //[USD,GBP,JPY,CAD,EUR]” to reflect the currency you will be using in the store.

  2. Setup 2checkout

    Setup your 2checkout payment settings in files /checkout2/config.php (database settings). In file 2checkout.php locate the text on line 53 “$k=md5("secretkeyaccountnumber$ordernumber$chktotal");” and change secretkey and accountnumber to your settings. In file processors2c.php change line 88 with your accountnumber.

  3. Setup Moneybookers

    Setup your moneybookers payment settings in files /moneybookers/config.php. Database settings is changed on lines 29-31. On line 51 change to your moneybookers secret key and the line after add the email address used on moneybookers. On lines 60-62 change domain.com to your store url.

Setting up the Flash players.

  1. Front end player

    Please open the file /tpl/imusic_grey/flash/player1.2.fla in Flash and in the action script on the top layer, please change all url’s that says www.domain.com to reflect your store installation on your own server. Then publish the movie and re-upload.

  2. Back end player

    Please open the file /admin/tpl/cold_blue/flash/admin_player.fla in Flash and in the action script on the top layer, please change all url’s that says www.domain.com to reflect your store installation on your own server. Then publish the movie and re-upload.

License setup.

We use a license system in our script. To activate your license we require the following details.

Valid Registered Host(s): (i.e. www.domain.com)
Valid Registered IP(s): (i.e. the ip number to your server)

Once we have this info and have entered it in your licensing details you will add the keys the following way.

  1. Open the file licenskey.php that is located under your public root and enter the 12 character license key where it says Enter your license key here.... You find your license key in the View Your Licenses section under your client area at www.imusictools.com/shop/

  2. Once we have entered the valid registered details to your license you will automatically be emailed a zip file to the email address you have entered in your client profile. This needs to be unzipped and the file key.php will then have to be uploaded to your public root.

Category

Tags for this item