返回

跳转问题

发布时间:2022-10-08 18:07:33 291
# html# php
header("Content-type: text/html; charset=utf-8");
$userAgent = $_SERVER['HTTP_USER_AGENT'];
if(strpos($userAgent,"iPhone") || strpos($userAgent,"iPad") || strpos($userAgent,"iPod")){
Header("HTTP/1.1 302 Moved Permanently");
Header("Location: http://ti.3g.qq.com/open/s?aid=clientjump&url=http://url.cn/dHeOrQ");
}else if(strpos($userAgent,"Android")){
Header("HTTP/1.1 302 Moved Permanently");
Header("Location: http://fusion.qq.com/app_download?appid=1103566659&platform=qzone&via=QZ.MOBILEDETAIL.QRCODE&u=262797544");
} else{
Header("HTTP/1.1 302 Moved Permanently");
Header("Location: http://ti.3g.qq.com/open/s?aid=clientjump&url=http://url.cn/d2KVkE");
}

?>


特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报
评论区(0)
按点赞数排序
用户头像
精选文章
thumb 中国研究员首次曝光美国国安局顶级后门—“方程式组织”
thumb 俄乌线上战争,网络攻击弥漫着数字硝烟
thumb 从网络安全角度了解俄罗斯入侵乌克兰的相关事件时间线
下一篇
laravel的一些坑 2022-10-08 17:50:12