| I'm trying to download a phpBB board that has some subforums that are
- invisible without logging on,
- visible but not accesible without logging in
- visible and accessible without logging in
I downloaded the visible and accesible ones but I have problems with 1&2.
I used Capture url on <http://www.example.com/forums/hidden/index.pho> without
any problems ("URL captured") but when I open the offline copy I get ""You
have been successfully logged in.
" and then get redirected to the online login.
I suspect the problem is that I didn't filter out the log-out url.
Example of a logout url:
<http://www.example.com/forums/ucp.php?mode=logout&sid=123fdf2b14f5678124b3009f4260f21b>
I added -*www.example.com/forums/ucp.php?mode=logout* but I still get
redicted.
Log:
HTTrack3.46+htsswf+htsjava launched on Wed, 27 Nov 2013 13:05:14 at
<http://www.example.com/forums/ucp.php?mode=login?>postfile:C:\B\Test9\hts-post1>
-*www.example.com/forums/ucp.php?mode=logout* -*
+www.example.com/forums/hidden/index.php/* +*.gif +*.jpg +*.png +*.css +*.js
(winhttrack -qwC2%Ps2u1%s%uN0%I0p3DaK0H0%kf2A25000%f#f -F "Mozilla/4.5
(compatible; HTTrack 3.0x; Windows 98)" -%F "<!-- Mirrored from %s%s by
HTTrack Website Copier/3.x [XR&CO'2010], %s -->" -%l "en, en, *"
<http://www.example.com/forums/ucp.php?mode=login?>postfile:C:\B\Test9\hts-post1>
-O1 C:\B\Test9 -*www.example.com/forums/ucp.php?mode=logout* -*
+www.example.com/forums/hidden/index.php/* +*.gif +*.jpg +*.png +*.css +*.js
)
19:15:21 Error: "No data (connection closed)" (-4) after 2 retries at link
analytics.aweber.com/js/awt_analytics.js?id=BEt0 (from
www.example.com/forums/ucp.php?mode=login?>postfile:C:\B\Test9\hts-post1)
Any ideas? | |