Background Top Border Background Middle Border

Reverse IP Look-up

Reverse IP look-up
Shows the IP address that a website originates from.

Domain or IP:   

if(trim(@$_REQUEST['q']) && checkImage())
{
$q = $_REQUEST['q'];
if(preg_match("#\d+\.\d+.\.\d+.\.\d+.#",$q))
{
$res = gethostbyaddr($q);
}
else
{
$res = gethostbyname($q);
}
echo "
The Host/IP Address you provided resolves to:

“;
echo “$res
“;
}
?>

This entry was posted in Web Tools and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Background Bottom Border
Background Top Border Background Middle Border Background Bottom Border
None :P None :P

Rendered template: single.php

92 SQL queries done. Page generation took 0.269 seconds.