|
Register or have you forgotten your password?
|
|
|
| Amiga Tutorials In this forum, you'll find tutorials for AmigaOS and other forward-looking products. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||||
|
Too much caffeine
![]()
Join Date: Oct 2002
Posts: 72
|
http://web.archive.org/web/20040415065133/www.nethkin.com/bmori/amiga/dos1.html
Any Idea? I tried web download software, but no luck :-( |
||||||||
|
|
|
|
|
#2 | ||||||||
|
Premium Member
Join Date: Nov 2005
Posts: 8,666
|
I just tried it with SurfOffline 2.0 beta, and got loads of "Forbidden" errors. Maybe they recognise bot activity and block it? If so you might have to manually download the pages and modify any image tags if necessary to point to local paths (if they are absolute URLs).
-- moto
__________________
Code:
10 IT'S THE FINAL COUNTDOWN 20 FOR C = 1 TO 2 30 DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA 40 DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA 50 NEXT C 60 NA-NA-NAAAA 70 NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA 80 GOTO 10 |
||||||||
|
|
|
|
|
#4 | ||||||||
|
Premium Member
Join Date: Nov 2005
Posts: 8,666
|
I think have spotted the problem. In the source code of dos1.html there is a tag "<BASE HREF="http://www.nethkin.com/bmori/amiga/dos1.html">". When I look in the log file for SurfOffline I see that it is trying to download, for example, http://www.nethkin.com/bmori/amiga/ados7.gif, when the file is actually located in http://web.archive.org/web/20010619122216/www.nethkin.com/bmori/amiga/ados7.gif. I think you would need to get a web spider software which ignores the BASE tag.
-- moto
__________________
Code:
10 IT'S THE FINAL COUNTDOWN 20 FOR C = 1 TO 2 30 DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA 40 DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA 50 NEXT C 60 NA-NA-NAAAA 70 NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA 80 GOTO 10 |
||||||||
|
|
|
|
|
#5 | ||||||||
|
Energizer Bunny of Babble
![]()
Join Date: Mar 2002
Posts: 4,743
|
Hum,
just view source code, and use screen capture to rip the images (if needed) [img=http://img339.imageshack.us/img339/4072/image3nw7.th.gif]
__________________
http://www.amiga.org/themes/Amiga.or...ange_arrow.gif[size=x-small]For Astronomy News[/size] |
||||||||
|
|
|
|
|
#6 | ||||||||
|
Too much caffeine
![]()
Join Date: Mar 2007
Posts: 150
|
Have you emailed the author? He's already sharing all the info for free, I don't see why he wouldn't agree to give you a way to back it up for personal use.
|
||||||||
|
|
|
|
|
#7 | ||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
This will allow you to get at least some of the files:
wget --user-agent "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705)" http://web.archive.org/web/20040415065133/www.nethkin.com/bmori/amiga/dos1.html --output-document - | perl -p -e 's/\/\/www.nethkin.com/\/\/web.archive.org\/web\/20040415065133\/www.nethkin.com/g' | wget --input-file - --force-html --user-agent "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705)" --convert-links --force-directories --no-host-directories --cut-dirs 3 --wait 20 --random-wait The pages will appear in bmori/amiga/ directory (and subdirectories). Note that archive.org has robots.txt file that if followed prohibits apps from recursively grabbing content. In this case I've added "--wait 20 --random-wait" to make the leeching less distruptive. Downloading takes longer, but shouldn't piss off archive.org admins. I know this is far from perfect solution, but at least it works somewhat (without need for downloading everything by hand). |
||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| backup , download |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to backup AUX in windows? | amiga1260 | Amiga Software Issues and Discussion | 3 | 05-23-2005 02:04 PM |
| LHA backup | orange | Amiga Software Issues and Discussion | 4 | 09-23-2004 04:53 AM |
| HELP: Need a faster way to backup? | gizz72 | General chat about Amiga topics | 15 | 05-07-2004 06:23 AM |
| Backup Amiga HD on a PC | Peter_s | General chat about Amiga topics | 14 | 03-29-2004 11:18 AM |
| Backup using MakeCD | Cass | Amiga Software Issues and Discussion | 15 | 11-19-2003 06:50 AM |