holhostcom
New member
Once uploaded , you can unzip the files following these steps :
1. Create file called unzip.php into the same folder as the archive.
2. Copy/paste the following content :
<? exec("unzip myfile.zip"); ?>
3. Replace myfile.zip with the name of your file
4. Open yourdomain.com/path_to/unzip.php in a browser
You will haev the .zip extracted into the same folder as the archive.
1. Create file called unzip.php into the same folder as the archive.
2. Copy/paste the following content :
<? exec("unzip myfile.zip"); ?>
3. Replace myfile.zip with the name of your file
4. Open yourdomain.com/path_to/unzip.php in a browser
You will haev the .zip extracted into the same folder as the archive.