Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Dan Brown on February 08, 2002, 11:51:12 PM

Title: PHP directory indexer
Post by: Dan Brown 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?
Title: Re: PHP directory indexer
Post by: Rick on February 09, 2002, 03:52:40 PM
I am looking for the same. Maybe with some file descriptions or remarks added?
Title: Re: PHP directory indexer
Post by: Grub 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
Title: Re: PHP directory indexer
Post by: jeff C on February 10, 2002, 06:02:31 PM
This works great for me.  Thanks Grub.
-jeff
Title: Re: PHP directory indexer
Post by: Dan Brown on February 10, 2002, 10:40:21 PM
Thanks, Grub!  Much nicer than the standard index.
Title: Re: PHP directory indexer
Post by: Dean Mumby 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
Title: Re: PHP directory indexer
Post by: Rick on March 15, 2002, 03:55:10 PM
Put them in the i-bay you wish to index. PHP should be enabled.
Title: Re: PHP directory indexer
Post by: Dean Mumby 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
Title: Re: PHP directory indexer
Post by: Rick 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.
Title: Re: PHP directory indexer
Post by: kitkat 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