PDA

View Full Version : Ban list


Genbash
10-09-2004, 03:11 AM
PB runs great, kicks players for violations and stuff but i due not have a pbbans.dat file. How due i set up that file.

Clanwarz
11-17-2004, 02:14 AM
This is for Call of Duty Only and Not UO!


http://www.clanwarzgamingservers.com/pb/cod/codpbbans.txt

This list is updated every 30 minutes or so. i have a cron job that does it. I do not add any personal bans to this list. Just save it to your desktop, upload it to your pb folder and chjange the name of it to

pbbans.dat

Restart server!

If you have a linux server, you can make a script to get this file...

maybe something like this


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

wget http://www.clanwarzgamingservers.com/pb/cod/codpbbans.txt
rm -rf pbbans.dat
mv codpbbans.txt pbbans.dat

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

Then you can excute it when you want or have it on a cron job to execute every morning. Up to you!

OldDog
11-17-2004, 08:53 AM
Or, you can regsiter as an admin with PB, and use Auto-MBL, which will both download and upload any bans you might have....correct, Clanwarz?

Glanzer
11-23-2004, 02:33 PM
...or you can just wget that MBL directly from the source:

http://rep.punksbusted.com:9000/cgi-bin/bans.cgi/COD_pbbans.dat?key=3&remove=0

Genbash
01-03-2005, 12:34 AM
Got the pbbans set up fine but was wondering how i can set up a ban list that i can use just for putting players in myself.Right now i have a ban.txt file in my COD main folder with the player name and guid.Will this stop them from being able to enter or due i need to set it up differntly.I am using this just on the regular COD not UO and it has the latest patch

Anex3
01-03-2005, 04:52 PM
If you use pb_sv_ban, they will be added to the pbbans.dat file. If you use /rcon banclient, then they will be added to the ban.txt file. Either method is sufficient.