Best Blackhat Forum

Full Version: Surfow V1.0 - Traffic Exchange System: Official Installation Tuto
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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:41 AM)Mister Geek Wrote: [ -> ]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!

I install all by myself my dear. I wont showmy site publickly
Great thanks, I will test it
"Go to http://your-domain.com/installation and create your admin account and login"

I can't find a "installation" folder or file ...?
Reference URL's