Topic: How To Install WebShop

How To Install WebShop

Open Install/index.php

$sqladdr = $webshop['mssq']['host']; // MSSQL Server Address (Host\ip)
$sqluser = $webshop['mssq']['user']; // MSSQL Server Username
$sqlpass = $webshop['mssq']['pass']; // MSSQL Server Username Password
$sqldb = $webshop['mssq']['db']; // MSSQL Database to use

Now Open Webshop/wshconf.php

There you Change:

$webshop['mssq']['host'] = '127.0.0.1'; // Server Address (Host\ip)
$webshop['mssq']['user'] = 'sa'; // Username used for a connection
$webshop['mssq']['pass'] = 'password'; // Username's password
$webshop['mssq']['db'] = 'MuOnline'; // Database name
$webshop['mssq']['dbacc'] = 'MuOnline'; // If you are using 6databases - set this to 'Me_MuOnline' or whatever your account database is named. (v0.4)
$webshop['mssq']['use_md5'] = true; // Use md5 encrypted passwords (true/false)

And for Admin acc change:
$webshop['misc']['admins'] = 'myAdminAccount';

After all of those Open:
http://yourwebsite/Webshop/Install/
This will install the webshop SQL DB's

If Everything is OK open http://yourwebsite/Webshop/

Credit:
- NeoGame