KingPin's Forum
 
K.P.s.N. Register vbBux / KPs Mall Bugs Blogs FAQ Search Today's Posts Mark Forums Read Donate
Go Back   KingPin's Forum > KP's Network Forum > Tutorials & Stuff!
Reload this Page Config File Problems
 


Tutorials & Stuff! This is a discussion on Config File Problems in the Tutorials & Stuff!;
Description: TO ALL YOU PEOPLE WHO ARE HAVING PROBLEMS WITH WHAT TO PUT IN YOUR .CONF FILES. JUST FOLLOW THIS GUIDE. ...

Reply
 
LinkBack Thread Tools
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

 
Reply With Quote
Revenue Shared Ads
(#2 (permalink))
Old
kreatorr is Offline
Private
Points: 68, Level: 1 Points: 68, Level: 1 Points: 68, Level: 1
Activity: 0% Activity: 0% Activity: 0%
kreatorr is an unknown quantity at this point
 
 
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Aug 2008
September 10th, 2008

how i open logon server with notepad i dont know
 
Reply With Quote
Revenue Shared Ads
Reply

Bookmarks

Tags
config, file, problems

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Rupees Per Thread View: 1.00
Rupees Per Thread: 15.00
Rupees Per Post: 5.00
Forum Jump



These are the 100 most searched terms
Search Cloud
_backup.rc antrix wow antrix wow server autocad 2007 keygen best google gadgets best wow character bt map devil may cry 4 crack erika bella fuckteam fuckteam 5 georgina lempin gigistar gigistar topless kpsden kpsforum leatherworking guide leveling enchanting mangos custom vendors mangos item id mangos linux mangos server mangos spell id mangos wotlk mature creampie milena velba no rest for the ass object id wow phoenix marie play wow at school this is sparta vipersdenforums voyage century bot windows activation workaround windows xp lite wotlk alpha private server wotlk private server wotlk server wotlk wiki wow leatherworking guide wow mount locations wow object id wow object id list wow object id's wow object ids wow objects id www.adobeflashplayer www.adobeflashplayer.com www.kpsforum.com xbox 360 mmorpg ... powered by Simple Search Cloud
Powered by vBulletin® Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright 2004-2009 KPsN


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82