This extension allows you to easily integrate the geoPlugin webservice into your Yii applications.
Please use this forum post for suggestions / bug reports / positive feedback.
To download please go to: http://www.yiiframew...tension/egeoip/
Page 1 of 1
[EXTENSION] EGeoIP Extension EGeoIp Extension to locate IP geo information
#2
Posted 17 December 2011 - 02:45 AM
Antonio Ramirez, on 21 February 2011 - 06:32 AM, said:
This extension allows you to easily integrate the geoPlugin webservice into your Yii applications.
Please use this forum post for suggestions / bug reports / positive feedback.
To download please go to: http://www.yiiframew...tension/egeoip/
Please use this forum post for suggestions / bug reports / positive feedback.
To download please go to: http://www.yiiframew...tension/egeoip/
Hi
I was able to use this plugin in the local and could get the local server information by using [remote-adr] in place of ip. But when I host this I am getting the server ip - address instead of my local geo location informaion. However, when I debug, the url formed when executed in the browser gives the local information, but when executed in the page, it gives server information.
Can you please help..
Cheers
Raja
#3
Posted 17 December 2011 - 04:56 AM
wincito, on 17 December 2011 - 02:45 AM, said:
Hi
I was able to use this plugin in the local and could get the local server information by using [remote-adr] in place of ip. But when I host this I am getting the server ip - address instead of my local geo location informaion. However, when I debug, the url formed when executed in the browser gives the local information, but when executed in the page, it gives server information.
Can you please help..
Cheers
Raja
I was able to use this plugin in the local and could get the local server information by using [remote-adr] in place of ip. But when I host this I am getting the server ip - address instead of my local geo location informaion. However, when I debug, the url formed when executed in the browser gives the local information, but when executed in the page, it gives server information.
Can you please help..
Cheers
Raja
Which server variable are you using to get the IP address?
$ip=$_SERVER['REMOTE_ADDR'];
Share this topic:
Page 1 of 1