I've been looking through hoscripts.com and many other sites, for a file management system written in php and if database reliant, uses mysql. The problem is; there is so many of them, and I don't have time to test all of them.
The following features are important:
- Usergroups with accesslevels which restricts who can downlaod view or upload files in specific directories, either recursivly through depth of folders or explicitly.
- Multiple files uploading.
- File moderation (a moderator can set which files are approved) optional, but not mandatory
I'm gonna use this for a game development project, and its important that it supports usergroups. Its primarily gonna be used for uploading files for developers to share with each others, e.g. 3D models, textures, world maps, source code, and misc. files.
If you know a system which can handle this, please let me know where to find it.