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 (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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
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/ - 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 - Expand - Fight

Follow me at twitter!
http://twitter.com/moortier

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 other
webserver users or their scripts.

Will running in safe mode allow my file manager to read\write files as
"me" and not as "apache" or the UID of apache?

If i keep my data directory outside of apache's document root, will this
prevent remote viewing of it?

If i keep my PHP scripts out of document root, will they be hidden from
remote viewers?

My likely webtree directory strutcure is this:


Document Root:

/var/www/html/myWebsite

PHP Scripts:

/var/www/php/myWebsite

My data the file manager will access:

/var/www/data/myWebsite

All three directories will be owned by my user id. Apache will be
configured to run scripts from the scripts dir. The data dir will be
opened with open_baseDir. I will set up .htaccess on the data directory.

Combine this with safe mode, and will i have the desired effect?

Thanks,
-brett

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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, 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 FreeBsd 4.x.
>
> .htacess solution doen't suit because of unavailable sysadmin.
> Please help
>
> Valentin Petruchek (aki Zliy Pes)
> http://zliypes.com.ua
> mailto:[EMAIL PROTECTED]
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 FreeBsd 4.x.

.htacess solution doen't suit because of unavailable sysadmin.
Please help

Valentin Petruchek (aki Zliy Pes)
http://zliypes.com.ua
mailto:[EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]