View Single Post
Old 01-14-2005, 06:31 AM  
Zer0Racer
Senior Member
 
Join Date: Oct 2002
Posts: 703
Default

suggestion..

[VFS]
Upload = /Upload/* *
Upload = * 1M
Resume = * *
Download = * *
MakeDir = * *
RemoveOwnDir = * M
RemoveDir = * M
Rename = * M
RenameOwn = * M
Overwrite = * 1M
Delete = * M
DeleteOwn = * M
NoStats = * =lSpeed !*

and run:
site chmod 777 Applications
site chmod 777 Games
site chmod 777 Movies
site chmod 777 Music
site chmod 777 Upload
(this is needed to allow uploads in those dirs by other users than M, to allow 1 to upload)

Regular users will be able to upload in Upload only. All dirs are writable but only users with flags 1 or M can upload. Only M users will be able to delete files and remove dirs. Regular users and 1 users will not be able to delete or rename what they have uploaded. 1 users are allowed to overwrite files.

If you want to set the permissions a bit different, i.e. allow 1 users to delete stuff they've uploaded set DeleteOwn = * 1M. You probably understand by now.

Good luck!
Zer0Racer is offline   Reply With Quote