Thanks very much for your help, but I don't know where the put the userid at.... the is id 12
And here's my current phpinclude:
PHP Code:
// This code is PHP4 only:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
if (in_array($bbuserinfo['usergroupid'], array([i]comma-delimited list of usergroupids[/i])))
{
header("Location: ban.php");
exit;
}
include("./vbs_counter.php");
Thanks again!