MuCore connection Erorr

Results 1 to 4 of 4
  1. #1
    Apprentice loopik is offline
    MemberRank
    Jan 2011 Join Date
    Минск, BelLocation
    17Posts

    sad MuCore connection Erorr

    Here's a problem I have !

    Login to your account and everything seems to be nothing more but!
    Once refresh the page (F5) or harvest to something on the menu, everything disappears, and it is necessary to reenter the user account again!


    HELP ME PLZZZZZ
    My Config
    Code:
    <?
    /*------------------------------------------*\
    | Server Databases:                          |
    |                                            |
    |  0 : MuOnline [database]                   |
    |  1 : MuOnline and Me_Muonline [databases]  |
    \*------------------------------------------*/
    /**
    * @+===========================================================================+
    * @¦ MuCore 1.0.8 English.       					       ¦
    * @¦ Credits: Isumeru & MaryJo  					       ¦
    * @¦ +=======================================================================+ ¦
    * @¦ ¦  "He who Copy/Pastes Shall Inherit My Mistakes But Not My Knowledge"  ¦ ¦
    * @¦ +=======================================================================+ ¦
    * @¦ Official Site:   http://bizarre-networks.com                              ¦
    * @+===========================================================================+
    * @¦ Our Allied Site: http://chileplanet.org                                   ¦
    * @+===========================================================================+
    */
    
    $core['server_use_2_db'] = "1"; <---- when here I was on 0 nothing changes
    
    ##############################################
    
    
    
    
    /*-------------------------------------*\
    | MUCore SQL Connection Type:           |
    |                                       |
    |  MSSQL : Connect using mssql_conect() |
    |  ODBC : Connect using odbc            |
    \*-------------------------------------*/
    
    $core['connection_type'] = "MSSQL"; <--when here I was on ODBС nothing changes
    
    #########################################
    
    
    
    
    /*--------------------------------------------------*\
    | 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'] = "127.0.0.1";
           
    $core['db_name'] = "MuOnline";
     
         
    $core['db_user']= "sa";
    
    $core['db_password'] = "My password";
    
    ######################################################
    
    
    
    
    /*------------------------------------------------------------------*\
    | 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'] = "127.0.0.1";
           
    $core['db_name2'] = "Me_MuOnline";    
         
    $core['db_user2']= "sa";
    
    $core['db_password2'] = "My password";
    
    ######################################################################
    
    
    
    
    /*-------------------------------------------------*\
    | MUCore Admin Control Panel:                       |
    |                                                   |
    |  $core['admin_username'] : Administrator user     |
    |  $core['admin_password'] : Administrator password |
    \*-------------------------------------------------*/
    
    $core['admin_username'] = 'Admin';
    
    $core['admin_password'] = '1234';
    
    #####################################################
    
    
    
    
    /*-----------------------------------------------------*\
    | 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','memeb_info');
    
    define('MU_COINS_COLUMN','SCFVipMoney');
    
    define('MU_COINS_USERID_COLUMN','memb___id');
    
    define('MU_SCOINS_TABLE','memeb_info');
    
    define('MU_SCOINS_COLUMN','Wcoin');
    
    define('MU_SCOINS_USERID_COLUMN','memb___id');
    
    #########################################################
    
    
    
    
    /*--------------------------------------*\
    | MUCore Debug Settings:                 |
    |                                        |
    |  1 : Debug enabled                     |
    |  0 : Debug disabled                    |
    |                                        |
    | Note: Enable debug only if necessary.  |
    \*--------------------------------------*/
    
    $core['debug'] = 0;
    
    ##########################################
    /**
    * @+===========================================================================+
    * @¦ MuCore 1.0.8 English.       					       ¦
    * @¦ Credits: Isumeru & MaryJo  					       ¦
    * @¦ +=======================================================================+ ¦
    * @¦ ¦  "He who Copy/Pastes Shall Inherit My Mistakes But Not My Knowledge"  ¦ ¦
    * @¦ +=======================================================================+ ¦
    * @¦ Official Site:   http://bizarre-networks.com                              ¦
    * @+===========================================================================+
    * @¦ Our Allied Site: http://chileplanet.org                                   ¦
    * @+===========================================================================+
    */
    ?>


  2. #2
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: MuCore connection Erorr

    You tried debuging? if so maybe try to reinstall mucore or ur index.php is broken.

  3. #3
    Apprentice loopik is offline
    MemberRank
    Jan 2011 Join Date
    Минск, BelLocation
    17Posts

    Re: MuCore connection Erorr

    Quote Originally Posted by DragonSeth View Post
    You tried debuging? if so maybe try to reinstall mucore or ur index.php is broken.
    yes I have included debug! and reinstalled 10 times and threw a working site!
    but all to no avail
    This can be something with a dedicated machine?

  4. #4

    Re: MuCore connection Erorr

    I'm sure its because the templateis not finalized(ready) or 100% finished and here ur prolbem appears with it, i prefer u try other template or find other release of similar one.



Advertisement