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

[PHP] File Manager with acl

2010-07-27 Thread Ricardo Martinez
Hi! i want ask to the list, if anyone knows a FIle Manager with ACL, written in PHP and MySQL. thanks! -- Ricardo ___ IT Architect website: http://www.rjmc.es

Re: [PHP] File Manager

2009-02-05 Thread Yannick Mortier
results: http://phpfm.sourceforge.net/ - for example. Best is if you just look at the search examples yourself and chose a file manager that fits the requirements, that you have. http://www.google.de/search?q=php+file+manager -- Currently developing a browsergame... http://www.p-game.de Trade

[PHP] File Manager

2009-02-04 Thread 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/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] apache2/php file manager: security suggestions

2005-05-10 Thread brett
Hi, I've written a web based file manager using PHP and running on an apache 2 server. Before putting it on a live webserver i'd like to get some security suggestions. Desired Goals: 1. Read, write text files from a web browser. 2. Files should be owned by me so as not to be readable\writable to

[PHP] File Manager required

2002-02-01 Thread Alan McFarlane
I'm just being damn lazy, but has anyone got (or seen) a nice file simple file manager writtin in PHP? Facilities should include upload/download, copy,move,rename,delete, possibly view image/source... Thanks -- Alan McFarlane [EMAIL PROTECTED] 'I hate re-inventing the wheel!' -- PHP General

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

[PHP] File Manager

2002-01-31 Thread val petruchek
Hello, php-world! I'm developing web-based file manager and need to call unlink(), copy(), mkdir(). May be you've already guessed that i failed with them because of "Permission denied". How can i avoid this? Maybe using `command line` and logging in before calling funcs. I'm using php 4.1.0 on