- Posts: 15
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question IP Link generates 404 Error
17 years 1 month ago #7058
by pixuk
IP Link generates 404 Error was created by pixuk
When in moderator view and you click on an IP address, the link to openrbl.org generates a 404 error.
I have temporarily fixed this my end by changing the following in components > com_kunena > lib > kunena.link.class.php around line 143 from:
to
Pete
I have temporarily fixed this my end by changing the following in components > com_kunena > lib > kunena.link.class.php around line 143 from:
Code:
if ($msg_ip)
{
$iplink = '<a href="http://openrbl.org/dnsbl?i='.$msg_ip.'&f=2" target="_blank">';
$iplink .= 'IP: '.$msg_ip.'</a>';
}
to
Code:
if ($msg_ip)
{
$iplink = '<a href="http://private.dnsstuff.com/tools/whois.ch?domain='.$msg_ip.'" target="_blank">';
$iplink .= 'IP: '.$msg_ip.'</a>';
}
Pete
Please Log in or Create an account to join the conversation.
17 years 1 month ago - 17 years 1 month ago #7060
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Viewing the IP information
Thank you for that information, pixuk. I hadn't even realised that the link was broken! :side:
If you'd like to see a geographical representation of the IP address instead, you might consider:
If you'd like to see a geographical representation of the IP address instead, you might consider:
Code:
if ($msg_ip)
{
$iplink = '<a href="http://www.netip.de/search?query='.$msg_ip.'" target="_blank">';
$iplink .= 'IP: '.$msg_ip.'</a>';
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 17 years 1 month ago by sozzled.
Please Log in or Create an account to join the conversation.
17 years 1 month ago #7063
by pixuk
Replied by pixuk on topic Re:Viewing the IP information
Ooo, I like that link. I'll be using that one instead of DNSstuff 
Thanks.
Thanks.
Please Log in or Create an account to join the conversation.
17 years 1 month ago #7119
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Viewing the IP information
You owe me a beer ... or a karma point, at least, eh?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Time to create page: 0.241 seconds