Cannot access server

Newbie Spellweaver
Joined
May 29, 2007
Messages
49
Reaction score
0
Hello there,

When i want to log in, im getting back to my desktop and when i hit the client again i see Cannot access server. I can see my Quest server though.

my locator.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="HIDDEN"

[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" 
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"

my Agentconfig.xml
Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
    <NAME>Name this server</NAME>
    <MAXCLIENT>500</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="127.0.0.1" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>

my server.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="HIDDEN"

[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="MatchServer1"
FREELOGINIP="127.0.0.1"
KEEPERIP="127.0.0.1"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
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"

my dbo.Serverstatus
Code:
ServerID 1
CurrPlayer 0
MaxPlayer 500
Time 21-6-2009 20:13:57
IP 127.0.0.1
Port 6000
Servername MatchServer1
Opened 1
Type 4

my dbo.LocatorStatus
Code:
LocatorID 1
IP 127.0.0.1
Port 8900
RecvCount 0
SendCount 0
BlockCount 0
DuplicatedCount 0
UpdateElapsedTime 1000
LastUpdatedTime 21-6-2009 20:16:31

As you can see, i only want to play localhost (for now), and i didn't open any ports, because i play LAN

Why cant i access my game? I can see it though.

Thanks in advance!
 
there are so many people around here who could help me, it will just take one minute to look at my problem. cant noone help me?
 
Upvote 0
my server.xml looks like this:
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://localhost/emblems/</EMBLEM_URL>
        
    <TEMBLEM_URL>http://localhost/emblems/</TEMBLEM_URL>


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

What do i have to fill in in ANY configuration files to play localhost? ive tried 127.0.0.1 in ANY file + database but still i cant connect, and i can see my server.
 
Upvote 0
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="HIDDEN"

[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="MatchServer1"
FREELOGINIP="" ///Should be Empty.
KEEPERIP="127.0.0.1"   ///Should be your WAN IP. Use a VPS like hamachi if it doesn't work on local host.
MONITORIP="127.0.0.1" /// This should remain the same even after using a different IP.
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
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"


Try it.
 
Upvote 0
still cannot access server:(: I only want to play lan (for now), should i put 127.0.0.1 everywhere or in some fields my adress? Or can you maybe post the right settings just to play localhost?

Thanks in advance
 
Upvote 0
1.
2.Copy You Ip Adress
3.Open Mysql
4.Expand table
5.Server status.dbo
6 Paste you ip
7.update
 
Upvote 0
Back