adminlogin.asp
来自「直接解压即可 都是asp源码 超经典的啊」· ASP 代码 · 共 7 行
ASP
7 行
<!--#include file="conn.asp"-->
<!--#include file="top.asp"-->
<%
if request.QueryString("cmd")="login" then
username=request.form("login_name")
password=request.form("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 + -
显示快捷键?