# $Author: zx $
# $Date: 2003/08/01 20:24:46 $
/*
This file generate a list of 100 email address faked,
useful to create some troubles to stupid mot***-fuk*** spam bots!
*/
echo "This server does not accept known web page mining tools. If you set your user-agent to one of those types, please remove it so you may access the
web sites again.
--Webmaster
";
srand ((double) microtime() * 1000);
$indirizzi= array('ping', 'pong', 'fsck', 'fling', 'sbum', 'pang', 'dumdedum', 'homer', 'simpson', 'bart', 'curvaceous', 'anointed','kooyanisqatsi', 'quitter', 'elmerfoodbeat', 'oingoboing', 'garmalina', 'osperitizia', 'formenterol', 'lamp', 'tmp', 'dump', 'newbie', 'n00b', 'email', 'overload', 'chat', 'calf', 'high', 'trickster');
for($i=0; $i<100; $i++)
{
$mail=$indirizzi[rand(0,count($indirizzi)-1)].'@'.$indirizzi[rand(0,count($indirizzi)-1)].$indirizzi[rand(0,count($indirizzi)-1)].$indirizzi[rand(0,count($indirizzi)-1)].$indirizzi[rand(0,count($indirizzi)-1)].'.com';
echo "$mail ";
}
# $Log: emailsforyou.php,v $
# Revision 1.5 2003/08/01 20:24:46 zx
# CVS Keyword Repair
#
?>