Results 1 to 10 of 11
-
17th Sep 2010, 06:59 AM #1OPMember
[Unfinished ] Link grabber ,Downloader , etc
Hey guys,
this is an unfinished project , because of lack of time..
thought of sharing it , as others can modify and update it..
PHP Code:#!/bin/bash
## desiboy
## sat_cse28 ( download hf links using wget )
## http://www.gnu.org/licenses/gpl-2.0.html
function quit {
exit
}
function crawlnclean {
echo Grabbing the Hotfile Links
curl curl --silent $1 > 1.lx
cat 1.lx | grep '[hH][tT][tT][pP]:\/\/[hH][oO][tT][fF][iI][lL][eE]\.com' > 2.lx
sed -e 's/<[^>]*>//g' 2.lx > 3.lx
sed -e 's/overflow: auto">//g' 3.lx > 4.lx
sed -e 's/^[ \t]*//' 4.lx > 5.lx
sed -e 's/iMDB | NFO | Samples 1 2 3 4 | Video Sample //' 5.lx > 6.lx
sed -e 's/Code: Select All | Check this link//' 6.lx > 7.lx
sed -e '/^[ \t]*$/d' 7.lx > links.txt
rm *.lx
echo Grabbed Links from $1
}
## Download Hotfile links using wget by sat_cse28 from KWWHunction
function hfget {
wget --save-cookies cookie --post-data "returnto=%2F&user=yourusername&pass=yourpass&=Login" -O - http://www.hotfile.com/login.php > /dev/null
echo Downloading the hotfile links
wget -c --load-cookies cookie -i links.txt
}
echo Please, enter the URL to be leeched
read targeturl
crawlnclean $targeturl
hfget
quit
any one is free to alter it further ..
users with lil knowledge of the shell can easily do some nice additions
Hint : http://www.besthostingforums.com/showthread.php?t=32893
http://www.besthostingforums.com/showthread.php?t=35148
sorry for typo in thread title ..desiboy Reviewed by desiboy on . [Unninished ] Link grabber ,Downloader , etc Hey guys, this is an unfinished project :( , because of lack of time.. thought of sharing it , as others can modify and update it.. <3 #!/bin/bash ## desiboy ## sat_cse28 ( download hf links using wget ) ## http://www.gnu.org/licenses/gpl-2.0.html Rating: 5Coding Horror Fan
I don't read PM's frequently .
-
17th Sep 2010, 01:18 PM #2Member
shell scripting is awesome and one of the main reasons why I prefer linux over anyother. You can do so much. This is a good start btw and ill give it a test when I switch comps.
Reg Expressions are annoying but good jobPlease follow signature rules
-
17th Sep 2010, 01:23 PM #3MemberWebsite's:
sborg.usI've never done shell scripting not on linux actually lol
but i think the script can be taken up by a few linux-based-people. Regex seem to be easier in shell scripting than php lol
-
17th Sep 2010, 04:57 PM #4OPMember
-
17th Sep 2010, 07:09 PM #5MemberWebsite's:
litewarez.net litewarez.com triniwarez.comfirst thing i spotted was the fact that you have wriiten a 4 char function to execute a 4 char funtion lol.
Why would you write
PHP Code:function quit{
exit
}
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
17th Sep 2010, 07:17 PM #6OPMemberCoding Horror Fan
I don't read PM's frequently .
-
30th Sep 2010, 07:49 AM #7OPMember
added the code which can download files from HF , by used sat_cse28.
Now this can leech a thread/post with hf links and can download the files..
next update may be extracting the files and repacking ..
Coding Horror Fan
I don't read PM's frequently .
-
30th Sep 2010, 08:02 AM #8MemberWebsite's:
UsersTracking.com WhatIsNanoSim.com TVShowsBB.com WhatIsSurfaceTablet.com WhatIsLoan.netBut please add megashares, megaupload Support,
As HotFile locked to most of the VPS's.
Regards.Nano Sim Cutter | TVShowsBB.com | UsersTracking.com - Online Visitor Counter
WhatIsSurfaceTablet.com | What Is Loan
-
30th Sep 2010, 10:31 AM #9MemberWebsite's:
warezxtc.com
-
30th Sep 2010, 10:34 AM #10Member
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Premium (direct link) downloader For Vpn
By afsoongar_ghadiri in forum Web Development AreaReplies: 1Last Post: 31st Aug 2012, 10:17 PM -
WBB Search result Parser/Sorter/Link Grabber/Output Creator
By cvrle77 in forum Webmaster ResourcesReplies: 10Last Post: 17th Jul 2012, 08:43 PM -
[PHP] Filesonic Premium Link Generator/Downloader
By Lifetalk in forum Web Development AreaReplies: 12Last Post: 6th Feb 2012, 10:35 AM -
any php script like facebook Or Digg share,link grabber?
By hihotfile in forum Webmaster DiscussionReplies: 1Last Post: 26th Feb 2011, 04:19 PM -
new multi link movie downloader, plz check it out let me know what u think
By mp3saw in forum Site ReviewsReplies: 0Last Post: 17th Aug 2009, 06:57 AM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...