Big Problem With My Server (PLZ HELP) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    PricedTundra's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Big Problem With My Server (PLZ HELP)

    Ok I made my server public with the non-hamachi guide by JulianX great job btw.
    Every1 can connect but I can't.For some reason if I try to get on wow in the network where my server is set up I can't connect.Here are my config files.
    Ascent Logon
    Code:
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################
    
    /********************************************************************************
     * How to use this config file:                                                 *
     * Config files are in a block->variable->setting format.                       *
     * A < signifies the opening of a block, the block name is expected after that. * 
     * After the block name, a space and then the settings sperated by = / ' '.     *
     *                                                                              *
     * e.g.                                                                         *
     * <block setting="0" someval = "1">                                            *
     *                                                                              *
     * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
     * of the line, or in shell format (#).                                         *
     ********************************************************************************/
    
    # LogonDatabase Section
    #
    #    These directives are the location of the `realms` and `accounts`
    #    tables.
    #
    #    LogonDatabase.Host      - The hostname that the database is located on
    #    LogonDatabase.Username  - The username used for the mysql connection
    #    LogonDatabase.Password  - The password used for the mysql connection
    #    LogonDatabase.Name      - The database name
    #    LogonDatabase.Port      - Port that MySQL listens on. Usually 3306.
    #    LogonDatabase.Type      - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
    #
    
    <LogonDatabase Hostname = "127.0.0.1"
                   Username = "root"
                   Password = "*******"
                   Name     = "spartan"
                   Port     = "3306"
                   Type     = "1">
    
    
    # Host Directive
    #
    #    This is the address that the realmlist will listen on.
    #    To listen on all addresses, set it to 0.0.0.0
    #    Default: 127.0.0.1 (localhost)
    #
    #    Note: ISHost is the interserver communication listener.
    #
    
    <Listen Host = "0.0.0.0"
            ISHost = "0.0.0.0"
            RealmListPort = "3724"
            ServerPort = "8093">
    
    # Server console logging level
    #
    #    This directive controls how much output the server will
    #    display in it's console. Set to 0 for none.
    #    0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    #    Default: 3
    #
    
    <LogLevel Screen = "0"
              File = "-1">
    
    # Account Refresh Time
    #
    #    This controls on which time interval accounts gets 
    #    refreshed. (In seconds)
    #    Default = 600
    #
    
    <Rates AccountRefresh = "600">
    
    # Accepted Build Range Setup
    #
    #    These two directives set up which clients will be
    #    allowed to authenticate with the realm list.
    #
    #    Set these to the same builds that the server was
    #    compiled for.
    #
    #    As of the last update, version 2.1.1 was build 6739.
    #
    
    <Client MinBuild = "1"
            MaxBuild = "9999">
    
    # WorldServer Setup
    #
    #    This directive controls the password used to authenticate with the worldserver.
    #    It must be the same between the two configs. If it is not, your server will
    #    not register.
    #
    #    Default: "change_me_logon"
    #
    
    <LogonServer RemotePassword = "logon">
    Ascent Realm
    Code:
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################
    
    /********************************************************************************
     * How to use this config file:                                                 *
     * Config files are in a block->variable->setting format.                       *
     * A < signifies the opening of a block, the block name is expected after that. * 
     * After the block name, a space and then the settings sperated by = / ' '.     *
     *                                                                              *
     * e.g.                                                                         *
     * <block setting="0" someval = "1">                                            *
     *                                                                              *
     * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
     * of the line, or in shell format (#).                                         *
     ********************************************************************************/
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    #    Address:
    #        The address (no port) of the server.
    #
    #    Port:
    #        The port on which the logon server listens. (*** NOT 3724 ***)
    #
    #    Name:
    #        Not really relavant, but name the logon.
    #
    #    RealmCount:
    #        The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <LogonServer Address = "127.0.0.1"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    #    Name:
    #        The name of the realm.
    #    
    #    Address:
    #        The address (and port) of that realm.
    #
    #    Icon:
    #        The type of realm (PVP, Normal, RPPVP, RP)
    #
    #    Colour:
    #        Realm colour in realm list display.
    #
    #    TimeZone:
    #        Time zone the realm is in.
    #
    #    Population:
    #        (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Realm1 Name = "Ragnaros' Lair"
            Address = "65.69.67.71:8129"
            Icon = "Normal"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    Ascent World
    Code:
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################
    
    /********************************************************************************
     * How to use this config file:                                                 *
     * Config files are in a block->variable->setting format.                       *
     * A < signifies the opening of a block, the block name is expected after that. * 
     * After the block name, a space and then the settings sperated by = / ' '.     *
     *                                                                              *
     * e.g.                                                                         *
     * <block setting="0" someval = "1">                                            *
     *                                                                              *
     * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
     * of the line, or in shell format (#).                                         *
     ********************************************************************************/
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    #    Address:
    #        The address (no port) of the server.
    #
    #    Port:
    #        The port on which the logon server listens. (*** NOT 3724 ***)
    #
    #    Name:
    #        Not really relavant, but name the logon.
    #
    #    RealmCount:
    #        The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <LogonServer Address = "127.0.0.1"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    #    Name:
    #        The name of the realm.
    #    
    #    Address:
    #        The address (and port) of that realm.
    #
    #    Icon:
    #        The type of realm (PVP, Normal, RPPVP, RP)
    #
    #    Colour:
    #        Realm colour in realm list display.
    #
    #    TimeZone:
    #        Time zone the realm is in.
    #
    #    Population:
    #        (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Realm1 Name = "Ragnaros' Lair"
            Address = "65.69.67.71:8129"
            Icon = "Normal"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    I **** my pass for reason.

    Big Problem With My Server (PLZ HELP)
  2. #2
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    got the right realmlist?
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #3
    PricedTundra's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The realmlist on my server is 127.0.0.1 for the realm and patch list....and the computer that i'm trying to play on the realmlist is ragnaroslair.servegame.org.......................do I need to set my realm list to my server's ip?

  4. #4
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Add
    Code:
    <Realm2 Name = "Admin"
            Address = "127.0.0.1:8129"
            Icon = "Normal"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    see if it works

  5. #5
    PricedTundra's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Le Froid View Post
    Add
    Code:
    <Realm2 Name = "Admin"
            Address = "127.0.0.1:8129"
            Icon = "Normal"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    see if it works
    Restarting server as I speak...do I need to put my external ip in the address above or just leave it like that?

  6. #6
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just as it is

  7. #7
    PricedTundra's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for double posting if I did.....and I tried it and I still get the same error.....but let me remind you everyone can connect besides me......I'm trying to connect to the same network where my server is located if that matters...

    BTW it connects me and makes me stay at connected after I pick my realm....

    When my realmlist is set to my servers internal ip it goes to the error above but if my realmlist is set to raganroslair.servegame.net where everyone else connects.........it just stays at authenticating forever till it times out.

  8. #8
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try to to edit or delete your C:\windows\system32\drivers\etc\hosts.txt (Thats where i think path is)

  9. #9
    PricedTundra's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Le Froid View Post
    try to to edit or delete your C:windowssystem32driversetchosts.txt (Thats where i think path is)
    Yea that is where it is.....where do I delete it on my server or the comp that i'm trying to play on and.....what do I do after that?

  10. #10
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it must be your wow or realmlsit as its stupid if other people can connect
    If you need me you have my skype, if you don't have my skype then you don't need me.

  11. #11
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First move to desktop or something or put in recycle bin, then see if you can log in. If it fails add something like "127.0.0.1 your-dns.com" in it

  12. #12
    roflstomp15's Avatar Banned
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PricedTundra View Post
    The realmlist on my server is 127.0.0.1 for the realm and patch list....and the computer that i'm trying to play on the realmlist is ragnaroslair.servegame.org.......................do I need to set my realm list to my server's ip?
    NEVER EVER EVER EVER EVER touch the patchlist. Leave it as set patchlist us.version.worldofwarcraft.com

  13. #13
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roflstomp15 View Post
    NEVER EVER EVER EVER EVER touch the patchlist. Leave it as set patchlist us.version.worldofwarcraft.com


    Can you explain yourself before saying that?

    -why not? I deleted it since it was added to realmlist and all works

  14. #14
    PricedTundra's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    it must be your wow or realmlsit as its stupid if other people can connect
    Here are some things I just thought up that may be wrong

    1.I just redid my server this morning so no one has tested it so*could some1 test it for me plz that would be nice*
    2.I would think that since I can get past everything when I login besides past the realm list after trying to connect to my realm that..that is the config file that needs to be fixed.

    But like I said idk after all i'm still new to this emu stuff lol.

    EDIT:Btw I have tried this on all three of my desktops and my laptop.
    Last edited by PricedTundra; 02-27-2008 at 03:45 PM. Reason: Forgot something lol

  15. #15
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I used ascent around 2800 something, nothing worked for me also though till I deleted hosts.txt :\

    but before I figured it out, I

    -copied Ascent folder
    -Edited realm config in new folder to say 127.0.0.1
    -Started that new ascent.exe

    logged on

    try that

Page 1 of 2 12 LastLast

Similar Threads

  1. [ArcEmu] I Need help i have problems with my server
    By wrekeds in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 07-27-2011, 11:56 PM
  2. Big problem with 3.0.9 and 3.1.0 servers!
    By Royalaty in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 05-17-2009, 07:13 AM
  3. help with my server plz :D logon.exe problem
    By jwate22 in forum World of Warcraft General
    Replies: 5
    Last Post: 03-30-2009, 06:45 AM
  4. Problems with my server, please help me.
    By drsney in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 10-29-2008, 05:37 AM
  5. a few problems with my server mabey someone can help!
    By Hinata_92 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-03-2007, 12:42 PM
All times are GMT -5. The time now is 12:32 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