My VPS server doesn't show, please tell me what i did wrong here i'll appreciate it

Results 1 to 6 of 6
  1. #1
    Proficient Member afnan123 is offline
    MemberRank
    May 2012 Join Date
    Brooklyn, New YLocation
    161Posts

    My VPS server doesn't show, please tell me what i did wrong here i'll appreciate it

    Code:
    This is my System XML from client
    <?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/gunz/emblems</EMBLEM_URL>
    	<TEMBLEM_URL>http://127.0.0.1/gunz/emblems</TEMBLEM_URL>
    
    	<CASHSHOP_URL>http://My VPS IP</CASHSHOP_URL>
    
    	<HOMEPAGE>
    	    <URL>http://My VPS IP</URL>
    	    <TITLE>GunZ the Dual</TITLE>
    	</HOMEPAGE>
    
    	<LOCATORLIST>
    		<LOCATOR id="1" IP="My VPS IP" />
    		<LOCATOR id="2" IP="127.0.0.1" />
    	</LOCATORLIST>
    
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="My VPS IP" />
    	</TLOCATORLIST>
    </XML>
    My server.ini

    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="my pass"

    [SERVER]
    MAXUSER=1000
    SERVERID=1
    SERVERNAME="My server l"
    SERVERPORT=6000
    SERVERUDPPORT=7777
    FREELOGINIP=""
    KEEPERIP="My VPS IP"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    DEBUG="1"
    MODE=test
    COUNTRY="INTERNATIONAL"
    LANGUAGE="eng"
    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"

    ;DuelTournament Mode : 1 for enable
    DUELTOURNAMENT_ENABLE="1"
    ;DuelTournament MatchMaker run every this time interval (in positive millisec)
    DUELTOURNAMENT_MATCHMAKING_INTERVAL = 1000
    ;DuelTournament MatchMaker match users have TP diffenrence less than this value. (must be positive)
    DUELTOURNAMENT_MATCHMAKING_ACCEPTABLE_TP_GAP = 30
    ;DuelTournament MatchMaker match a user waiting over this time with users have the most nearest TP (ignore TP GAP, value in positive millisec)
    DUELTOURNAMENT_MATCHMAKING_WAIT_LIMIT = 15000
    ;DuelTournament Service Time
    ;CAUTION! if END_TIME is n then this mode will opened until n:59.
    ;ex) all day open -> 0, 23
    ;ex) from 3 to 6 o'clock -> 3, 5
    ;ex) from 22 to next day 3 o'clock -> 22, 2
    DUELTOURNAMENT_SERVICE_START_TIME = 0
    DUELTOURNAMENT_SERVICE_END_TIME = 23

    SEND_LOGINUSER_TO_DUELTOURNAMENT_CHANNEL ="0"

    [BATTLETIMEREWARD]
    BATTLETIMEREWARD_REFRESH_INTERVAL="1"

    [FILTER]
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE="0"
    ;0:Çã¿ëÇÏÁö ¾ÊÀ½. 1:Çã¿ë.
    ACCEPT_INVALID_IP="0"

    [ENVIRONMENT]
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_HSHIELD="0"
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_XTRAP="0"
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_EVENT="1"
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_FILECRC="0"
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_MD5="0"
    USE_RESOURCECRC32CACHECKECK="0"
    ;Flooding°ø°Ý µðºñ¿¡ ¼³Á¤ À¯¹«.
    BLOCK_FLOODING="1"
    ;À§ ¸ñ·Ï¿¡ °ËÃâµÈ À¯Àú¸¦ ºí·¯Å· À¯¹«.
    USE_BLOCKHACKING="1"
    USE_ITEM_CONSISTENCY="0"



    [KILLTRACKER]
    ;ºÐ´ÜÀ§
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_KILLTRACKER="1"
    MAXKILLCOUNT_ON_TRACETIME="30"
    KILLCOUNT_TRACETIME="5"

    [POWERLEVELING]
    USE_POWERLEVELING_DB_BLOCK="1"
    POWERLEVELING_DB_BLOCKTIME="1"

    [LOOPLOG]
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_LOOPLOG="0"
    ;1ÃÊ(sec)¸¦ 1000 À¸·Î Ç¥±â
    MAX_LOOP_TIME_GAP=100

    [CODE]Match Agent here
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>My SERVER NAME</NAME>
    <MAXCLIENT>500</MAXCLIENT>
    <ADDRESS ip="MY VPS IP " tcpport="7778" udpport="5100"/>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    </AGENTCONFIG>
    </XML>
    /CODE]

    Code:
    An
    Code:
    d 
    Code:
    my locator
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="My pass"
    
    [NETWORK]
    IP="My VPS IP"
    PORT="8900"
    
    [ENV]
    ID="1"
    LOCATOR_UID_HIGH="5"
    LOCATOR_UID_LOW="0"
    MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="500"
    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"
    And thes are My DBo.Locator status and server status




    I am using SQL management 2008 S2 also using the
    Gunz 1.5 Repack By jur13n and emisand's Database.

    If anyone can tell me what i am doing wrong, i'll appreciate it. thanks in advance.


  2. #2
    Proficient Member afnan123 is offline
    MemberRank
    May 2012 Join Date
    Brooklyn, New YLocation
    161Posts

    Re: My VPS server doesn't show, please tell me what i did wrong here i'll appreciate

    Come on someone please,,,

  3. #3
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    Re: My VPS server doesn't show, please tell me what i did wrong here i'll appreciate

    Its obvious your ports are being blocked. On the VPS add Matchserver, MatchAgent and Locator to the firewall, then it should work. Also, in your system.mrs > system.xml make sure that the second "Locator" field which currently has 127.0.0.1 has your VPS IP too.

  4. #4
    Apprentice Hamudi Shadafny is offline
    MemberRank
    Apr 2013 Join Date
    IsraelLocation
    15Posts

    Re: My VPS server doesn't show, please tell me what i did wrong here i'll appreciate

    server.ini And serverstatus.dbo the maxusers most be the same And


    <LOCATORLIST> <LOCATOR id="1" IP="your VPS IP" /> <LOCATOR id="2" IP="your VPS IP" /> </LOCATORLIST> <TLOCATORLIST> <LOCATOR id="1" IP="My VPS IP" /> </TLOCATORLIST>

  5. #5
    Proficient Member afnan123 is offline
    MemberRank
    May 2012 Join Date
    Brooklyn, New YLocation
    161Posts

    Re: My VPS server doesn't show, please tell me what i did wrong here i'll appreciate

    Quote Originally Posted by Hamudi Shadafny View Post
    server.ini And serverstatus.dbo the maxusers most be the same And


    <LOCATORLIST> <LOCATOR id="1" IP="your VPS IP" /> <LOCATOR id="2" IP="your VPS IP" /> </LOCATORLIST> <TLOCATORLIST> <LOCATOR id="1" IP="My VPS IP" /> </TLOCATORLIST>
    Thanks guys, I have one more problem when people enters my server the nuber of players during server select doesnt change it still shows like 0 players in server out of 500 how do i fix this
    ?

  6. #6
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    My VPS server doesn't show, please tell me what i did wrong here i'll appreci...

    Quote Originally Posted by afnan123 View Post
    Thanks guys, I have one more problem when people enters my server the nuber of players during server select doesnt change it still shows like 0 players in server out of 500 how do i fix this
    ?
    The fix to that is here: http://forum.ragezone.com/f311/dafuq...5/#post6987450



Advertisement