Quote:
Originally Posted by azmi
after installing this hack, i wondered alll users browsing through threads.
they all registered themselves new, but there was no need to accept the account by mail.
directly after register on board (nothing with mail), you can browse as a correctly registered user!
is there anything, you can make it with (id:3,1,....) for groups?
|
Change the added code to:
PHP Code:
if ($bbuserinfo['userid'] == 0 or $bbuserinfo['usergroupid'] == X)
{
print_no_permission();
}
Replace X with whatever usergroupid you want