I can log in through the LAN But I can not see my server here is my xml file maybe you ca see what I am missing 
 
 
 
<?xml version="1.0"> 
<server> 
	<world> 
		<!-- Set the shortname to ONE word. The longname is what shows up on server list --> 
		<shortname>what</shortname> 
		<longname>MY world</longname> 
 
		<!-- DO NOT EDIT ANY LINES BETWEEN HERE AND THE DATABASE SECTION --> 
		<!-- <address>modem IP</address> --> 
		<!-- <localaddress>network ip</localaddress> --> 
 
		<!-- Loginserver information. DO NOT EDIT --> 
		<loginserver> 
		<host>modem IP</host> 
		<port>5998</port> 
		<account></account> 
		<password></password> 
		</loginserver> 
 
 
		<!-- Server status. Default is unlocked DO NOT EDIT RIGHT NOW --> 
		<!--<locked/>--> 
		<!-- <unlocked/> --> 
 
		<!-- Sets the ip/port for the tcp connections. DO NOT EDIT --> 
		<!-- <tcp ip="127.0.0.1" port="9000" telnet="disable"/> --> 
		<tcp ip="127.0.0.1" port="9000" telnet="enable"/> 
 
		<!-- Sets the shared key used by zone/launcher to connect to world --> 
		<key>somelongrandomstring12345asdfffff</key> 
 
		<!-- Enable and set the port for the HTTP service. Defaults are shown --> 
		<!-- <http port="9080" enabled="false" mimefile="mime.types" /> --> 
		<http port="9080" enabled="true" mimefile="mime.types" /> 
	</world> 
 
	<!-- Chatserver (channels) information. DO NOT EDIT --> 
	<chatserver> 
		<!-- <host>modem IP</host> --> 
		<!-- <port>7778</port> --> 
		<host>network IP</host> 
		<port>7778</port> 
	</chatserver> 
 
	<!-- Mailserver (in-game mail) information. DO NOT EDIT --> 
	<mailserver> 
		<!-- <host>modem IP</host> --> 
		<!-- <port>7778</port> --> 
		<host>network ip</host> 
		<port>7778</port> 
	</mailserver> 
 
	<zones> 
	<!-- The defaultstatus is what status the new toons will have on your server --> 
	<defaultstatus>0</defaultstatus> 
 
	<!-- Sets port range for world to use to auto configure zones DO NOT EDIT RIGHT NOW--> 
	<!-- <ports low="7000" high="7100"/> --> 
	<ports low="7000" high="7400"/> 
	</zones> 
 
	<!-- Set username to root and password is your MySQL password and db to peq --> 
	<database> 
		<!-- <host>127.0.0.1</host> --> 
		<!-- <port>3306</port> --> 
		<!-- <username>root</username> --> 
		<!-- <password>xxxxx</password> --> 
		<!-- <db>peq</db> --> 
	   <host>127.0.0.1</host> 
	   <port>3306</port> 
	   <username>root</username> 
	   <password>xxxxxxxxxx</password> 
	   <db>peq</db> 
	</database>	 
 
	<qsdatabase> 
		<!-- <host>127.0.0.1</host> --> 
		<!-- <port>3306</port> --> 
		<!-- <username>root</username> --> 
		<!-- <password>xxxxx</password> --> 
		<!-- <db>peq</db> -->  
	   <host>127.0.0.1</host> 
	   <port>3306</port> 
	   <username>root</username> 
	   <password>xxxxxxxxxxx</password> 
	   <db>peq</db> 
	</qsdatabase> 
 
	<webinterface> 
		<port>9081</port> 
	</webinterface> 
 
	<!-- Launcher Configuration DO NOT EDIT--> 
	<launcher> 
	<!-- <logprefix>logs/zone-</logprefix> --> 
	<!-- <logsuffix>.log</logsuffix> --> 
	<!-- <exe>zone.exe</exe> --> 
	<!-- <timers restart="10000" reterminate="10000"> --> 
	</launcher> 
 
	<!-- File locations. DO NOT EDIT --> 
	<files> 
	<!-- <spells>spells_us.txt</spells> --> 
	<!-- <opcodes>opcodes.conf</opcodes> --> 
	<!-- <logsettings>log.ini</logsettings> --> 
	<!-- <eqtime>eqtime.cfg</eqtime> --> 
	</files> 
	<!-- Directory locations. DO NOT EDIT --> 
	<directories> 
	<!-- <maps>Maps</maps> --> 
	<!-- <quests>quests</quests> --> 
	<!-- <plugins>plugins</plugins> --> 
	</directories> 
</server> 
		
	
		
		
		
		
		
		
		
		
		
	
		
			
			
			
			
				 
			
			
			
			
			
			
				
			
			
			
		 
		
	
	
	 |