MyBB Community Forums

Full Version: IP address + Location
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Is there any plugin available that tracks IP addresses of all posts and Admin can see where IP is located.

I need to track IP address + Location of every post.

Thanks
Go to AdminCP -> Templates -> Who's online templates

And edit online_row_ip template bit, and find;
{$user['ip']}
and Change it into;
<a href="http://ws.arin.net/whois/?queryinput={$user['ip']}">{$user['ip']}</a>

Or if you meant to edit "Logged IP Address" specifically on postbit then let me know Smile
Does the code change you have mentioned show IP+Location (Country,city) in admin section on clicking?

I want to see geo location as mentioned in attached image(geo_location.png).
(2012-01-23, 11:56 AM)Yaldaram Wrote: [ -> ]Go to AdminCP -> Templates -> Who's online templates

And edit online_row_ip template bit, and find;
{$user['ip']}
and Change it into;
<a href="http://ws.arin.net/whois/?queryinput={$user['ip']}">{$user['ip']}</a>

Or if you meant to edit "Logged IP Address" specifically on postbit then let me know Smile

NO, it do not show on AdminCP.