newworldnetspace
New member
There are two ways to extract .zip files directly on the server:
1.The first one is by using SSH
->Run the following command over SSH:
unzip theziparchive.zip
2.The second way is with PHP script.
-> Create file unzip.php in the current directory where your zip file is and add to the file the following script:
<?
`unzip theziparchive.zip`;
?>
you can print it as reverence.
please to include link below, to give more help to your friends that need help with their hosting or their current website
.
1.The first one is by using SSH
->Run the following command over SSH:
unzip theziparchive.zip
2.The second way is with PHP script.
-> Create file unzip.php in the current directory where your zip file is and add to the file the following script:
<?
`unzip theziparchive.zip`;
?>
you can print it as reverence.
please to include link below, to give more help to your friends that need help with their hosting or their current website
