Results 1 to 7 of 7
-
7th Dec 2011, 03:45 AM #1OPMember
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?
thanxvincentfkc 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
-
7th Dec 2011, 04:05 AM #2Member
see if this works
http://rapidgen.net/linkfinder
-
7th Dec 2011, 04:48 AM #3OPMember
thanx~~~
-
7th Dec 2011, 06:09 AM #4OPMember
still finding others can work for more filehosts
-
8th Dec 2011, 09:29 AM #5BannedWebsite's:
only-classical.comWorking good .... Thanks
-
8th Dec 2011, 09:49 AM #6Respected MemberWebsite's:
DL4Everything.com Soft2050.inJust 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>';
}
?>
-
24th Dec 2011, 10:41 AM #7Member
this code work good but no filename with links. Could you code it with filename ?
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Rapidshare folders
By Tyler in forum File Host DiscussionReplies: 0Last Post: 23rd Sep 2011, 03:47 PM -
how to rar all folders one by one automatically?
By sSKKa in forum Technical Help Desk SupportReplies: 6Last Post: 15th Feb 2011, 08:10 PM -
Cannot rename certain folders in linux
By kundurocks in forum Technical Help Desk SupportReplies: 3Last Post: 28th Dec 2010, 08:34 AM -
Add 1 file to hundred of folders software?
By cfs5403 in forum Technical Help Desk SupportReplies: 4Last Post: 30th Nov 2010, 05:55 PM -
downloading full folders?
By SceneMan in forum General DiscussionReplies: 1Last Post: 22nd Mar 2010, 06:46 PM
themaLeecher - leech and manage...
Version 4.94 released. Open older version (or...