MyBB Community Forums

Full Version: Ip lookup in "Who's Online" Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello evreyone

Ip lookup In Who Is Online Page

Displays Info About the member's or visitor's ip

why you do this ??

to know where the visitors come from

how to do ?

1.Expand 'Who's Online Templates' and open 'online_row_ip' for editing
2. Replace the entire contents of the box with the code below:
<br /><span class="smalltext">{$lang->ip} {$user['ip']} <a
href="http://www.ip-adress.com/ip_tracer/{$user['ip']}"
target="_blank">Details</a></span> 

Have fun

Sorry for my bad english
Thank you, changed it
Small correction, taget="_blank" should be target (the r is missing) to open in a new window/tab, otherwise, works great.

Corrected code:
<br /><span class="smalltext">{$lang->ip} {$user['ip']} <a href="http://www.ip-adress.com/ip_tracer/{$user['ip']}" target="_blank">Trace IP</a></span>

(Changed >Details< to >Trace Ip< just for the heck of it)

Cheers!
Nice. Thanks. This can help me.
this is awesome, thanks mate
"online_row_ip"
add:
<a href="http://www.ip-adress.com/ip_tracer/{$user['ip']}" target="_blank">[Interrogate]</a>

[Image: 22473304.png]
(2009-03-26, 07:35 PM)Gene53 Wrote: [ -> ]Small correction, taget="_blank" should be target (the r is missing) to open in a new window/tab, otherwise, works great.

Corrected code:
<br /><span class="smalltext">{$lang->ip} {$user['ip']} <a href="http://www.ip-adress.com/ip_tracer/{$user['ip']}" target="_blank">Trace IP</a></span>

(Changed >Details< to >Trace Ip< just for the heck of it)

Cheers!
Fixed.
Thanks Tom

Cheers,
Gene
(2009-03-27, 08:50 PM)SeNCeR Wrote: [ -> ]"online_row_ip"
add:
<a href="http://www.ip-adress.com/ip_tracer/{$user['ip']}" target="_blank">[Interrogate]</a>

Thanks SeNceR, I like your idea because we get both functions, changed "Interrogate" to Trace IP.

Cheers,
Gene
Still not sure why this got removed in 1.4!

But anyways thanks for the plugin. Smile
Thanks Big GrinBig GrinBig GrinBig Grin
Pages: 1 2