• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Problem Cannot Access Server

Newbie Spellweaver
Joined
Apr 12, 2010
Messages
30
Reaction score
18
I have a problem that I can not access to my test server in gunz and I do not know what the error I made.

My DB SQL 2016

Status Server
J5mJiJE - Problem Cannot Access Server - RaGEZONE Forums


Server Files.

Locator
PHP:
 [DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="123456"

[NETWORK]
IP="127.0.0.1"
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" 
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ACCEPT_INVALID_IP="1"
TEST_SERVER="0"

MatchAgent

PHP:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
	<NAME>Dev Gunz</NAME>
	<MAXCLIENT>5000</MAXCLIENT>
	<ADDRESS ip="127.0.0.1" tcpport="5100" udpport="7778"/>
	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
</AGENTCONFIG>
</XML>

MatchServer

PHP:
 [DB]


DNS="GunzDB"
USERNAME="sa"
PASSWORD="123456"

[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="Dev Gunz"
SERVERPORT=6000
SERVERUDPPORT=7777
FREELOGINIP=""
KEEPERIP="127.0.0.1"
DEBUGIP="127.0.0.1"
MONITORIP="127.0.0.1"
MONITORPORT=9000
DEBUG="1"
MODE=Quest
COUNTRY="KOR"
LANGUAGE="KOR"
USETICKET="0"
GAMEGUARD="1"
;Survival Mode : 1 for enable, 0 for disable (works only when MODE=test)
SURVIVALENABLE="1"
;Daily request time for survival ranking list(hour:0~23, minute:0~59)
SURVIVALRANKING_DAILY_REQUEST_HOUR="5"
SURVIVALRANKING_DAILY_REQUEST_MINUTE="0"

Client

Config.xml

PHP:
<?xml version="1.0"?>
<XML>
	<SERVER>
		<IP>127.0.0.1</IP>
		<PORT>6000</PORT>
	</SERVER>

System.mrs

PHP:
<?xml version="1.0" ?>
<XML>
	<XMLHEADER>version="1.0"</XMLHEADER>

	<SKIN>Default</SKIN>

	<DEFFONT>Arial</DEFFONT>

	<IME>false</IME>

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

	<EMBLEM_URL>http://127.0.0.1</EMBLEM_URL>
	<TEMBLEM_URL>http://127.0.0.1</TEMBLEM_URL>

	<CASHSHOP_URL>http://127.0.0.1</CASHSHOP_URL>

	<HOMEPAGE>
	    <URL>http://127.0.0.1</URL>
	    <TITLE>GunZ the Dual</TITLE>
	</HOMEPAGE>

	<LOCATORLIST>
		<LOCATOR id="1" IP="127.0.0.1" />
		<LOCATOR id="2" IP="127.0.0.1" />
	</LOCATORLIST>

	<TLOCATORLIST>
		<LOCATOR id="1" IP="127.0.0.1" />
		<LOCATOR id="2" IP="127.0.0.1" />
	</TLOCATORLIST>
</XML>

I do not know if everything is good to mount a local server but I do not want to connect and I do not know how to fix it.

i use SQL 2016
OS Windows 10
 

Attachments

You must be registered for see attachments list
Back
Top