guys. somebody can instruct me how to configure the online status
it is 2ndserver website and the 2nd server is down but in the website server and siege status is Online. <--- pointing on server1????? how to set server status to server2??
![]()
in website/includes/config
it is 2ndserver website and the 2nd server is down but in the website server and siege status is Online. <--- pointing on server1????? how to set server status to server2??

in website/includes/config
PHP Code:
// SQL DATA
$config['SQL_DB_HOST'] = '127.0.0.1';
$config['SQL_DB_NAME'] = 'MuOnline2';
$config['SQL_DB_2_NAME'] = 'Me_MuOnline2';
$config['SQL_DB_USER'] = 'sa';
$config['SQL_DB_PASS'] = 'mypassword ^_^';
$config['SQL_DB_PORT'] = '1433';
$config['SQL_USE_2_DB'] = false;
$config['SQL_PDO_DRIVER'] = 3; // 1= dblib (default) || 2= sqlsrv || 3= odbc