Results 1 to 4 of 4
-
6th Dec 2011, 10:27 PM #1OPBannedWebsite's:
Seecure.me[PHP] FileSonic Premium Downloader Script
Because LT want's to ruin my sales, I'll release it for free
[PHP] FileSonic Premium Downloader Script
Code:<?php error_reporting(0); /** * Author: Vick@PHPCanyon.net * Site : www.PHPCanyon.net * Date : 7/12/2011 */ // must have prem account. // Enter your FS prem user/email/pass here. $email = "emailhere"; $password = "passwordhere"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://api.filesonic.com/user?method=getInfo&u='.$email.'&p='.$password); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, 0); curl_setopt ($ch, CURLOPT_COOKIEJAR, 'cookie.txt'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec($ch); curl_close($ch); $urls = array( // Enter your URL here. $_GET['link'] ); $regex = '|/file/(([a-z][0-9]+/)?[0-9]+)(/.*)?$|'; foreach($urls AS $url) { $matches = array(); preg_match($regex, $url, $matches); if (!isset($matches[1])) continue; $link = 'http://api.filesonic.com/link?method=getDownloadLink&u='.$email.'&p='.$password.'&ids=' . str_replace('/', '-', $matches[1]) . "\n"; } $cj = curl_init(); curl_setopt($cj, CURLOPT_URL, $link); curl_setopt($cj, CURLOPT_RETURNTRANSFER, 1); $downloadlink = curl_exec($cj); curl_close($cj); $getDLlink = '/url":"(.+?)"}/'; preg_match($getDLlink, $downloadlink, $match); $link = $match[1]; $newLink = str_replace('\\', "", $link); $maskedLink = file_get_contents("http://************/api-create.php?url=$newLink"); if($_GET['link']=="") { } else{ echo '<a href="'.$maskedLink.'">Download</a>'; } ?> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>FileSonic Premium Downloader</title> <meta name="description" content="PHP FileSonic Premium Downloader Script"> <meta name="author" content="Vick Kumar"> <meta name="website" content="forum.phpcanyon.net"> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <form action="fs_prem.php" method="get"> Enter FileSonic Download Link : <input type="text" name="link" size="50" /> <input type="submit" value="Download" /> </form> </body> </html>
_Vick Reviewed by _Vick on . [PHP] FileSonic Premium Downloader Script Because LT want's to ruin my sales, I'll release it for free <3 FileSonic Premium Downloader Script <?php error_reporting(0); /** * Author: Vick@PHPCanyon.net * Site : www.PHPCanyon.net Rating: 5
-
6th Jan 2012, 06:33 PM #2Member
Script doesn't work anymore btw. Gonna try to fix it (I doubt I can).
-
6th Jan 2012, 06:52 PM #3BannedWebsite's:
HotWallpapers.me AustraliaFlood.net VirtualUpload.net
-
6th Jan 2012, 08:27 PM #4Member
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[PHP] Filesonic Premium Link Generator/Downloader
By Lifetalk in forum Web Development AreaReplies: 12Last Post: 6th Feb 2012, 10:35 AM -
[Selling] Selling Premium link generator script ( RS, Filesonic, Wupload, Fielserve, MU )
By santanu18 in forum Completed TransactionsReplies: 52Last Post: 2nd Dec 2011, 11:53 PM -
which file downloader to use for wupload&filesonic
By colie in forum File Host DiscussionReplies: 8Last Post: 20th Aug 2011, 06:27 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
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...