Can't make the server online..

Results 1 to 8 of 8
  1. #1
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Can't make the server online..

    My system.xml :
    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="219.73.9.133" />
    		</LOCATORLIST>
    	
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="219.73.9.133" />
    		</TLOCATORLIST>
    	
    	</XML>
    server.ini :
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="123456"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="YouServerName"
    FREELOGINIP="219.73.9.133"
    KEEPERIP="219.73.9.133"
    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"
    Locator.ini :
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="123456"
    
    [NETWORK]
    IP="219.73.9.133"
    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>
    <AGENTCONFIG>
    	<NAME>Name this server</NAME>
    	<MAXCLIENT>20</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="219.73.9.133" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    My friends can see the server in client,but they can't login..
    Help me Please!Thank you!


  2. #2
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Can't make the server online..

    Replace your existing system.xml with this. I've added your details. Simply save it as an XML File.

    Code:
    <?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://219.73.9.133/</EMBLEM_URL>
    	<TEMBLEM_URL>http://219.73.9.133/</TEMBLEM_URL>
    
    	<CASHSHOP_URL>http://219.73.9.133</CASHSHOP_URL>
    
    	<HOMEPAGE>
    	    <URL>http://www.gunzonline.com</URL>
    	    <TITLE>GunZ the Duel</TITLE>
    	</HOMEPAGE>
    
    	<LOCATORLIST>
    		<LOCATOR id="1" IP="219.73.9.133" />
    		<LOCATOR id="2" IP="219.73.9.133" />
    	</LOCATORLIST>
    
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="219.73.9.133" />
    		<LOCATOR id="2" IP="219.73.9.133" />
    	</TLOCATORLIST>
    </XML>
    Then, In your server.ini, Erase contents from Free Login Ip and it should look like this:

    Code:
    FREELOGINIP=""
    And make sure your locale.xml looks like this. Else, replace it.

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <XML>
    	<LOCALE>
     		<COUNTRY>BRZ</COUNTRY>
    		<LANGUAGE>BRZ</LANGUAGE>
    		<MAXPLAYERS>16</MAXPLAYERS>
    	</LOCALE>
    </XML>
    Should work.
    Last edited by Phoenix; 19-08-09 at 02:38 PM.

  3. #3
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: Can't make the server online..

    Quote Originally Posted by phoenix_147 View Post
    Replace your existing system.xml with this. I've added your details. Simply save it as an XML File.

    Code:
    <?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://219.73.9.133/</EMBLEM_URL>
    	<TEMBLEM_URL>http://219.73.9.133/</TEMBLEM_URL>
    
    	<CASHSHOP_URL>http://219.73.9.133</CASHSHOP_URL>
    
    	<HOMEPAGE>
    	    <URL>http://www.gunzonline.com</URL>
    	    <TITLE>GunZ the Duel</TITLE>
    	</HOMEPAGE>
    
    	<LOCATORLIST>
    		<LOCATOR id="1" IP="219.73.9.133" />
    		<LOCATOR id="2" IP="219.73.9.133" />
    	</LOCATORLIST>
    
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="219.73.9.133" />
    		<LOCATOR id="2" IP="219.73.9.133" />
    	</TLOCATORLIST>
    </XML>
    Then, In your server.ini, Erase contents from Free Login Ip and it should look like this:

    Code:
    FREELOGINIP=""
    And make sure your locale.xml looks like this. Else, replace it.

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <XML>
    	<LOCALE>
     		<COUNTRY>BRZ</COUNTRY>
    		<LANGUAGE>BRZ</LANGUAGE>
    		<MAXPLAYERS>16</MAXPLAYERS>
    	</LOCALE>
    </XML>
    Should work.
    Why locale.xml should set 16?
    but same as before.

  4. #4
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Can't make the server online..

    If you still get the error, I believe you've done a few things wrong.

  5. #5
    Enthusiast d34d-4ng3l is offline
    MemberRank
    Jan 2009 Join Date
    haifaLocation
    27Posts

    Re: Can't make the server online..

    If all he sayed didn't work, In the DB you should put the same ServerName you put it You'rServerName, If you don know what servername to pick just make it TestGunz but remmber to put the TestGunz in the Serverstatus and in the system.xml Wow w8 wow... the same prob as me... but for me shows Error conecting to server then i have to w8 20 secs and it's in , OR MAYBE you can try port forwarding the following ports : TPC/UPD : 5100-5100 80-80 8000-8000 6000-6000 9000-9000 7000-7777

  6. #6
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Can't make the server online..

    Servername doesn't matter.

  7. #7
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: Can't make the server online..

    Yeah!I'm just forget to set my IP in SQL..
    It is done now.Thank you!

  8. #8
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Can't make the server online..

    ROFLMAO. That was it? Gosh.. -.-



Advertisement