VIRUS PREVENTION AND REMOVAL
Viruses have been around longer than the internet. A simple definition of a virus is any program which replicates itself. Some are designed to do harm, some to allow "back door" access to users computers and some to use the infected PC to launch internet based attacks on other computers and networks and today, some are being used to launch spyware. Virus hoaxes are yet another problem in this category that in some cases can be as dangerous as viruses themselves.
How does ITforHire help? Members of the ITforHire staff have been fixing computer problems since the 1980's. We understand the problems and inconveniences that viruses can cause, and that is why we deal aggressively with viruses and their sources. We combine multiple removal techniques with system, network, email and web filtering. If your company is in the Austin TX Metro area and you suspect that your systems or network have been infected with a virus, call ITforHire today.
Current Microsoft Security Alerts
%s",
trim($link),htmlspecialchars(trim($title)));
printf("
%s",htmlspecialchars(trim($description)));
$title = "";
$description = "";
$link = "";
$insideitem = false;
}
}
function characterData($parser, $data) {
global $insideitem, $tag, $title, $description, $link;
if ($insideitem) {
switch ($tag) {
case "TITLE":
$title .= $data;
break;
case "DESCRIPTION":
$description .= $data;
break;
case "LINK":
$link .= $data;
break;
}
}
}
$xml_parser = xml_parser_create();
xml_set_element_handler($xml_parser, "startElement", "endElement");
xml_set_character_data_handler($xml_parser, "characterData");
$fp = fopen("http://www.microsoft.com/technet/security/bulletin/secrss.aspx","r")
or die("Error reading RSS data.");
while ($data = fread($fp, 4096))
xml_parse($xml_parser, $data, feof($fp))
or die(sprintf("XML error: %s at line %d",
xml_error_string(xml_get_error_code($xml_parser)),
xml_get_current_line_number($xml_parser)));
fclose($fp);
xml_parser_free($xml_parser);
?>