Regarding auto-banning via SourceMod, you can use this: http://forums.alliedmods.net/showthread.php?p=636629#post636629
Ryan (I was amused to find that I was *not* on voogru's list of banned players) On Mon, Jun 9, 2008 at 1:16 AM, Nephyrin Zey <[EMAIL PROTECTED]> wrote: > The ban-on-command part, at least, could be done relatively simply > with a sourcemod script, if that's what he was asking about. Bl4nk > could do it. > > - Neph > > On Mon, Jun 9, 2008 at 1:06 AM, Spencer 'voogru' MacDonald > <[EMAIL PROTECTED]> wrote: >> My whole ban system, player database and admin system my plug-in runs is a >> quite large amount of code, I don't use any 3rd party plug-ins, the only >> thing I use is metamod. >> >> I have built an entire administration system, MySQL database with every >> player who has ever stepped on my server, the tracking of every single >> player on my servers, how many times they've connected, their last IP >> address, every name they've ever used, how much time in seconds they've >> played, every session they've played on my server, etc. It also has >> automatic handling of donations, subscriptions, reserved slots, etc etc. >> >> It's not just one little plug-in I can give out unfortunately. >> >> With regards to the ban exploit system, I essentially have a command to hook >> a server command, it takes two arguments <command> <reason>, for example in >> server.cfg I have >> >> bancommand ai_test_los "Exploit: Test LOS Exploit" >> >> When a player attempts to run it, they get banned with that reason, so any >> time a new command is found, I just add it to my server.cfg and exploiters >> get banned automagically. >> >> - voogru. >> >> >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Sadleir >> Sent: Monday, June 09, 2008 2:42 AM >> To: Half-Life dedicated Win32 server mailing list >> Subject: Re: [hlds] Another command to crash servers. Fuckyay. >> >> So share or no share? :) >> >> On Sun, Jun 8, 2008 at 2:53 PM, Spencer 'voogru' MacDonald < >> [EMAIL PROTECTED]> wrote: >> >>> No, it's a completely separate and custom built system. >>> >>> -----Original Message----- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] On Behalf Of Eric van Beesten >>> Sent: Sunday, June 08, 2008 5:30 PM >>> To: 'Half-Life dedicated Win32 server mailing list' >>> Subject: Re: [hlds] Another command to crash servers. Fuckyay. >>> >>> Think this is just sourcebans with a custom made overview.. but I could be >>> wrong! >>> >>> -----Oorspronkelijk bericht----- >>> Van: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] Namens Kevin Ottalini >>> Verzonden: zondag 8 juni 2008 23:11 >>> Aan: Half-Life dedicated Win32 server mailing list >>> Onderwerp: Re: [hlds] Another command to crash servers. Fuckyay. >>> >>> very nice summary there voo, would be nice to have something like that for >>> all my servers. >>> >>> > >>> > On Sun, Jun 8, 2008 at 12:17 PM, Spencer 'voogru' MacDonald wrote: >>> > >>> >> I've setup my server to ban people who run the command. >>> >> >>> >> http://www.voogru.com/?v=v >>> >> >>> >> Would be cool to score another 50+ bans like I did with the past >>> exploit. >>> >> >>> >>> >>> _______________________________________________ >>> To unsubscribe, edit your list preferences, or view the list archives, >>> please visit: >>> http://list.valvesoftware.com/mailman/listinfo/hlds >>> >>> >>> __________ NOD32 3165 (20080606) Information __________ >>> >>> This message was checked by NOD32 antivirus system. >>> http://www.eset.com >>> >>> >>> >>> _______________________________________________ >>> To unsubscribe, edit your list preferences, or view the list archives, >>> please visit: >>> http://list.valvesoftware.com/mailman/listinfo/hlds >>> >>> >>> _______________________________________________ >>> To unsubscribe, edit your list preferences, or view the list archives, >>> please visit: >>> http://list.valvesoftware.com/mailman/listinfo/hlds >>> >> _______________________________________________ >> To unsubscribe, edit your list preferences, or view the list archives, >> please visit: >> http://list.valvesoftware.com/mailman/listinfo/hlds >> >> >> _______________________________________________ >> To unsubscribe, edit your list preferences, or view the list archives, >> please visit: >> http://list.valvesoftware.com/mailman/listinfo/hlds >> > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please > visit: > http://list.valvesoftware.com/mailman/listinfo/hlds > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

