@";
$atoz = "QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm,.;?!1234567890";
for ($i=0; $i<10; $i++) {
$letters .= $atoz;
}
$schnack = array("Good enough is not enough","The mistake is not doing it","Trifles make perfection and perfection is no trifle","You can take the girl out of the cheap underwear, but you cannot take the cheap underwear out of the girl","Do what thou will shall be the whole of the law","Bomben bauen, Waffen klauen, Bullen auf die Fresse hauen","Berlin delenda est");
$author = array("Chiat/Day advertising agency","unknown, taken from an email signature","Michelangelo","unknown, taken from a book called Taxi Driver Wisdom","Aleister Crowley","Slime","myself, adapted from Marcus P. Cato and Christoph de Babalon");
$schnack_index = getRand(count($schnack)-1);
$this_schnack = str_replace(" ","_",$schnack[$schnack_index]);
$this_author = $author[$schnack_index];
$schnack_start = getRand(30);
for ($k=0; $k<100; $k++) {
for ($i=0; $i<80; $i++) {
$rand = getRand(strlen($letters));
if ($k > $schnack_start && $rand % strlen($atoz) == 0 && $count <= strlen($this_schnack)) {
if ($count".substr($this_schnack,$count,1)."";
}
else {
echo $mailto;
}
$count++;
}
else {
if ($rand == strlen($letters)) {
$rand -= getRand(strlen($letters));
}
echo(substr($letters,$rand,1));
}
}
echo("\n");
}
?>