View Full Version : PHP File Browser
LoRd_MuldeR
17th February 2008, 16:53
I have just put together a simple File Browser in PHP.
It's written as one single PHP script, Login mechanism is included, Base Directory configurable.
File Upload not implemented yet...
http://img90.imageshack.us/img90/9051/clipboard03xg5.th.png (http://img90.imageshack.us/my.php?image=clipboard03xg5.png)
If you want to give it a try, it's here: http://mulder.dummwiedeutsch.de/etc/php_file_browser.2007-02-19.7z
Feedback is welcome :)
smok3
18th February 2008, 21:28
just some notes that would make me to replace autoindex as my usual file browser:
- (fast) search engine (minimum config, maximum effect)
- should be very easy to make my custom look
- good way to display thumbnails (for any filetype) - those could be generated by user, not neccesarily by the script itself.
- ability to sort by any column (like by date) - this is possible to do with javascript as well http://www.kryogenix.org/code/browser/sorttable/
well, like i said just some notes, no idea how big are your plans with this?
p.s. my current default lister (pic should appear here):
http://blog.somestuff.org/images/LPP_screenshot.png
autoindex official demo;
http://autoindex.sourceforge.net/demo/
LoRd_MuldeR
18th February 2008, 22:10
well, like i said just some notes, no idea how big are your plans with this?
Not too big, I guess...
Thumbnails and custom looks are not planned. However you can modify the CSS code easily to change the colors.
Sorting the files either by name or by size is planned. Also ordering the files in reverse order (for both modes) is planned.
I will think of a search engine, but I'm not sure how to integrate that in a simple way. So no guarantees.
File upload will be added soon. I already have a working script for that purpose...
LoRd_MuldeR
19th February 2008, 22:38
Added file uploads. Download link updated.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.