[HELP] Having trouble getting poeple to connect! (Can Tip) menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Hostilex12345's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [HELP] Having trouble getting poeple to connect! (Can Tip)

    Hey guys, Im trying to make a private server so my friends and I can have some fun.. but I'm having a bit of a problem. If anyone could help me with this that would be great, and I can also tip. Im posting the files that I have here, if somebody could edit them and make them work I would appreciate it so much! Any advice is appretiated!

    Here is the realm file:

    #######################################################################
    # 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 = "darkhorizon.no-ip.biz"
    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 = "Pure Ownage"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">


    Here is the logon server info:

    #######################################################################
    # 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 = "root"
    Name = "ascentlogon"
    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 = "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: "youtube"
    #

    <LogonServer RemotePassword = "youtube">



    Thanks!

    [HELP] Having trouble getting poeple to connect! (Can Tip)
  2. #2
    Skuxta's Avatar Banned
    Reputation
    12
    Join Date
    Aug 2007
    Posts
    211
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Only you will be able to connect. Because you have it set to localhost.

    Do this in ur realm config:

    <Realm1 Name = "Pure Ownage"
    Address = "DYNAMIC DNS:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">


    Or If that dosent work do this

    <Realm1 Name = "Pure Ownage"
    Address = "EXTERNAL IP:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

    <Realm2 Name = "Pure Ownage- local"
    Address = "INTERNAL IP:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">


    Also make sure all of your ports are forwarded

  3. #3
    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)
    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "root"
    Name = "ascentlogon"
    Port = "3306"
    Type = "1">
    change localhost to 127.0.0.1


    <LogonServer Address = "darkhorizon.no-ip.biz"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">
    change darkhorizon.no-ip.biz to 127.0.0.1
    If you need me you have my skype, if you don't have my skype then you don't need me.

  4. #4
    Hostilex12345's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks guys, I'll try it out!

  5. #5
    Hostilex12345's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just an update guys, I tried both and neither worked. It might be the port problem though, which need to be forwarded? Please help! Thanks.

  6. #6
    Hostilex12345's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alrighty -- I changed a few things around and now everytime I start the .exe (other than logonserver.exe) It crashes after giving me this error.

    Bind unsuccessful on part 8129.

    What do I do?

  7. #7
    Hostilex12345's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay -- I'm running it on windows XP (So I don't think admin permissions should be a problem like Vista)

    Does anyone have an idea? I'm getting really ticked -- lol.

  8. #8
    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)
    have your forwarded that port? and have you edited your hosts file?
    If you need me you have my skype, if you don't have my skype then you don't need me.

  9. #9
    Hostilex12345's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Eh, guess you can't talk about it on MSN -- lol.

    Well anyways.

    Anyone got a suggestion?

    What do I do with that host file thingy?

  10. #10
    Nickfitt91's Avatar Member
    Reputation
    3
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hostilex12345 View Post
    Eh, guess you can't talk about it on MSN -- lol.

    Well anyways.

    Anyone got a suggestion?

    What do I do with that host file thingy?
    1. Check That ur Ports are opend.
    2. Go in to Windows - System32 - drivers - etc Open Hosts With NotePad, Make a New Line.

    Code:
    Local IP adress       DNS-IP
    This Worked For me! if the local Ip Does not work Try with 127.0.0.1 (LocalHost)
    Hope it works!

  11. #11
    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)
    hosts file should look liek this:

    127.0.0.1 dns address
    external ip dns address
    If you need me you have my skype, if you don't have my skype then you don't need me.

  12. #12
    Nickfitt91's Avatar Member
    Reputation
    3
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    hosts file should look liek this:

    127.0.0.1 dns address
    external ip dns address
    The external ip Is Changed every time The Internet Dcs, (For Some)

  13. #13
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Leave it at internal ip

    120 seconds on the hosts file:
    The hosts file contains a list of URLs you don't want to query the DNS about. Instead, you automatically redirect to the bound address.
    Each line in the file looks like this:
    ip dns
    Of course you can also put ip ip, or dns dns. What it will be doing, is to redirect dns to ip, so for example
    127.0.0.1 google.com
    Means every time you'll try to reach google.com, you'll actually get redirected to your own pc.
    What is this good for?
    >Blocking ads - just bind the ad sites to your local ip
    >Blocking spyware - Spybot uses this method when you do "immunize"
    >Eliminating unneeded communication with the DNS server for addresses we already know the ip for.
    When not to use it:
    >When the ip is dynamic

    When do server owners use it?
    Server owners redirect their url to themselves. Say you have the domain wtf.com. It's yours, it redirects to you and everything.
    Write this in the hosts file:
    127.0.0.1 wtf.com
    Now instead of querying the DNS every time it gets flushed, your pc automatically redirects wtf.com connections to 127.0.0.1.
    You can try this too:
    127.0.0.1 mypc
    Now each time you try to access http://mypc/, you'll get redirected to yourself.


    Edit: Should I elaborate more on this in a new thread?

Similar Threads

  1. Having Trouble Getting Model Edits to Appear ingame
    By Cradin in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 04-02-2009, 08:40 PM
  2. Help- Having trouble with items table
    By Bloodsin in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 02-12-2009, 03:38 PM
  3. [HELP!] my friends get UNABLE TO CONNECT
    By kajdzas in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 10-31-2008, 12:47 PM
  4. Having Trouble Getting Started
    By exile24 in forum WoW Scams Help
    Replies: 3
    Last Post: 06-08-2008, 05:47 PM
All times are GMT -5. The time now is 04:02 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