Quote:
Originally posted by Logician
it's now obvious why it didnt work for you:
Between "hack" and "if" press ENTER, and make the line begining with "if" a new line. It should look like this:
PHP Code:
// Banned users cant logout hack
if ($bbuserinfo[usergroupid]==09) {show_nopermission(); exit;}
// Banned users cant logout hack
It will work if you apply the hack as you see it in my code..
|
thats just how it looked after copy/paste, everything i did was just how u had it in the instructions