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

Results 1 to 7 of 7
  1.     
    #1
    Member

    Default File Folders Url Grabber

    I recently notice many ppl user folder links instead of direct links



    for example



    they put



    http://filejungle.com/l/vnEaUk



    instead of



    http://www.filejungle.com/f/97uKWWHe

    http://www.filejungle.com/f/cv7fyc



    is there any script can read the folder and generate the direct links?



    thanx
    vincentfkc Reviewed by vincentfkc on . File Folders Url Grabber I recently notice many ppl user folder links instead of direct links for example they put Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    see if this works

    http://rapidgen.net/linkfinder

  4.     
    #3
    Member
    thanx~~~

  5.     
    #4
    Member
    still finding others can work for more filehosts

  6.     
    #5
    Banned
    Website's:
    only-classical.com
    Working good .... Thanks

  7.     
    #6
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Just use regex on the page. Coded up a simple php grabber to do the task:

    PHP Code: 
    <?php

    // FileJungle Folder Links Grabber -- By Soft2050

    if (isset($_POST['fjlinklist'])) {

        echo 
    '<strong>All Links</strong><br />';
        
        
    $fjsource file_get_contents($_POST['fjlinklist']);

        
    preg_match_all('#http:\/\/www\.filejungle.com\/f\/\w+#' ,$fjsource ,$match);
        
    $links $match[0];
        foreach(
    $links as $link){
        echo 
    "$link<br />";
        }

    } else {
        echo 
    '<form method="post" action="">
            Enter the filejungle link list url here:<br>
            <input type="text" value="" name="fjlinklist" size="100">
            <input type="submit" value="Grab All Links">
        </form>'
    ;
    }

    ?>
    Just create any php file and add the above source to it and visit at your web server.


  8.     
    #7
    Member
    this code work good but no filename with links. Could you code it with filename ?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Rapidshare folders
    By Tyler in forum File Host Discussion
    Replies: 0
    Last Post: 23rd Sep 2011, 03:47 PM
  2. how to rar all folders one by one automatically?
    By sSKKa in forum Technical Help Desk Support
    Replies: 6
    Last Post: 15th Feb 2011, 08:10 PM
  3. Cannot rename certain folders in linux
    By kundurocks in forum Technical Help Desk Support
    Replies: 3
    Last Post: 28th Dec 2010, 08:34 AM
  4. Add 1 file to hundred of folders software?
    By cfs5403 in forum Technical Help Desk Support
    Replies: 4
    Last Post: 30th Nov 2010, 05:55 PM
  5. downloading full folders?
    By SceneMan in forum General Discussion
    Replies: 1
    Last Post: 22nd Mar 2010, 06:46 PM

Tags for this Thread

BE SOCIAL