Trying making my own GunZ server, but..

Page 2 of 2 FirstFirst 12
Results 26 to 45 of 45
  1. #26
    Member tyke98 is offline
    MemberRank
    Feb 2012 Join Date
    SwedistanLocation
    81Posts

    Re: Trying making my own GunZ server, but..

    Check your email inbox ;).

    Edit: Sorry but i don't know how to portforward gunz servers.
    Last edited by tyke98; 01-03-13 at 05:47 PM.

  2. #27
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: Trying making my own GunZ server, but..

    Quote Originally Posted by tyke98 View Post
    Anyways if you're using "GunZ 1.5 Client (II) by Phoenix"
    should it be like the post i posted before
    lol 2, try GunZ 1.5 Client (III)

    www.portforward.com

  3. #28
    Member Kiritox is offline
    MemberRank
    Feb 2013 Join Date
    52Posts

    Re: Trying making my own GunZ server, but..

    Quote Originally Posted by tyke98 View Post
    Check your email inbox ;).

    Edit: Sorry but i don't know how to portforward gunz servers.
    Thanks :-)

    I'm download right now.. So much MB's lowl :x

    -----------------

    Edit:

    Is there a separate tutorial for those server files? Or do I have to do it just the way I did with the older server files?
    Last edited by Kiritox; 01-03-13 at 08:42 PM.

  4. #29
    Member tyke98 is offline
    MemberRank
    Feb 2012 Join Date
    SwedistanLocation
    81Posts

    Re: Trying making my own GunZ server, but..


  5. #30
    Member Kiritox is offline
    MemberRank
    Feb 2013 Join Date
    52Posts

    Re: Trying making my own GunZ server, but..

    Lol.. Can you make it using SQL 2005?

    I'm trying but when I open GunzDB15.sql , and try to open the tables, There are no tables availeble.

  6. #31
    Member tyke98 is offline
    MemberRank
    Feb 2012 Join Date
    SwedistanLocation
    81Posts

    Re: Trying making my own GunZ server, but..

    Nope sorry but try to install SQL Server 2008 R2 instead and it should work.

  7. #32
    Member Kiritox is offline
    MemberRank
    Feb 2013 Join Date
    52Posts

    Re: Trying making my own GunZ server, but..

    Quote Originally Posted by tyke98 View Post
    Nope sorry but try to install SQL Server 2008 R2 instead and it should work.
    Okay thanks! I'm gonna try it tonight :-)

    -- EDIT --

    Going well.. :-)
    Last edited by Kiritox; 04-03-13 at 11:30 PM.

  8. #33
    Member Kiritox is offline
    MemberRank
    Feb 2013 Join Date
    52Posts

    sad Re: Trying making my own GunZ server, but..

    Please help me. I'm working with the latest files and I opened GunzDB15.sql.


    Then I did this what the tut' said.

    Setting up the ODBC connection:

    -Start >> run >> put in "odbcad32"

    -Click on "User DSN"

    -Press the "Add" button

    -In the Name: Put your database name.

    -On the Server: Put your authentication from your SQL Express: Ex: YOURCOMPUTERNAME\SQLEXPRESS

    - Press Next

    - Select "With SQL Server authentication ..............."

    - Tick the box "Conncect to SQL Server......."

    - Login ID: sa

    - Password: Put the password from the SQL Express

    - Next, Next, Finish
    So I did that then I get this error:

    ew.png

    [ ^ click to enlarge ^ ]

    I don't get why I get that...

    Here's a look at my sql manager:

    nbeed.png

    [ ^ click to enlarge ^ ]

    Please help!

    Nathan.

  9. #34
    Member tyke98 is offline
    MemberRank
    Feb 2012 Join Date
    SwedistanLocation
    81Posts

    Re: Trying making my own GunZ server, but..

    Try to rename GunzDB15 on your ODBC to GunzDB instead.

    capture.png

  10. #35
    Member Kiritox is offline
    MemberRank
    Feb 2013 Join Date
    52Posts

    shout Re: Trying making my own GunZ server, but..

    Quote Originally Posted by tyke98 View Post
    Try to rename GunzDB15 on your ODBC to GunzDB instead.

    capture.png
    On 'The server you want to connect to' I have to fill in 'sa' ( my login to sql server ? )

    Nevermind, it's working. This forum is awesome ;a

    Now I have to fill in my IP-Adress in the Server files (as you know)

    But I don't know what I have to fill in. My standard gate way witch can be found with cmd, or
    a no-ip.com thing.. If I have to use no-ip.com I need some help because I don't get it.

    Greetz.
    Last edited by Kiritox; 05-03-13 at 09:51 PM.

  11. #36
    Member tyke98 is offline
    MemberRank
    Feb 2012 Join Date
    SwedistanLocation
    81Posts

    Re: Trying making my own GunZ server, but..

    Well if you want to use your ip you must portforward and i dont know how to on gunz.
    And if you want it local just type 127.0.0.1 (No portforwarding needed).

  12. #37
    Member Kiritox is offline
    MemberRank
    Feb 2013 Join Date
    52Posts

    Re: Trying making my own GunZ server, but..

    What do you mean with local type? Do I have to fill in 127.0.0.1 in everything where I have to fill in a IP-ADRESS in the server files then?

  13. #38
    Member tyke98 is offline
    MemberRank
    Feb 2012 Join Date
    SwedistanLocation
    81Posts

    Re: Trying making my own GunZ server, but..

    MatchServer:
    FREELOGINIP="127.0.0.1"
    KEEPERIP="127.0.0.1"
    DEBUGIP="127.0.0.1"
    MONITORIP="127.0.0.1"

    MatchAgent:
    <ADDRESS ip="127.0.0.1" tcpport="5100" udpport="7778"/>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>

    Locator:
    IP="127.0.0.1"
    PORT="8900"

    (Change to 127.0.0.1 in the system.xml too).

    And you're done.

  14. #39
    Member Kiritox is offline
    MemberRank
    Feb 2013 Join Date
    52Posts

    Re: Trying making my own GunZ server, but..

    Quote Originally Posted by tyke98 View Post
    MatchServer:
    FREELOGINIP="127.0.0.1"
    KEEPERIP="127.0.0.1"
    DEBUGIP="127.0.0.1"
    MONITORIP="127.0.0.1"

    MatchAgent:
    <ADDRESS ip="127.0.0.1" tcpport="5100" udpport="7778"/>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>

    Locator:
    IP="127.0.0.1"
    PORT="8900"

    (Change to 127.0.0.1 in the system.xml too).

    And you're done.
    That's easy, but why would people do that portforward thing then? Is this more risk full?

  15. #40
    Member tyke98 is offline
    MemberRank
    Feb 2012 Join Date
    SwedistanLocation
    81Posts

    Re: Trying making my own GunZ server, but..

    It's not risk full if you're playing private (127.0.0.1)
    Anyways if you want your server public then i think you should buy a VPS or Dedicated server.

  16. #41
    Member Kiritox is offline
    MemberRank
    Feb 2013 Join Date
    52Posts

    Re: Trying making my own GunZ server, but..

    Quote Originally Posted by tyke98 View Post
    It's not risk full if you're playing private (127.0.0.1)
    Anyways if you want your server public then i think you should buy a VPS or Dedicated server.
    I want that people can play it.. Like fGunZ. I don't know much about VPS and Dedicated server..

    Can you help me? (im afk for 2 hours so take your time lol xd)

  17. #42
    Member tyke98 is offline
    MemberRank
    Feb 2012 Join Date
    SwedistanLocation
    81Posts

    Re: Trying making my own GunZ server, but..

    Nice i play FGunZ too ;).
    Well i dont own a VPS or Dedicated server myself but its basically like a computer screen on the web browser with alot faster internet and more ram etc...
    And its up 24/7.
    (Srry but i cant tell more about it cus i have never use a VPS or Dedicated server before i only know a little bit about it).

  18. #43
    Member Kiritox is offline
    MemberRank
    Feb 2013 Join Date
    52Posts

    Re: Trying making my own GunZ server, but..

    Quote Originally Posted by tyke98 View Post
    Nice i play FGunZ too ;).
    Well i dont own a VPS or Dedicated server myself but its basically like a computer screen on the web browser with alot faster internet and more ram etc...
    And its up 24/7.
    (Srry but i cant tell more about it cus i have never use a VPS or Dedicated server before i only know a little bit about it).
    But can my friends ( and other people ) play my server too if I use a local host?

    Thanks for the information tho

  19. #44
    Member tyke98 is offline
    MemberRank
    Feb 2012 Join Date
    SwedistanLocation
    81Posts

    Re: Trying making my own GunZ server, but..

    Srry if you playing with localhost you can only join :(.

  20. #45
    Enthusiast David Luis is offline
    MemberRank
    Sep 2012 Join Date
    30Posts

    Re: Trying making my own GunZ server, but..

    OMG, This is very easy, do the following:

    In user ID: Enter your login:

    In UGradeID: Put 0 (Normal Account), 252 (Moderator Account), 253 (Banned Account), 254 (GM Account), 255 (Admin Account)

    In PGradeID: Repeat the same UGradeID

    In RegDate: Put any date for exempo: 06/03/2013

    In Name: Your name

    In Email: Your email


    And ready, press enter.

    Your account is almost set, then you'll have to configure dbo.Login to create a password for your account.



Page 2 of 2 FirstFirst 12

Advertisement