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

📄 e_systemsave1.asp

📁 zheng fu wang zhan gong neng qi quan
💻 ASP
字号:
<% @language="vbscript" %>
<!--#include file="conn.asp"-->
<!--#include file="ConnUser.asp"-->
<!--#include file="config.asp"-->
<!--#include file="char.inc"-->
<!--#include file="chkuser.asp" -->
<!--#include file="ChkManage.asp" -->
<!--#include file="ChkURL.asp"-->

<%
IF request.cookies(eChuang)("ManageKEY")<>"super" then
	Show_Err("对不起,您的后台管理权限不够!")
	response.end
else

	Set rs9 = Server.CreateObject("ADODB.Recordset")
	sql9 ="SELECT * From "& db_System_Table &" Order By id DESC"
	RS9.open sql9,Conn,1,1
	if rs9("powermana")="1" or request.cookies(eChuang)("ManagePurview")="99999" then

	topfont=request("topfont")
	topbg=request("topbg")
	t_bg=request("t_bg")
	usecheck=request("usecheck")
	zs=request("zs")
	zs1=request("zs1")
	zs2=request("zs2")
	reg=request("reg")
	inputmodpwd=request("inputmodpwd")
	fabiao=request("fabiao")
	fabiaomod=request("fabiaomod")
	fabiaocheck=request("fabiaocheck")
	checkmod=request("checkmod")
	checkdel=request("checkdel")
	smallgl=request("smallgl")
	smallmana=request("smallmana")
	specialgl=request("specialgl")
	system=request("system")
	css=request("css")
	init=request("init")
	delreview=request("delreview")
	shsmallgl=request("shsmallgl")
	shspecialgl=request("shspecialgl")
	shdelreview=request("shdelreview")
	reviewable=request("reviewable")
	M_MAIN=request("M_MAIN")
	modnewsable=request("modnewsable")
	checkshow=request("checkshow")
	showuser=request("showuser")
	showmove=request("showmove")
	search=request("search")
	showsearch=request("showsearch")
	showauthor=request("showauthor")
	showclub=request("showclub")
	showlink=request("showlink")
	showlinkmap=request("showlinkmap")
	showvote=request("showvote")
	showcount=request("showcount")
	linkreg=request("linkreg")
	linkpass=request("linkpass")
	linkmana=request("linkmana")
	powermana=request("powermana")
	votemana=request("votemana")
	showip=request("showip")
	showclick=request("showclick")
	showtime=request("showtime")
	showyear=request("showyear")
	showdata=request("showdata")
	showspecial=request("showspecial")
	reviewcheck=request("reviewcheck")
	reviewcheckshow=request("reviewcheckshow")
	freetime=request("freetime")
	uselevel=request("uselevel")
	
	Set rs = Server.CreateObject("ADODB.Recordset")
	sql="update "& db_System_Table &" set zs='"&zs&"',topfont='"&topfont&"',topbg='"&topbg&"',t_bg='"&t_bg&"',zs1='"&zs1&"',inputmodpwd='"&inputmodpwd&"',showclick='"&showclick&"',showyear='"&showyear&"',showtime='"&showtime&"',showdata='"&showdata&"',showspecial='"&showspecial&"',showsearch='"&showsearch&"',reviewcheckshow='"&reviewcheckshow&"',reviewcheck='"&reviewcheck&"',showip='"&showip&"',linkmana='"&linkmana&"',powermana='"&powermana&"',votemana='"&votemana&"',search='"&search&"',linkpass='"&linkpass&"',showauthor='"&showauthor&"',checkshow='"&checkshow&"',showuser='"&showuser&"',showmove='"&showmove&"',zs2='"&zs2&"',smallgl='"&smallgl&"',specialgl='"&specialgl&"',shsmallgl='"&shsmallgl&"',shspecialgl='"&shspecialgl&"',system='"&system&"',delreview='"&delreview&"',shdelreview='"&shdelreview&"',css='"&css&"',init='"&init&"',usecheck='"&usecheck&"',reviewable='"&reviewable&"',M_MAIN='"&M_MAIN&"',modnewsable='"&modnewsable&"',reg='"&reg&"',fabiaocheck='"&fabiaocheck&"',fabiao='"&fabiao&"',fabiaomod='"&fabiaomod&"',checkmod='"&checkmod&"',showclub='"&showclub&"',showlink='"&showlink&"',showlinkmap='"&showlinkmap&"',showvote='"&showvote&"',linkreg='"&linkreg&"',showcount='"&showcount&"',freetime='"&freetime&"',uselevel='"&uselevel&"',smallmana='"&smallmana&"',checkdel='"&checkdel&"'"
	conn.execute(sql)
	conn.close
	set conn=nothing
	response.write "<meta http-equiv=""refresh"" content="""&freetime&";url=E_System1.asp"">"
	Show_Message("<p align=center><font color=red>已经成功添加到数据库!<br><br>"&freetime&"秒钟后返回上页!</font>")
	response.end

	rs9.close
		set rs9=nothing
		conn.close
		set conn=nothing
	else
		Show_Err("对不起,该功能已经被超级系统管理员关闭,您没有权限操作!")
		response.end
	end if

end if%>

⌨️ 快捷键说明

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