Guide: PUBLIC SERVER (WORKS) menu

Shout-Out

User Tag List

Page 4 of 6 FirstFirst 123456 LastLast
Results 46 to 60 of 85
  1. #46
    Royalaty's Avatar Member
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    298
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and what mean Publick? What happening , when i creat them Public?

    Guide: PUBLIC SERVER (WORKS)
  2. #47
    SethGable's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not trying to be annoying, but Ive been waiting two days for a responce so I can get my server working

    Royalaty making a server public means others can get on it too

  3. #48
    CairiFEA's Avatar Member
    Reputation
    36
    Join Date
    Jan 2008
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SethGable View Post
    not trying to be annoying, but Ive been waiting two days for a responce so I can get my server working
    Please post your Logon config files....

    Originally Posted by CairiFEA
    Other People Cannot Connect:
    This means your logon config file isn’t right. Double check you have the right IP addresses in there.
    MYIP and the DNSRV


    Cairi

  4. #49
    MightyNinja's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I followed your guide but it wont let me onto the realm for some reason

  5. #50
    SethGable's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Red text is just passwords I dont want displayed, blue text is the addresses, not showing what they really are either
    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 = "localhost"
                   Username = "root"
                   Password = "****"
                   Name     = "logon"
                   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 = "MYIP"
            ISHost = "DNSSERVER"
            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 = "****">

  6. #51
    goog's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have a prblm. everytime i try to save the host file its says:

    Cannot save file. need administrators permssion to continue.

    i am the administrator on my pc.

    here is what i put as the host file:

    # Copyright (c) 1993-2006 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host
    127.0.0.1 intergalactic.homeftp.org
    192.168.0.1 intergalactic.homeftp.org
    75.163.229.207 intergalactic.homeftp.org

  7. #52
    CairiFEA's Avatar Member
    Reputation
    36
    Join Date
    Jan 2008
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright Seth, keep your IS host as is (dns server).

    Now, your MYIP, is it a 192.168XXXX or something different?

    Try these different combinations for your Listen Host


    dns server
    0.0.0.0


    Goog;

    you must not be the administrator on the computer. If you were, it would let you :S
    Last edited by CairiFEA; 03-28-2008 at 08:40 PM.

  8. #53
    SethGable's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CairiFEA View Post
    Alright Seth, keep your IS host as is (dns server).

    Now, your MYIP, is it a 192.168XXXX or something different?

    Try these different combinations for your Listen Host


    dns server
    0.0.0.0
    ok tried that, didnt work, in fact now Im not able to connect either

  9. #54
    sonshine's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, i got to 2b, idk where to get the Ascent folder or anything like that.
    where can i get it?

  10. #55
    Ollox's Avatar Member
    Reputation
    5
    Join Date
    Oct 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol i can connect but dont to any server i can loggin in my acc :s please help me!

  11. #56
    CairiFEA's Avatar Member
    Reputation
    36
    Join Date
    Jan 2008
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seth,

    when you change the Listen Host, you must also edit your realmlist to read the same thing.


    Sonshine,

    You have to download an ascent pack from somewhere; this guide doesnt have my repack yet. Do a search for repacks.

    Ollox,

    can you explain a bit more your issue?

    You can connect, but dont see any realms?

    Cairi

  12. #57
    Zekter's Avatar Member
    Reputation
    6
    Join Date
    Sep 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i start logonserver.exe i keep getting the following message and it shuts down...

    please help, i'll +Rep if you can

  13. #58
    Aremy's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really nice!
    +Rep when i can

  14. #59
    CyberKurt's Avatar Member
    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)
    I problem with the guide: how can i make the realmlist setted to the dyn DNS and not tht it hs t b st to my ipadress

  15. #60
    CyberKurt's Avatar Member
    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)
    Oh, yes do i have to typ :PORT behind the addrs iin Realmlist.WTF~! ???

Page 4 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. Replies: 121
    Last Post: 02-23-2009, 03:11 PM
  2. [Guide]Make Server Public+Create Ascent Acc Creation Page
    By V1cTorY in forum WoW EMU Guides & Tutorials
    Replies: 124
    Last Post: 01-02-2009, 04:41 PM
  3. TRUE Hamachi guide to making a public server.
    By Falcon014 in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 02-24-2008, 02:40 AM
  4. [Guide]Easy Server Creation/Makeing Public.
    By DarkFever in forum WoW EMU Guides & Tutorials
    Replies: 205
    Last Post: 01-19-2008, 10:40 AM
  5. Public Server (The True Guide)
    By LJN in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 12-02-2007, 11:12 PM
All times are GMT -5. The time now is 04:14 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search