PHP Directory Listing Script
This is a script I have developed using PHP. All you do is simply place the two files in a directory and the directory itself along with all sub-directories will be browse able.
Features
- The entire script is only made up of two files, the index.php file and an .htaccess file for URL-rewriting.
- Optimized to use a small amount of memory during execution.
- A sleek design and some nice gnome icons.
- Thumbnail previews of popular image formats.
- Thumbnail previews of .TXT files.
- Fully calculated directory sizes.
- Files preceded by a period are hidden.
Requirements
- PHP 5.x
- Image GD Library
- Apache mod_rewrite
Download
Source Code
The script comes encrypted, if you want the source code you will need to donate using the button below and I will email you the source code.

July 28th, 2009 at 12:48 pm
Great php lister, obfuscation didn’t take much to decrypt though.
November 23rd, 2009 at 7:34 pm
Looks fantastic but unfortunately can’t get this working. Just says “Unable to open directory” even when all permissions are set to 777.
November 23rd, 2009 at 8:22 pm
You may need to CHMOD the “index.php” file to 755.