Downloading and uploading PLSC files are turning to zip? |
Author: |
Message: |
djmorf
New Member
Posts: 11
Joined: Nov 2007
|
O.P. Downloading and uploading PLSC files are turning to zip?
Ok, i have my own small website ( http://morganatkins.110mb.com ), i'v tried uploading my own scripts, but when I attempt to dowload the PLSC files, it regesters them as Zip files. Try it your self
http://morganatkins.110mb.com -> scripts ->Download
|
|
11-17-2007 08:51 PM |
|
|
Jimbo
Veteran Member
Posts: 1650 Reputation: 18
32 / /
Joined: Jul 2006
|
RE: Downloading and uploading PLSC files are turning to zip?
quote: Originally posted by djmorf
Ok, i have my own small website ( http://morganatkins.110mb.com ), i'v tried uploading my own scripts, but when I attempt to dowload the PLSC files, it regesters them as Zip files. Try it your self
http://morganatkins.110mb.com -> scripts ->Download
Umm, it comes up as plsc for me, are you sure you have Plus installed?
|
|
11-17-2007 08:57 PM |
|
|
djmorf
New Member
Posts: 11
Joined: Nov 2007
|
O.P. RE: Downloading and uploading PLSC files are turning to zip?
Yep, definatly, I creaed and run it localy though
|
|
11-17-2007 08:59 PM |
|
|
vikke
Senior Member
Posts: 900 Reputation: 28
31 / /
Joined: May 2006
|
RE: Downloading and uploading PLSC files are turning to zip?
PLSC is a ZIP-file but it's renamed. If you rename it back to ".zip", you should be able to open it with WinZIP or similar.
When I download it, it shows up as PLSC as well. It could be the hosting company identifies the file as ZIP, by reading it's contents.
|
|
11-17-2007 09:01 PM |
|
|
Spunky
Former Super Mod
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
|
RE: Downloading and uploading PLSC files are turning to zip?
Have you set-up the PLSC mime-type on the server? Seeing as it's free hosting, I'm unsure if you can actually do it, but I think this is the cause
<Eljay> "Problems encountered: shit blew up"
|
|
11-17-2007 09:05 PM |
|
|
djmorf
New Member
Posts: 11
Joined: Nov 2007
|
O.P. RE: Downloading and uploading PLSC files are turning to zip?
So, what could I do?
I'm hosting with 110mb ( http://www.110mb.com )
|
|
11-17-2007 09:06 PM |
|
|
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
Joined: Jan 2006
|
RE: Downloading and uploading PLSC files are turning to zip?
Upload a custom htaccess file, but I forgot what you actually have to put in it
|
|
11-17-2007 09:28 PM |
|
|
WDZ
Former Admin
Posts: 7106 Reputation: 107
– / /
Joined: Mar 2002
|
RE: Downloading and uploading PLSC files are turning to zip?
quote: Originally posted by deAd
Upload a custom htaccess file, but I forgot what you actually have to put in it
This might work...
code: <FilesMatch "\.plsc$">
ForceType application/x-plsc
</FilesMatch>
|
|
11-17-2007 09:40 PM |
|
|
Matti
Elite Member
Script Developer and Helper
Posts: 1646 Reputation: 39
32 / /
Joined: Apr 2004
|
RE: Downloading and uploading PLSC files are turning to zip?
I thought this was something to do with Internet Explorer, no? What about trying to download it from another browser?
If that works, I may have a workaround for you. You might want to ZIP the PLSC-file and upload that one. This way, when someone downloads the ZIP, they can unpack it and then they'll find the PLSC-file which they can open.
|
|
11-17-2007 09:55 PM |
|
|
-dt-
Scripting Contest Winner
;o
Posts: 1819 Reputation: 74
36 / /
Joined: Mar 2004
|
RE: Downloading and uploading PLSC files are turning to zip?
quote: Originally posted by WDZ
quote: Originally posted by deAd
Upload a custom htaccess file, but I forgot what you actually have to put in it
This might work...
code: <FilesMatch "\.plsc$">
ForceType application/x-plsc
</FilesMatch>
or
code: AddType application/x-plsc .plsc
quote: Originally posted by Mattike
If that works, I may have a workaround for you. You might want to ZIP the PLSC-file and upload that one. This way, when someone downloads the ZIP, they can unpack it and then they'll find the PLSC-file which they can open.
: < i hate people who zip zips
Happy Birthday, WDZ
|
|
11-18-2007 01:29 AM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|