Code to download multiple downloads from site?

Reply

Join Date: May 2005
Posts: 232
Reputation: nathanpacker is an unknown quantity at this point 
Solved Threads: 0
nathanpacker's Avatar
nathanpacker nathanpacker is offline Offline
Posting Whiz in Training

Code to download multiple downloads from site?

 
0
  #1
Nov 26th, 2008
I'm only writing this in the php section, because php is really all I know. My wife purchased a big package of downloads from a site, and now she has to go and download them all, because she only has 7 days to download them. So she has to click on a link in her email, go to the page, then click on the download link in that page.

I wish I could write a script that would peruse that email, grab all the links to the different pages, then one by one, go to each link, grab the download link, and download it. But I don't know how to do it!

Any ideas?
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 849
Reputation: pritaeas will become famous soon enough pritaeas will become famous soon enough 
Solved Threads: 138
Sponsor
pritaeas's Avatar
pritaeas pritaeas is offline Offline
Practically a Posting Shark

Re: Code to download multiple downloads from site?

 
0
  #2
Nov 27th, 2008
If you download FreeDownloadManager, you can just copy and paste the email into the program, and it will get your files.

Unless you really want to create this yourself of course. Then you need to save and open the email in php (file_get_contents). Parse the text for url's and try to get them using fopen.
"If it is NOT source, it is NOT software."
-- NASA
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC