exportforce
11-06-2009, 10:00 PM
Hello,
this is a really simple but very powerful mod for administrators, that often need to lookup unresolvable IPs on http://www.ripe.net
It will add a small button next to the IPs on "who is online" to all that can see the IP. If you click this new button, you will get a new window with the ripesearch.
Search for: <a href="online.php?$session[sessionurl]do=resolveip&ipaddress=$userinfo[host_encoded]" id="resolveip_$count" title="$vbphrase[resolve_ip_address]">$userinfo[host]</a>
Add directly after the </a>: <a href="http://www.db.ripe.net/whois?form_type=simple&full_query_string=&searchtext=$userinfo[host_encoded]&submit.x=0&submit.y=0&submit=Search" target="_blank"><img src="/PATH/TO/ICON/FOOBAR.ICO" heiht="16" width="16" /></a>
(Please exchange /PATH/TO/ICON/FOOBAR.ICO with the path to any icon. For example the RIPE-Icon I attached to this thread. As only you and maybe your mods will see it, it doesn't have to be mega pretty :)
Hope you like it
this is a really simple but very powerful mod for administrators, that often need to lookup unresolvable IPs on http://www.ripe.net
It will add a small button next to the IPs on "who is online" to all that can see the IP. If you click this new button, you will get a new window with the ripesearch.
Search for: <a href="online.php?$session[sessionurl]do=resolveip&ipaddress=$userinfo[host_encoded]" id="resolveip_$count" title="$vbphrase[resolve_ip_address]">$userinfo[host]</a>
Add directly after the </a>: <a href="http://www.db.ripe.net/whois?form_type=simple&full_query_string=&searchtext=$userinfo[host_encoded]&submit.x=0&submit.y=0&submit=Search" target="_blank"><img src="/PATH/TO/ICON/FOOBAR.ICO" heiht="16" width="16" /></a>
(Please exchange /PATH/TO/ICON/FOOBAR.ICO with the path to any icon. For example the RIPE-Icon I attached to this thread. As only you and maybe your mods will see it, it doesn't have to be mega pretty :)
Hope you like it