I have a simple static website I built.. but now other people have to edit it. Do you know of any simple php script that shows a browser of the files on the server, with a simple plain text editor?

thanks

link|improve this question

62% accept rate
feedback

1 Answer

up vote 4 down vote accepted
+25

Take a look at: http://extplorer.sourceforge.net/
Simple web-based file manager and editor with user management.
It's actually quite comprehensive, but works perfect.

If you need something more simplistic, you probably need to write it yourself.

Mollify and encode-explore are both simple PHP file browsers
The first one has user management, the other not.
Besides these there are many other free PHP file-browsers around.
It should be easy to implement an simple plain-text-editor.

link|improve this answer
ok not a simple script in itself but very simple to install and use, with basic explorer and editor! Really good script, and opensource! Thaks I love it! – luca Feb 27 '11 at 8:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.