小提示:您还可以先修改部分HTML代码再运行、复制或者保存。
代码二:
[CODE_HTML]
<?
require 'commom.php';
$t=$_GET["t"];
$k=$_GET["k"];
$page=$_GET["page"];
if ($page<1)
{
$page=1;
}
$file=open("Search.asp?t=$t&k=$k&page=$page");
?>
<%=now()%>
<%=Year(now())%>
<%=Month(now())%>
<?php
$timestamp = time();
function open($file,$type=''){
global $fromurl,$referer;
$cachename=$file;
if($type){
$file=$fromurl.'/'.$type.'/'.$file;
}else{
$file=$fromurl.'/'.$file;
}
<%
If Instr(Request.ServerVariables("http_referer"),"http://"&Request.ServerVariables("server_name")&"") = 0 Then
response.redirect "/images/dl.gif" '盗链的文件地址,或执行语句
Response.End
End If
url=request("url")
response.redirect "/ycjan/"+url '/ycjan/可以是本地目录或远程目录
%>
<html>
<head>
<title>网页标题</title>
</head>
<body>
网页内容
</body>
</html>
Date();
now=Date();
now.getFullYear();
now.getMonth()+1;