I'm doing some work for a client who wants to set up what they call a "planroom". It would be a page on their site the address of which is only given to a customer working with them on that particular project, and they'd need to set up new planrooms on their own.
It will at the top contain some info that they put in, like a general description and a few other fields (I can customize the PHP code to do whatever particular fields, I'd just prefer to find something with this general capability already in), and below have a list of files in the directory and their sizes listed in a sane manner (i.e. "3.4 MB" not "3565158 bytes"). Ways this could be done I was thinking could be a text file in the directory that the PHP looks for (and preferably omits from its directory listing, but that's no big deal), or with a database. I'm also hoping whatever I find can be fit in to the client's site design to keep with their site theme, though if I find a great one where this isn't very feasable I could just modify its color scheme.
I did some searching and found two that are decent-looking directory listing scripts, but would take a lot of modifying. They are snif and phpAutoindex.
Anyone know of something like what I'm searching for?