Almost Done With My Server, Just 1 Little Thing.

Results 1 to 23 of 23
  1. #1
    Member chicoloko11 is offline
    MemberRank
    Nov 2011 Join Date
    FloridaLocation
    59Posts

    Almost Done With My Server, Just 1 Little Thing.

    Ok so I got VPS yesterday, the server files are done and everything.
    But i'm stuck right now, I got SQL Server Management Studio Express
    installed in the VPS and The Server Files and Client..
    I heart I just have to set up the server over there but I still can't
    figure it out.
    Could someone give me a link or atleast tell me what do to?
    I've done everything I could
    AND PLEASE DONT TELL ME TO JUST USE SEARCH BUTTON.. IVE TRIED!


  2. #2
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    -Database stuff.
    -ODBCAD32.
    -Change IP's in the server configurations and done.

  3. #3
    Member chicoloko11 is offline
    MemberRank
    Nov 2011 Join Date
    FloridaLocation
    59Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    I need the server online!
    xD
    My friend did the OBDCAD32 stuff already..
    and I changed the ip's already.
    I opened the Locator, MatchServer, MatchAgent on the VPS
    and tried going in-game on my PC and server's didn't show up...
    What else do I needa do?..

  4. #4
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Quote Originally Posted by chicoloko11 View Post
    I need the server online!
    xD
    My friend did the OBDCAD32 stuff already..
    and I changed the ip's already.
    I opened the Locator, MatchServer, MatchAgent on the VPS
    and tried going in-game on my PC and server's didn't show up...
    What else do I needa do?..
    post server.ini

  5. #5
    Member chicoloko11 is offline
    MemberRank
    Nov 2011 Join Date
    FloridaLocation
    59Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    [DB]
    DNS="GunzDB"
    USERNAME="SA"
    PASSWORD="My Pass"

    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="TroniKGunZ"
    FREELOGINIP="My VPS IP"
    KEEPERIP="MY VPS IP"
    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"

    Just retryed going in-game and the server's just don't show up.
    Last edited by chicoloko11; 14-12-11 at 02:23 AM.

  6. #6
    Account Upgraded | Title Enabled! TalkingBot is offline
    MemberRank
    Dec 2011 Join Date
    TheHostingsquadLocation
    213Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    issue fixed.
    Last edited by TalkingBot; 14-12-11 at 03:39 AM.

  7. #7
    Member chicoloko11 is offline
    MemberRank
    Nov 2011 Join Date
    FloridaLocation
    59Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    What you talking about Bot?
    I just can't get the server up.
    I set up all the files over at the
    VPS and nothing...

  8. #8
    Account Upgraded | Title Enabled! TalkingBot is offline
    MemberRank
    Dec 2011 Join Date
    TheHostingsquadLocation
    213Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    and i fixed it didnt it?

  9. #9
    Member chicoloko11 is offline
    MemberRank
    Nov 2011 Join Date
    FloridaLocation
    59Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Hmm No xD.
    Just fixed it.. it was the firewall blocking it.
    How Do I change the server name? Cause it was my
    friends files and it says he's server name..

  10. #10
    Die() Secured is offline
    MemberRank
    Sep 2011 Join Date
    /home/SDev/Location
    555Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Quote Originally Posted by chicoloko11 View Post
    Hmm No xD.
    Just fixed it.. it was the firewall blocking it.
    How Do I change the server name? Cause it was my
    friends files and it says he's server name..
    in your server.ini and in dbo.serverstatus in your database.

  11. #11
    Member chicoloko11 is offline
    MemberRank
    Nov 2011 Join Date
    FloridaLocation
    59Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Did that and the name didn't change.

  12. #12
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Strings.xml, search for quest server. That issue is with 07 files only.

  13. #13
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="SA"
    PASSWORD="My Pass"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="TroniKGunZ"
    FREELOGINIP="My VPS IP"
    KEEPERIP="MY VPS IP"
    MONITORIP="WAN-IP"
    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"
    use the wan ip at monitor too.
    works for me.

  14. #14
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Quote Originally Posted by jur13n View Post
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="SA"
    PASSWORD="My Pass"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="TroniKGunZ"
    FREELOGINIP="My VPS IP"
    KEEPERIP="MY VPS IP"
    MONITORIP="WAN-IP"
    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"
    use the wan ip at monitor too.
    works for me.
    It should be 127.0.0.1, don't misguide the guy more than he is already misguided.

  15. #15
    Member chicoloko11 is offline
    MemberRank
    Nov 2011 Join Date
    FloridaLocation
    59Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    I fixed all that and server is fully working.
    I need to know how to change that name tho >.<

  16. #16
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Messages.xml
    Code:
    <MSG id="9385">Quest Server</MSG>
    To
    Code:
    <MSG id="9385">YourGunZ Server</MSG>

  17. #17
    Member chicoloko11 is offline
    MemberRank
    Nov 2011 Join Date
    FloridaLocation
    59Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Got it Thanks so much.
    Also 1 more thing, My matchserver keeps crashing.
    I heard I need to install Kore Patch?
    You got any idea what that is? and please explain.
    Thanks :]

  18. #18
    Account Upgraded | Title Enabled! TalkingBot is offline
    MemberRank
    Dec 2011 Join Date
    TheHostingsquadLocation
    213Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    i have added a note for you in the VPS Please check that

  19. #19
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Quote Originally Posted by TalkingBot View Post
    i have added a note for you in the VPS Please check that
    PM him that shit, unless you're doing it for the post count.

  20. #20
    Se7enSins WARonline is offline
    MemberRank
    Sep 2011 Join Date
    Limassol, CypruLocation
    1,333Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    How comes that I read for 5 minutes the tutorial from tannous3
    and now i have the GunZ server running so nice. Near another 2 different servers (games) and you guyz can't make even the ODBC thing.

    And btw the SQL Server EXPRESS has a limit to the databases size.
    Why you don't use the standard one?

  21. #21
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Quote Originally Posted by Vusion View Post
    It should be 127.0.0.1, don't misguide the guy more than he is already misguided.
    it works for me >.>

  22. #22
    Die() Secured is offline
    MemberRank
    Sep 2011 Join Date
    /home/SDev/Location
    555Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    Are you sure its a crasher? I'd have to see the error to see anyways,

    And I think this one is for the latest crasher released along with jacobs big release.
    http://forum.ragezone.com/f245/new-c...tested-770140/

    Patches Kore - Korev2 - Revolution - Waldee - Vexo Crasher and most likely all:
    http://forum.ragezone.com/f245/kore-...h-july-663343/

    Quote Originally Posted by darkmandos View Post
    How comes that I read for 5 minutes the tutorial from tannous3
    and now i have the GunZ server running so nice. Near another 2 different servers (games) and you guyz can't make even the ODBC thing.

    And btw the SQL Server EXPRESS has a limit to the databases size.
    Why you don't use the standard one?
    lol at ur useless post. Some people have different skill levels are are trying to learn. Everyone has there Noob Moments.

  23. #23
    Valued Member Marwan1 is offline
    MemberRank
    Jun 2011 Join Date
    127Posts

    Re: Almost Done With My Server, Just 1 Little Thing.

    LOL open Server.INI
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="Hided"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Type here ur Server name :P"
    ;FREELOGINIP="Hided"
    KEEPERIP="Hided"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    MODE="clan"
    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"
    and open MSSQL
    expand the GunzDB and Expand tables and open table called
    Code:
    dbo.serverstatus
    and in the server name thing put ur server name "MAKE SURE ITS THE SAME AS IN SERVER.INI"



Advertisement