The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PHP Class for Extracting ZIP Files...
Can anyone suggest a good php class for extracting zip files that have been uploaded to the server? Thanks.
|
#2
|
|||
|
|||
This look pretty promising:
http://www.phpclasses.org/browse/package/945.html Allows the creation of tar, gzip, bzip2, and zip archives, and the extraction of tar, gzip, and bzip2. Supports relative paths/no paths, comments, and recursing through subdirectories. Can write file to disk, allow user to download directly, or return file contents in a string or an array. Does not require any external programs to run. PHP must be compiled with '--with-zlib' for gzip and zip and '--with-bzip2' for bzip2. Supports creation of self-extracting zip archives. See readme for full details. |
#3
|
|||
|
|||
<a href="http://www.phpconcept.net/pclzip/index.en.php" target="_blank">http://www.phpconcept.net/pclzip/index.en.php</a>
|
#4
|
|||
|
|||
Thanks everyone. I suppoce pclzip is more trustworthy? Did you ever use it, calorie?
|
#5
|
||||
|
||||
I'm using a modification of pclzip for one of my scripts. Works very well.
|
#6
|
|||
|
|||
Thanks, then that's what I will use.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|