BR gunz cannot access server ..

Page 1 of 2 12 LastLast
Results 1 to 25 of 26
  1. #1
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    BR gunz cannot access server ..

    Hi

    i download BR 2008 server files and client

    i already did everything right.

    Db , accout and login , all port forward , location.ini config.ini

    zitem.xml vs everything right.

    But when i open client i see server whatever i open right see server just when i try to login username

    cannor access server :S

    ???


  2. #2
    Enthusiast RG_Nick is offline
    MemberRank
    Oct 2009 Join Date
    28Posts

    Re: BR gunz cannot access server ..

    Have you tested it on Localhost first? This normally helps with identifying the problem to see if it is your connection or a client area.

    Localhost does not require you to forward ports.

  3. #3
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    Re: BR gunz cannot access server ..

    Quote Originally Posted by RG_Nick View Post
    Have you tested it on Localhost first? This normally helps with identifying the problem to see if it is your connection or a client area.

    Localhost does not require you to forward ports.
    yes i test localhost still

    i mean ip for i write 192.168.1.33

    this is my localhost iP

    and i open from sqlDB new server and i see but cant login :S

  4. #4
    Account Upgraded | Title Enabled! llMafiall is offline
    MemberRank
    Dec 2009 Join Date
    SumwhereeLocation
    610Posts

    Re: BR gunz cannot access server ..

    Quote Originally Posted by includee666 View Post
    yes i test localhost still

    i mean ip for i write 192.168.1.33

    this is my localhost iP

    and i open from sqlDB new server and i see but cant login :S
    Lemme quess, you used Maxtrax ports ?

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

    Re: BR gunz cannot access server ..

    Just post your server.ini before jumping onto such things. I'm sure you haven't left FREELOGINIP blank or you've entered your WAN IP in MONITORIP instead of 127.0.0.1

  6. #6
    num num num <3 rootbeer daniel131605 is offline
    MemberRank
    Jul 2008 Join Date
    New YorkLocation
    573Posts

    Re: BR gunz cannot access server ..

    yes i test localhost still

    i mean ip for i write 192.168.1.33

    this is my localhost iP

    and i open from sqlDB new server and i see but cant login :S
    correction 127.0.0.1 is localhost that ip is your wanip Dx

  7. #7
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    Re: BR gunz cannot access server ..

    i open 7000 to 9000 ports

    and freelogınip blank i not touch.

    and ip for i just try 192.168.1.33 nad 127.0.0.1 but same nothing change..

  8. #8
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    Re: BR gunz cannot access server ..

    anybodys cant help me ?? :s

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

    Re: BR gunz cannot access server ..

    Is it so hard for you to post your server.ini?

  10. #10
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    Re: BR gunz cannot access server ..

    oww ok i post dude of course

    this is server.ini

    [DB]
    DNS="GunzDB"
    USERNAME="xxxxxxxxxx"
    PASSWORD="xxxxxxx"

    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="server1"
    FREELOGINIP=""
    KEEPERIP="192.168.1.33"
    MONITORIP="192.168.1.33"
    MONITORPORT=9000
    MODE="test"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"

    [LANGUAGE]
    LANG_TYPE="eng"

    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=192.168.1.33

    [FILTER]
    USE="0"
    ACCEPT_INVALID_IP="1"

    [ENVIRONMENT]
    USE_HSHIELD="0"
    USE_XTRAP="0"
    USE_EVENT="0"
    USE_FILECRC="0"
    USE_MD5="0"

  11. #11
    Account Upgraded | Title Enabled! llMafiall is offline
    MemberRank
    Dec 2009 Join Date
    SumwhereeLocation
    610Posts

    Re: BR gunz cannot access server ..

    Quote Originally Posted by daniel131605 View Post
    correction 127.0.0.1 is localhost that ip is your wanip Dx

    You can better stop posting, if you dont know where u talking
    'bout. But i love your sense of humour

  12. #12
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: BR gunz cannot access server ..

    Quote Originally Posted by includee666 View Post
    oww ok i post dude of course

    this is server.ini

    [DB]
    DNS="GunzDB"
    USERNAME="xxxxxxxxxx"
    PASSWORD="xxxxxxx"

    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="server1"
    FREELOGINIP=""
    KEEPERIP="192.168.1.33"
    MONITORIP="192.168.1.33"
    MONITORPORT=9000
    MODE="test"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"

    [LANGUAGE]
    LANG_TYPE="eng"

    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=192.168.1.33

    [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 a more complete server.ini for 2008

    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="Your Pass"
    
    [SERVER]
    MAXUSER=2000
    SERVERID=1
    SERVERNAME="Yourl GunZ"
    ;FREELOGINIP=""
    KEEPERIP="wan IP"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    MODE="clan"
    COUNTRY="INTERNATIONAL"
    LANGUAGE="INTERNATIONAL"
    USETICKET="0"
    EnableMap="1"
    
    [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"
    USE_RESOURCECRC32CACHECKECK="0" 
    
    [POWERLEVELING]
    USE_POWERLEVELING_DB_BLOCK="0"
    POWERLEVELING_DB_BLOCKTIME="10"
    
    [KILLTRACKER]
    USE_KILLTRACKER="0"
    MAXKILLCOUNT_ON_TRACETIME="40"
    
    [LOOPLOG]
    USE_LOOPLOG="0"
    MAX_LOOP_TIME_GAP="0"

  13. #13
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    Re: BR gunz cannot access server ..

    thanks dude i will try i hope can work :S

  14. #14
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    Re: BR gunz cannot access server ..

    cannot work :S why not work i dont understand :S

  15. #15
    num num num <3 rootbeer daniel131605 is offline
    MemberRank
    Jul 2008 Join Date
    New YorkLocation
    573Posts

    Re: BR gunz cannot access server ..

    omg xD, post server.ini locator.ini and matchagent.xml + what you have in dbo.serverstatus and dbo.locatorstatus please

  16. #16
    Apprentice Comedy is offline
    MemberRank
    Apr 2010 Join Date
    20Posts

    Re: BR gunz cannot access server ..

    maybe he didn't edit the system.xml in client and server?

  17. #17
    Apprentice ploke012 is offline
    MemberRank
    Apr 2010 Join Date
    17Posts

    Re: BR gunz cannot access server ..

    maybe u need to patch

  18. #18
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    Re: BR gunz cannot access server ..

    ok my server and client files this

    match server - server.ini

    [DB]
    DNS="GunzDB"
    USERNAME="xxxxxxxxxxx"
    PASSWORD="xxxxxx"

    [SERVER]
    MAXUSER=2000
    SERVERID=1
    SERVERNAME="server"
    ;FREELOGINIP=""
    KEEPERIP="127.0.0.1"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    MODE="clan"
    COUNTRY="INTERNATIONAL"
    LANGUAGE="INTERNATIONAL"
    USETICKET="0"
    EnableMap="1"

    [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"
    USE_RESOURCECRC32CACHECKECK="0"

    [POWERLEVELING]
    USE_POWERLEVELING_DB_BLOCK="0"
    POWERLEVELING_DB_BLOCKTIME="10"

    [KILLTRACKER]
    USE_KILLTRACKER="0"
    MAXKILLCOUNT_ON_TRACETIME="40"

    [LOOPLOG]
    USE_LOOPLOG="0"
    MAX_LOOP_TIME_GAP="0"

    match agent - agentconfig.xml

    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>server</NAME>
    <MAXCLIENT>2000</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="127.0.0.1" tcpport="7778" udpport="5100"/>
    </AGENTCONFIG>
    </XML>

    locator - locator.ini

    [DB]
    DNS="GunzDB"
    USERNAME="xxxxxxxxxx"
    PASSWORD="xxxxxxxx"

    [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"

    AND CLİENT - config.xml

    <?xml version="1.0"?>
    <XML>
    <SERVER>
    <IP>127.0.0.1</IP>
    <PORT>6000</PORT>
    </SERVER>

    <SKIN>Default</SKIN>

    <VIDEO>
    <WIDTH>1920</WIDTH>
    <HEIGHT>1080</HEIGHT>
    <COLORBITS>16</COLORBITS>
    <GAMMA>255</GAMMA>
    <FULLSCREEN>TRUE</FULLSCREEN>
    <REFLECTION>true</REFLECTION>
    <LIGHTMAP>true</LIGHTMAP>
    <DYNAMICLIGHT>false</DYNAMICLIGHT>
    <SHADER>true</SHADER>
    <CHARACTORTEXTURELEVEL>1</CHARACTORTEXTURELEVEL>
    <MAPTEXTURELEVEL>1</MAPTEXTURELEVEL>
    <EFFECTLEVEL>1</EFFECTLEVEL>
    <TEXTUREFORMAT>0</TEXTUREFORMAT>
    <NHARDWARETNL>false</NHARDWARETNL>
    </VIDEO>

    <AUDIO>
    <BGM_MUTE>true</BGM_MUTE>
    <BGM_VOLUME>0.000000</BGM_VOLUME>
    <EFFECT_MUTE>false</EFFECT_MUTE>
    <EFFECT_VOLUME>0.000000</EFFECT_VOLUME>
    <SOUND_3D>1</SOUND_3D>
    <A8BITSOUND>false</A8BITSOUND>
    <INVERSESOUND>false</INVERSESOUND>
    <HWMIXING>false</HWMIXING>
    <HITSOUND>true</HITSOUND>
    </AUDIO>

    <MOUSE>
    <SENSITIVITY>0.243000</SENSITIVITY>
    <INVERT>FALSE</INVERT>
    </MOUSE>

    <KEYBOARD>
    <FORWARD>17</FORWARD>
    <BACK>31</BACK>
    <LEFT>30</LEFT>
    <RIGHT>32</RIGHT>
    <MELEEWEAPON>16</MELEEWEAPON>
    <PRIMARYWEAPON>18</PRIMARYWEAPON>
    <SECONDARYWEAPON>33</SECONDARYWEAPON>
    <ITEM1>3</ITEM1>
    <ITEM2>4</ITEM2>
    <PREVOUSWEAPON>-1</PREVOUSWEAPON>
    <NEXTWEAPON>-1</NEXTWEAPON>
    <RELOAD>19</RELOAD>
    <JUMP>57</JUMP>
    <SCORE>15</SCORE>
    <MENU>-1</MENU>
    <TAUNT>41</TAUNT>
    <BOW>7</BOW>
    <WAVE>8</WAVE>
    <LAUGH>9</LAUGH>
    <CRY>10</CRY>
    <DANCE>11</DANCE>
    <SCREENSHOT>88</SCREENSHOT>
    <RECORD>87</RECORD>
    <DEFENCE>42</DEFENCE>
    <TOGGLECHAT>47</TOGGLECHAT>
    <USEWEAPON>29</USEWEAPON>
    </KEYBOARD>

    <MACRO>
    <F1>/bow</F1>
    <F2>/Provoke</F2>
    <F3>/hi</F3>
    <F4>/wave</F4>
    <F5>Hello!</F5>
    <F6>Let's have a good time and play fair.</F6>
    <F7>Good Shot !!</F7>
    <F8>Thank you very much.</F8>

    </MACRO>

    <ETC>
    <NETWORKPORT1>13903</NETWORKPORT1>
    <NETWORKPORT2>13915</NETWORKPORT2>
    <BOOST>FALSE</BOOST>
    <REJECT_NORMALCHAT>FALSE</REJECT_NORMALCHAT>
    <REJECT_TEAMCHAT>FALSE</REJECT_TEAMCHAT>
    <REJECT_CLANCHAT>FALSE</REJECT_CLANCHAT>
    <REJECT_WHISPER>FALSE</REJECT_WHISPER>
    <REJECT_INVITE>FALSE</REJECT_INVITE>
    <CROSSHAIR>2</CROSSHAIR>
    </ETC>


    <BINDS>
    </BINDS>
    </XML>



    AND THATS ALL İP İ TRY 192.168.1.33 AND THİS 127.0.0.1 BUT CANT :s

  19. #19
    Account Upgraded | Title Enabled! llMafiall is offline
    MemberRank
    Dec 2009 Join Date
    SumwhereeLocation
    610Posts

    Re: BR gunz cannot access server ..

    GG, like i said you've portforwarded the wrong ports.

  20. #20
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    Re: BR gunz cannot access server ..

    owww pls tell me dude which port have to be forward ??

  21. #21
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: BR gunz cannot access server ..

    Quote Originally Posted by includee666 View Post
    owww pls tell me dude which port have to be forward ??
    use the search function and type how to port forward

  22. #22
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    Re: BR gunz cannot access server ..

    pls somebody tell me server.ini macthagent and locator for which port i have to write and use ???

    becouse i open 5000 to 10000 all port :S

  23. #23
    Account Upgraded | Title Enabled! llMafiall is offline
    MemberRank
    Dec 2009 Join Date
    SumwhereeLocation
    610Posts

    Re: BR gunz cannot access server ..

    Quote Originally Posted by includee666 View Post
    pls somebody tell me server.ini macthagent and locator for which port i have to write and use ???

    becouse i open 5000 to 10000 all port :S

    To prefend threads like this, i decide to write a new thread 'bout this confusing issue ( for beginners ) .

    http://forum.ragezone.com/f497/files...-local-657939/

    Enjoy,

  24. #24
    Enthusiast includee666 is offline
    MemberRank
    Feb 2010 Join Date
    32Posts

    Re: BR gunz cannot access server ..

    i try already all port right and everything right
    i see server but just cannot enter login
    cannot accest server

    somebody can connect my computer and create server for me pls ??

    :)

  25. #25
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: BR gunz cannot access server ..

    Did you open those ports: 5**** 6000, 7000-7777
    Also did you setup your odbc correctly?



Page 1 of 2 12 LastLast

Advertisement