Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 05-31-2004, 09:29 PM   #1 (permalink)
Sty
Patron
 
Sty's Avatar
 
Administrator
Location: Tôkyô, Japan
archiver script

Been trying to search the web for a simple script/management system to present users the possibility to download pre-defined directories in compressed format. The directories usually hold hundreds of pictures so clicking individually is a daunting task.

So what I had in mind would be a php/perl script that compresses directories on demand and presents it to the requester. Additional features like limiting the amounts and so forth would be helpful...
__________________
br,
Sty

I route, therefore you exist
Sty is offline  
Old 06-01-2004, 07:30 AM   #2 (permalink)
Junkie
 
Location: RI
Now, what type of system is this running on? As I think it might make a bit of a difference.
Without a complete idea of PHP I'll just ramble on so bear with me.
I'm thinking of all of this in Linux, sorry if you've already thought of this.
What I'd probably do is try to make a simple script(ie shell script)so that I can at least see if I could figure it out in the first place.
What you might be able to do is do a dir listing in PHP and pipe the output to a tar or zip. if using PHP, then you could use Bzip2(Bzip2 docs) to just zip the dir itself.
I doubt it helped, but hopefully it might have had some use.
Fallon is offline  
Old 06-01-2004, 08:07 AM   #3 (permalink)
Sty
Patron
 
Sty's Avatar
 
Administrator
Location: Tôkyô, Japan
Yeah I would have done that ages ago if I just could find some time to learn some PHP.
__________________
br,
Sty

I route, therefore you exist
Sty is offline  
Old 06-01-2004, 09:20 AM   #4 (permalink)
Junkie
 
Location: RI
Heh, I'm in the same boat as you. Tonight I'll look at my PHP book and hopefully it'll have some info on listing dir's and the like. It seems like it can be done, maybe not easily but possibly.
Fallon is offline  
 

Tags
archiver, script


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 06:00 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73