What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Downloading and uploading PLSC files are turning to zip?

Pages: (2): « First « 1 [ 2 ] Last »
Downloading and uploading PLSC files are turning to zip?
Author: Message:
Quantum
Disabled Account
*****

Away.

Posts: 1055
Reputation: -17
30 / Male / Flag
Joined: Feb 2007
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 :P

You have to pay for .htaccess with 110mb :)
No longer here.
11-18-2007 09:47 AM
Profile PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Downloading and uploading PLSC files are turning to zip?
quote:
Originally posted by john-t
quote:
Originally posted by deAd
Upload a custom htaccess file, but I forgot what you actually have to put in it :P

You have to pay for .htaccess with 110mb :)
then have them download the plsc through a php page like

code:
<?php

if(!isset($_GET['request']))die("didnt request a file :(");

$plscdir = "./xxx/";
$file = $plscdir . basename($_GET['request']);

if(file_exists($file)){
    header("Content-type: application/x-plsc");
    readfile($file);
}else{
    echo "file doesnt exist ;o";
}


?>



then save that as downloadplsc.php and when you want to download a plsc have them go to the url like

http://xxx.com/downloadplsc.php?request=moo.plsc
[Image: dt2.0v2.png]      Happy Birthday, WDZ
11-18-2007 10:12 AM
Profile PM Web Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: Downloading and uploading PLSC files are turning to zip?
quote:
Originally posted by -dt-
: < i hate people who zip zips
Me too. But that's why I use Firefox! :grin:
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
11-18-2007 10:22 AM
Profile E-Mail PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Downloading and uploading PLSC files are turning to zip?
quote:
Originally posted by -dt download the plsc through a php page[/quote


Don't think you get PHP with free hosting such as this... I know I never used to get it
<Eljay> "Problems encountered: shit blew up" :zippy:
11-18-2007 11:00 AM
Profile PM Find Quote Report
djmorf
New Member
*


Posts: 11
Joined: Nov 2007
O.P. RE: Downloading and uploading PLSC files are turning to zip?
Yr, i get free php, for now i'v ziped the plsc file, but surly thats not the same as Zipping a zip??
I'm about to try the PHP as well
11-18-2007 11:59 AM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Downloading and uploading PLSC files are turning to zip?
quote:
Originally posted by djmorf
surly thats not the same as Zipping a zip??

A PLSC file is a zip ;) It's just renamed
<Eljay> "Problems encountered: shit blew up" :zippy:
11-18-2007 12:28 PM
Profile PM Find Quote Report
djmorf
New Member
*


Posts: 11
Joined: Nov 2007
O.P. RE: Downloading and uploading PLSC files are turning to zip?
I know, but you don't unzip it, so it's not a zip in a zip
Also the PHP doen't seem to work
please could someone visit the site and check the code ect. please?
Http://www.morganatkins.110mb.com -> Scripts ->Php download ( -> scripts)

This post was edited on 11-18-2007 at 03:03 PM by djmorf.
11-18-2007 12:31 PM
Profile E-Mail PM Find Quote Report
djmorf
New Member
*


Posts: 11
Joined: Nov 2007
O.P. RE: Downloading and uploading PLSC files are turning to zip?
Oh right, upload the .htaccess THEN use the PHP.
I think for now i will have to use what I'v got, unless there are any more ways of downloading the file?
11-18-2007 07:53 PM
Profile E-Mail PM Find Quote Report
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: Downloading and uploading PLSC files are turning to zip?
quote:
Originally posted by djmorf
Oh right, upload the .htaccess THEN use the PHP.

no, just use the php file.
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
11-18-2007 08:12 PM
Profile PM Web Find Quote Report
djmorf
New Member
*


Posts: 11
Joined: Nov 2007
O.P. RE: Downloading and uploading PLSC files are turning to zip?
Really? The php doen't seem to work, try it, does any one know off hand what the problem is? I'm also going to post this on another forum for the PHP
11-18-2007 09:20 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On