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

📄 c_xiugai.asp

📁 OA最新破解2008版 全新 破解 希望大家用着舒服
💻 ASP
字号:
<!--#include file="D_lj.asp" -->
<%
	tiezi=clng(request("tiezi"))
	xinqing=Request.Form("xinqing")
	biaoti=Trim(Request.Form("biaoti"))
	neirong=request.form("neirong")
		if len(neirong)>65535 then
			response.Redirect("b_xiugai.asp?fanhui=duo&dongzuo=xiugai&tiezi="& tiezi &"")
		end if
	neirong=replace(neirong,"'","@#$%3v42q")
	mingzi=request.Cookies("mingzi")
	cmima=request.Cookies("mima")
		if Instr(mingzi,"=")>0 or Instr(mingzi,"'")>0 or Instr(mingzi,"(")>0 or Instr(mingzi,")")>0 then
			response.Redirect("b_bankuai.asp")
		end if
	set yz=lj.execute("select mima from huiyuan where mingzi='"& mingzi &"'")
	if yz("mima")<>cmima then
		response.Redirect("b_bankuai.asp")
	end if
		if biaoti="" or neirong="" then
			response.Redirect("b_xiugai.asp?fanhui=kong&dongzuo=xiugai&tiezi="& tiezi &"")
		end if
	lj.execute("update tiezi set xinqing="& xinqing &",biaoti='"& biaoti &"',neirong='"& neirong &"' where xuhao="& tiezi &"")
	response.Redirect("b_kantie.asp?tiezi="& tiezi &"")
%>

⌨️ 快捷键说明

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