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

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

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

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

回复内容:

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

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

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

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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn