| > (winhttrack
> -qir20C2%Pns2u1%s%uN0%I0p7DaK0H0%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.drinksmixer.com/> -O1 "C:My Web
> Siteshttp___www.drinksmixer.com_" +*.png +*.gif
> +*.jpg +*.css +*.js -ad.doubleclick.net/*
> -mime:application/foobar )
> 12:17:17 Error: "Forbidden" (403) at link
1) some site do not like a HTT broswer ID - try msie6
2) the site has a robot.txt
Disallow: /js/
so add an override filter +*/js/*
3) Don't use filters like that, you'll get *.jpg but won't get
getImage.php?id=xx. If you want everything just use the near flag and drop the
filters. | |