Help with minimanager

Results 1 to 7 of 7
  1. #1
    Elite Member ziddy1232 is offline
    Member +Rank
    May 2007 Join Date
    Bristol, EnglandLocation
    127Posts

    Help with minimanager

    I have a problem with Mini Manager for MaNGOS.

    I get this error when i try to connect via the address a normal person would have to connect by :



    But when i connect via the localhost (http://127.0.1/blah-ectect) i can access it.

    This is the link to connect from the 'outside world' : http://dv.freehostia.com/minimanager...0.1.2b/UPLOAD/


  2. #2
    Elite Member ziddy1232 is offline
    Member +Rank
    May 2007 Join Date
    Bristol, EnglandLocation
    127Posts

    Re: Help with minimanager

    Please... Anybody?

  3. #3
    Elite Member ziddy1232 is offline
    Member +Rank
    May 2007 Join Date
    Bristol, EnglandLocation
    127Posts

    Re: Help with minimanager

    Can Anybody Help Me?!

  4. #4
    Newbie speedrage is offline
    MemberRank
    Mar 2006 Join Date
    2Posts

    Re: Help with minimanager

    Where di you get the mini manager?
    So I can take a look at it.

  5. #5
    Member $oulstoned is offline
    MemberRank
    Apr 2007 Join Date
    48Posts

    Re: Help with minimanager

    Quote Originally Posted by speedrage View Post
    Where di you get the mini manager?
    So I can take a look at it.
    https://opensvn.csie.org/mmfpm/releases/

  6. #6
    Elite Member ziddy1232 is offline
    Member +Rank
    May 2007 Join Date
    Bristol, EnglandLocation
    127Posts

    Re: Help with minimanager

    Yea thats right and i have the latest version.

  7. #7
    Newbie nec is offline
    MemberRank
    May 2007 Join Date
    17Posts

    Re: Help with minimanager

    You have to EDIT config.php in www/scripts/config.php
    Change username and password.

    //---- MySQL Configuration ----
    $realm_db = Array(
    'addr' => "127.0.0.1:3306", //SQL server IP:port this realmd located on
    'user' => "root", //SQL server login this realmd located on
    'pass' => "mangos", //SQL server pass this realmd located on
    'name' => "realmd", //realmd DB name
    'encoding' => "utf8" //SQL connection encoding
    );
    $mangos_db = Array(
    1 => array( //position in array must represent realmd ID
    'id' => 1, //Realm ID
    'addr' => "127.0.0.1:3306", //SQL server IP:port this DB located on
    'user' => "root", //SQL server login this DB located on
    'pass' => "mangos", //SQL server pass this DB located on
    'name' => "mangos", //World Database name
    'encoding' => "utf8", //SQL connection encoding
    'rev' => "rev.3710", //Mangos rev. used
    'db_rev' => "SDB rev.188" //db rev. used
    ),
    );


    Take care.

    Nec



Advertisement