How i can find by ip the country of the user?
is there any list that i can use?
is there any system like that?
thanks for all
is there any list that i can use?
is there any system like that?
thanks for all
| roeenoy wrote: |
| How i can find by ip the country of the user?
is there any list that i can use? is there any system like that? thanks for all |
| Quote: |
| "33996344","33996351","GB","GBR","UNITED KINGDOM"
"50331648","69956103","US","USA","UNITED STATES" "69956104","69956111","BM","BMU","BERMUDA" "69956112","83886079","US","USA","UNITED STATES" |
| Code: |
|
global $REMOTE_ADDR; $create_ip = $REMOTE_ADDR; $any_variable_to_future_use = gethostbyaddr ($create_ip); |
| exarkun wrote: |
| Is it possible to obtain the IP from emails a person sent me? He had been writing nonsense to me for many times and therefore wishes to know at least where he came from, and report it to his ISP. |
| exarkun wrote: |
| Is it possible to obtain the IP from emails a person sent me? He had been writing nonsense to me for many times and therefore wishes to know at least where he came from, and report it to his ISP. |
| Stubru Freak wrote: |
| Yeah! I found out where I got the list:
http://ip-to-country.webhosting.info/node/view/6 Complete list of countries by IP address. |
| shamil wrote: |
| if i am right 1054138368 does not stand for valid ip else what is the format of file or have i mistaken? |