Koozali.org: home of the SME Server

PHP directory indexer

Dan Brown

PHP directory indexer
« on: February 08, 2002, 11:51:12 PM »
I'm looking for a way to make my Apache direcytory listings look nicer.  The default ones are functional, I guess, but they look rather clunky.  See http://www.familybrown.org/howtos/ if you're not clear what I mean.  I'm looking for a way to clean this up, maybe offer color selection, and possibly offer the ability to download multiple files (check off the ones you want, etc.).  It seems this should be possible with a PHP script, but I don't remember seeing anything like this.  Any ideas?

Rick

Re: PHP directory indexer
« Reply #1 on: February 09, 2002, 03:52:40 PM »
I am looking for the same. Maybe with some file descriptions or remarks added?

Grub

Re: PHP directory indexer
« Reply #2 on: February 10, 2002, 10:32:04 AM »
http://dev.monokromatik.com/indexer/ or you can always try to find something what you need at www.hotscripts.com.

Good luck

jeff C

Re: PHP directory indexer
« Reply #3 on: February 10, 2002, 06:02:31 PM »
This works great for me.  Thanks Grub.
-jeff

Dan Brown

Re: PHP directory indexer
« Reply #4 on: February 10, 2002, 10:40:21 PM »
Thanks, Grub!  Much nicer than the standard index.

Dean Mumby

Re: PHP directory indexer
« Reply #5 on: March 15, 2002, 11:29:56 AM »
Where do I put the files from the zip file ?

Does the ibayhave to be php enabled ?

Regards
Dean

Rick

Re: PHP directory indexer
« Reply #6 on: March 15, 2002, 03:55:10 PM »
Put them in the i-bay you wish to index. PHP should be enabled.

Dean Mumby

Re: PHP directory indexer
« Reply #7 on: March 15, 2002, 04:40:16 PM »
1) How do I get it to work in sub-directories  ?
2) do I have to put it in the html directory ? If so dont normal windows mappings map to the files directory ? Does this mean I have to put all the files in the html directory and not files ?

Thank You

Dean

Rick

Re: PHP directory indexer
« Reply #8 on: March 15, 2002, 09:24:26 PM »
1) Put the files also in the sub-dirs.
2) The PHP indexer is for showing the index in HTML format. Obviously this means that you have to put everything in the HTML dir and point your browser to it. Also make the ibay viewable over the web.

kitkat

Re: PHP directory indexer
« Reply #9 on: March 18, 2002, 05:11:00 AM »
Question.

I would like to make one of the directories in the indexer, password protected.
I can't seem to get it by putting in a .htaccess and .htpasswd file.
Can someone help me?

-Kit