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

More
17 years 1 month ago #7058 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:
Code:
if ($msg_ip) { $iplink = '<a href="http://openrbl.org/dnsbl?i='.$msg_ip.'&amp;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.

More
17 years 1 month ago - 17 years 1 month ago #7060 by sozzled
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:
Code:
if ($msg_ip) { $iplink = '<a href="http://www.netip.de/search?query='.$msg_ip.'" target="_blank">'; $iplink .= 'IP: '.$msg_ip.'</a>'; }
B)
Last edit: 17 years 1 month ago by sozzled.

Please Log in or Create an account to join the conversation.

More
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.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #7119 by sozzled
You owe me a beer ... or a karma point, at least, eh? :p

Please Log in or Create an account to join the conversation.

Time to create page: 0.241 seconds