Just change the number from 001 to a bit far over 400
OR if you are as lazy as me.
Put this script up in a .php file
It fires out 400+ thumbnails who works as links for the real size pic. takes a while to load though.
If you think it's too much edit it and change the 400 number to any number you can think off (must be 3 digits so 100 is lowest)
Here it is.
[/quote]<?
$number = 1;
while($number <= 9)
{
echo '<a href="http://pissing.fetishsitez.com/fhg/pissing/piss00';
echo $number;
echo '.jpg" target="_blank">';
echo '<img src="http://pissing.fetishsitez.com/fhg/pissing/piss00';
echo $number;
echo '.jpg" width="150" height="150"></a>';
echo '<br>';
$number++;
}
while($number <= 99)
{
echo '<a href="http://pissing.fetishsitez.com/fhg/pissing/piss0';
echo $number;
echo '.jpg" target="_blank">';
echo '<img src="http://pissing.fetishsitez.com/fhg/pissing/piss0';
echo $number;
echo '.jpg" width="150" height="150"></a>';
echo '<br>';
$number++;
}
while($number <= 500)
{
echo '<a href="http://pissing.fetishsitez.com/fhg/pissing/piss';
echo $number;
echo '.jpg" target="_blank">';
echo '<img src="http://pissing.fetishsitez.com/fhg/pissing/piss';
echo $number;
echo '.jpg" width="150" height="150"></a>';
echo '<br>';
$number++;
}