Home >Backend Development >PHP Tutorial >异地登录问题,只能以ip段来判断吗,有没有其他方法呢

异地登录问题,只能以ip段来判断吗,有没有其他方法呢

WBOY
WBOYOriginal
2016-06-06 20:16:342174browse

根据登录ip段判断该ip所在城市,如和上次登录ip(或者没有上次登录ip时与注册ip)地址所在城市匹配,如不匹配则说明异地。
pc端和移动端都可以用ip来判断吗
还有其他方法吗?

回复内容:

根据登录ip段判断该ip所在城市,如和上次登录ip(或者没有上次登录ip时与注册ip)地址所在城市匹配,如不匹配则说明异地。
pc端和移动端都可以用ip来判断吗
还有其他方法吗?

一般是ip端,移动端的话还可以根据网络请求定位。

Pc端的话就只能靠ip了,QQ也是靠的ip,不信你挂个全局代理试试,绝对的异地登录。

也可以使用百度地图api 谷歌地图api的定位 误差在100米以内

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn