How to IP BANN players ?

Results 1 to 18 of 18
  1. #1
    Account Upgraded | Title Enabled! wesley2811 is offline
    MemberRank
    Jul 2010 Join Date
    BelgiumLocation
    257Posts

    How to IP BANN players ?

    i band a player but he stay comming back with new acc how do bann his ip ?

    THX ragezone to let me place the questions


  2. #2
    ANTI emi is offline
    MemberRank
    Mar 2009 Join Date
    ZHLocation
    1,378Posts

    Re: How to IP BANN players ?

    using centos ip tables,google around about it

  3. #3
    Account Upgraded | Title Enabled! wesley2811 is offline
    MemberRank
    Jul 2010 Join Date
    BelgiumLocation
    257Posts

    Re: How to IP BANN players ?

    can you give me some hints i wil figure it out
    i use chumpy 2.81 atm it works fine onlie hacker uses the cheat engine
    to use the commands and more i wand him ip band

  4. #4
    0x1F0FFF TanGzkie is offline
    MemberRank
    Sep 2008 Join Date
    loc => {p => o}Location
    987Posts

    Re: How to IP BANN players ?

    >.<" Removed.
    Last edited by TanGzkie; 08-08-10 at 06:41 PM.

  5. #5
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: How to IP BANN players ?

    Quote Originally Posted by wesley2811 View Post
    can you give me some hints i wil figure it out
    You can't do it with any GM tool.
    You need to configure your firewall, so that it rejects all packets from him. That's why emi pointed out iptables.

  6. #6
    Account Upgraded | Title Enabled! wesley1189 is offline
    MemberRank
    Dec 2009 Join Date
    On a potatoLocation
    407Posts

    Re: How to IP BANN players ?

    I think there's a tut around here somewhere, but it's kinda in gunz section.

  7. #7
    Account Upgraded | Title Enabled! wesley2811 is offline
    MemberRank
    Jul 2010 Join Date
    BelgiumLocation
    257Posts

    Re: How to IP BANN players ?

    Quote Originally Posted by Alphakilo23 View Post
    You can't do it with any GM tool.
    You need to configure your firewall, so that it rejects all packets from him. That's why emi pointed out iptables.
    yea but i dont wand to fuck it up for other players can i do it in my router als to reject incomming things of him ?
    my router is a D-link DIR-600
    Last edited by wesley2811; 08-08-10 at 08:00 PM.

  8. #8
    bleh.... Shawn is offline
    MemberRank
    Oct 2008 Join Date
    Mississauga, CaLocation
    5,904Posts

    Re: How to IP BANN players ?

    You mean Cabal Online doesn't use MySQL? If so, someone should be able to code a rejection in the sources based on if they are "banned" in MySQL. Have 1 = banned, 0 = not banned.

  9. #9
    Account Upgraded | Title Enabled! wesley2811 is offline
    MemberRank
    Jul 2010 Join Date
    BelgiumLocation
    257Posts

    Re: How to IP BANN players ?

    Quote Originally Posted by Shawn View Post
    You mean Cabal Online doesn't use MySQL? If so, someone should be able to code a rejection in the sources based on if they are "banned" in MySQL. Have 1 = banned, 0 = not banned.
    i duno where acc are based i use gm tolz to bann its some where i mssql

  10. #10
    bleh.... Shawn is offline
    MemberRank
    Oct 2008 Join Date
    Mississauga, CaLocation
    5,904Posts

    Re: How to IP BANN players ?

    Check your ban methods. If you have a banned column, there has to be a method for it in your source. If so, make it tie to the IP of the person being banned. Or you could make it check upon login, if the IP is banned, don't allow login.

  11. #11
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: How to IP BANN players ?

    Excuse me Shawn, you aren't helpful. He already banned the player in the database, but that doesn't stop the player from making new accounts.


    Quote Originally Posted by wesley2811 View Post
    yea but i dont wand to fuck it up for other players can i do it in my router als to reject incomming things of him ?
    my router is a D-link DIR-600
    Blocking him in the router would be even better, yes.

  12. #12
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: How to IP BANN players ?

    Quote Originally Posted by Shawn View Post
    Check your ban methods. If you have a banned column, there has to be a method for it in your source. If so, make it tie to the IP of the person being banned. Or you could make it check upon login, if the IP is banned, don't allow login.
    I know you're attempting to be helpful, but I'd suggest you learn about our server files before answering a thread. We don't have access to the source code.

  13. #13
    bleh.... Shawn is offline
    MemberRank
    Oct 2008 Join Date
    Mississauga, CaLocation
    5,904Posts

    Re: How to IP BANN players ?

    Quote Originally Posted by Yamachi View Post
    I know you're attempting to be helpful, but I'd suggest you learn about our server files before answering a thread. We don't have access to the source code.
    I'm sorry, I was under the assumption that all private servers meant you have a source rather than redirecting an IP. I mean.. how else does everything record to your database? You have to have some form of a source code for it to know what actions are recorded where.

    @OnTopic: Why not use PeerGuardian? You can block IPs from accessing anything you control i.e. website, game access, etc etc.

  14. #14
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: How to IP BANN players ?

    Quote Originally Posted by Shawn View Post
    @OnTopic: Why not use PeerGuardian? You can block IPs from accessing anything you control i.e. website, game access, etc etc.
    It's more effective to block connection attempts before they traversed your router.

    And I don't like Peerguardian at all. It fails quite often (i.e. the downtime of their blocklist download page, configurability, event logging, blocked IPs can still connect, et al.). Use a personal firewall, or even better, an hardware firewall (e. g. an additional router) instead.
    Last edited by Alphakilo23; 08-08-10 at 11:42 PM. Reason: Formatting

  15. #15
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: How to IP BANN players ?

    Quote Originally Posted by Shawn View Post
    I'm sorry, I was under the assumption that all private servers meant you have a source rather than redirecting an IP. I mean.. how else does everything record to your database? You have to have some form of a source code for it to know what actions are recorded where.
    You do realise what source code is, right? You don't need source code for a server to run... Anyways, what we have is old official server files that were shared with us by someone that stole them, so all we have is binaries and a database.

  16. #16
    xHTML/CSS/JS/Ruby LostSpirit is offline
    MemberRank
    Feb 2008 Join Date
    $ gem search -rLocation
    482Posts

    Re: How to IP BANN players ?

    example to block ip in CentOS using iptables:

    Code:
    iptables -I INPUT -s IP_here -j DROP
    @Shawn
    you are alien? on which world you live? :p

  17. #17
    bleh.... Shawn is offline
    MemberRank
    Oct 2008 Join Date
    Mississauga, CaLocation
    5,904Posts

    Re: How to IP BANN players ?

    Quote Originally Posted by Yamachi View Post
    You do realise what source code is, right? You don't need source code for a server to run... Anyways, what we have is old official server files that were shared with us by someone that stole them, so all we have is binaries and a database.
    I know what source code is. I deal with it for a few different games. Cabal isn't one of them, so like I said... I was under the assumption every private server was similar. I know you don't need the source code to run, but without it, you are basically limited to what you can/can't do with your server.

    Quote Originally Posted by LostSpirit View Post
    @Shawn
    you are alien? on which world you live? :p
    lolwut?

  18. #18
    ANTI emi is offline
    MemberRank
    Mar 2009 Join Date
    ZHLocation
    1,378Posts

    Re: How to IP BANN players ?

    Yes,in fact we are quite limited.



Advertisement