What is a PHP script that updates in real-time that shows files in a directory?

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

admin has written 6441 stories on this site.

4 Comments on “What is a PHP script that updates in real-time that shows files in a directory?”

  • CogitoErgoCogitoSum wrote on 1 May, 2010, 10:05

    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.

  • Scriptsworld wrote on 1 May, 2010, 10:08

    check out below

  • itslennysfault wrote on 1 May, 2010, 10:36

    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.

  • VIkram wrote on 1 May, 2010, 11:00

    try this
    http://autoindex.sourceforge.net/
    this is a good one

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.

Copyright © 2010 TechnoForum. All rights reserved.