Easy Guide to making your server live. With sceenshots. menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    shane306's Avatar Member
    Reputation
    6
    Join Date
    Nov 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    changing those things to 127.0.0.1 did not work for me i dont know wat to do
    Last edited by shane306; 11-28-2007 at 06:55 AM.

    Easy Guide to making your server live. With sceenshots.
  2. #17
    BlackChaosAngel's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    I followed your guide EXACTLY as you said, and I can't even log in! What's going on? When I run Ascent after running Loginserver, Ascent says it can't connect to Loginserver..

  3. #18
    Killer_Dajobe's Avatar Member
    Reputation
    29
    Join Date
    Feb 2007
    Posts
    200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    ok **** this, i did the non hamachii and now my ascent.exe doesnt work. realms.conf is blocked or some shit

  4. #19
    sadgonewild's Avatar Member
    Reputation
    10
    Join Date
    Jun 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    guys... i know it works, i have just set up another persons...

    YOU ARE DOING IT WRONG

    dont blame the guide, blame ur selfs for not being able to follow it.

  5. #20
    eids's Avatar Contributor
    Reputation
    101
    Join Date
    Mar 2007
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    i get

    unterminated block.
    Config: >> Realms.conf

  6. #21
    sadgonewild's Avatar Member
    Reputation
    10
    Join Date
    Jun 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    Originally Posted by eids View Post
    i get

    unterminated block.
    Config: >> Realms.conf


    look over ur realms.config

    or post it here and i will have a look

  7. #22
    ---free_kill---'s Avatar Member
    Reputation
    10
    Join Date
    Mar 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    shane all you need to chane is this:

    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 = "5.123.189.36"
    Username = "root"
    Password = "root"
    Name = "ascent"
    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 = "5.123.189.36"    <---------chane to 127.0.0.1
    ISHost = "5.123.189.36"              <=====cahnge to 127.0.0.1
    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 = "6739"
    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 = "Ascent">

  8. #23
    eids's Avatar Contributor
    Reputation
    101
    Join Date
    Mar 2007
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    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 = "heha.kicks-ass.org"
                 Port = "8093"
                 Name = "Default logon"
                 RealmCount = "2">
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 = "lol"
            Address = "242.144.205.200:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "0"
            TimeZone = "1">
    <Realm2 Name = "randomserver - Local"
            Address = "123.234.5.128:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "0"
            TimeZone = "1">

  9. #24
    sadgonewild's Avatar Member
    Reputation
    10
    Join Date
    Jun 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    Originally Posted by eids View Post
    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 = "heha.kicks-ass.org"  change this to 127.0.01
                 Port = "8093"
                 Name = "Default logon"
                 RealmCount = "2">
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 = "lol"
            Address = "242.144.205.200:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "0"
            TimeZone = "1">
    <Realm2 Name = "randomserver - Local"
            Address = "123.234.5.128:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "0"
            TimeZone = "1">

  10. #25
    BrantX's Avatar Contributor
    Reputation
    205
    Join Date
    Jul 2007
    Posts
    899
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    Can the server be hosted on Dyndns from a wireless adapter?

    i am saying that i have a wireless adapter and i will move into another room so i get the router and modem cause i don't wanna waist time doing this and then i cant even host :P

    So the question is

    Can i host with a wireless adapter on the Dyndns stuff
    Last edited by BrantX; 12-01-2007 at 10:45 AM.



  11. #26
    Mahona's Avatar Member
    Reputation
    0
    Join Date
    Nov 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    heeeeeeeeeeeeeelp!!!!!!

    i did everything you said in the NoN-Hamachi guide and my friends can't connect! For them it just says "Connecting"... i put my server on and all, even made 2 realms... and it still doesn't work!
    here:

  12. #27
    sassafrass686's Avatar Member
    Reputation
    8
    Join Date
    Feb 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    Ok. I had this working like, 3 days ago, but now when i try to boot my server, it says "bind unsuccessful on port 8129"
    What do i do?
    Thanks in advance,
    Sassafrass

  13. #28
    sadgonewild's Avatar Member
    Reputation
    10
    Join Date
    Jun 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    Originally Posted by BrantX View Post
    Can the server be hosted on Dyndns from a wireless adapter?

    i am saying that i have a wireless adapter and i will move into another room so i get the router and modem cause i don't wanna waist time doing this and then i cant even host :P

    So the question is

    Can i host with a wireless adapter on the Dyndns stuff


    yea it will work.

  14. #29
    cacatud's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    Hamachi doesn't work...
    "Fatal error 1033 - Unexpected procces found"
    Does anyone know how to repair hamachi?

  15. #30
    barthalamute's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy Guide to making your server live. With sceenshots.

    is there any way to do it for free withought paying for a server and JUST making ur friends change the wow realm ip?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Making your server live with an account creation page
    By [pwn]age in forum WoW EMU Guides & Tutorials
    Replies: 37
    Last Post: 09-13-2009, 06:55 PM
  2. Replies: 16
    Last Post: 09-10-2008, 05:54 PM
  3. Replies: 216
    Last Post: 08-08-2008, 11:09 PM
  4. [Guide] How to make your server public with no-ip ! With NO-IP update.
    By Etzzhy in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 05-29-2008, 06:16 PM
  5. Replies: 5
    Last Post: 03-10-2008, 01:33 PM
All times are GMT -5. The time now is 03:13 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