here are the redhat linux server instructions to flash pb back to .991 and block the update ports.
first get into ur server via putty or whatever u use.
then type this to block pb.
iptables -A OUTPUT -p udp --dport 24300 -s 0/0 -d 0/0 -j DROP
iptables -A OUTPUT -p udp --dport 24347 -s 0/0 -d 0/0 -j DROP
if u get an error with the above input type this
rmmod ipchains
then this again
iptables -A OUTPUT -p udp --dport 24300 -s 0/0 -d 0/0 -j DROP
iptables -A OUTPUT -p udp --dport 24347 -s 0/0 -d 0/0 -j DROP
copy this file to ur ./wolf directory.
http://lad.goodnet.com/~swat/filez/pb.tar.gz
then back up 3 files in ./wolf/pb pbsv.cfg pbbans.dat pbpower.dat
now delete everyting in ./wolf/pb
now delete the /pb directory
now type this while ur in the ./wolf directory to get .991 installed
tar -xzvf pb.tar.gz
recopy ur pbsv.cfg pbbans.dat and pbpower to the ./wolf/pb directory and restart ur server.
now ur on .991 and pb cant update ur shiznit no mo.
THANK YOU bani for helping out with this fix.