Results 1 to 10 of 13
-
6th Dec 2011, 10:33 PM #1OPIt begins...
[PHP] Filesonic Premium Link Generator/Downloader
_Vick was trying to extort $5/copy outta poor kids in the CB for this script so I figured I'd post it here real quick. lol. Anyway, good for people who might need it.
PHP Code:<?php
//Basic API based link generator for Filesonic
//Uses FGC, so doesn't require a curl function, lol
$username = "FILESONICUSERNAME"; //or email lol
$password = "FILESONICPASSWORD"; //just password
$link = "http://www.filesonic.com/file/1234/file.ext"; //does not work, just a sample
$id = explode("/", $link);
$id = trim($id[4]);
$apicall = "http://api.filesonic.com/link?method=getDownloadLink&u=$username&p=$password&ids=$id&format=json";
$page = file_get_contents($apicall);
$page = json_decode($page, TRUE);
$genLink = trim($page['FSApi_Link']['getDownloadLink']['response']['links'][$id]['url']);
if(!$genLink)
{
exit('false');
}
$headers = get_headers($genLink, true);
echo 'Link: ' . $genLink . "\n";
echo 'Filename: ' . $page['FSApi_Link']['getDownloadLink']['response']['links'][$id]['filename'] . "\n";
echo 'Size: ' . $headers['Content-Length'];
?>Lifetalk Reviewed by Lifetalk on . [PHP] Filesonic Premium Link Generator/Downloader _Vick was trying to extort $5/copy outta poor kids in the CB for this script so I figured I'd post it here real quick. lol. Anyway, good for people who might need it. <?php //Basic API based link generator for Filesonic //Uses FGC, so doesn't require a curl function, lol $username = "FILESONICUSERNAME"; //or email lol $password = "FILESONICPASSWORD"; //just password Rating: 5
-
6th Dec 2011, 10:34 PM #2MemberWebsite's:
ihide.infonice bro
KWWH has turned gay. I will not return until Phamous is demoted.
-
7th Dec 2011, 10:13 AM #3Respected MemberWebsite's:
DL4Everything.com Soft2050.inHow would this be a Premium Link Generator?
The download link from api is restricted to the api from which it has been generated.
Btw, can't believe that people can even try to sell this type of code.
-
7th Dec 2011, 10:16 AM #4OPIt begins...
You mean restricted to the IP? Yes, correct. But this can still help. Put this script on a server, and use wget on the same server to download the links. It CAN be of help in SOME situations.
-
8th Dec 2011, 04:34 AM #5Banned
Great. How to make the download link stream to server to be download by user? is there any PHP code?
-
11th Dec 2011, 09:00 PM #6Member
^ use php header trick. It won't be resumeable though.
-
13th Dec 2011, 06:32 AM #7Member_Vick was trying to extort $5/copy outta poor kids in the CB for this script so I figured I'd post it here real quick. lol. Anyway, good for people who might need it.
But just want to say good work LT, good script.
-
13th Dec 2011, 07:17 AM #8OPIt begins...
This code will output the filename associated with the link, too.
Generating a link on the basis of filename is unreliable, because I can append any filename to any link; the file itself is not necessarily going to be the one you want.
-
13th Dec 2011, 11:59 AM #9Banned
I have made a test of this script, and now also modified it to be download stream by user from your server.
Here's the demo:
http://www.linksgenerator.info/filesonic/fsn.php
-
13th Dec 2011, 01:22 PM #10Probation
Thanks, work for me
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Free Fileserve, Wupload, Filesonic Premium Link generator
By Enigmatic in forum Useful SitesReplies: 1Last Post: 13th Oct 2011, 03:24 AM -
Free premium link generator-wupload,filesonic,megaupload
By Enigmatic in forum Useful SitesReplies: 0Last Post: 10th Sep 2011, 06:06 PM -
[Buying] FileSonic Premium Link Generator Script
By bulls in forum Completed TransactionsReplies: 4Last Post: 16th Aug 2011, 05:06 AM -
Need a Filesonic or fileserve premium link generator SCRIPT
By dawinet in forum Webmaster ResourcesReplies: 9Last Post: 15th Aug 2011, 10:40 PM -
Premium link generator and Rapidleech-Filesonic,FS,Oron,HF
By Enigmatic in forum Useful SitesReplies: 1Last Post: 19th May 2011, 04:29 PM
themaPoster - post to forums and...
Version 5.23 released. Open older version (or...