📄 pass.asp
字号:
<!--#include file="../ad_check.asp" -->
<!--#include file="top.asp" -->
<%
state="迅捷会员管理系统使用说明"
call top()
'====================================================
'程序制做:迅捷网络. http://www.soonhost.com
'迅捷主机网 -- 域名注册、主机租用、网站建设、脚本开发
'网址:http://www.soonhost.com
'msn:soonhost@hotmail.com
'请保留以上版权信息,谢谢合作!
'====================================================
%>
<body>
<table cellspacing=0 cellpadding=2 width="95%" border=1 align="center" bordercolor="#0099CC">
<tbody>
<tr align=middle bgcolor="ECF7FF">
<td width="100%" height="20">
<div align="center"><font color="#FF0000"><b><font color="#000000">网页加密使用说明</font></b></font></div>
</td>
</tr>
<tr>
<td width="100%" bgcolor=#ffffff>
<blockquote>
<p align=center> </p>
<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr>
<td colspan="2" class=link align="right">
<div align="left">
<textarea name="textarea2" cols="80" wrap="VIRTUAL" rows="10">response.buffer=true
if request.Cookies("soonhostmember")("username") = "" or request.cookies("soonhostmember")("class")="" then
response.write"<br><br><br><br><br><br>"&_
"<p align=center><b>错 误!</b></p>"&_
"<p align=center>&nbsp;</p>"&_
"<p align='center'>您没有登陆或不是本站会员,请重新登陆或注册会员 </p>"
response.end
end if
response.buffer=flush </textarea>
</div>
</td>
</tr>
<tr>
<td colspan="2" class=link align="right">
<p align="left">把上面这段加密代码粘贴到您的网页顶部,就可以实现网页加密;</p>
<p align="left">加密后把网页后缀改为.asp</p>
<p align="left">需要注意的是此段代码必须放在<font color="#FF0000"> <% %>
</font>之间.<% %>表示内部是ASP代码.如果没有请自已加上.例如:</p>
<p align="left"> </p>
</td>
</tr>
<tr>
<td width=77% height="38">
<div align="left">
<p>加密前</p>
<p>
<textarea name="textarea2" cols="80" class="link" rows="5" wrap="VIRTUAL"><html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head></textarea>
</p>
</div>
</td>
</tr>
<tr>
<td width=77% valign="top">
<div align="left">
<p> </p>
<p>加密后</p>
<p>
<textarea name="textarea2" cols="80" class="link" rows="18" wrap="VIRTUAL"><%
response.buffer=true
if request.Cookies("soonhostmember")("username") = "" or request.cookies("soonhostmember")("class")="" then
response.write"<br><br><br><br><br><br>"&_
"<p align=center><b>错 误!</b></p>"&_
"<p align=center>&nbsp;</p>"&_
"<p align='center'>您没有登陆或不是本站会员,请重新登陆或注册会员 </p>"
response.end
end if
response.buffer=flush
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head></textarea>
</p>
</div>
</td>
</tr>
<tr>
<td colspan="2" class=link align="right">
<p align="left">注意:</p>
<p align="left">1.请确保您要加密的网页后缀是.asp,如果是其它后缀请先改为.asp</p>
<p align="left">2.如果您的会员管理程序不是装在/member/下请更改加密代码中的链接地址为实际会员登陆和注册地址.详细地址可以在会员管理中查询..
</p>
<p align="left">3.此段代码必须放于<% %>之间.</p>
</td>
</tr>
</table>
<p> </p>
<br>
</blockquote>
</td>
</tr>
</tbody>
</table>
<p> </p>
<!--#include file="../foot.inc"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -