-
Apprentice
not connect with the Mu_MuOnline db, web MuCore
not connect with the Mu_MuOnline db, web MuCore
version season 9 battlecore, forced to work with the db Mu_muonline, if you have more than one server.
mucore help web.
me_muonline db does not work with, someone have web mucore db Me_muonline work
<?
/*------------------------------------------*\
| Server Databases: |
| |
| 0 : MuOnline [database] |
| 1 : MuOnline and Me_Muonline [databases] |
\*------------------------------------------*/
$core['server_use_2_db'] = "1";
##############################################
/*-------------------------------------*\
| MUCore SQL Connection Type: |
| |
| MSSQL : Connect using mssql_conect() |
| ODBC : Connect using odbc |
\*-------------------------------------*/
$core['connection_type'] = "MSSQL";
#########################################
/*--------------------------------------------------*\
| MuOnline Database Connection Settings |
| |
| $core['db_host'] : Database host address |
| $core['db_name'] : Database name |
| $core['db_use'] : SQL Authentication user |
| $core['db_password'] : SQL Authentication password |
\*--------------------------------------------------*/
$core['db_host'] = "167.";
$core['db_name'] = "MuOnline";
$core['db_user']= "sa";
$core['db_password'] = "da011";
######################################################
/*------------------------------------------------------------------*\
| NOTE: |
| Edit this only if $core['server_use_2_db'] value is set to 1, |
| this mean your server use MuOnline and Me_MuOnline databases. |
| |
| Me_MuOnline Database Connection Settings |
| |
| $core['db_host2'] : Database host address |
| $core['db_name2'] : Database name |
| $core['db_use2'] : SQL Authentication user |
| $core['db_password2'] : SQL Authentication password |
\*------------------------------------------------------------------*/
$core['db_host2'] = "167.";
$core['db_name2'] = "Me_MuOnline";
$core['db_user2']= "sa";
$core['db_password2'] = "darc";
######################################################################
/*-------------------------------------------------*\
| MUCore Admin Control Panel: |
| |
| $core['admin_username'] : Administrator user |
| $core['admin_password'] : Administrator password |
\*-------------------------------------------------*/
$core['admin_username'] = 'zro';
$core['admin_password'] = 'ze16';
#####################################################
/*-----------------------------------------------------*\
| MUCore's MUCoins SQL Table Settings: |
| |
| MU_COINS_TABLE : MUCoins table name |
| MU_COINS_COLUMN : MUCoins (Credits) column name |
| MU_COINS_USERID_COLUMN : MUCoins User ID column name |
\*-----------------------------------------------------*/
define('MU_COINS_TABLE','T_InGameShop_Point');
define('MU_COINS_COLUMN','WCoinC');
define('MU_COINS_USERID_COLUMN','AccountID');
#########################################################
/*--------------------------------------*\
| MUCore Debug Settings: |
| |
| 1 : Debug enabled |
| 0 : Debug disabled |
| |
| Note: Enable debug only if necessary. |
\*--------------------------------------*/
$core['debug'] = 0;
##########################################
?>
-
-
Re: not connect with the Mu_MuOnline db, web MuCore
167 is your ip? use 127.0.0.1 for test
then what xampp u use? try to change mssql to odbc and test
Sent from my iPhone.