Activity Stream
48,167 MEMBERS
6976 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1.     
    #1
    It begins...

    Default [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($pageTRUE);

    $genLink trim($page['FSApi_Link']['getDownloadLink']['response']['links'][$id]['url']);
    if(!
    $genLink)
    {
      exit(
    'false');
    }

    $headers get_headers($genLinktrue);

    echo 
    'Link: ' $genLink "\n";
    echo 
    'Filename: ' $page['FSApi_Link']['getDownloadLink']['response']['links'][$id]['filename'] . "\n";
    echo 
    'Size: ' $headers['Content-Length'];

    ?>
    Outputs filename, file link, and size.
    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

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    ihide.info
    nice bro
    KWWH has turned gay. I will not return until Phamous is demoted.

  4.     
    #3
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    How 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.

  5.     
    #4
    It 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.

  6.     
    #5
    Banned
    Great. How to make the download link stream to server to be download by user? is there any PHP code?

  7.     
    #6
    Member
    ^ use php header trick. It won't be resumeable though.

  8.     
    #7
    Member
    _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.
    I asked Vick_ to code me link grabber by filename and he sent me same code what you share here. Cost me 15 $.

    But just want to say good work LT, good script.

  9.     
    #8
    It 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.

  10.     
    #9
    Banned
    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

  11.     
    #10
    Probation
    Thanks, work for me

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 13th Oct 2011, 03:24 AM
  2. Replies: 0
    Last Post: 10th Sep 2011, 06:06 PM
  3. [Buying] FileSonic Premium Link Generator Script
    By bulls in forum Completed Transactions
    Replies: 4
    Last Post: 16th Aug 2011, 05:06 AM
  4. Need a Filesonic or fileserve premium link generator SCRIPT
    By dawinet in forum Webmaster Resources
    Replies: 9
    Last Post: 15th Aug 2011, 10:40 PM
  5. Replies: 1
    Last Post: 19th May 2011, 04:29 PM

Tags for this Thread

BE SOCIAL