session_start();
$title="Slide 18";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
$showlogin="yes";
include("$incpath/menu.php");
if (!loggedin()){
echo "
";
$bartitle="Unverified user: Please login to view Presentations ";
printneedtologinmsg($bartitle);
}
else
{
?>
|
First page Back Continue Last page Overview Graphics
Seeing the Undead
BBC (22 March 2005): U.K. leads world in zombie PCs (compromised computers)
Collected by 100s in botnets by bot herders and sold to:
- spammers
- phishers
- pharmers
See the undead horde to help stop it.
| } include("$incpath/footer.php"); ?>