admin_login.asp
来自「1.功能强大的内容管理系统 2.无限二级栏目分类 3.新闻采集功能 4.管」· ASP 代码 · 共 12 行
ASP
12 行
<!--#include file="conn.asp" -->
<!--#include file="md5.asp" -->
<%
yzm=trim(request.form("yzm"))
if cstr(session("GetCode"))<>cstr(yzm) then
Response.redirect "admin.asp?w=2"
else
%>
<%
username=request("userid")
password=request("password")
if Instr(username,"=")>0 or Instr(username,"%")>0 or Instr(username,chr(32))>0 or Instr(username,"?")>0 or Instr(username,"&")>0 or Instr(username,";")>0 or Instr(username,",")>0 or Instr(username,"'")>0 or Instr(username,",")>0 or Instr(username,chr(34))>0 or Instr(username,chr(9))>0 or Instr(username,"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?