Can't cannot acess server

Results 1 to 16 of 16
  1. #1
    Enthusiast delawaare is offline
    MemberRank
    Jan 2011 Join Date
    33Posts

    Can't cannot acess server

    Help Me

    Server.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="123456"
    
    [SERVER]
    MAXUSER="1000"
    SERVERID="1"
    SERVERNAME="Server Name"
    ;FREELOGINIP="127.0.0.1" ; PLEASE DON'T CHANGE THIS.
    KEEPERIP="69.162.69.150"
    MONITORIP="127.0.0.1" ; PLEASE DON'T CHANGE THIS.
    MONITORPORT="9000"
    MODE="clan" ; PLEASE DON'T CHANGE THIS IF YOU WANT QUEST+CLAN.
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    [LOCALE]
    DBAgentIP="127.0.0.1"
    DBAgentPort="5100"
    
    [FILTER]
    USE="0" 
    ACCEPT_INVALID_IP="1"
    
    [ENVIRONMENT]
    USE_HSHIELD="0"
    USE_XTRAP="0"
    USE_EVENT="0"
    USE_MD5="0"
    USE_FILECRC="0"
    USE_RESOURCECRC32CACHECKECK="0" 
    
    [POWERLEVELING]
    USE_POWERLEVELING_DB_BLOCK="1"
    POWERLEVELING_DB_BLOCKTIME="100000"
    
    [KILLTRACKER]
    USE_KILLTRACKER="1"
    MAXKILLCOUNT_ON_TRACETIME="50"
    KILLCOUNT_TRACETIME="50"
    
    [LOOPLOG]
    USE_LOOPLOG="1"
    MAX_LOOP_TIME_GAP="3600"

    Locator.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="123456"
    
    [NETWORK]
    IP="69.162.69.150"
    PORT="7008"
    
    [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" 
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ACCEPT_INVALID_IP="1"
    TEST_SERVER="0"

    dbo.ServerStatus
    Code:
    ServerID: 1
    CurrPlayer: 0
    MaxPlayer: 1000
    Time:
    IP: 69.162.69.150
    Port: 6000
    ServerName: Server Name
    Opened: 1
    Type: 3


  2. #2
    Member Sp0rkle is offline
    MemberRank
    Dec 2008 Join Date
    Eesti / EstoniaLocation
    64Posts

    Re: Can't cannot acess server

    Is your dbo.locatorstatus ID same as dbo.serverstatus ? and are you behind a router ? If yes then you need to port forward -

  3. #3
    Free men in a free world MorpheusZ is offline
    MemberRank
    Jan 2011 Join Date
    224Posts

    Re: Can't cannot acess server

    Have you opened up the correct ports?
    And is it open?, check with pfportchecker.

  4. #4
    Enthusiast delawaare is offline
    MemberRank
    Jan 2011 Join Date
    33Posts

    Re: Can't cannot acess server

    dbo.LocatorStatus

    Code:
    LocatorID: 1
    IP: 69.162.69.150	
    Port: 7008
    RecvCount: 0
    SendCount: 0
    BlockCount: 0
    DuplicatedCount: 0
    UpdateElapsedTime: 1000
    LastUpdatedTime:
    it's is my VPS

  5. #5
    Member Sp0rkle is offline
    MemberRank
    Dec 2008 Join Date
    Eesti / EstoniaLocation
    64Posts

    Re: Can't cannot acess server

    Are you using Phoenix s client and server files ?

  6. #6
    Enthusiast delawaare is offline
    MemberRank
    Jan 2011 Join Date
    33Posts

    Re: Can't cannot acess server

    Quote Originally Posted by Sp0rkle View Post
    Are you using Phoenix s client and server files ?
    yes
    Repack 3

  7. #7
    Member Sp0rkle is offline
    MemberRank
    Dec 2008 Join Date
    Eesti / EstoniaLocation
    64Posts

    Re: Can't cannot acess server

    What about matchagent.xml ?
    Did you change Ip to your ip ?

  8. #8
    Enthusiast delawaare is offline
    MemberRank
    Jan 2011 Join Date
    33Posts

    Re: Can't cannot acess server

    AgentConfig.xml
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>MatchServer</NAME>
    	<MAXCLIENT>1000</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="69.162.69.150" tcpport="6000"/> <!-- Change the tcpport here,  if you change the MatchServer port from 6000 to something else -->
    	<ADDRESS ip="69.162.69.150" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>

  9. #9

    Re: Can't cannot acess server

    What about your MatchServer Log and you sure that you are using the right runnable ?
    You need to put on "Type:" 4 for quest and clan.

  10. #10
    Member Sp0rkle is offline
    MemberRank
    Dec 2008 Join Date
    Eesti / EstoniaLocation
    64Posts

    Re: Can't cannot acess server

    <MATCHSERVERADDRESS ip="69.162.69.150" change to 127.0.0.1
    This one should be local

  11. #11
    Enthusiast delawaare is offline
    MemberRank
    Jan 2011 Join Date
    33Posts

    Re: Can't cannot acess server

    The one month behind the server were standard connecting and everything else then goes on vacation and when I got back was so

  12. #12
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: Can't cannot acess server

    in DBO.Serverstatus make servertype 4, be sure youre using runnable 3 or 4, dont forget to open Quest+clan server, then the locator and finally the agent.
    Recomendation: Delete all "; PLEASE DON'T CHANGE THIS." incluiding the one after game mode. (all in server.ini)
    Last edited by adz28; 10-02-11 at 11:07 PM.

  13. #13
    Free men in a free world MorpheusZ is offline
    MemberRank
    Jan 2011 Join Date
    224Posts

    Re: Can't cannot acess server

    Quote Originally Posted by adz28 View Post
    in DBO.Serverstatus make servertype 4, be sure youre using runnable 3 or 4, dont forget to open Quest+clan server, then the locator and finally the agent.
    Recomendation: Delete all "; PLEASE DON'T CHANGE THIS." incluiding the one after game mode. (all in server.ini)
    That's not much of a big deal though..

  14. #14
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: Can't cannot acess server

    my quests wasnt working before i delete the ";" texts, so maybe it could be a reason lol.

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

    Re: Can't cannot acess server

    Quote Originally Posted by adz28 View Post
    in DBO.Serverstatus make servertype 4, be sure youre using runnable 3 or 4, dont forget to open Quest+clan server, then the locator and finally the agent.
    Recomendation: Delete all "; PLEASE DON'T CHANGE THIS." incluiding the one after game mode. (all in server.ini)
    They are comment tags. How can they be a problem?

    Quote Originally Posted by adz28 View Post
    my quests wasnt working before i delete the ";" texts, so maybe it could be a reason lol.
    Read what I said just above this quote.
    People couldn't see a simple problem. The port in your locator.ini is 7008. Port 7008 for locator will NOT work unless you edit your runnable and changed PUSH 22C4 to PUSH 1B60. Change the port to 8900 in the Locator.ini and restart everything. Don't touch the LocatorStatus.dbo.

  16. #16
    Enthusiast delawaare is offline
    MemberRank
    Jan 2011 Join Date
    33Posts

    Re: Can't cannot acess server

    Quote Originally Posted by Phoenix View Post
    They are comment tags. How can they be a problem?



    Read what I said just above this quote.
    People couldn't see a simple problem. The port in your locator.ini is 7008. Port 7008 for locator will NOT work unless you edit your runnable and changed PUSH 22C4 to PUSH 1B60. Change the port to 8900 in the Locator.ini and restart everything. Don't touch the LocatorStatus.dbo.
    My runnable is 7008



Advertisement