Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
12-03-2015, 10:29 AM
Post: #1
|
|||
|
|||
Surfow V1.0 - Traffic Exchange System: Official Installation Tuto
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 |
|||
12-03-2015, 10:41 AM
Post: #2
|
|||
|
|||
RE: Surfow V1.0 - Traffic Exchange System: Official Installation Tuto
Grrrrrrrrrrrrrrr !!
If I have the product, is that I also have documentation - but the problem remains the same for me You installed it yourself? If YES show how you did - point! |
|||
12-03-2015, 10:46 AM
Post: #3
|
|||
|
|||
RE: Surfow V1.0 - Traffic Exchange System: Official Installation Tuto | |||
12-03-2015, 11:39 AM
Post: #4
|
|||
|
|||
RE: Surfow V1.0 - Traffic Exchange System: Official Installation Tuto
Great thanks, I will test it
|
|||
12-22-2015, 02:04 AM
Post: #5
|
|||
|
|||
RE: Surfow V1.0 - Traffic Exchange System: Official Installation Tuto
"Go to http://your-domain.com/installation and create your admin account and login"
I can't find a "installation" folder or file ...? |
|||