View Single Post
  #71  
Old 06-19-2009, 04:43 PM
  denlem's Avatar 
denlem denlem is offline
 

Senior Member
  
Join Date: Apr 2004
Location: MA / CT / RI Border
Posts: 117
 

Default Re: IP Addresses in Users Online for all users

Quote:
Originally Posted by gary02140
In case that this dnsstuff is not available in the future, http://www.netip.de/ can be a good option. But I just don't know how to code it into the mod. Can someone here figure it out?

A little different change for this one... Find:

Code:
http://www.dnsstuff.com/tools/whois.ch?ip={$v.session_ip}&cache=off" target="_blank">{$v.session_ip}</a>


And change to:

Code:
http://www.netip.de/search?query={$v.session_ip}" target=_blank">{$v.session_ip}</a>
__________________
X-Cart Gold Plus 4.7.10
Reply With Quote