MuCore 1.06 Full

Page 3 of 6 FirstFirst 123456 LastLast
Results 31 to 45 of 76
  1. #31
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Support Re: MuCore 1.06 Full

    Quote Originally Posted by ScriptKid View Post
    mine working 100% :)

    Uploaded with ImageShack.us
    Hi!...

    Can You Share It?..

    Thanks...

  2. #32
    :D Bealex is offline
    MemberRank
    Jan 2010 Join Date
    RomaniaLocation
    349Posts

    Re: MuCore 1.06 Full

    Quote Originally Posted by asiatique View Post
    Same here...
    same problem here....

    how to fix ....
    in php.ini change zend.ze1_compatibility_mode to off and before enter admin control panel delete install and upgrade folders ..
    Last edited by Bealex; 10-12-11 at 01:13 PM. Reason: fixed

  3. #33
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Support Re: MuCore 1.06 Full

    Quote Originally Posted by Bealex View Post
    same problem here....

    how to fix ....
    in php.ini change zend.ze1_compatibility_mode to off and before enter admin control panel delete install and upgrade folders ..
    Thanks Gonna Try It...
    Last edited by 4pLay; 10-12-11 at 05:25 PM.

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

    Re: MuCore 1.06 Full

    can you tell me what is your problem guys?

  5. #35
    Private Junior ttadast is offline
    MemberRank
    Oct 2006 Join Date
    LithuaniaLocation
    391Posts

    Re: MuCore 1.06 Full

    This website looks awful:


    Uploaded with ImageShack.us

  6. #36
    Member reletobg is offline
    MemberRank
    May 2010 Join Date
    77Posts

    Re: MuCore 1.06 Full

    I have problem with "Connection with MuOnline Database Failed - Fix this".
    I change all database information and still can connect.Where is the problem?
    PHP Code:
    <?
    /*------------------------------------------*\
    | Server Databases:                          |
    |                                            |
    |  0 : MuOnline [database]                   |
    |  1 : MuOnline and Me_Muonline [databases]  |
    \*------------------------------------------*/

    $core['server_use_2_db'] = "0"

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




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

    /*$core['connection_type'] = "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'] = "127.0.0.1";
           
    $core['db_name'] = "MuOnline";    
         
    $core['db_user']= "sa";

    $core['db_password'] = "111111";

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




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

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




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

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

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

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




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

    ##########################################
    ?>

  7. #37
    Infraction Banned MM0RPGT0P is offline
    MemberRank
    Nov 2011 Join Date
    **************Location
    101Posts

    Re: MuCore 1.06 Full

    Quote Originally Posted by reletobg View Post
    I have problem with "Connection with MuOnline Database Failed - Fix this".
    I change all database information and still can connect.Where is the problem?
    PHP Code:
    <?
    /*------------------------------------------*\
    | Server Databases:                          |
    |                                            |
    |  0 : MuOnline [database]                   |
    |  1 : MuOnline and Me_Muonline [databases]  |
    \*------------------------------------------*/

    $core['server_use_2_db'] = "0"

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




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

    /*$core['connection_type'] = "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'] = "127.0.0.1";
           
    $core['db_name'] = "MuOnline";    
         
    $core['db_user']= "sa";

    $core['db_password'] = "111111";

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




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

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




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

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

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

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




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

    ##########################################
    ?>
    Try to change $core['connection_type'] = "MSSQL"; to $core['connection_type'] = "ODBC";

    If you still can't connect, then problem from your SQL server.

  8. #38
    Member reletobg is offline
    MemberRank
    May 2010 Join Date
    77Posts

    Re: MuCore 1.06 Full

    Quote Originally Posted by MM0RPGT0P View Post
    Try to change $core['connection_type'] = "MSSQL"; to $core['connection_type'] = "ODBC";

    If you still can't connect, then problem from your SQL server.
    Tnx it work!

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

    Re: MuCore 1.06 Full

    Quote Originally Posted by ttadast View Post
    This website looks awful:


    Uploaded with ImageShack.us
    Whats so awful? U can change the language in language.cfg and download a template and extract to /template/ , thats not hard right?

  10. #40
    Member BadOne is offline
    MemberRank
    May 2011 Join Date
    77Posts

    Re: MuCore 1.06 Full

    Without license it sucks...

  11. #41
    Member DeathArmy is offline
    MemberRank
    Dec 2009 Join Date
    84Posts

    Re: MuCore 1.06 Full

    is the same

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

    Re: MuCore 1.06 Full

    Quote Originally Posted by BadOne View Post
    Without license it sucks...
    then buy a licensed one LOL

  13. #43
    Member Xero is offline
    MemberRank
    Jun 2008 Join Date
    X:\Users\*****\Location
    74Posts

    Re: MuCore 1.06 Full

    When I go to install/install.php I just get a blank page with a blue tab at the top of the page saying 'MUCore Version' nothing else works.

    Any ideas?

  14. #44
    Member xxOWNEDxx is offline
    MemberRank
    Nov 2011 Join Date
    74Posts

    Re: MuCore 1.06 Full

    hello,

    the website worked good and all.
    but ive been having this problem for a while now..

    i cant register an account on the site..
    i tried using muweb also but same thing.

    note: mumaker wont make an account for me ethier on my server.
    i have to use account maker.

    but i really need the site registration to work ?

    any idea what to do ?

  15. #45
    Proficient Member asiatique is offline
    MemberRank
    Dec 2010 Join Date
    LostMapLocation
    182Posts

    Re: MuCore 1.06 Full

    Quote Originally Posted by ScriptKid View Post
    mine working 100% :)

    Uploaded with ImageShack.us
    Ei ScriptKid.. can i have a copy of your files? Cause i really can't get it to work... TIA...

    Quote Originally Posted by halo636 View Post
    When I go to install/install.php I just get a blank page with a blue tab at the top of the page saying 'MUCore Version' nothing else works.

    Any ideas?
    can you post some SS?



Page 3 of 6 FirstFirst 123456 LastLast

Advertisement