[Help] Cannot Access Server Problem

Results 1 to 16 of 16
  1. #1
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    [Help] Cannot Access Server Problem

    here are my configs and when i open matchserver...its dosent show a bunch of stuff just say Matchserver port created (port 6000)

    locator.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="adminreaper"
    
    [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"
    This is my server.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="adminreaper"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Matchserver"
    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"
    Here is my agentcomfig.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>
    Pls help me....

    and this is what my matchserver says when i open it
    Code:
    [01/11/09 14:03:42]Match Server Created (Port:6000)


  2. #2
    Valued Member CaShiNz is offline
    MemberRank
    Dec 2007 Join Date
    102Posts

    Re: Cannot Access Server Problem

    Quote Originally Posted by razacore View Post
    here are my configs and when i open matchserver...its dosent show a bunch of stuff just say Matchserver port created (port 6000)

    locator.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="adminreaper"
     
    [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"
    This is my server.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="adminreaper"
     
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Matchserver"
    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"
    Here is my agentcomfig.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>
    Pls help me....

    and this is what my matchserver says when i open it
    Code:
    [01/11/09 14:03:42]Match Server Created (Port:6000)
    put your Wan IP int the places where it is 127.0.0.1
    go to http://whatsmyip.org/
    except for monitor ip and the second one for matchagent

  3. #3
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: Cannot Access Server Problem

    failed to connect to matchserver

  4. #4
    Extreme Coder - Delphi bounty-hunter is offline
    MemberRank
    Sep 2007 Join Date
    GunZone MansionLocation
    1,725Posts

    Re: Cannot Access Server Problem

    i know your SQL password now :D

  5. #5
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: Cannot Access Server Problem

    so...its a offline server :D lolz

  6. #6
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: Cannot Access Server Problem

    Quote Originally Posted by razacore View Post
    so...its a offline server :D lolz
    Lol bounty :) you got pwnt!

  7. #7
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: Cannot Access Server Problem

    lol....so any fix....?

  8. #8
    Extreme Coder - Delphi bounty-hunter is offline
    MemberRank
    Sep 2007 Join Date
    GunZone MansionLocation
    1,725Posts

    Re: Cannot Access Server Problem

    i still have your password :D

  9. #9
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: Cannot Access Server Problem

    omg everytime i check this freakin post it just off-topic! stop getting off topic and pls help me!

    Spoiler:
    WOW BOUNTY IS RETARDED :D


    Code:
    And by the way,i can change the pass....lolz! i was gonna change it
    to have it smaller but still... LOL!

  10. #10
    Extreme Coder - Delphi bounty-hunter is offline
    MemberRank
    Sep 2007 Join Date
    GunZone MansionLocation
    1,725Posts

    Re: Cannot Access Server Problem

    razacore, go to www.youtube.com they have video tutorials :P
    Last edited by bounty-hunter; 12-01-09 at 06:28 AM.

  11. #11
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: Cannot Access Server Problem

    omg.....i want him baned or something! (FOR ADULT CONTENT)

  12. #12
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Cannot Access Server Problem

    you should be infracted for all the retarded spoilers you keep posting.

  13. #13
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: Cannot Access Server Problem

    ............not rly :D

  14. #14
    Extreme Coder - Delphi bounty-hunter is offline
    MemberRank
    Sep 2007 Join Date
    GunZone MansionLocation
    1,725Posts

    Re: Cannot Access Server Problem

    How is youtube.com adult content LOL!!!

  15. #15
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: Cannot Access Server Problem

    lolz you posted somethin else :D

  16. #16
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [Help] Cannot Access Server Problem

    rofl bounty dont lie. you been posting pinkworld.com, you just edited your posts to say youtube.com xD
    Code:
    01-11-2009, 07:46 PM < time when posted.
    Code:
    Last edited by bounty-hunter; 01-12-2009 at 01:28 AM. < time when edited



Advertisement