Bluehost on how to use phpzip

For example: to a.jpg, b.jpg, c.jpg three picture files in the local compression, and then host on bluehost using phpzip extracted to / public_html/attachments/month_0901 directory.

First, the local operation:

1. At the local New Folder month_0901, put a.jpg, b.jpg, c.jpg three picture files on the folder month_0901 Medium
Path is as follows:
Directory path such as
c: \ temp \ month_0901
Picture path is like this:
c: \ temp \ month_0901 \ a.jpg
c: \ temp \ month_0901 \ b.jpg
c: \ temp \ month_0901 \ c.jpg

2.phpZip.exe should be placed on the superior picture folder

Path: c: \ temp \ phpZip.exe

3. Run phpZip.exe, compression selection box in the browser, * note that the compressed folder

Here to select compression month_0901 under the current directory folder, point compression button you will get a compressed file called month_0901.dat.gz

* month_0901 folder bluehost host should be required to place you on the catalog picture of the same name.

In other words you put on bluehost host directory is also a picture month_0901

Two, bluehost on the steps:

For example: Your Photos directory are:

/ public_html/attachments/month_0901

1. Unzip.php put uploaded to / public_html / attachments directory

2. Instrument put to use FTP compressed package also upload it to here, the path is as follows:
/ public_html/attachments/month_0901.dat.gz

Take another look at the path under the document attachments situations:

/ public_html / attachments / unzip.php
/ public_html/attachments/month_0901.dat.gz
/ public_html/attachments/month_0901 (this is a directory, as long as there is no file with the same name, decompression will not overwrite the original document here)

Three, the implementation of decompression:

Open in your browser:

http://www.yourdomain.com/attachments/unzip.php

Select the file on the specified server. (You can change the default selected method is unzip.php Edit
)
Enter the best compression you have uploaded the file name month_0901.dat.gz, pay attention to only enter the file name Do not need the path because the document in the current directory. (You can change the default file name, methods are unzip.php Edit
)

Point unzip.php page "OK" button, you can put files month_0901.dat.gz automatically added to the directory month_0901 received echo are as follows:

Make dir ./month_0901
Create file ./month_0901/b.jpg
Create file ./month_0901/a.jpg
Create file ./month_0901/c.jpg
End of dir ./month_0901