JonathanC Active member Licensed customer Feb 9, 2011 #1 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.
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.
SchmitzIT Well-known member Licensed customer Feb 9, 2011 #2 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). Upvote 0 Downvote
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).
Kier XenForo developer Staff member Licensed customer Feb 9, 2011 #3 Jonathan Carl said: 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. Click to expand... The current site is coded into the templates. I will look at switching it over to use a configurable option. Upvote 0 Downvote
Jonathan Carl said: 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. Click to expand... The current site is coded into the templates. I will look at switching it over to use a configurable option.
JonathanC Active member Licensed customer Feb 9, 2011 #5 Wow, i really should have attempted to look before i posted this. I assumed it was going to be written in a PHP file... Upvote 0 Downvote
Wow, i really should have attempted to look before i posted this. I assumed it was going to be written in a PHP file...
P Paul B XenForo moderator Staff member Licensed customer Feb 9, 2011 #6 Jonathan Carl said: Wow, i really should have attempted to look before i posted this. I assumed it was going to be written in a PHP file... Click to expand... It was until Kier added it as an option which will be available in the next release. Upvote 0 Downvote
Jonathan Carl said: Wow, i really should have attempted to look before i posted this. I assumed it was going to be written in a PHP file... Click to expand... It was until Kier added it as an option which will be available in the next release.
JonathanC Active member Licensed customer Feb 9, 2011 #7 Oops, sorry i am seeing things. Been up 26 hours, thanks for the help Upvote 0 Downvote