My Match Server isn't right

Results 1 to 16 of 16
  1. #1
    Account Upgraded | Title Enabled! xgemini is offline
    MemberRank
    Jun 2009 Join Date
    CanadaLocation
    218Posts

    My Match Server isn't right



    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="ijjiyay1"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="GunZ"
    FREELOGINIP="24.83.39.210"
    KEEPERIP="24.83.39.210"
    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"
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>GunZ</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="24.83.39.210" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="ijjiyay1"
    
    [NETWORK]
    IP="24.83.39.210"
    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"

    Don't know if I did anything wrong......


  2. #2
    Enthusiast Gabo is offline
    MemberRank
    Aug 2009 Join Date
    next to my presLocation
    36Posts

    Re: My Match Server isn't right

    Quote Originally Posted by xgemini View Post


    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="ijjiyay1"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="GunZ"
    FREELOGINIP="24.83.39.210"
    KEEPERIP="24.83.39.210"
    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"
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>GunZ</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="24.83.39.210" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="ijjiyay1"
    
    [NETWORK]
    IP="24.83.39.210"
    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"

    Don't know if I did anything wrong......
    change this

    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="ijjiyay1"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="GunZ" <<<changes by Quest 
    FREELOGINIP="24.83.39.210" <<<<	removes that ip, is not nothing
    KEEPERIP="24.83.39.210" <<<changes  127.0.0.1
    MONITORIP="127.0.0.1" <<<<the ip you're working with www.cualesmiip.com
    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"
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="ijjiyay1"
    
    [NETWORK]
    IP="24.83.39.210" <<< changes "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"
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>GunZ</NAME> changes by <NAME>Quest</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="24.83.39.210" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Last edited by Gabo; 09-08-09 at 09:26 PM.

  3. #3
    Account Upgraded | Title Enabled! xgemini is offline
    MemberRank
    Jun 2009 Join Date
    CanadaLocation
    218Posts

    Re: My Match Server isn't right

    So what do you mean by:

    SERVERNAME="GunZ" <<<changes by Quest
    FREELOGINIP="24.83.39.210" <<<< removes that ip, is not nothing
    KEEPERIP="24.83.39.210" <<<changes 127.0.0.1
    MONITORIP="127.0.0.1" <<<<the ip you're working with www.cualesmiip.com

  4. #4
    Enthusiast Gabo is offline
    MemberRank
    Aug 2009 Join Date
    next to my presLocation
    36Posts

    Re: My Match Server isn't right

    Quote Originally Posted by xgemini View Post
    So what do you mean by:

    SERVERNAME="GunZ" <<<changes by Quest
    FREELOGINIP="24.83.39.210" <<<< removes that ip, is not nothing
    KEEPERIP="24.83.39.210" <<<changes 127.0.0.1
    MONITORIP="127.0.0.1" <<<<the ip you're working with www.cualesmiip.com
    if this is the changes that need to perform

    SERVERNAME="Quest" or name that you use
    FREELOGINIP=""
    KEEPERIP="127.0.0.1"
    MONITORIP="24.83.39.210"

    locator in the east

    [NETWORK] [RED]
    IP="127.0.0.1"
    PORT="8900"
    Last edited by Gabo; 09-08-09 at 09:46 PM.

  5. #5
    Account Upgraded | Title Enabled! xgemini is offline
    MemberRank
    Jun 2009 Join Date
    CanadaLocation
    218Posts

    Re: My Match Server isn't right

    K thanks.

    its good now.

    BUT

    I cannot connect to server

  6. #6
    Member nubbynub is offline
    MemberRank
    Jun 2007 Join Date
    75Posts

    Re: My Match Server isn't right

    [quote=Gabo

  7. #7
    Valued Member darrien007 is offline
    MemberRank
    Jun 2008 Join Date
    Indiana, USALocation
    126Posts

    Re: My Match Server isn't right

    FREELOGINIP="24.83.39.210"
    KEEPERIP="24.83.39.210"
    MONITORIP="127.0.0.1"
    Retards

  8. #8
    Account Upgraded | Title Enabled! xgemini is offline
    MemberRank
    Jun 2009 Join Date
    CanadaLocation
    218Posts

    Re: My Match Server isn't right

    Uhm

    it worked minutes ago then when I closed it, it is not working...

  9. #9
    Member nubbynub is offline
    MemberRank
    Jun 2007 Join Date
    75Posts

    Re: My Match Server isn't right

    Quote Originally Posted by darrien007 View Post
    FREELOGINIP="24.83.39.210"
    KEEPERIP="24.83.39.210"
    MONITORIP="127.0.0.1"
    Retards


    Lol?

    Retard? Really?

    So.. I have a perfectly working server, even though I don't have that, and I'm a retard?

    Thanks. :D

  10. #10
    Account Upgraded | Title Enabled! EpikBaby is offline
    MemberRank
    Aug 2009 Join Date
    New YorkLocation
    486Posts

    Re: My Match Server isn't right

    Scroll up for the MatchServer there is nothing wrong.

  11. #11
    Account Upgraded | Title Enabled! xgemini is offline
    MemberRank
    Jun 2009 Join Date
    CanadaLocation
    218Posts

    Re: My Match Server isn't right

    Uhm

    Why cant I connect?

  12. #12
    Account Upgraded | Title Enabled! ManyBlackPpl is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    336Posts

    Re: My Match Server isn't right

    sometimes the reason you can't connect may be because you haven't port forwarded your ports. I know for me, I couldn't connect to my gunz server, even when I was trying to access it from the same computer, but after I opened my ports it worked like a charm.

  13. #13
    Account Upgraded | Title Enabled! xgemini is offline
    MemberRank
    Jun 2009 Join Date
    CanadaLocation
    218Posts

    Re: My Match Server isn't right

    Uhm, Now my problem is the the port 6000 again

  14. #14
    Member nubbynub is offline
    MemberRank
    Jun 2007 Join Date
    75Posts

    Re: My Match Server isn't right

    I helped him on teamviewer, forwarded all of the ports correctly.. and it shows up (last time I was on) but has the cannot connect. I dunno, I'm not quite smart. sorry.

  15. #15
    Account Upgraded | Title Enabled! xgemini is offline
    MemberRank
    Jun 2009 Join Date
    CanadaLocation
    218Posts

    Re: My Match Server isn't right

    I guess my computer is messed up

  16. #16
    Account Upgraded | Title Enabled! xgemini is offline
    MemberRank
    Jun 2009 Join Date
    CanadaLocation
    218Posts

    Re: My Match Server isn't right

    Ugh still not working!



Advertisement