What is a PHP script that updates in real-time that shows files in a directory?
- Saturday, May 1, 2010, 9:39
- Programming
- 4 comments
I need a PHP script that can show files / file names in a table or column. Customizable too. Can you supply me with a tutorial link, the script, or other helpful means of helping me solve my problem?
About the Author
4 Comments on “What is a PHP script that updates in real-time that shows files in a directory?”
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!
You must be logged in to post a comment.
Here is a tidbit for you… a quick fix that doesnt require php at all
Simply exclude an index file from the directory. Enable your server to render directories instead of failure to find/access default pages.
Voila. Same effect.
You have limited customizability depending on your access to the server configuration files
======
If you want to be able to download, upload, change files, etc on the servers directories via the internet, as well as have a full list of files, etc… written in php… and with limited customization…
Then http://www.webfilebrowser.org/ has an excellent program for free download that I use. I have a slightly tweaked version though that I much prefer. If you want my version, let me know. It looks better but hasnt been cleared by the original program as “safe”, which is just a formality since I know exactly what I changed.
check out below
source forge is a great place for open source code. They have several very powerful file browsers that are very easy to install and allow great amounts of customization.
try this
http://autoindex.sourceforge.net/
this is a good one