PDA

View Full Version : What is the Extention of this File?


Kermit911
6-17-04, 08:19 AM
This is the file I have downloaded. It is a zip file. I have never seen one with this extention B 4. What is the extention? Is it *.tar.gz or *.gz?.?.?. Thanx

squirrelmail-1.4.3a.tar.gz

Thanx
Dave

tbonekkt
6-17-04, 09:28 AM
That's a tarball file. Think of it as the Unix equivalent of a zip file.

BerksWebGuy
6-17-04, 09:31 AM
tar is a like a zip file, but in a different format (I think if mixes with unix better). You can un-tar a file on your site...you can't un-zip a file on your site.

Either get a program that un-tars like WinRAR, winace, and I think winzip can handle it...or do it on the server so you don't have to upload everything...I'm looking for that code now.

Kermit911
6-17-04, 09:32 AM
Cool, I would like to upload this to my server, but I need to allow the extention. What extention should I insert? *.???

Thanx
Dave

BerksWebGuy
6-17-04, 09:33 AM
You can keep the same extension, just upload it as a tar.

Then open notepad, copy this code, and save it as mailsetup.php, then upload it and run it:

<? system( "tar xzvf squirrelmail*.tar.gz" ) ?>

Kermit911
6-17-04, 09:36 AM
YOU CAN UPLOAD *.ZIP FILES AND UNZIP THEM ON THE SERVER???? MY GOD!!!, I wish I new that. Holy hefer. Thanx, that will help out A LOT.

Dave

BerksWebGuy
6-17-04, 09:37 AM
No...you can upload zip file...but you can't uncompress them online.

You can do both with tar files.

Kermit911
6-17-04, 09:39 AM
ok, I got u.

Thanx
Dave

tbonekkt
6-17-04, 09:40 AM
No...you can upload zip file...but you can't uncompress them online.
Are you sure about that? I thought it was possible... could be wrong though. :cool:

BerksWebGuy
6-17-04, 09:43 AM
I've never seen it...but that doesn't mean anything :D

Kermit911
6-17-04, 09:47 AM
VERY nice *.php file BerksWebGuy. THat worked GREAT Thanx

Dave

Ps: I'll try a *.zip file later and see if it works. THanx again

snowmaker
6-17-04, 11:52 AM
Are you sure about that? I thought it was possible... could be wrong though. :cool:
With the Gallery (http://gallery.menalto.com) script, you can upload images in a .zip file and the script will un-zip them and add them, so PHP and Powweb servers have un-zip capability. Come to think, there's a Squirrelmail (http://squirrelmail.org) plugin, Archive, that will make a .zip file that can be downloaded.

(jj)
6-17-04, 02:07 PM
I believe it was Halfabee or B&T that once posted how to use the zip/unzip modules that ARE installed on the servers.

tbonekkt
6-17-04, 02:10 PM
I believe it was Halfabee or B&T that once posted how to use the zip/unzip modules that ARE installed on the servers.
Who else would it have been? :)

Kermit911
6-17-04, 06:23 PM
Does anyone have squirrlmail that I could veiw? I really would like to try and set it up. How involved is it? Thanx a lot

Dave