Php script to find location of a ip adress

Is there anyone that know a php script that can identify the location of an ip adress ?

Thanks

SuperFlash said

Is there anyone that know a php script that can identify the location of an ip adress ?

Thanks

Not much here on codecanyon. But I could develop a script for you. Please contact me via my den and we can discuss further. Thanks.

Quite easy to do, use a proprietary service such as:

InfoSniper.

Pass url like so:

http://www.infosniper.net/index.php?ip_address=

Add ip address at end of the above line using any language.

Easy as. Can use to plot on google maps, etc. Or return address.

such as:

http://www.infosniper.net/index.php?ip_address=121.92.0.123

This might help you: http://www.ip2location.com/developers.aspx

There’s the PHP Module. (class of ip2location)

That is not legal to do UNLESS you can prove it was for a LEGAL reason, otherwise, you will not be able to do so LEGALLY.

SportTipsWorld said

Quite easy to do, use a proprietary service such as:

InfoSniper.

Pass url like so:

http://www.infosniper.net/index.php?ip_address=

Add ip address at end of the above line using any language.

Easy as. Can use to plot on google maps, etc. Or return address.

such as:

http://www.infosniper.net/index.php?ip_address=121.92.0.123

+1