
01-25-2007, 11:55 AM
|
 |
|
|
Join Date: Nov 2003
Location: Cincinnati, Ohio
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by calorie
In the recent_queries.php file find:
Code:
require_once('./global.php');
And afterwards add the following:
Code:
if (!is_member_of($vbulletin->userinfo, 5, 6, 7))
{
exit();
}
Where 5, 6, 7 represents these groups:
Code:
5 : Super Moderators
6 : Administrators
7 : Moderators
|
Thanks!
|