View Full Version : pb kicking peeps not by guid
boxer82003
09-26-2004, 06:24 PM
is there a way for PB to kick people by ip or username not the guid
Clanwarz
09-26-2004, 07:00 PM
Add this to your PBSV.cfg. This was given to me by WiZZ.
//Bad Names
pb_sv_badname 60 www.
pb_sv_badname 60 http://
pb_sv_badname 60 .com
pb_sv_badname 60 .de
pb_sv_badname 60 .net
pb_sv_badname 60 .org
pb_sv_badname 60 .co.uk
pb_sv_badname 60 UnnamedPlayer
pb_sv_badname 60 noskill
pb_sv_badname 60 noname
pb_sv_badname 60 arse
pb_sv_badname 60 ****
pb_sv_badname 60 bitch
pb_sv_badname 60 moron
pb_sv_badname 60 dick
pb_sv_badname 60 hitler
pb_sv_badname 60 himmler
pb_sv_badname 60 goebbels
pb_sv_badname 60 nazi
pb_sv_badname 60 console
// Player Checking
pb_sv_changePeriod 30 // Seconds between allowed name changes, (1 to 999)
pb_sv_changeMax 3 // Max name changes allowed, (1 to 50)
pb_sv_dupNameGrace 45 // Seconds to change duped name, (0 to 90)
pb_sv_extChar 1 // 0=No, 1=Yes allow symboled name
pb_sv_emptyname 0 // 0 = disallow no name 1 = allow no name
pb_sv_minName 3 // Must have at least 3 character in name, (0 to 4)
boxer82003
09-26-2004, 07:23 PM
i dont get how this will kick peeps by ip or username and not the guid but i will try it does it work for you
Clanwarz
09-26-2004, 08:03 PM
Well if you do not want a person inside your server with the name of "Dummy", then add dummy. Like this:
//Bad Names
pb_sv_badname 60 Dummy
pb_sv_badname 60 loser
pb_sv_badname 60 Admin
Now it will kick the people who try and connect with:
dummy
loser
admin
as a name. It works on the alieneware servers where Alienware does not want players connecting with Alienware as a tag or part of their name or player handle. I see it in the logs everyday. It gives the person a boot and says "Player Name not Allowed".
I will look up the player ip banning via pb here in a sec. have some server orders to fill.
Oracleman
09-27-2004, 02:27 AM
Why on earth would you want to do this? The kick on name part is one thing, but ban on IP? Most people have dynamic IP's so ban by GUID is the best thing since sliced pineapple.
If you want to ban on IP anyway, do it in your firewall.
OldDog
09-27-2004, 06:15 AM
btw, folks, I have a rather extensive "bad" names list I'm using in PB (through the good graces of BlackBart via MajorWoody, I got a huge list then have added to it).
The names are mostly swear words, obscenitites, and hate-oriented (I get a lot of kids on my server, and, frankly, some of the names disgust ME), but I've also added, for instance "Unknown Soldier"...I insist that players name themselves...it's not that hard.
If anyone is interested, let me know.
-OldDog
Clanwarz
09-27-2004, 07:41 AM
Why on earth would you want to do this? The kick on name part is one thing, but ban on IP? Most people have dynamic IP's so ban by GUID is the best thing since sliced pineapple.
If you want to ban on IP anyway, do it in your firewall.
Great..show them how.
Oracleman
09-27-2004, 08:19 AM
Well, that's handled very differently depending on firewall type. Usually it's set up as a rule.
Incoming TCP/UDP from 123.123.123.123 -> Allow -> Never
is a typical one. :wink:
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.