Making server public menu

Shout-Out

User Tag List

Results 1 to 10 of 10
  1. #1
    bsyburra's Avatar Active Member
    Reputation
    21
    Join Date
    Jan 2008
    Posts
    225
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Making server public

    [ame]http://youtube.com/watch?v=YzVZttHRfJE[/ame]




    Ok im trying to make myn public using that everything works untill i get to my computers ip. i put it in my addrss bar and get to the verizon sight thing he was on. i try admin and Password nad it dosnt work. so i try admin password1 and it dosnt work please help nothing im putting their works :{
    Last edited by bsyburra; 04-20-2008 at 08:39 PM.

    Making server public
  2. #2
    paul12176's Avatar Member
    Reputation
    7
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    make sure u have ur relamlist set up right what are u using to make ur server public as this info would help

  3. #3
    bsyburra's Avatar Active Member
    Reputation
    21
    Join Date
    Jan 2008
    Posts
    225
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    srry i put the vid up just now XD

  4. #4
    paul12176's Avatar Member
    Reputation
    7
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the way ur setting it seems to be wrong this is the way i do it
    Logonserver should be like this

    <LogonDatabase Hostname = "localhost"
    Username = "****"
    Password = "****"
    Name = "database name "
    Port = "3306"
    Type = "1">
    and rember and change the password at the bottom of this to natch the one u put in ur world config

    Now realm config should look like this

    #######################################################################
    # 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 = "Test Realm"
    Address = "testrealm.no-ip.biz:8129"
    Icon = "Normal"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

    the port number after the adress needs to match the port number u put in the world config file
    now the world config file

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Listen Config
    #
    # Host
    # This is the address that the server will listen on.
    # To listen on all addresses, set it to 0.0.0.0
    # Default: 127.0.0.1 (localhost)
    #
    # WorldServerPort
    # This is the port that the world server listens on.
    # It has to be the same as what is specified in the
    # realms table in the LogonDatabase.
    # Default: 8129
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Listen Host = "0.0.0.0"
    WorldServerPort = "8129">(u see how the this port number matches the one in the realm config file )

    everthing else u should cahge to suit ur self but make sure u have it set up this way were it has Testrealm.no-ip.biz change to ur dynds address hope this helps

    PAUL

  5. #5
    bsyburra's Avatar Active Member
    Reputation
    21
    Join Date
    Jan 2008
    Posts
    225
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    rofl u dont get it i didnt make it that far i cant open the ports which is the step like right in the middle of the video when i get on the verizon sight like in the video i cant login to open the ports the ifo it tells me to simply use dosnt work

  6. #6
    Akenatehm's Avatar Member
    Reputation
    9
    Join Date
    Mar 2008
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bsyburra View Post
    rofl u dont get it i didnt make it that far i cant open the ports which is the step like right in the middle of the video when i get on the verizon sight like in the video i cant login to open the ports the ifo it tells me to simply use dosnt work
    I recommend you use a VPN like Hamachi. It is SOOO much easier.

  7. #7
    bsyburra's Avatar Active Member
    Reputation
    21
    Join Date
    Jan 2008
    Posts
    225
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thats what i currently use but i wanna make it public non hamachi so thatway more ppl come and hopefully i can get a nice little community going.

  8. #8
    Fersure's Avatar Member
    Reputation
    7
    Join Date
    Feb 2008
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Somebody has already put a password on your router, you can change the passwords. It could probally be a person in your family. My brother changed the password for my router so i cant do that either.

  9. #9
    Akenatehm's Avatar Member
    Reputation
    9
    Join Date
    Mar 2008
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That sucks. At least you have a good router though, mine is so useless and its UI on the web is so crappy.

  10. #10
    bsyburra's Avatar Active Member
    Reputation
    21
    Join Date
    Jan 2008
    Posts
    225
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    aight ty ill have to ask my father 4 it. thx for yur help tho :wave:

Similar Threads

  1. [Help] Making Server Public
    By IcyHot in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 11-25-2007, 10:15 PM
  2. Help in making server public...
    By shaked in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 10-13-2007, 02:48 PM
  3. Help Making Server Public[Antix]
    By Fuynuns93 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 10-03-2007, 04:13 PM
  4. Ascent - Making server public help!!
    By stoneface1 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-18-2007, 09:24 AM
  5. Making Server Public Problem
    By volume4 in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 09-14-2007, 10:47 PM
All times are GMT -5. The time now is 05:49 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