@@ -189,6 +189,7 @@ function ip2hostname($ip) {
return $hostname;
}
function hostname2ip($hostname) {
echo gethostbynamel($hostname);
$ip = implode(', ', gethostbynamel($hostname));
return $ip;
The note is not visible to the blocked user.