View Single Post
  #4  
Old 9th January 2009, 16:14
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
i dont understand verry much, but if u want to upload & moderator , sysop....admins & other higher class just....is your choise:


Code:
if (get_user_class() <> UC_UPLOADER)
- just uploaders can make upload

Code:
if (get_user_class() < UC_UPLOADER)
- just uploaders & higher class (mods, admins, sysop....) can make upload

Code:
if (get_user_class() > UC_UPLOADER)
-just uploaders & lower class (vips, powerusers, members) can make upload
Reply With Quote