Register Problem!

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

    Register Problem!

    <?
    /*------------------------------------------*\
    | 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'] = "";*/
    $core['connection_type'] = "ODBC";
    #########################################




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

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




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

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




    /*-------------------------------------------------*\
    | MUCore Admin Control Panel: |
    | |
    | $core['admin_username'] : Administrator user |
    | $core['admin_password'] : Administrator password |
    \*-------------------------------------------------*/

    $core['admin_username'] = 'admin';

    $core['admin_password'] = 'futaneshk23423a';

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




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

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




    /*--------------------------------------*\
    | MUCore Debug Settings: |
    | |
    | 1 : Debug enabled |
    | 0 : Debug disabled |
    | |
    | Note: Enable debug only if necessary. |
    \*--------------------------------------*/

    $core['debug'] = 0;

    ##########################################
    ?>
    and i already install it and it was successful
    but when i register i got this fcking prob!

    i

    i Use
    Me_MuOnline thanks


  2. #2
    Don Corleone Cryingsoul is offline
    MemberRank
    Mar 2009 Join Date
    DenmarkLocation
    702Posts

    Re: Register Problem!

    Be sure to check if your database is using md5 or not ;)

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

    Re: Register Problem!

    Copy WZ_MD5_MOD.dll to C:\Program Files\Microsoft SQL Server\MSSQL\Binn
    Run this querry:
    Code:
    USE MASTER
    EXEC SP_ADDEXTENDEDPROC 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'

  4. #4
    High'nLows 19871986 is offline
    MemberRank
    Sep 2010 Join Date
    istanbulLocation
    802Posts

    Re: Register Problem!

    if your DB with md5 first install muweb 0.9 then install mucore with md5 its will be work

  5. #5
    Proficient Member R3jectZ is offline
    MemberRank
    Jun 2011 Join Date
    PhilippinesLocation
    198Posts

    Re: Register Problem!

    Off the MD5.. u can see it at the ADMIN CP>Website Settings

  6. #6
    Am i? ScriptKid is offline
    MemberRank
    Oct 2006 Join Date
    $Location="??";Location
    1,810Posts

    Re: Register Problem!

    same problem as other. here is the little trick in your problem. Install a fresh Mucore without MD5 encryption. after installing go to admincp General settings then Turn ON the MD% encr. that should work now

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

    Re: Register Problem!

    thanks guys
    Last edited by astig01998; 13-05-12 at 07:18 AM.



Advertisement