Extended Statistics Mod?
Posted: Sun Oct 08, 2006 5:13 am
How difficult would it be to mod the Extended Statistics plug-in to decode (to the best of ability) the location where the IP address is coming from? For example, using the http://hostip.info site:
returns
I'm by no means a PHP programmer, but I've tinkered and modified Gallery in the past for my purposes. However, in this case, I'm stuck on how I could capture the output from the URL and put it into the output being generated by the script.
We're running Serendipity to follow our pregnancy, and it's interesting to see who's coming in and hitting the site. I know I can't tell exactly who it is, but usually we can figure out by the ISP info on the hostname and knowing what service some family members are on.
Anyhow, any help would be greatly appreciated!
Thanks,
--Gary
Code: Select all
http://api.hostip.info/get_html.php?ip=68.3.50.93Code: Select all
Country: UNITED STATES (US)
City: Phoenix, AZ
We're running Serendipity to follow our pregnancy, and it's interesting to see who's coming in and hitting the site. I know I can't tell exactly who it is, but usually we can figure out by the ISP info on the hostname and knowing what service some family members are on.
Anyhow, any help would be greatly appreciated!
Thanks,
--Gary