cant see the servers

Results 1 to 24 of 24
  1. #1
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    cant see the servers

    I have done with the guide of how to make private server ,and I was trying to login and I cant see the servers.
    I think it cause I didn't update the filelist ,someone can help me and tell me how can I update the filelist?
    and I was trying to update the patch.xml with the program ZPatchBuilder and when I tried to make it that say "build patch.xml faild" what can I do ?


  2. #2
    Apprentice imnoob is offline
    MemberRank
    Sep 2009 Join Date
    9Posts

    Re: cant see the servers

    nooob

  3. #3
    Apprentice Brightstorm is offline
    MemberRank
    Sep 2009 Join Date
    I-TownLocation
    18Posts

    information Re: cant see the servers

    This happened to me also. The most likely sollution is that in you gunzlauncher.exe you put gunzupdater or something like that instead of gunzupdate. Basicly a misspell.

    @imnoob - Don't post if you can't help.

    if I helped. :P

    If I didn't help tell me and just give some more info.
    Last edited by Brightstorm; 25-09-09 at 07:15 AM.

  4. #4
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    Re: cant see the servers

    Do you mean I have to update my gunz launcher ?
    where I can download a patch of update for it ?
    and what about the ZpatchBuilder I cant get patch.xml its always fail.

  5. #5
    Apprentice Brightstorm is offline
    MemberRank
    Sep 2009 Join Date
    I-TownLocation
    18Posts

    Re: cant see the servers

    You need to hex edit it so that in you gunz launcher it says.
    Code:
    unknown.(WANIP)...........gunzweb/GunzUpdate..(WANIP)...gunzweb/GunzUpdateTest
    when you open gunzlauncher.exe with hex workshop press ctrl+f and type in gunzweb.

    To find out what your WAN IP is go to myipaddress.com
    Last edited by Brightstorm; 25-09-09 at 02:34 PM.

  6. #6
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    Re: cant see the servers

    Quote Originally Posted by Brightstorm View Post
    You need to hex edit it so that in you gunz launcher it says.
    Code:
    unknown.(WANIP)...........gunzweb/GunzUpdate..(WANIP)...gunzweb/GunzUpdateTest
    when you open gunzlauncher.exe with hex workshop press ctrl+f and type in gunzweb.

    To find out what your WAN IP is go to myipaddress.com
    I did it and when I'm pressing after the launcher It's make error of "dont send"

    ---------- Post added at 05:21 PM ---------- Previous post was at 04:34 PM ----------

    Locator.ini :
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="*******"
    
    [NETWORK]
    IP="68.110.130.150"
    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"
    MatchServer.ini :

    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="********"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="DGunz"
    FREELOGINIP=""
    KEEPERIP="68.110.130.150"
    MONITORIP="68.110.130.150"
    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"
    MatchAgent.ini :
    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="68.110.130.150" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    System.xml :
    Code:
    <?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="68.110.130.150" />
    		</LOCATORLIST>
    	
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="68.110.130.150" />
    		</TLOCATORLIST>
    	
    	</XML>
    I think I did everything right,and I writed my ip on the database on the dbo.statuserver
    Last edited by rongunz; 25-09-09 at 07:22 PM.

  7. #7
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts
    Quote Originally Posted by imnoob View Post
    nooob
    He deserves an infraction.
    Posted via Mobile Device

  8. #8
    Apprentice Brightstorm is offline
    MemberRank
    Sep 2009 Join Date
    I-TownLocation
    18Posts

    Re: cant see the servers

    When I get home tomorrow ill make you a gunzlauncher.exe to use. Since now i know your WAN IP.

  9. #9
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    Re: cant see the servers

    Quote Originally Posted by Brightstorm View Post
    When I get home tomorrow ill make you a gunzlauncher.exe to use. Since now i know your WAN IP.
    Do you think the problem that I cant see servers it's attached to the Gunzlauncher ?
    and in my post with the detalis of my setting I made fake IP,it's not my WAN IP.
    What's the problem why I still cant see the servers I did all right no?

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

    Re: cant see the servers

    You have your "theduel.exe" in it


    Wait:

    [ame="http://www.youtube.com/watch?v=xDOsbiKkbo4&feature=PlayList&p=3BDECA39C74385E6&playnext=1&playnext_from=PL&index=6"]YouTube - #3.80 (Explaining In Better Detail of Auto-Update/Hex) How To Set Up A Full GunZ Server and Client[/ame]

    Maxtrex or something

    Really helpful

    GOOD GUIDE


    THANK ME
    Last edited by xgemini; 26-09-09 at 02:00 AM.

  11. #11
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    Re: cant see the servers

    Quote Originally Posted by xgemini View Post
    You have your "theduel.exe" in it


    Wait:

    YouTube - #3.80 (Explaining In Better Detail of Auto-Update/Hex) How To Set Up A Full GunZ Server and Client

    Maxtrex or something

    Really helpful

    GOOD GUIDE


    THANK ME
    Okay thanks bro I will watch this video.
    but you think I don't see servers because the GunzLauncher,and because I didn't update with the Zpatchbuilder ?

    Edit : I edited my wan ip on the Server Files to local ip : "127.0.0.1"
    and the servers appear right now and work.
    but now when I will make register website I will have to use this IP too ?
    and is it okay to use this IP and not my wan ip ?
    Last edited by rongunz; 26-09-09 at 03:32 PM.

  12. #12
    Apprentice Brightstorm is offline
    MemberRank
    Sep 2009 Join Date
    I-TownLocation
    18Posts

    Re: cant see the servers

    127.0.0.1 is your localhost ip. basicly anyone on YOUR network can get to it. Everyone else in the world won't be able to see your server.
    Use your WAN IP if you want other people on different networks to see it.

  13. #13
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    Re: cant see the servers

    Quote Originally Posted by Brightstorm View Post
    127.0.0.1 is your localhost ip. basicly anyone on YOUR network can get to it. Everyone else in the world won't be able to see your server.
    Use your WAN IP if you want other people on different networks to see it.
    I understand... but how can I use my WAN IP ,if when I'm using him I cant see my servers by myself?
    what I have to do for see my servers with my WAN IP ? because I did all the right setting as you can see in the server files ,the client and in the SQL database.
    What's the problem so and how can I solve it ?

    and I have another problem on my register page ,I got this error :

    Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in C:\Program Files\Programs\AppServ\www\index.php on line 5
    Couldn't connect to the database, we're sorry...

    what's I have to change?

  14. #14
    Apprentice Brightstorm is offline
    MemberRank
    Sep 2009 Join Date
    I-TownLocation
    18Posts

    Re: cant see the servers

    Locator.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="112233"
    
    [NETWORK]
    IP="173.27.72.196"
    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"
    Server.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="112233"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Match1"
    FREELOGINIP="173.27.72.196"
    KEEPERIP="173.27.72.196"
    MONITORIP="173.27.72.196"
    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"
    Agentconfig.xml
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>Match1</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="173.27.72.196" tcpport="6000"/>
    	<ADDRESS ip="173.27.72.196" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Also remember to change it in the database.

  15. #15
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    Re: cant see the servers

    Thanks guys ... I solved the problem.
    the problem was I used the offical IP of the computer in the network and not the WAN IP of this computer ( I have 2 computer with the same connection)
    Edit :
    I got my website work,and I have function on my website files of admin panel
    but I cant see it on the website himself ,I mean I cant see the option that I can login the admin panel by using ID ,password in my website.
    I use FRA2009X2_BY_X-Weaver website files.
    Last edited by rongunz; 29-09-09 at 01:38 AM.

  16. #16
    Account Upgraded | Title Enabled! SHEEN[GB] is offline
    MemberRank
    Aug 2009 Join Date
    London, UKLocation
    263Posts

    Re: cant see the servers

    Ah ok, glad you solved the problem, anyway I was gonna suggest a filelist disabled runnable.

  17. #17
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    Re: cant see the servers

    Quote Originally Posted by SHEEN[GB] View Post
    Ah ok, glad you solved the problem, anyway I was gonna suggest a filelist disabled runnable.
    Thanks dude,but can you answer me about the question I asked in my last response about the admin panel?
    and where can I get a filelist disabled runnable and what is it doing ?
    is it make me be able not to update the filelist after every update I do on my gunz client and server files?

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

    Re: cant see the servers

    Quote Originally Posted by rongunz View Post
    Thanks dude,but can you answer me about the question I asked in my last response about the admin panel?
    and where can I get a filelist disabled runnable and what is it doing ?
    is it make me be able not to update the filelist after every update I do on my gunz client and server files?
    Learn to use the release section. The Runnable's are right in the sticky thread. And using a filelist disabled runnable will not require you to use a filelist. It's easy to maintain stuff that way.

  19. #19
    Account Upgraded | Title Enabled! SHEEN[GB] is offline
    MemberRank
    Aug 2009 Join Date
    London, UKLocation
    263Posts

    Re: cant see the servers

    Send me the admin panel link through PM, then I can find out for you.

    Filelist disabled runnable -> http://forum.ragezone.com/attachment...4&d=1217435097

    :)

  20. #20
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    Re: cant see the servers

    Quote Originally Posted by SHEEN[GB] View Post
    Send me the admin panel link through PM, then I can find out for you.

    Filelist disabled runnable -> http://forum.ragezone.com/attachment...4&d=1217435097

    :)
    Thanks a lot bro I will send you the admin panel in private message :)
    Edit : and I have now to open ports for make my gunz work again ,the question is which I have to open the type of UTP or TCP
    Last edited by rongunz; 29-09-09 at 08:32 PM.

  21. #21
    Novice /fail is offline
    MemberRank
    Sep 2009 Join Date
    4Posts

    Re: cant see the servers

    Hello! I have been working for awhile now... And I have the same problem can someone add my msn? doctarfil@hotmail.com If so... I will be very appreciative and so will our players. :] Ttyl if you add me ofcourse. ROFL

  22. #22
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    Re: cant see the servers

    Quote Originally Posted by /fail View Post
    Hello! I have been working for awhile now... And I have the same problem can someone add my msn? doctarfil@hotmail.com If so... I will be very appreciative and so will our players. :] Ttyl if you add me ofcourse. ROFL
    post your Server files info here ,and people will help you to repair the mistakes you made there.
    don't forget update your statuserver.dbo on the SQL to your WAN IP.

    and about me ,I still cannot to run the servers to other people in the network cause I have to open my ports of my WAN IP or to use hamachi...
    I want to open the ports It's will be better and I hope it will work after it.

  23. #23
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: cant see the servers

    Quote Originally Posted by rongunz View Post
    Thanks a lot bro I will send you the admin panel in private message :)
    Edit : and I have now to open ports for make my gunz work again ,the question is which I have to open the type of UTP or TCP
    6000 tcp
    5100 udp
    7000 to 7777 tcp and udp
    8900 tcp
    80 tcp

  24. #24
    Member rongunz is offline
    MemberRank
    Sep 2009 Join Date
    55Posts

    Re: cant see the servers

    I got 2 computers in network ,so I got Router and because this I cant see the servers with my WAN IP someone tell me...
    how can I fix this Router ?



Advertisement