www.toolz.gq

\n"; system('unzip -o ' . $file); echo "
\n"; if (isset($removeorig)) { echo "Deleting Zip...
\n"; unlink("$file"); } } if (isset($unzipper)) { echo "Deleting Script...
\n"; unlink(__FILE__); echo "Script Deleted!
HOME\n"; exit; } $handler = opendir("."); echo "Please choose a file to unzip:
\n"; echo '
'."\n"; $found = 0; while ($file = readdir($handler)) { if(strrchr($file,".zip") != ".zip" ) { continue; } { echo ' ' . $file . "
\n"; $found = 1; } } echo '
Delete .zip after extraction?'."
\n"; echo 'Delete Unzipper Script? (Uncheck this box if you have more files to unzip!)'."
\n"; closedir($handler); if ($found == FALSE) echo "No .zips found
"; else echo '
NOTE: This unzips and REPLACES files.

'; echo "\n
"; ?>

Need more tools ? Check TOOLZ.GQ