View Single Post
Config File Problems
(#1 (permalink))
Old
Ukio's Avatar
Ukio is Offline
OutSpoken Diva
Points: 4,796, Level: 20 Points: 4,796, Level: 20 Points: 4,796, Level: 20
Activity: 0% Activity: 0% Activity: 0%
Ukio is on a distinguished road
 
 
Posts: 3,310
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Sep 2007
Location: Planet PMS
Post Config File Problems - March 1st, 2008

TO ALL YOU PEOPLE WHO ARE HAVING PROBLEMS WITH WHAT TO PUT IN YOUR .CONF FILES. JUST FOLLOW THIS GUIDE. THESE ARE COPIES OF MY .CONF FILES AND I HAVE A WORKING SERVER WITHOUT HAMACHI.
MY HOSTS FILE
(C:\WINDOWS\system32\drivers\etc)
Open it with Notepad
# Copyright © 1993-1999 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 localhost
127.0.0.1 Your DynDNS Address
Internal IP Your DynDNS Address
External IP Your DynDNS Address
You can get a DynDNS address from DynDNS.com
Your Internal IP can be found here:
Go to START>Run. Now type 'cmd' (without the ').
Now type 'ipconfig' in the window (again, without the ')
You should see something similar to this:
Ethernet adapter Wireless Network Connection:
Connection-specific DNS Suffix - : lan
IP Address - - - - - - - - - - - - - - : This is your Internal IP
Subnet Mask - - - - - - - - - - - - - : ***.***.***.*
Default Gateway- - - - - - - - - - - : ***.***.*.***
Your External IP can be found by going here in IE or Firefox (or whatever internet browser you use):
Find My IP Address - Lookup
NOTE: I’ve now updated these .conf files for the new AC Web Ultimate Repack 6.0
MY LOGONSERVER.CONF FILE
Can be found...
(C:\AC Web Ultimate Repack\Ascent)
Open it with Notepad
# 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 = "ascent"
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 = "0.0.0.0"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
NOTE: For this version of the repack (AC Web Ultimate Repack 6.0) you wont need to change your MaxClient build section in the logonserver.conf file as the server will already accept clients from 2.1.1 (build 6739) to 2.1.3 (build 6898). So leave that section alone for the time being.
MY REALMS.CONF FILE
Can be found...
(C:\AC Web Ultimate Repack\Ascent)
Open it with Notepad
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LogonServer Section
#
# Address:
# The address (no port) of the server.
#
# Port:
# The port on which the logon server listens. (*** NOT 3724 ***)
#
# Name:
# Not really relevant, 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 = "Your server name"
Address = "Your External IP:8129"
Icon = "PVP"
Colour = "1"
Population = "1"
TimeZone = "1">
MY ASCENT.CONF FILE
Can be found...
(C:\AC Web Ultimate Repack\Ascent)
Open it with Notepad
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Database Section
#
# Database.Host - The hostname that the database is located on
# Database.Username - The username used for the mysql connection
# Database.Password - The password used for the mysql connection
# Database.Name - The database name
# Database.Port - Port that MySQL listens on. Usually 3306.
# Database.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name =
"ascent" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name =
"logon" Port = "3306" Type = "1">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# 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" DO NOT CHANGE THIS
WorldServerPort = "8129"> DO NOT CHANGE THIS
Just make sure everything looks like mine, and change only what I've told you to change.
DO NOT mess about with anything else, not unless you know what you're doing, but if you're reading this then you probably don't :P
IF YOU STILL CAN'T CONNECT AFTER ALL THIS THEN THE PROBLEM WILL BE WITH YOUR PORTS.
Credits
Myself (Achilles)
This guide was created: 05/07/2007
Updated: 05/07/07
By Achilles
MSN: ninty_04@hotmail.co.uk

Revenue Shared Ads