Users Online IP lookup

Jonathan Carl

Active member
I am trying to find out where the website is stored to look up IP's when they are clicked. I am attempting to change it to anther site.
 
Check library/XenForo/Model/IP.php. There's a function called _getHost in it. It shouldn't be too hard to override that (I'd advise you not to hack the existing xF code).
 
Top Bottom