Servers not appearing.

Joined
Apr 12, 2008
Messages
729
Reaction score
28
Ok, i am hosting a gunz server on a vps, when i open the launcher, it loads the web page for start up (Launcher/start.html), but for some reason when it loads all the files, it shows that there are no servers. But yet when i look on the vps, it says the server is running. So why isnt the servers showing up in the login box?


I have done:

Added server info to dbo.serverstatus
Hex edited launcher
Edited all config files in the server files (Agent.xml, server.ini, and locater.ini)
Edited system.xml in system.mrs




(Where it says "I PUT WAN UP HERE", thats where i have the WAN ip, just removed it for this.)
Server.ini:
Code:
[SERVER]
MAXUSER=2000
SERVERID=2
SERVERNAME="Hitsu Clan Server"
FREELOGINIP="I PUT WAN IP HERE"
KEEPERIP="I PUT WAN IP HERE"
MONITORIP="127.0.0.1"
MONITORPORT=9001
MODE="clan"
COUNTRY="INTERNATIONAL"
LANGUAGE="INTERNATIONAL"
USETICKET="0"
[LANGUAGE]
LANG_TYPE="eng"
[LOCALE]
DBAgentPort=5101
DBAgentIP=127.0.0.1
[FILTER]
USE="0" 
ACCEPT_INVALID_IP="1"
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
Locator.ini:
Code:
[NETWORK]
IP="I PUT WAN IP HERE"
PORT="8900"
[ENV]
ID="1"
LOCATOR_UID_HIGH="5"
LOCATOR_UID_LOW="0"
MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
UDP_LIVE_TIME="10000000"
MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
BLOCK_TIME="0"
UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
MARGIN_OF_ERROR_MIN="500000"
USE_COUNTRY_CODE_FILTER="no" 
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SERVER="0"
AgentConfig.xml
Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<CLANMCONFIG>
 <NAME>Hitsu Clan Server</NAME>
 <MAXCLIENT>2000</MAXCLIENT>
 <CLANMSERVERADDRESS ip="127.0.0.1" tcpport="6005"/>
 <ADDRESS ip="I PUT WAN IP HERE" tcpport="7778" udpport="5101"/>
</CLANMCONFIG>
</XML>


mikethemak - Servers not appearing. - RaGEZONE Forums





Please Help
 
um i had this problem just make sure the places were it is suppose to have your wanip instead of the local host's ip



Then make sure your firewall is off..
 
Upvote 0
in server.ini, dont put your wan ip, put 127.0.0.1 in all the ip spots.
can u take a pic or 2 of ur dbo.serverstatus?

I will try that,l thanks.


Edit: This did not work, need help pls :\.

um i had this problem just make sure the places were it is suppose to have your wanip instead of the local host's ip

Then make sure your firewall is off..

I think you mean check that the wan ip is in all the right spots, and i have. Firewall is always off
 
Upvote 0
My system.xml says:
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<XML>
	<XMLHEADER>version="1.0" encoding="UTF-8"</XMLHEADER>

	<SKIN>Default</SKIN>

	<DEFFONT>Arial</DEFFONT>

	<IME>true</IME>

	<BAREPORT>
		<ADDR>www.battlearena.com</ADDR>
		<DIR>incoming/gunz_global</DIR>
	</BAREPORT>

	<HOMEPAGE>
	    <URL>http://www.gunzonline.com</URL>
	    <TITLE>GunZ the Dual</TITLE>
	</HOMEPAGE>
	
	<EMBLEM_URL>http://I PUT WAN IP HERE</EMBLEM_URL>
        
	<TEMBLEM_URL>http://I PUT WAN IP HERE</TEMBLEM_URL>


	<LOCATORLIST>
		<LOCATOR id="1" IP="I PUT WAN IP HERE" />
		</LOCATORLIST>
	
	<TLOCATORLIST>
		<LOCATOR id="1" IP="I PUT WAN IP HERE" />
		</TLOCATORLIST>
	
	</XML>



and yes, in the serverstatus.dbo both "opened" columns are set to a value of 1.
 
Upvote 0
Vps's / Dedicated servers come unblocked that includes all ports ive ran a gunz server this is the only time we have had a problem like this the only thing is i havent messed with gunz server in like 3 months
 
Upvote 0
Back