12-03-2015, 10:29 AM
Installation
Unpack the archive and upload Script folder to your web server.
Create a database and import MYDB.sql file from the folder called "MySQL" using phpmyadmin or the IMPORT function available in MySQL.
open the following file located inside the 'config/' folder: config.php. you should have something like this:
// DATABASE SETTINGS
$GLOBALS["_SETTINGS"]["DB"]["HOST"] = "localhost";
$GLOBALS["_SETTINGS"]["DB"]["USER"] = "root";
$GLOBALS["_SETTINGS"]["DB"]["NAME"] = "exchange";
$GLOBALS["_SETTINGS"]["DB"]["PASS"] = "mysql";
// AUTRE
$GLOBALS["_SETTINGS"]["DB"]["CLASS"] = "pdo"; // PDO - MYSQLI
$GLOBALS["_SETTINGS"]["ADMINPATH"] = "control";
$GLOBALS["_SETTINGS"]["KEY"] = "a45fJpB3ZEBn8yNqa45fJpB1"; // 8 or 16 or 24 characters maximum
$GLOBALS["_SETTINGS"]["PROTOCOL"] = "http";
- Now replace the DATABASE SETTINGS with your MySQL settings
- And replace "control" with your admin panel path (you can set anything Ex: "mysecretadmin" so your admin it will be http://your-domain.com/mysecretadmin)
- And replace "a45fJpB3ZEBn8yNqa45fJpB1" with your private key , the key should be 24 characters exactly and you can't change it after this time
- keep http if you don't want to use https
save and exit.
Go to http://your-domain.com/installation and create your admin account and login
Go to Settings section and set your public,private reCAPTCHA keys and Payment settings
REP IF you appreciate
Unpack the archive and upload Script folder to your web server.
Create a database and import MYDB.sql file from the folder called "MySQL" using phpmyadmin or the IMPORT function available in MySQL.
open the following file located inside the 'config/' folder: config.php. you should have something like this:
// DATABASE SETTINGS
$GLOBALS["_SETTINGS"]["DB"]["HOST"] = "localhost";
$GLOBALS["_SETTINGS"]["DB"]["USER"] = "root";
$GLOBALS["_SETTINGS"]["DB"]["NAME"] = "exchange";
$GLOBALS["_SETTINGS"]["DB"]["PASS"] = "mysql";
// AUTRE
$GLOBALS["_SETTINGS"]["DB"]["CLASS"] = "pdo"; // PDO - MYSQLI
$GLOBALS["_SETTINGS"]["ADMINPATH"] = "control";
$GLOBALS["_SETTINGS"]["KEY"] = "a45fJpB3ZEBn8yNqa45fJpB1"; // 8 or 16 or 24 characters maximum
$GLOBALS["_SETTINGS"]["PROTOCOL"] = "http";
- Now replace the DATABASE SETTINGS with your MySQL settings
- And replace "control" with your admin panel path (you can set anything Ex: "mysecretadmin" so your admin it will be http://your-domain.com/mysecretadmin)
- And replace "a45fJpB3ZEBn8yNqa45fJpB1" with your private key , the key should be 24 characters exactly and you can't change it after this time
- keep http if you don't want to use https
save and exit.
Go to http://your-domain.com/installation and create your admin account and login
Go to Settings section and set your public,private reCAPTCHA keys and Payment settings
REP IF you appreciate