HTTrack Website Copier
Free software offline browser - FORUM
Subject: PHP and Random javascript stop httrack, any ideas?
Author: Sir_IW
Date: 11/24/2003 11:13
 
Was trying to download these pics of Jennifer Garner, off
<http://googirl.com.ar/googirl/directory/TV_Stars/International/Jennifer_Garner/index.html>.

Looks like theres some script thats blocking httrack.

Any ideas, work arounds? Its only a few pics, so right
clicking is ok. Just first site I have seen that httrack
wouldnt grab a single page.

<SCRIPT>
<!--
// The Central Randomizer 1.3 (C) 1997 by Paul Houle
(houle@msc.cornell.edu)
// See: 
<http://www.msc.cornell.edu/~houle/javascript/randomizer.html>

rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
        return Math.ceil(rnd()*number);
};

// end central randomizer. -->

</SCRIPT>
 
Reply


All articles

Subject Author Date
PHP and Random javascript stop httrack, any ideas?

11/24/2003 11:13
Re: PHP and Random javascript stop httrack, any id

11/25/2003 07:50
Re: PHP and Random javascript stop httrack, any id

11/28/2003 19:50




a

Created with FORUM 2.0.11