Server Not Showing

Results 1 to 13 of 13
  1. #1
    Banned GunZ Guru is offline
    BannedRank
    Oct 2011 Join Date
    13Posts

    Server Not Showing

    Server.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="password"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="TestGunz"
    FREELOGINIP=""
    KEEPERIP="127.0.0.1"
    MONITORIP="69.10.54.2"
    MONITORPORT=9000
    MODE="test"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    [LANGUAGE]
    LANG_TYPE="eng"
    
    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=69.10.54.2
    
    [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>My Test Gunz</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="69.10.54.2" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Locator.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="password"
    
    [NETWORK]
    IP="69.10.54.2"
    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"
    I dont have access to my router so I cant port forward by the way.

    Also how can I organize my zitem.xml?


  2. #2
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,254Posts

    Re: Server Not Showing

    Use these settings. You have multiple spots with IP's wrong;

    Server.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="password"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="TestGunz"
    FREELOGINIP=""
    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"
    AgentConfig.xml
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>TestGunz</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="127.0.0.1" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Locator.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="password"
    
    [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"
    Make sure everything in SQL is setup correctly aswell. Here's a Zitem organizer,;

    http://forum.ragezone.com/f245/beta-...anizer-287570/

  3. #3
    Banned GunZ Guru is offline
    BannedRank
    Oct 2011 Join Date
    13Posts

    Re: Server Not Showing

    Everything in SQL is setup correctly. And why did you change all the IP's to 127.0.0.1? Now it definitely won't work.... Thanks for the zitem organizer by the way.

  4. #4
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,254Posts

    Re: Server Not Showing

    Quote Originally Posted by GunZ Guru View Post
    why did you change all the IP's to 127.0.0.1?
    You said,

    I dont have access to my router so I cant port forward by the way.
    If you can't port forward, then you have to use Localhost (127.0.0.1) or else it won't work. You had your IP and Localhost IP scrambled around in all 3 of the Config files. The new Config files that I supplied you with will work if you have everything else setup correctly. But only you will be able to see a server.

  5. #5
    Banned GunZ Guru is offline
    BannedRank
    Oct 2011 Join Date
    13Posts

    Re: Server Not Showing

    I just used those and they worked, but my server is really laggy for me. I clicked login and it took like 30 seconds to load. Thanks for the help.

  6. #6
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,254Posts

    Re: Server Not Showing

    You're welcome, What are your Computer specs? If you don't have a decent computer it will be laggy because you're hosting it on your computer, unless you get a VPS.

  7. #7
    Banned GunZ Guru is offline
    BannedRank
    Oct 2011 Join Date
    13Posts

    Re: Server Not Showing

    Im not sure on everything but I know i have 256 mb of ram, 25 gb harddrive, and idk what processor or motherboard. I can run other games just fine and never have lagged on gunz only with my own server though.

  8. #8
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,254Posts

    Re: Server Not Showing

    Lol, yeah, you might wanna upgrade. 256 Ram is really not a good idea for hosting a GunZ server, I'm willing to bet you don't have a Graphics Card either, most likely using your integrated one. I'd say get some more Ram, it wouldn't hurt to upgrade your processor either (You don't know what you have so I don't know if it's good enough or not already)

    Memory as in Hard Drive shouldn't be too much of an issue, but yeah just get some more Ram and maybe a processor. Some suggestions for you are maybe take out a couple of the extra maps that aren't needed, and delete everything in your Client that you don't absolutely need, decreasing the client size won't make a drastic difference but it should make things run a little faster.

    If you have any further questions just ask me for my MSN through PM or something.

  9. #9
    Banned GunZ Guru is offline
    BannedRank
    Oct 2011 Join Date
    13Posts

    Re: Server Not Showing

    Yes I have a cheap computer LOL And im sure i dont have a graphics card either. i do have somemore questions though thanks

  10. #10
    I like pie OJuice is offline
    MemberRank
    Jul 2011 Join Date
    205Posts

    Re: Server Not Showing

    Don't host a server unless it's for test on a comp but if ur having trouble w/ that use hamachi cause it show u port forwarded wrong or didn't at all
    Posted via Mobile Device

  11. #11
    Selfish Bastard Z1ls is offline
    MemberRank
    Aug 2009 Join Date
    WinlandLocation
    2,049Posts

    Re: Server Not Showing

    Server.ini

    Keeperip="69.10.54.2"
    monitorip="127.0.0.1"

  12. #12
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,254Posts

    Re: Server Not Showing

    Quote Originally Posted by z1ls View Post
    Server.ini

    Keeperip="69.10.54.2"
    monitorip="127.0.0.1"
    The problem was already fixed lol.
    Last edited by Justice For All; 18-10-11 at 12:28 AM.

  13. #13
    Banned GunZ Guru is offline
    BannedRank
    Oct 2011 Join Date
    13Posts

    Re: Server Not Showing

    Yses the problem was fixedthanx to Justice. please lock this thread. (ps justice get back onmsn please i have another question)



Advertisement