Blogger Information
Blog 1
fans 0
comment 0
visits 486
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
cy
a` CY的博客
Original
486 people have browsed it

<?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>";

?>


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
  • cy
    1970-01-01 08:00:00