• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows How to Reinstall Modern acc?

Mogex

Active Member
Joined
May 29, 2010
Messages
1,513
Reaction score
27
Dear Otlanders, how could i Reinstall moder acc?
Can some one help me pleasE?
Thanks
 
in config.php retire the part with ur database and etc...and replace with:
PHP:
$config['database']['host'] = "%DB_HOST%";
$config['database']['login'] = "%DB_LOGIN%";
$config['database']['password'] = "%DB_PASS%";
$config['database']['database'] = "%DB_NAME%";

/*Name of server*/
$config['server_name'] = "%SERVER_NAME%";
 
Last edited:
in config.php retire the part with ur database and etc...and replace with:
PHP:
$config['database']['host'] = "%DB_HOST%";
$config['database']['login'] = "%DB_LOGIN%";
$config['database']['password'] = "%DB_PASS%";
$config['database']['database'] = "%DB_NAME%";

/*Name of server*/
$config['server_name'] = "%SERVER_NAME%";

Thanks a lot I love ya(L)
 
Back
Top