欢迎来到素材无忧网,按 + 收藏我们
登录 注册 退出 找回密码

帝国CMS二次开发新浪iplookup根据ip跳转到不同域名

时间: 2020-09-16 10:49 阅读: 作者:素材无忧网

$IP_str=file_get_contents('http://int.dpool.sina.com.cn/iplookup/iplookup.php');
$IP_tmp = explode("n", $IP_str);
$IPcou=count($IP_tmp)-1;
$IP_tmp1 = explode("        ", $IP_tmp[0]);
if($IP_tmp1[5]){
        $user_IP=$IP_tmp1[5];        
}else{
        $user_IP=$IP_tmp1[4];                
}
if($user_IP == '上海'){
   header('Location: A.php');
}elseif($user_IP == '北京'){
   header('Location: B.php');
}else{
   header('Location: C.php');
}
?>


版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

转载请注明: 帝国CMS二次开发新浪iplookup根据ip跳转到不同域名

标签:  
相关文章
模板推荐