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

📄 c_zhuce.asp

📁 OA最新破解2008版 全新 破解 希望大家用着舒服
💻 ASP
字号:
<!--#include file="D_lj.asp" -->
<%
	mingzi=Trim(Request.Form("mingzi"))
	mima=Request.Form("mima")
	mima2=Request.Form("mima2")
		if mingzi="" or mima="" or mima2="" then
			response.Redirect("b_zhuce.asp?fanhui=kong")
		elseif mingzi="游客" then
			response.Redirect("b_zhuce.asp?fanhui=youke")
		elseif mima<>mima2 then
				response.Redirect("b_zhuce.asp?fanhui=mima")
		elseif Instr(mingzi,"=")>0 or Instr(mingzi,"'")>0 or Instr(mingzi,"(")>0 or Instr(mingzi,")")>0 then
				response.Redirect("b_zhuce.asp?fanhui=feifa")
		end if
			set jc=lj.execute("select mingzi from huiyuan where mingzi='"&mingzi&"'")
			if not jc.eof then
				response.Redirect("b_zhuce.asp?fanhui=chong")
			end if
	lj.execute("insert into huiyuan(mingzi,mima) values('"& mingzi &"','"& mima &"')")
		response.Cookies("mingzi")=mingzi
		response.Cookies("mingzi").expires=#2037-1-1#
		response.Cookies("mima")=mima
		response.Cookies("mima").expires=#2037-1-1#
	Response.Redirect("b_bankuai.asp")
%>

⌨️ 快捷键说明

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