Making Your Mangos Server Live (Noob Friendly) menu

User Tag List

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46
  1. #16
    Dasket's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whenever i try to start it up in mangos and realmd is says it's unable to connect

    Making Your Mangos Server Live (Noob Friendly)
  2. #17
    zedicus10's Avatar Member
    Reputation
    1
    Join Date
    Aug 2006
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by reddragon69g View Post
    First of all I use the repack server from 711 it is easy to set up:

    Step 1) Go to No-IP - Dynamic DNS, Static DNS for Your Dynamic IP

    Step 2) Sign Up

    Step 3) Sign In

    Step 4) Click "Add" under "Hosts/Redirects" in the left hand column

    Step 5) Fill in the "Hostname" field and nothing else

    Step 6) Click "Create Host" at the bottom of the page

    Step 7) Open up your MANGOS folder

    Step Open up your Realmd.conf with Notepad

    Step 9) Scroll down till you see :
    Code:
    LoginDatabaseInfo = "127.0.0.1;3306;root;root;realmd"
    Step 10) Change the "127.0.0.1" to the host you made at no-ip.com(Ex:host.no-ip.biz)
    Step 11) Open your Mangosd.conf with Notepad

    Step 12) Scroll down till you see 3 lines :
    Code:
    RealmID = 1
    DataDir = "."
    LogsDir = ""
    LoginDatabaseInfo     = "127.0.0.1;3306;root;root;realmd"
    WorldDatabaseInfo     = "127.0.0.1;3306;root;root;mangos"
    CharacterDatabaseInfo = "127.0.0.1;3306;root;root;characters"
    MaxPingTime = 30
    WorldServerPort = 8085
    BindIP = "0.0.0.0"
    Step 13) Change the "127.0.0.1" in each line to your noip.com host
    Example of this :
    Code:
    RealmID = 1
    DataDir = "."
    LogsDir = ""
    LoginDatabaseInfo     = "host.no-ip.biz;3306;root;root;realmd"
    WorldDatabaseInfo     = "host.no-ip.biz;3306;root;root;mangos"
    CharacterDatabaseInfo = "host.no-ip.biz;3306;root;root;characters"
    MaxPingTime = 30
    WorldServerPort = 8085
    BindIP = "0.0.0.0"
    Step 14) Start up your "Mysql" in your MANGOS Folder

    Step 15) The Start up Navicat for mysql
    ***For those who don't have it here are steps to get it for FREE***
    Go to YouTube - Navicat 8.0 MySQL Full Version For Free
    and click more info on the left and download it
    then follow his guide and when prompted by navicat click registeration
    then type anything in the regristartion
    and fill all the spaces in the key field
    then click ok
    *****
    Step 16) Click Connection

    Step 17) Fill in:
    Connection Name: (Type Whatever)
    Hostname/IP Address: localhost
    Port: 3306
    Username: root(or whatever this is for your server...usually root)
    Password: root(or whatever this is for your server...usually root)
    Save Pass : Yes

    Step 1 Click Ok then Double Click the New Connection

    Step 19) Double click the "Realmd" database on the drop down menu

    Step 20) In the section to the right click the "Realmlist" table

    Step 21) You'll see:
    1...MANGOS...127.0.0.1...8085(in boxes not actually seperated by dots)

    Step 22) Change the "127.0.0.1" again to your host you made
    Example: 1...MANGOS...host.no-ip.biz...8085(no dots...boxes)

    Step 23) Then Exit out of Navicat and your done...your server is live

    ALSO: You can follow these same steps for hamachi

    If you have questions ask I WILL CHECK AND ANSWER WHEN I GET ON
    Didn't work for me. Also I couldnt even get on my own server from doing this. Not even with set realmlist 127.0.0.1

  3. #18
    Omahz's Avatar Active Member
    Reputation
    52
    Join Date
    Dec 2007
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, thanks for this, very awesome.
    But I have one problem, I'm trying to get my brother online to the server but he only gets stuck at 'Connection' for a while then he gets 'Unable to connect'. We have tried both the no-ip.biz thing as realmlist and the external IP.
    When we changes the realmlist to the internal IP he comes online but he's stuck on 'Logging in to game server', he can't come to the character creation screen in other words.
    We have the computers in the same house if that's to any help.
    How do we solve this? :'(

  4. #19
    PitLordMastr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Step 19) Double click the "Realmd" database on the drop down menu

    Step 20) In the section to the right click the "Realmlist" table

    Step 21) You'll see:
    1...MANGOS...127.0.0.1...8085(in boxes not actually seperated by dots)

    Step 22) Change the "127.0.0.1" again to your host you made
    Example: 1...MANGOS...host.no-ip.biz...8085(no dots...boxes)

    Step 23) Then Exit out of Navicat and your done...your server is live
    I do not under stand this/these steps. What the Realmd database on the drop menu and where is it? Please help me! Thnx. I would give rep but I can not.

  5. #20
    Yamajee's Avatar Banned
    Reputation
    10
    Join Date
    Feb 2007
    Posts
    150
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    These steps, first open Navicat then make sure you're connected to the database so you get a lot of databases like Mangosd, Characters, realmd, etc. Right click Realmd and open the data base, then you'll see a table called Realmlist.. double click on it.. It will open a table with fields and then it's like 1 MaNGOS 127.0.0.1 8085

    Change the 127.0.0.1 to your no-ip host for example, example.no-ip.biz

    Exit navicat and voila!

  6. #21
    mrsparkles123's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HELP, well i did all that but this Error thing with an "X" keeps poping up spamming teh crap outa my computer...help please! "says Cannot Find The file MANGOS/.check...Anyone?

  7. #22
    mrsparkles123's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Says "Cannot Connect to MySQL database at (Ip Adress im not reveiling)root/root etc.. help please.

  8. #23
    robinelitenn's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but should this work if you don't have connect the server to the internet?? this is only to make it a no-ip right??

  9. #24
    mrsparkles123's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wtf is cmd???

  10. #25
    spideysplat's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tried it step by step , dosn't work for me.

  11. #26
    l MPL l Destroyer's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same here says cannot connect to my no-ip

    btw its nicksserver.no-ip.biz if that helps

  12. #27
    sunday!'s Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, new to this forum. Just dropped by to say hi..

    Anyways, awesome repack, tho i cant seem to get other clients to join. I keep getting the same Realm selection Relooping. Ive read up somewhere that it was due to an invalid IP or something. Anyones got any suggestions to resolve this? Thanks yeah..

  13. #28
    losten3rgy's Avatar Member
    Reputation
    4
    Join Date
    Mar 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did all of this but the server is still offline, if anybody could help that would be awesome

    EDIT::: i got online but when i tried to help my friend get on we both get stuck at "Logging into game server"
    Last edited by losten3rgy; 08-30-2008 at 02:40 PM.

  14. #29
    Deathtrooper's Avatar Member
    Reputation
    43
    Join Date
    Aug 2008
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PitLordMastr View Post
    I do not under stand this/these steps. What the Realmd database on the drop menu and where is it? Please help me! Thnx. I would give rep but I can not.
    Originally Posted by Yamajee View Post
    These steps, first open Navicat then make sure you're connected to the database so you get a lot of databases like Mangosd, Characters, realmd, etc. Right click Realmd and open the data base, then you'll see a table called Realmlist.. double click on it.. It will open a table with fields and then it's like 1 MaNGOS 127.0.0.1 8085

    Change the 127.0.0.1 to your no-ip host for example, example.no-ip.biz

    Exit navicat and voila!
    Picture Reference!



    Last edited by Deathtrooper; 09-05-2008 at 02:08 PM.

  15. #30
    Yamajee's Avatar Banned
    Reputation
    10
    Join Date
    Feb 2007
    Posts
    150
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, I'd recommend using Navicat since it's much easier to use and the Realmlist table is located in:
    Localhost -> Realmd -> Realmlist.

    Change the 127.0.0.1 to your External IP or your Dynamic IP Address.

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Mangos] Picture heavy tutorial on making your MaNGOS server public!
    By noodleman1 in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 08-28-2020, 09:05 AM
  2. [Guide] Making your MANGOS/Trinity Server Public (EASY GUIDE)
    By Seeker Sami in forum WoW EMU Guides & Tutorials
    Replies: 41
    Last Post: 06-25-2019, 01:25 AM
  3. Replies: 1
    Last Post: 08-22-2008, 06:32 PM
  4. How to make your ascent server public!Noob Guide with pics!
    By ludde_193 in forum WoW EMU Guides & Tutorials
    Replies: 31
    Last Post: 07-25-2008, 05:38 AM
  5. The best way to make another connect to your MySQL! With pictures [Noob friendly]
    By ',-Jurkey-,' in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 04-03-2008, 09:10 PM
All times are GMT -5. The time now is 12:48 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search