
06-13-2002, 08:08 PM
|
 |
|
|
Join Date: Mar 2002
Location: Mars
Posts: 458
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Logician
this is the code you should insert to any relevant part in your vbulletin code that you dont want their access:
-- cut --
if ($bbuserinfo['userid']!=1)
{show_nopermission(); exit; }
-- cut --
Insert this code before the part that you dont want their access to any script.
Enjoy..
Logician
|
there you go
|