Hello, I've been searching through the forums, with no luck..  I am very new to starting a EQ server. my problem is I can't find my server, I've looked through tons of tutorials, and I think I'm missing an important step.  
I set up my Loginserver.ini 
	Code:
	[LoginServer]
loginserver=24.36.31.***
loginport=5999
worldname=Norrath
worldaddress=24.36.31.***
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
 my eqemu_config.xml 
	Code:
	?xml version="1.0">
<server>
	<world>
		<shortname>Norrath</shortname>
		<longname>Kane's Norrath World</longname>
		<address>24.36.31.***</address>
		<localaddress>127.0.0.1</localaddress>
	<!-- Loginserver information. -->
		<loginserver>
			<host>24.36.31.***</host>
			<port>5999</port>
			<account>Tenamil</account>
			<password>asdsad</password>
		</logingserver>
		
		<!-- Enable and set the port for the HTTP service. -->
		<http port="9080" enabled="true" mimefile="mime.types" />
	</world>
	<!-- Database configuration, replaces db.ini. -->
	<database>
		<host>localhost</host>
		<port>3306</port>
		<username>root</username>
		<password>asdsad</password>
		<db>peq</db>
	</database>
</server>
 my eqhost.txt
	Code:
	[LoginServer]
Host=24.36.31.***:5999
 no matter what I do, or how I play with it, it always shows 0 servers after I run my Start.bat...
does anyone see what I've done wrong?