View Single Post
  #2  
Old 12th February 2009, 14:08
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
Open your upload.php & find:

Code:
if ((get_user_class() < UC_UPLOADER)&&(!ENA_UPLOAD_FOR_EVERYONE))
replace with:
Code:
if ((get_user_class() < UC_VIP)&&(!ENA_UPLOAD_FOR_EVERYONE))
Reply With Quote