Tell me What to to please!

Results 1 to 16 of 16
  1. #1
    Apprentice Blader1996 is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    20Posts

    Tell me What to to please!

    hi....
    when i was making a server, i encountered this problem...:


    The are no Match server or any servers....
    Can anyone tell me how to fix this problem please.
    Ty. =)


  2. #2
    GunZ Developer dacharles is offline
    MemberRank
    Oct 2006 Join Date
    476Posts

    Re: Tell me What to to please!


  3. #3
    Apprentice Blader1996 is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    20Posts

    Re: Tell me What to to please!

    k ty, i'll try that =)

  4. #4
    Apprentice Blader1996 is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    20Posts

    Re: Tell me What to to please!

    I already have the Xiaosrunnable without the filelist....
    anything else that might be the problem? 0.o

  5. #5
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Tell me What to to please!

    xD maybe your router is fucked up like mine i cant see my server just in case i put ip in system.mrs --> system.cml 127.0.0.1 and close [this only for your computer ^^] save move to folder :D

  6. #6
    Sharing is caring KillerStefan is offline
    MemberRank
    Feb 2007 Join Date
    NetherlandsLocation
    2,554Posts

    Re: Tell me What to to please!

    How about opening Locator and Matchserver?

  7. #7
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Tell me What to to please!

    Lol if your talking to me i opened everything and done everything all people can login only i cant see the server -.-' !

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

    Re: Tell me What to to please!

    Rofl, just use same system.mrs of the users who can login!

  9. #9
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Tell me What to to please!

    lol? like how in hell i made it Online? from my client and all same so it doesnt work for me it works for others :S
    if someone know real answer please answer my proplem :D

  10. #10
    Proficient Member Blue_Blast is offline
    MemberRank
    Feb 2009 Join Date
    GermanyLocation
    196Posts

    Re: Tell me What to to please!

    Mhh I've got the the same Problem then u have.
    Did ur Locator work ??
    Cuz mine doesn't and i think there's the Problem

  11. #11
    Apprentice Blader1996 is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    20Posts

    Re: Tell me What to to please!

    Okay, I've tryed all the sugestions, but Anan's "xD maybe your router is fucked up like mine i cant see my server just in case i put ip in system.mrs --> system.cml 127.0.0.1 and close [this only for your computer ^^] save move to folder :D" sugestions because i don't know what your saying...=P

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

    Re: Tell me What to to please!

    127.0.0.1 is local host, what the other guy previous stated, it only allows you to see the server.
    setting all the ip's where the tutorial told you, to 127.0.0.1.
    after setting the ip to 127.0.0.1 in:
    server.ini --> MatchServer
    Agent.xml --> MatchAgent
    Locator.ini --> Locator
    dbo.LocatorStatus --> SMSE GunZ DataBase
    dbo.ServerSetup --> SMSE GunZ DataBase
    (the dbo. ones might be a little off. idk, havnt peeked into those in a while.)

    set all those, where it says IP to 127.0.0.1.
    if it fails, open ports through your router.
    use this link on which ports to open.
    http://www.forum.ragezone.com/search.php
    you can open ports on this webiste
    http://www.portforward.com
    if it still fails, go back, double, triple check everything.
    the littlest thing can make it mess up.
    Example for Locator.ini:
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="censored"
    
    [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_SE
    notice where it says IP="127.0.0.1,"
    the "," (without the " ")
    shouldnt be there.
    sorry for pointing out the obvious.
    lol censored my pass.

  13. #13
    Apprentice Blader1996 is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    20Posts

    Re: Tell me What to to please!

    thank you, i'll try this. =)

  14. #14
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Tell me What to to please!

    Quote Originally Posted by shortymant View Post
    127.0.0.1 is local host, what the other guy previous stated, it only allows you to see the server.
    setting all the ip's where the tutorial told you, to 127.0.0.1.
    after setting the ip to 127.0.0.1 in:
    server.ini --> MatchServer
    Agent.xml --> MatchAgent
    Locator.ini --> Locator
    dbo.LocatorStatus --> SMSE GunZ DataBase
    dbo.ServerSetup --> SMSE GunZ DataBase
    (the dbo. ones might be a little off. idk, havnt peeked into those in a while.)

    set all those, where it says IP to 127.0.0.1.
    if it fails, open ports through your router.
    use this link on which ports to open.
    http://www.forum.ragezone.com/search.php
    you can open ports on this webiste
    http://www.portforward.com
    if it still fails, go back, double, triple check everything.
    the littlest thing can make it mess up.
    Example for Locator.ini:
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="censored"
    
    [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_SE
    notice where it says IP="127.0.0.1,"
    the "," (without the " ")
    shouldnt be there.

    lol censored my pass.
    Oh shit , i think your wrong theres nothing called ServerSetup in my DB or any other databases
    can someone help me my proplem i saied up! plz plz

  15. #15
    Proficient Member Blue_Blast is offline
    MemberRank
    Feb 2009 Join Date
    GermanyLocation
    196Posts

    Re: Tell me What to to please!

    Yeah some DB's like yours are F**ed up
    Try the TUT of BrGunz the DB is working perfect.

  16. #16
    Apprentice Blader1996 is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    20Posts

    Re: Tell me What to to please!

    Quote Originally Posted by Blue_Blast View Post
    Yeah some DB's like yours are F**ed up
    Try the TUT of BrGunz the DB is working perfect.
    okay i'll try this, hope it helps! =)



Advertisement