Antivirus Online Código HTML:
<?
if (eregi("block-Virus_Scan.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content .= "<TABLE align=\"center\" BORDER=\"0\">";
$content .= "<br>";
$content .= "<TR><TD>";
$content .= "<center><a
href=\"http://security2.norton.com/ssc/home.asp?j=1&langid=ie&venid=sy
m&plfid=23&pkj=GQVRWOBWYSHSFVIGMKI/\" target=\"_blank\"><img
src=\"http://www.symantec.com/images/homepage/global.global.logo.gif\"
width=\"120\" height=\"30\" border=\"0\" alt=\"Free
OnlineVirusScan\"></a></center>";
$content .= "<br>";
$content .= "</TD></TR>";
$content .= "<TR><TD>";
$content .= "<center><a
href=\"http://www.bitdefender.com/scan/licence.php\"
target=\"_blank\"><img
src=\"http://www.bitdefender.com/images/sigla.gif\" width=\"120\"
height=\"35\" border=\"0\" alt=\"Free
OnlineVirusScan\"></a></center>";
$content .= "<br>";
$content .= "</TD></TR>";
$content .= "<TR><TD>";
$content .= "<center><a
href=\"http://www.antivirus.com/syndication/vinfo/click.asp?go=http://
housecall.antivirus.com/pc_housecall/\" target=\"_blank\"><img
src=\"http://www.trendmicro.com/syndication/images/pb_trend_white.gif\
" width=\"120\" height=\"40\" border=\"0\" alt=\"Free
OnlineVirusScan\"></a></center>";
$content .= "<br>";
$content .= "</TD></TR>";
$content .= "<TR><TD>";
$content .= "</TD></TR>";
$content .= "</TABLE>";
?>