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

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1.     
    #11
    Member
    deliteblogger, of course i want thanks.

  2.   Sponsored Links

  3.     
    #12
    Member
    I can write a php function: you pass in your filename and it returns the filesonic link. that's what you want?

  4.     
    #13
    Member
    I can write a php function: you pass in your filename and it returns the filesonic link. that's what you want?
    yep! thank you very much!

  5.     
    #14
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    PHP Code: 
    function searchnget($filepath$stringtosearch) {
    // Author : Soft2050 - Search for a string in a text file and then return the line
    $lines file($filepath);
    foreach(
    $lines as $line) {
        if (
    strpos($line$stringtosearch) !== false) {
        return 
    $line;
        break;
        }
    }
    return 
    "";

    Usage:
    PHP Code: 
    echo searchnget('mytest.txt''soft'); 
    mytest.txt contents:
    Code: 
    what
    great
    i am what
    soft 2050
    this is
    now i like
    what the shit
    good an
    You can add all links to a text file and then search for that

  6.     
    #15
    Member
    soft2050, thank you. i try.

    left to write the function get the list

  7.     
    #16
    Member
    you can get the list with this url:
    http://www.filesonic.com/filesystem/...l-links/-1/txt
    of course you have to be logged in.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. filesonic premium link
    By killeramy in forum File Host Discussion
    Replies: 8
    Last Post: 7th Dec 2011, 05:57 PM
  2. How to use Filesonic API for link checking
    By torrfriend in forum Web Development Area
    Replies: 12
    Last Post: 1st Dec 2011, 08:51 PM
  3. how to link to filesonic? avoiding DMCA bots
    By yakamozz in forum File Host Discussion
    Replies: 47
    Last Post: 20th Nov 2011, 08:28 PM
  4. Filesonic Single Link vs Splitted Link
    By piratebay in forum File Host Discussion
    Replies: 4
    Last Post: 14th Apr 2011, 04:53 AM
  5. filesonic for rapidshare link checker
    By koullis in forum General Discussion
    Replies: 1
    Last Post: 3rd Oct 2010, 08:40 AM

Tags for this Thread

BE SOCIAL