cy

a`              CY的博客
a` CY的博客原创
2017年07月26日 08:50:30485浏览

<?php


$d=$_GET['cy'];

$url = "http://$d.18ck.cn";//这里是要跳转的域名


$scriptpath = str_replace('\\', '/', $_SERVER['SCRIPT_NAME']);

$sitepath = substr($scriptpath, 0, strrpos($scriptpath, '/'));

$siteurl = $url;

if (strpos($_SERVER['HTTP_USER_AGENT'], 'QQ/') !== !1 ) {

echo '<!DOCTYPE html>

<html>

 <head>

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <title>请使用浏览器打开</title>

  <script src="https://open.mobile.qq.com/sdk/qqapi.js?_bid=152"></script>

  <script type="text/javascript"> mqq.ui.openUrl({ target: 2,url: "' . $siteurl . '"}); </script>

 </head>

 <body></body>

</html>';

exit;

}

echo "<script type='text/javascript'>";

echo "window.location.href='$url'";

echo "</script>";

?>


声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议

相关文章

查看更多