From: shane <sh...@lo...> - 2001-07-30 23:56:30
|
At 08:13 PM 7/29/2001 -0700, you wrote: >New Problem, I got the script working, however It can only access directory >and files that are anyways accessible by the apache daemon, so it kinda >defeats the purpouse. > >Is theer away to make some sort of handler in the conf file that is you want >to access a specific dir you need to be logged in with a certain seclev? Hmm >I guess that entire dl.pl was for the dogs anyway I went through some of the same problems you're going through with this. I wrote an MP3 plugin. It scans for mp3's, databases them, and lets you search through them for filename/artist/genre etc etc. I had *hoped* to add download-ability or play-ability to the plugin, but I never had time to work on hiding the src path for a file. I figured I could push the file to the browser, but I needed a way to make sure that no one could ever get the src paths and try to go a browsing in the directory tree (that apache has read-only to in the FS) and leech the entire multi-GB collection and screw our bandwidth. >-----Original Message----- >From: sla...@li... >[mailto:sla...@li...]On Behalf Of >Ralf >Sent: Sunday, July 29, 2001 10:33 AM >To: sla...@li... >Subject: RE: [Slashcode-development] File download? > > >HI, > >Just remembered http://www.perlmoks.com and did a search for, well file >download, and voila, there it is... > >now I just need to figure out how to use a template from the DB.... > >What will be next? a D/L counter? A full blown file area plug-in for slash? > > >I answered myself in case someone else wanted to know about this.... > >Greetz > >Ralf > > > >_______________________________________________ >Slashcode-development mailing list >Sla...@li... >http://lists.sourceforge.net/lists/listinfo/slashcode-development |