well...I don't know PHP well but try using this...
PHP Code:
require('./global.php');
if ($bbuserinfo[usergroupid]==4 OR $bbuserinfo[usergroupid]==1 OR $bbuserinfo[usergroupid]==3) {
eval("standarderror(\"".gettemplate("error_flash")."\");");
}else{
if ($play) {
if (!$w) {
$w = 600;
}
if (!$h) {
$h = 400;
}
eval("dooutput(\"".gettemplate('flash')."\");");
}
show_nopermission();
}
what I'm trying to do that is set it up so that people that isn't registry or waiting for the e-mail confer or a COPPA user, then they won't have access to it.