HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: How to clone a phpBB forum
Author: Gadrin
Date: 07/24/2007 03:53
 
wow! this one did the trick...

wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
--convert-links --output-file logfile.txt -PPHPBB -r -l1 --html-extension
-Dphpbb.com <http://www.phpbb.com/community/viewforum.php?f=6>

wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
(obvious)

--convert-links  (makes them local on the pc)
--output-file logfile.txt (log the session to this file)
-PPHPBB (place the files into this folder)
-r (do a recursive download meaning scan the pages for further links)
-l1 (only recurse 1 level)
--html-extension (converts files with content = text/html to .html extension)
-Dphpbb.com (stay in this domain)
<http://www.phpbb.com/community/viewforum.php?f=6>  (this is the URL to mirror)
 
Reply Create subthread


All articles

Subject Author Date
How to clone a phpBB forum

07/10/2007 07:53
Re: How to clone a phpBB forum

07/16/2007 21:33
Re: How to clone a phpBB forum

07/17/2007 13:35
Re: How to clone a phpBB forum

07/20/2007 19:02
Re: How to clone a phpBB forum

07/22/2007 02:55
Re: How to clone a phpBB forum

07/23/2007 02:32
Re: How to clone a phpBB forum

07/23/2007 19:52
Re: How to clone a phpBB forum

07/24/2007 00:05
Re: How to clone a phpBB forum

07/24/2007 03:19
Re: How to clone a phpBB forum

07/24/2007 03:34
Re: How to clone a phpBB forum

07/24/2007 03:53
Re: How to clone a phpBB forum

07/24/2007 04:02
Re: How to clone a phpBB forum

07/24/2007 19:56
Re: How to clone a phpBB forum

07/24/2007 21:56
Re: How to clone a phpBB forum

08/03/2007 16:05
Re: How to clone a phpBB forum

06/09/2008 16:29




f

Created with FORUM 2.0.11