Unzipper.php
The Unzipper is a PHP script that extracts .zip, .rar or .gz
archives on webservers.
It detects .zip/.rar/.gz archives
and
let you choose which one to extract (if there are multiple archives
available). It also supports creating Zip archives.
- It is useful if
you not have access to a File-Manager, and you want to upload a lot of files
(php framework or image collection) as archive.
Requirements
- PHP 5.3 and newer.- PHP Rar extension (needed only if you want to extract Rar archive).
Usage
1. Copy the "unzipper.php" file on your server (in
the folder where you have the archive).
2. Access the "unzipper.php"
in
your browser.
- To extract a Zip/Rar archive, it must be in the same
folder where you have the "unzipper.php" file.
3. Choose .zip, .rar
archive or .gz file you want to extract, and click on the "Unzip Archive"
button.
Scipt Page: https://github.com/ndeet/unzipper
