check that out, thats how i got it, its not exactly like yours, but in my member.php thats how that first part is, and i couldnt find any others that were just how yours is, so what should i do?
PHP Code:
if ($action=="logout") {
$templatesused = 'error_cookieclear';
include("./global.php");
// Banned users cant logout hack if ($bbuserinfo[usergroupid]==09) {show_nopermission(); exit;}
// Banned users cant logout hack