if(sizeof($_POST))
{
$myip = $_POST["ip"];
}
else
{
$myip = $_SERVER[REMOTE_ADDR];
}
function message($msg){
echo $msg;
flush();
}
function arin($ipaddy)
{
$server = "whois.arin.net";
if (!$ipaddy = gethostbyname($ipaddy))
{
$msg .= "Can't IP Whois without an IP address.";
}
else
{
if (! $sock = fsockopen($server, 43, &$num, &$error, 20))
{
unset($sock);
$msg .= "Timed-out connecting to $server (port 43)";
}
else{
$whois = $server;
fputs($sock, "$ipaddy\n");
while (!feof($sock))
$buffer .= fgets($sock, 10240);
fclose($sock);
}
if (eregi("whois.apnic.net", $buffer))
$nextServer = "whois.apnic.net";
else if (eregi("RIPE.NET", $buffer))
$nextServer = "whois.ripe.net";
else if (eregi("nic.ad.jp", $buffer))
$nextServer = "whois.nic.ad.jp";
else if (eregi("whois.registro.br", $buffer))
$nextServer = "whois.registro.br";
if($nextServer)
{
$buffer = "";
if(! $sock = fsockopen($nextServer, 43, &$num, &$error, 10))
{
unset($sock);
$msg .= "Timed-out connecting to $nextServer (port 43)";
}
else
{
$whois = $nextServer;
fputs($sock, "$ipaddy$extra\n");
while (!feof($sock))
$buffer .= fgets($sock, 10240);
fclose($sock);
}
}
$buffer = str_replace(" ", " ", $buffer);
$msg .= nl2br($buffer);
}
if($whois=="whois.arin.net")
{
$ad = fnExtractString($msg,"Address:","City:");
$ad = str_replace(" "," ",$ad);
$ad = str_replace("Address:","",$ad);
$ad = str_replace("
Anti-Virus :: Internet Speed Test, Network Tools and Free Softwares
<<
<<
<<
<<
Free Anti-Virus Software Download
1) AntiVir
Avira AntiVir PersonalEdition Classic
reliably protects your private computer against dangerous viruses,
worms, Trojans and costly dialers.
Requirements
Windows 98/2000/XP/Linux
Author/Supplier
Avira
Licence
Free
Download Now
2) Avast
A ntivirus
software is based on the ALWIL Software virus scanning technology since
1988. avast! antivirus engine scans for computer viruses, worms and
Trojans. It can be used to scan any object you like - files, memory,
E-mails, Web sites etc.
Requirements
Windows 98/2000/XP
Author/Supplier
ALWIL Software
Licence
Free
Download Now
3) ClamWin
ClamWin Free Antivirus
comes with an easy installer and
open source
code.
Requirements
Windows 98/2000/XP/2003
Author/Supplier
ClamWin
Licence
Free
Download Now
4) Norton Free Special Edition
Includes 6-month free subscription to
protection updates Protect your PC from Viruses, Worms and Trojan Horses
Requirements
Windows 2000/XP
Author/Supplier
Norton/GooglePack
Licence
Free
Download Now