guess i dont want registered users and moderators to access this page so do i do it this way below in the start main script?
PHP Code:
if (!is_member_of($vbulletin->userinfo, 2, 7,))
{
// give no permission unless in usergroup 6, or 5
print_no_permission();
}
Do i have to edit it this way .. check the php code please ..
2 = registered user <=> should not have access
7 = moderator <=> should not have access
6 = super admin. <=> should have access
5 = global moderator <=> should have access