View Single Post
  #2  
Old 9th January 2009, 11:28
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
just try this:

find this line:

Code:
if ($CURUSER["uploadpos"] == 'no')
& replace with this:

Code:
if (get_user_class() <> UC_UPLOADER)
Attention...after this modification just Uploaders can make upload
Reply With Quote