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?

Downloading and uploading PLSC files are turning to zip?
Author: Message:
-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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Downloading and uploading PLSC files are turning to zip? - by djmorf on 11-17-2007 at 08:51 PM
RE: Downloading and uploading PLSC files are turning to zip? - by Jimbo on 11-17-2007 at 08:57 PM
RE: Downloading and uploading PLSC files are turning to zip? - by vikke on 11-17-2007 at 09:01 PM
RE: Downloading and uploading PLSC files are turning to zip? - by djmorf on 11-17-2007 at 08:59 PM
RE: Downloading and uploading PLSC files are turning to zip? - by Spunky on 11-17-2007 at 09:05 PM
RE: Downloading and uploading PLSC files are turning to zip? - by djmorf on 11-17-2007 at 09:06 PM
RE: Downloading and uploading PLSC files are turning to zip? - by deAd on 11-17-2007 at 09:28 PM
RE: Downloading and uploading PLSC files are turning to zip? - by WDZ on 11-17-2007 at 09:40 PM
RE: Downloading and uploading PLSC files are turning to zip? - by Matti on 11-17-2007 at 09:55 PM
RE: Downloading and uploading PLSC files are turning to zip? - by -dt- on 11-18-2007 at 01:29 AM
RE: Downloading and uploading PLSC files are turning to zip? - by Quantum on 11-18-2007 at 09:47 AM
RE: Downloading and uploading PLSC files are turning to zip? - by -dt- on 11-18-2007 at 10:12 AM
RE: Downloading and uploading PLSC files are turning to zip? - by Spunky on 11-18-2007 at 11:00 AM
RE: Downloading and uploading PLSC files are turning to zip? - by Matti on 11-18-2007 at 10:22 AM
RE: Downloading and uploading PLSC files are turning to zip? - by djmorf on 11-18-2007 at 11:59 AM
RE: Downloading and uploading PLSC files are turning to zip? - by Spunky on 11-18-2007 at 12:28 PM
RE: Downloading and uploading PLSC files are turning to zip? - by djmorf on 11-18-2007 at 12:31 PM
RE: Downloading and uploading PLSC files are turning to zip? - by djmorf on 11-18-2007 at 07:53 PM
RE: Downloading and uploading PLSC files are turning to zip? - by ShawnZ on 11-18-2007 at 08:12 PM
RE: Downloading and uploading PLSC files are turning to zip? - by djmorf on 11-18-2007 at 09:20 PM


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