Web Hosting Talk







View Full Version : Website grabber???


seodevhead
11-17-2005, 04:26 PM
I am looking for a program that allows you to download entire websites to your computer for offline browsing. Does anyone know an app that does this? Thanks.

the_pm
11-17-2005, 04:42 PM
Yep. Internet Explorer, Opera, Firefox...

See, whevever you visit a page, it gets stored in your browser's cache. I'm pretty sure you can set it so pages within a certain site are always available offline.

I'm assuming you don't have FTP access to the site(s) in question?

Website Rob
11-17-2005, 05:34 PM
No, they are referring to something more than a Browser, for downloading an entire Web site.

http://webstripper.net/
Used to be Free but as with most free programs that became good/popular, it is now Shareware.

You could also Google for 'offline browsing' and I'm sure you'll find others.

bluskyguy
11-18-2005, 02:10 AM
For MAC, BlueCrab works great... http://www.pure-mac.com/offline.html

ThunderhostCEO
11-18-2005, 03:32 AM
I have used the program called Webzip. It did a great job of grabbing all the files off the site. Please remember that this should not be used to access restricted files. Most likely you will not be able to download anything that you shouldn't. :)

seodevhead
11-18-2005, 09:09 AM
Actually, I am using it to just download html. I purchased a portion of a website's content and the owner said to just grab it from the website (he is not sending me the files). So I figured there would be an easier way of just grabbing them all at once rather than having to go to each page individually and save them.

Saryooo
11-18-2005, 09:43 AM
there is a famous programe for this called Metaproducts Offline Explorer.
I think URL is www.metaproducts.com or search in google.

gobeyond
11-21-2005, 10:20 AM
If you have FrontPage, it can download all files to your hard drive. It works pretty well even with their older version like FrontPage 98.

Terry

innova
11-24-2005, 01:25 AM
LOL are there no linux people here?!

Wget recursive download!

dotcomguy01
11-24-2005, 01:30 AM
Not really the best solution but you could create a php script to grab the site and pop it in mysql. using Output buffering and a few sql statments.

innova
11-24-2005, 10:43 AM
Someone please read my post you are making this needlessly complex...

With wget you can even specify a username/password if you need to grab a page underneath a logged-in area.

empresasdehosting
11-24-2005, 10:45 AM
-Teleport Pro

ndndixie
11-26-2005, 08:50 AM
Someone please read my post you are making this needlessly complex...

With wget you can even specify a username/password if you need to grab a page underneath a logged-in area.
Windows has made everything so complicated that no one understands how SIMPLE Linux is. :love: Linux!

rrdega
11-26-2005, 12:25 PM
And even if you're not on Linux there're several good WGet for Windows (http://www.google.com/search?q=windows+wget) programs that provide the same basic functionality... :usflag:

Spider Ninja
11-26-2005, 10:54 PM
wget for windows all the way ;-)

try:

wget -m http://www.domain.com/

3rdcoast
11-27-2005, 01:55 AM
http://www.httrack.com/

HostingFuze
11-27-2005, 02:06 AM
Mostly this is use for people who have Dial Up connection. With a shot at the webripper one.

tonino
11-27-2005, 02:51 PM
As mentioned above, TELEPORT PRO is what you are looking for! It's simply the best... NOT free though.

Try out the demo! It will be more than enough for you.

Dr|Dave
11-27-2005, 04:08 PM
lol, this is interesting :)

Does the software not grab files u have to buy aswell though?? making it illegal?

dave

littlebig
11-28-2005, 10:25 AM
Yeah, I use wget too.