gunz client download but login page problem

Results 1 to 23 of 23
  1. #1
    Apprentice sunberq is offline
    MemberRank
    Nov 2008 Join Date
    İstanbulLocation
    22Posts

    gunz client download but login page problem

    Friends do not run anything in the server access log does not show my bad english: (


  2. #2
    Apprentice sunberq is offline
    MemberRank
    Nov 2008 Join Date
    İstanbulLocation
    22Posts

    Re: gunz client download but login page problem



    please help me

    my modem all port open

  3. #3
    Enthusiast InsaneCodeZ is offline
    MemberRank
    Dec 2008 Join Date
    31Posts

    Re: gunz client download but login page problem

    first, make sure the server info is correct in the config files.

    Match Server
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="root"

    [SERVER]
    MAXUSER=1337
    SERVERID=1
    SERVERNAME=""
    FREELOGINIP="Your Wan/Hamachi IP Here"
    KEEPERIP="Your Wan/Hamachi IP Here"
    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"

    Locator
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="root"

    [NETWORK]
    IP="Your Wan/Hamachi IP Here"
    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"

    Match Agent
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>GunZ</NAME>
    <MAXCLIENT>500</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6005"/>
    <ADDRESS ip="Your Wan/Hamachi IP Here" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>

    Save all those files, and then open up Microsoft SQL Server Management Studio Express
    Open the GunZ Database, Then Open The Tables.
    Scroll down untill you see "dbo.ServerStatus", Right Click it and click "Open Table"
    In there You will put in the desired max players, The Date (Today's Date), Your Wan/Hamachi IP, Make Port 6000, Desired Server Name, Make Sure "Opened" is set to 1.
    Click on "Change Type" at the top, and press Update. You are Finished with the database now.

    Now... Unpack your system.mrs.
    open up "System.xml"
    you will see this...

    System.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <XML>
    <XMLHEADER>version="1.0" encoding="UTF-8"</XMLHEADER>

    <SKIN>Default</SKIN>

    <DEFFONT>Arial</DEFFONT>

    <IME>true</IME>

    <BAREPORT>
    <ADDR>www.battlearena.com</ADDR>
    <DIR>incoming/gunz_global</DIR>
    </BAREPORT>

    <HOMEPAGE>
    <URL>http://www.gunzonline.com</URL>
    <TITLE>GunZ the Dual</TITLE>
    </HOMEPAGE>

    <EMBLEM_URL>http://localhost/emblems/</EMBLEM_URL>

    <TEMBLEM_URL>http://localhost/emblems/</TEMBLEM_URL>


    <LOCATORLIST>
    <LOCATOR id="1" IP="Your Wan/Hamachi IP Here" />
    <LOCATOR id="2" IP="Your Wan/Hamachi IP Here" />
    <LOCATOR id="3" IP="Your Wan/Hamachi IP Here" />
    </LOCATORLIST>

    <TLOCATORLIST>
    <LOCATOR id="1" IP="Your Wan/Hamachi IP Here" />
    <LOCATOR id="2" IP="Your Wan/Hamachi IP Here" />
    <LOCATOR id="3" IP="Your Wan/Hamachi IP Here" />
    </TLOCATORLIST>

    </XML>

    Save The System.xml, and Comple the system.mrs, and place it in the gunz folder.

    Now, Start the server in this EXACT order.

    1)Matchserver.exe
    2)locator.exe
    3)Matchagent.exe

    leave them running, and load up your gunz, you should be able to login, if not, you have to port forward. If you still can't see the server, you must have messed up the Microsoft SQL Installation, but u got this far, i dont think you did...

    I hope that helped a little bit!
    ~InsaneCodeZ

  4. #4
    Apprentice sunberq is offline
    MemberRank
    Nov 2008 Join Date
    İstanbulLocation
    22Posts

    Re: gunz client download but login page problem

    unfortunately did not work

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

    Re: gunz client download but login page problem

    [QUOTE=InsaneCodeZ;4777632]first, make sure the server info is correct in the config files.
    Code:
    Match Server
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="root"
    
    [SERVER]
    MAXUSER=1337
    SERVERID=1
    SERVERNAME=""
    FREELOGINIP="Your Wan/Hamachi IP Here"
    KEEPERIP="Your Wan/Hamachi IP Here"
    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"
    Wrong.
    putting your ip in any of those spots will cause 999 ping with NAT.
    Use the 127.0.0.1 for NAT fix.

    @sunqberg.
    double, triple check your ip in the database, and those config files.
    make sure you setup DSN by going into run, and type in odbcad32
    did you edit system.xml in system.mrs with your ip?

    server.ini *matchserver* is the only place where you put 127.0.0.1 in the ip spots.
    everywhere else, you put your ip.

    you can go to http://www.mywanip.com
    to find your ip.

    btw, modems dont need to port-forward. they already have all ports opened.

  6. #6
    Apprentice sunberq is offline
    MemberRank
    Nov 2008 Join Date
    İstanbulLocation
    22Posts

    Re: gunz client download but login page problem

    friend now, cannot server access warning

  7. #7
    Apprentice sunberq is offline
    MemberRank
    Nov 2008 Join Date
    İstanbulLocation
    22Posts

    Re: gunz client download but login page problem

    help me please friends

  8. #8
    Apprentice sunberq is offline
    MemberRank
    Nov 2008 Join Date
    İstanbulLocation
    22Posts

    Re: gunz client download but login page problem


  9. #9
    Account Upgraded | Title Enabled! Torrentspy is offline
    MemberRank
    Sep 2008 Join Date
    256Posts

    Re: gunz client download but login page problem

    ur friends sees locator, I mean server? but cant access server hmmmm make sure in server.ini u put 127.0.0.1, and ur friend have no firewall which blocks gunz from connecting, or ur pc has a firewall that blocks other players! make sure u set the IPs in database correct too in serverstatus!

  10. #10
    Apprentice sunberq is offline
    MemberRank
    Nov 2008 Join Date
    İstanbulLocation
    22Posts

    Re: gunz client download but login page problem

    open and closed ports on the firewall server

  11. #11
    Apprentice sunberq is offline
    MemberRank
    Nov 2008 Join Date
    İstanbulLocation
    22Posts

    Re: gunz client download but login page problem

    closed firewall open all ports

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

    Re: gunz client download but login page problem

    Quote Originally Posted by shortymant View Post
    Quote Originally Posted by InsaneCodeZ View Post
    first, make sure the server info is correct in the config files.
    Code:
    Match Server
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="root"
    
    [SERVER]
    MAXUSER=1337
    SERVERID=1
    SERVERNAME=""
    FREELOGINIP="Your Wan/Hamachi IP Here"
    KEEPERIP="Your Wan/Hamachi IP Here"
    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"
    Wrong.
    putting your ip in any of those spots will cause 999 ping with NAT.
    Use the 127.0.0.1 for NAT fix.
    Wrong, I have my ip in everything except for monitor_ip and everything runs perfect. I have all my friends on at once.
    Last edited by wesman2232; 04-03-09 at 11:03 PM.

  13. #13
    Apprentice sunberq is offline
    MemberRank
    Nov 2008 Join Date
    İstanbulLocation
    22Posts

    Re: gunz client download but login page problem

    My friend says wrong password, the password is incorrect
    entered correctly, the server can not access, but says
    I entered everything correctly, I think the server that have db problems

  14. #14
    Apprentice sunberq is offline
    MemberRank
    Nov 2008 Join Date
    İstanbulLocation
    22Posts

    Re: gunz client download but login page problem

    help me please

  15. #15
    Novice Bryan19 is offline
    MemberRank
    Jan 2009 Join Date
    3Posts

    Re: gunz client download but login page problem

    HI GUYS I NEED HELP I CANT SEE MY SERVERS and
    AT LOCATOR I T SAYS LCATOR CANT LOAD FILE FAILED

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

    Re: gunz client download but login page problem

    Quote Originally Posted by Bryan19 View Post
    HI GUYS I NEED HELP I CANT SEE MY SERVERS and
    AT LOCATOR I T SAYS LCATOR CANT LOAD FILE FAILED
    what file? you people need to stop begging and just post a thread saying that you need help. Begging is against forum rules xD

  17. #17
    Novice Bryan19 is offline
    MemberRank
    Jan 2009 Join Date
    3Posts

    Re: gunz client download but login page problem

    Gimme me your Msn so you Can help me :D?

  18. #18

    Re: gunz client download but login page problem

    Quote Originally Posted by Bryan19 View Post
    HI GUYS I NEED HELP I CANT SEE MY SERVERS and
    AT LOCATOR I T SAYS LCATOR CANT LOAD FILE FAILED
    Using Gunz Server Manager to open the server?

  19. #19
    Proficient Member bunny1995 is offline
    MemberRank
    Jul 2008 Join Date
    -Next To You-Location
    193Posts

    Re: gunz client download but login page problem

    Brian19, use Rev 6, almost everything works there!

  20. #20
    Apprentice erick200011 is offline
    MemberRank
    Dec 2009 Join Date
    20Posts

    Re: gunz client download but login page problem

    step 1 run Locator step 2 run MatchServer 1 ANd then YouR u can Login now!

  21. #21
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: gunz client download but login page problem

    Quote Originally Posted by erick200011 View Post
    step 1 run Locator step 2 run MatchServer 1 ANd then YouR u can Login now!

    wrong.

    1.matchserver
    2.locater
    3.matchagent

  22. #22
    Fuck Army. sahar042 is offline
    MemberRank
    Jul 2009 Join Date
    833Posts

    Re: gunz client download but login page problem

    no no cannot server becouse you need to put your hamtchi ip in the config.xml .... add me to msn:sahar042@hotmail.com ....

  23. #23
    Apprentice erick200011 is offline
    MemberRank
    Dec 2009 Join Date
    20Posts

    Re: gunz client download but login page problem

    contact email kiluwa321@yahoo.com



Advertisement