Web Hosting Talk







View Full Version : archive file extractor script


3-rx
05-10-2007, 03:19 PM
hello

i remember, that few months ago, during script insallation check, that it has original installation.

you must upload to server archive file (as i remember zip file) and type url in your browser (e.g install.php)

it just extract files from zip archive and restore as they need to be place.

so ... just need such script which can extract archive file (zip, or rar, or tar.gz)

can u suggest me any such script.

you assistance is appreciated

krumms
05-10-2007, 08:22 PM
Check out PEAR's Archive_Zip.

http://pear.php.net/package/Archive_Zip

Cheers,
T

theBleeber
05-12-2007, 11:50 PM
A script that would do this would not be hard to complete at all with either PHP or PERL. You should post a request in the Advertising forums and I am sure someone could do it for cheap.

The PEAR module listed would work great if you only needed to extract files that were compressed using the "zip" compression. At least that is the way that I read it.