
How to config database?
backend/Config.php
Code:
// Character database
$config['db_host'] = '127.0.0.1';
$config['db_name'] = 'MuOnline'; // keep empty if ODBC
$config['db_user'] = 'sa';
$config['db_pass'] = 'xxxxx';
$config['db_type'] = 'mssql';
How yo add admins in website ?
Config.php
Code:
$_config['admins'] = array('a','Caviar');
how install it? ?
host/backend/muactions.php?install=1
host/backend/install2/
if you want to use it for Season6 Version you must edit :
backend\1Database\scfdefine.php
Code:
code rf => array('Fist Master','BS', '_bs.png', 'sub'=>'1851', 'bonus'=>'350', 'str'=>'25', 'agi'=>'25', 'vit'=>'25', 'eng'=>'25', 'lvluppoint'=>7),
ex: 81 => array('Bloody Summoner','BS', '_bs.png', 'sub'=>'1851', 'bonus'=>'350', 'str'=>'25', 'agi'=>'25', 'vit'=>'25', 'eng'=>'25', 'lvluppoint'=>7),
#Features :
- Rankings
- Guilds
- Characters
- View Character Stats
- View Character Items Used
- Online
- Devil Square
- Register
- Statitics
- Downloads
- WebShop (No Socket)
- MUPimb
- Vote Reward
- User CP
- Forgot Password
#Downlaods
Link