Emuforums.com

Go Back   Emuforums.com > General Discussion > Web development / Programming
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read

WON'T YOU JOIN US?
You are not a registered member and
are viewing this site as a guest.
Registration is simple and FREE.
Join this CrowdGather community today.
Registration offers the following perks:

» Less advertising throughout
» Post and participate in discussions
» Network with other forum members
» Free private messaging

join

Reply
 
Thread Tools Display Modes
Old May 15th, 2008, 22:35   #1
ElijahTW
Need more coffee.
 
ElijahTW's Avatar
 
Join Date: Aug 2006
Location: Ohio
Posts: 5,086
A simple program to download images in a series (...file01.jpg, file02.jpg, etc.)

Recently, I lost my password to a web server in which I have many photos stored. I've tried everything, but I Can't remember the password.

Luckily, the images are named in a logical order (DSC101.jpg, DSC102.jpg, etc).

What I need is a simple program to download the images in a series, from DSC101 to DSC199. It can be programmed in any language, as long as its easy to modify it to point to the domain my images are stored at.


Thanks,
BigIg
__________________
ElijahTW is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old May 15th, 2008, 22:44   #2
GeominorAI
@Chamber of Understanding
 
GeominorAI's Avatar
 
Join Date: Aug 2007
Location: System Server
Posts: 784
In your browser address bar, type in:
Code:
javascript:for(i=101; i<=199; i++) {document.writeln("<IMG SRC='http://www.urlgoeshere.com/DSC" + i + ".jpg'/>");}
Replace urlgoeshere with the URL.

Then use a general download manager like FlashGet to download the images from that page.
__________________
Computational intelligence must be implemented on a parallel architecture
GeominorAI is online now   Reply With Quote
Old May 15th, 2008, 22:49   #3
TheCloudOfSmoke
Menthol Flavored
 
TheCloudOfSmoke's Avatar
 
Join Date: Mar 2005
Location: Maryland, USA.
Posts: 3,925
Give me the url of one of the images and tell me what number it ends at and I can set up a list file for Flashget to auto download all of your files for you.
__________________
http://thecloudofsmoke.deviantart.com
Quote:
Originally Posted by BigIg View Post
If I support the game company, then I won't won't be supporting the blank DVD business.

Decisions, decisions.

TheCloudOfSmoke is offline   Reply With Quote
Old May 15th, 2008, 22:51   #4
GeominorAI
@Chamber of Understanding
 
GeominorAI's Avatar
 
Join Date: Aug 2007
Location: System Server
Posts: 784
Oh right, just use batch download from Flashget.
__________________
Computational intelligence must be implemented on a parallel architecture
GeominorAI is online now   Reply With Quote
Old May 15th, 2008, 22:54   #5
ElijahTW
Need more coffee.
 
ElijahTW's Avatar
 
Join Date: Aug 2006
Location: Ohio
Posts: 5,086
Quote:
Originally Posted by GeominorAI View Post
In your browser address bar, type in:
Code:
javascript:for(i=101; i<=199; i++) {document.writeln("<IMG SRC='http://www.urlgoeshere.com/DSC" + i + ".jpg'/>");}
Replace urlgoeshere with the URL.

Then use a general download manager like FlashGet to download the images from that page.
That works perfectly, thanks alot!

EDIT:
Thanks to TCOS too, but I read his post first and went with it.
__________________

Last edited by ElijahTW; May 15th, 2008 at 23:09..
ElijahTW is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +1. The time now is 16:46.

© 2006 - 2012 Emu Forums | About Emu Forums | Advertisers | Investors | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.