RE: [PHP] File Manager with acl

2010-07-28 Thread Bob McConnell
From: Ricardo Martinez > i want ask to the list, if anyone knows a FIle Manager with ACL, written in > PHP and MySQL. Dokuwiki doesn't require a DBMS, but can use MySQL if you really need to shoehorn it in. Bob McConnell -- PHP General Mailing List

Re: [PHP] File Manager

2009-02-05 Thread Yannick Mortier
2009/2/5 Sn!per : > What would you guys recommend as a good and free opensource file management > system? > > TIA. > > > > > -- > Sign Up for free Email at http://ureg.home.net.my/ > I haven't use any up to now. But a quick google search turned out decent results: http://phpfm.sourceforge.net/ -

Re: [PHP] File Manager

2002-01-31 Thread shann
you just have to chmod the directory where you would copy files to. try chmod 777. all users should have write permissions now. shann. "Val Petruchek" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 001c01c1aa66$02b9ed50$[EMAIL PROTECTED]">news:001c01c1aa66$02b9ed50$[EMAIL PROTECTED]... > Hello, ph