博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
<?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");
}

?>

  

posted on 2016-08-05 17:28  Likwo  阅读(251)  评论(0编辑  收藏  举报