I went and did a little digging. The ZZ is because it's reporting information about APNIC but as noted that IP was transferred to RIPE. These are all regional registries, phpBB is using ARIN which covers the US and Canada.Why then does phpBB's whois identify it as ZZ?
Around line 1466 of includes/functions_user.php
Code:
$whois_host = 'whois.arin.net.';
Code:
$whois_host = 'whois.ripe.net.';
Edit: should of read the code a little more down, there is some lines to handle referrals to different registries. Checking the OP's IP it's correctly referred to RIPE. Might be bug or ARIN is not correctly returning the referral.
Statistics: Posted by thecoalman — Wed Jul 31, 2024 11:44 am