1
Hello
newbb in module, there is a feature that lets you know the IP address of the person who posted a message but also the place where it is located.
Here the function
<{if $topic_post.poster_ip}>
IP: <a href="http://www.whois.sc/<{$topic_post.poster_ip}>" target="_blank"><{$topic_post.poster_ip}>a>
<{/if}>
In the file misc.php there a function that lets you know the IP address of connected people, but not where it is.
I would therefore integrate the function of newbb file misc.php but my knowledge of PHP do not allow me to perform this action.
What do I edit the file?
Thank you in advance