need a php file manager

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phierce
Forum Newbie
Posts: 3
Joined: Thu Jan 27, 2005 7:47 pm
Location: Denver, CO
Contact:

need a php file manager

Post by phierce »

Hello, I am wondering if anyone knows of a good file manager that is preferrably PHP driven that will work on Win2k (with IIS)

I am just playing around with my home Win2k machine and I have gotten PHP, MySQL and IIS to all work. I was looking around for a file manager interface (like the one in cpanel) and I found a couple ok ones but they will not perform any write actions (and yes I checked my permissions)

Any Suggestions?
Last edited by phierce on Thu Jan 27, 2005 7:54 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

write your own. It's a good exercise.
phierce
Forum Newbie
Posts: 3
Joined: Thu Jan 27, 2005 7:47 pm
Location: Denver, CO
Contact:

Post by phierce »

feyd wrote:write your own. It's a good exercise.
im not quite that skilled in PHP, thats why I am setting this up.

I would like a file manager so I can practice when it is slow at work or from other places.

I think I am going to just load Linux and Apache and be done with it if I cant find an answer...

maybe when I get better I will write it.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

there should be several on hotscripts.com.. not sure of quality/feature level that you're looking for though..
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

http://www.c-security.org/filewizard.php (One of the best I would say!)
magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post by magicrobotmonkey »

maybe when I get better I will write it.

There's only one way to get better!
Post Reply