Haha, Exactly what I'm thinking :P
@Dom; Locking it with IPS isn't always a great idea, Hence if I needed to ban someone but was at a friends house then I wouldn't be able too, so the spammer would be able to keep going :P
lol, jump into cPanel, allow the IP your at, and your good.. :)
Now on topic.
If your adding in the header, there is no need for 'placing in fed jail'...that is just pointless SQL that have to run. Your already in the header, just send a die() or exit()...that is all..The efffect is the exact same as if in fed jail right??
if($ir['user_level'] > 1 && !in_array($userid, array('1','2','3')))
{
echo 'Just type some crap here......';
exit($h->endpage());
}
That shouold give the same result without having to run sqls.