Results 1 to 10 of 13
Threaded View
-
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
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
themaCreator - create posts from...
Version 3.47 released. Open older version (or...