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("
Internet :: Internet Speed Test, Network Tools and Free Softwares
<<
<<
<<
<<
WEB Browser Download
1) IE 7
MIcrosoft Free Web Browser.
Requirements
Windows XP
Author/Supplier
Microsoft
Licence
Free
Download Now
2) Mozilla Firefox - 2
The award-winning Web
browser just got better. It's free and easy to use.
Requirements
Windows XP/2000
SP3+
Author/Supplier
Mozilla
Software
Licence
Free
Download Now
3) Netscape 8.1.2
Speed, Flexibility and more security choices than any other browser.
Requirements
Windows 98/2000/XP
Author/Supplier
Netscape Communications Corp
Licence
Free
Download Now
4) Opera 9.1
It's a fast, fun and easy
way to browse the Web. Opera 9 comes loaded with the tools to keep you
productive and safe. Try it today, it's absolutely free!
Requirements
Windows 2000/XP
Author/Supplier
Opera Software ASA
Licence
Free
Download Now