File :-(, x, )
futa Anonymous
$x = 1;
while ($x < 38) {

$c = sprintf("%02d", $x);
$y = 1;
while ($y < 13) {
$d = sprintf("%02d", $y);
$img = "http://futanari.innocentdickgirls.com/fhg".$c."/images/".$d.".jpg";
$ref = "http://futanari.innocentdickgirls.com/fhg".$c."/";
`curl -o fhg$c-$d.jpg -e \"$ref\" $img`;

$y = $y + 1;
}

$x = $x + 1;
Comment too long. Clickhereto view the full text.
>> Anonymous
     File :-(, x)
I'll just leave this here.
>> Anonymous
And I'll just leave THIS here.

http://www.megaupload.com/?d=1G1JSHN5
>> Anonymous
bash scriptlet:

for c in $(seq -f%02g 1 37); do for d in $(seq -f%02g 1 12); do curl -o fhg${c}-${d}.jpg -e "http://futanari.innocentdickgirls.com/fhg${c}/" http://futanari.innocentdickgirls.com/fhg${c}/images/${d}.jpg; done; done