$ip = $_POST['ip'];
if (empty($ip)) {
$ip = getip();
}
echo $ip; ?> was require_once('/var/www/dnsbl.ioerror.us/html/dnsbl/db.php');
$find = implode('.', array_reverse(explode('.', $ip)));
$query = "SELECT `data` FROM `rr` WHERE `name` LIKE '$find'";
$result = mysql_query($query, $db);
if (mysql_num_rows($result) == 0):
?>not found in the database.
Check another IP address:
