The Unzipper Tool is a lightweight PHP-based utility for easily extracting and compressing files and directories on a web server. It provides a simple web interface to perform file operations like unzipping archives (.zip, .rar, .gz) and zipping directories.
- Unzip archives (.zip, .rar, .gz) to a specified destination.
- Zip a directory for easy storage or transfer.
- Upload the
unzip.php
script to your web server. - Access the tool via a web browser. http://your_server_ip/unzipper.php
Note: For security reasons, it's recommended to delete the tool from the web server path after usage.
- PHP with support for ZipArchive and RarArchive (if using RAR files).
Current Version: 1.0