<html>
<head>
<meta name="robots" content="noindex">
<meta name="robots" content="nofollow">
</head>

<body
text="#cccccc"
link="#cccccc"
vlink="#cccccc"
alink="white"
bgcolor="#333333">

<br><br><br>

<center>
<font face="helvetica">

<?

$Addr = $_POST['Addr'];

if (strlen($Addr) > 0) {

	$verif = FALSE;
	$verifNo = 0;
	
	$Name = explode ("@", $Addr);
	$Body = "Useful or not?\nÀœtil o no?";
	
	for ($n=0; $n < 15; $n++) {
		$SubjAr1 = array ("earn", "free", "live", "congradulations", "refinace", "enlarge");
		srand ((double) microtime() *1000000);
		$RandNo = rand(0, 5);
		$Subj1 = $SubjAr1[$RandNo];
		
		$SubjAr2 = array ("herbal", "credit", "porn stars", "fortune", "naked", "NEW");
		srand ((double) microtime() *1000000);
		$RandNo = rand(0, 5);
		$Subj2 = $SubjAr2[$RandNo];
		
		$SubjAr3 = array ("viagra", "debt", "insurance", "without pills", "working from home", "now");
		srand ((double) microtime() *1000000);
		$RandNo = rand(0, 5);
		$Subj3 = $SubjAr3[$RandNo];
		
		$Subj = "$Subj1 $Subj2 $Subj3!!!!!!!!";
		$Body = "brought to you by Rhizome.org/n/ntra’do a usted por Rhizome.org";
		if (mail("$Addr", "hey $Name[0], $Subj", "$Body", "From: $Addr")) {
			$verifNo++;
		}
	}
	
	if ($verifNo > 0) {
		print ("to: $Addr sent/enviado<br>");
		$verif = TRUE;
	}
	print ("<p>enjoy your SPAM!!!!!<p>goce de su SPAM!!!!!");
} else {
	print ("<p>sorry, network error.<br>SPAM not sent.<p>");
	print ("apesadumbrado, error del Internet.<br>SPAM no fue enviado.");
}

?><p>

<a href=spam.html>back/detr‡s</a>

</body>
</html>
