Jump to content

CADE mirror site


michael

Recommended Posts

if you're using IE you can do a File>Save As... and select 'Web Page Complete'

this will copy the web page and pictures to an HTML page on your drive along with a folder containing the pictures...it won't download anything linked within the page...if there is a thumbnail of a screenshot it will only grab the thumbnail - not the full sized picture....

this way is good for things like those one page tutorials or news articles etc...you just have to remember to download anything linked within the page by hand, files, large pictures etc...

I mirrored the cade site with Blackwidow, it grabs everything...I just had to rename a few files....

Link to comment
Share on other sites

Hey Alex, still have linux? Then it's very easy with wget. Also if you install Cygwin for NT, wget comes bundled as well.

For example, if you want to grab a web page and everything linked to it, but nothing up in the directory tree, do:

wget -b -r -np -N -c http:/www.blah.com/blah/blah.html

-b run in background so you can close the terminal and have wget still keep doing its job. Very useful if you're running it on a remote machine.

-np don't download anything that's outside of the http:/www.blah.com/blah/ directory.

-r recursive mode: best used with -np so you don't end up downloading more than you need.

-N if you had to stop your download or whatever... this will make wget not redownload files alredy in your HD unless the remote files are newer.

-c if a download gets stopped unexpectedly, wget will try to resume partially donwloaded files instead of grabbing them from the start.

other switches

-R and a comma separated list of suffixes that you don't want to download. ie -R jpg,gif,png

-A same as -R but for a list of accepted extensions ie -A htm,html will only donwload web pages, but not pictures or other bandwidth hungry stuff.

-D will only donwload from the list of domains given.

-D www.blah.com,www.blahblah.net

Link to comment
Share on other sites

  • 3 years later...

ughh.. ya know.. i'd really be ok with just getting rid of guest accounts.. i know it's annoying for some, but how many people on here actually post that don't have an official account? seems like whenever a "guest" posts, it's usually a someone normal with an account already and they just forgot to log in..

maybe take a vote in another thread?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...