Problem! in Database!

Results 1 to 13 of 13
  1. #1
    OH Yes! Proud to be Me astig01998 is offline
    MemberRank
    Aug 2011 Join Date
    (Philippines)Location
    662Posts

    Problem! in Database!

    This is my first time to use Me_MuOnline database so i dont know how to use it :)
    <?
    /*------------------------------------------*\
    | 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: Bizarre Mind Networks - MuOnline private servers, free downloads, games, anime online and more! ¦
    * @+===========================================================================+
    * @¦ Our Allied Site: CHILEPLANET Experience Games Servers ¦
    * @+===========================================================================+
    */

    $core['server_use_2_db'] = "1";

    ##############################################




    /*-------------------------------------*\
    | MUCore SQL Connection Type: |
    | |
    | MSSQL : Connect using mssql_conect() |
    | ODBC : Connect using odbc |
    \*-------------------------------------*/

    $core['connection_type'] = "MSSQL"; <<<<Is that Right?

    #########################################




    /*--------------------------------------------------*\
    | 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'] = "xxxxxxxxxxx";

    ######################################################




    /*------------------------------------------------------------------*\
    | 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'] = "xxxxxxxx";

    ######################################################################




    /*-------------------------------------------------*\
    | 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','memb_credits');

    define('MU_COINS_COLUMN','credits');

    define('MU_COINS_USERID_COLUMN','memb___id');

    define('MU_SCOINS_TABLE','memb_scredits');

    define('MU_SCOINS_COLUMN','scredits');

    define('MU_SCOINS_USERID_COLUMN','memb___sid');

    #########################################################




    /*--------------------------------------*\
    | 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: Bizarre Mind Networks - MuOnline private servers, free downloads, games, anime online and more! ¦
    * @+===========================================================================+
    * @¦ Our Allied Site: CHILEPLANET Experience Games Servers ¦
    * @+===========================================================================+
    */
    ?>
    when i install the mucore i got this problem

    and i dont wanna skip it please help



  2. #2

    Re: Problem! in Database!

    whats so diffrent with that db? dont u config and restore it normally?

  3. #3
    OH Yes! Proud to be Me astig01998 is offline
    MemberRank
    Aug 2011 Join Date
    (Philippines)Location
    662Posts

    Re: Problem! in Database!

    I already restore it but i have many problem! with it
    1.
    2.
    I GOT THAT PROB

  4. #4

    Re: Problem! in Database!

    well use md5 on mumaker?
    im not sure bout mucore.

  5. #5
    OH Yes! Proud to be Me astig01998 is offline
    MemberRank
    Aug 2011 Join Date
    (Philippines)Location
    662Posts

    Re: Problem! in Database!

    i use MD5 but it doesnt work whaha

  6. #6

    Re: Problem! in Database!

    what doesnt work when u use md5? what error , what problem?

  7. #7
    OH Yes! Proud to be Me astig01998 is offline
    MemberRank
    Aug 2011 Join Date
    (Philippines)Location
    662Posts

    Re: Problem! in Database!

    When i open it and click Account maker it say
    "Invalid object name 'Character'.
    then when i tryed to make account it say
    String or binary data would be truncated
    The Statement has been terminated

    when i register in site i got this problem

  8. #8
    Proficient Member Alexell is offline
    MemberRank
    Oct 2008 Join Date
    150Posts

    Re: Problem! in Database!

    1.use odbc not mssql connection
    2.you dont have the right column for register in db

  9. #9
    OH Yes! Proud to be Me astig01998 is offline
    MemberRank
    Aug 2011 Join Date
    (Philippines)Location
    662Posts

    Re: Problem! in Database!

    yow when i turn it to ODBC i got problem

  10. #10
    Proficient Member Alexell is offline
    MemberRank
    Oct 2008 Join Date
    150Posts

    Re: Problem! in Database!

    solved with run ODBC.reg

  11. #11
    OH Yes! Proud to be Me astig01998 is offline
    MemberRank
    Aug 2011 Join Date
    (Philippines)Location
    662Posts

    Re: Problem! in Database!

    whahaha!!!

    i got that problem when i register

  12. #12
    Enthusiast socoleni17 is offline
    MemberRank
    Feb 2009 Join Date
    MoldovaLocation
    28Posts

    Re: Problem! in Database!

    Dude if u want i know the 100% solve for mucore md5 registration, but u will need to install a russian website, its called MyMuWeb 0.8. Just install it, and then delete it, and u will be able to register on mucore. Trust me! I had the same problem.

  13. #13
    Proficient Member Alexell is offline
    MemberRank
    Oct 2008 Join Date
    150Posts

    Re: Problem! in Database!

    put WZ_MD5_MOD.dll in Microsoft SQL Server\MSSQL\Binn folder and run this querry:
    Code:
    USE MASTER
    EXEC SP_ADDEXTENDEDPROC 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'



Advertisement