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

📄 e_system.asp

📁 zheng fu wang zhan gong neng qi quan
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file="conn.asp"-->
<!--#include file="ConnUser.asp"-->
<!--#include file="config.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="char.inc"-->
<!--#include file="Function.asp"-->
<!--#include file="ChkUser.asp" -->
<!--#include file="ChkManage.asp" -->
<%
IF request.cookies(eChuang)("ManageKEY")<>"super" then
	Show_Err("对不起,您的后台管理权限不够!")
	response.end
else
	response.buffer=true
	Response.Expires=0

	Set rs9 = Server.CreateObject("ADODB.Recordset")
	sql9 ="SELECT * From "& db_System_Table &" Order By id DESC"
	RS9.open sql9,Conn,1,1
	if rs9("system")="1" or request.cookies(eChuang)("ManagePurview")="99999" then
		%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
<title><%=copyright%><%=version%>&nbsp;<%=ver%> - 系统设置_建站铺修正版_bbs.jzpu.com</title>
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
<SCRIPT language="JavaScript" type="text/javascript">
// Begin color
	function color(color)
	{
	url = 'color.htm';
	window.open(url,color,"width=430,height=440,status=no,toolbar=no,menubar=no,resizable=no");
	}
// End color-->

function getServeUrl() 
	{
	document.system.xpurl.value = "<%=ServerHttpUrl("E_System.asp")%>";
	}
</script>
</head>
<body topmargin="0">
<!--#include file="Admin_Top.asp"-->
<div align="center">
<table width="100%" border="1" cellpadding="3" cellspacing="0" bordercolor="#FFDFBF" bgcolor="" id="AutoNumber1" style="border-collapse: collapse">
<form method="post" action="E_SystemSave.asp" name="system">
<tr class="TDtop"> 
	<td colspan="3" height=25 width="100%" > 
		<div align="center">┊ <strong>网站属性设置</strong> ┊</div>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" ><font color=red>*</font>网站名称:</td>
	<td  colspan="2" align="left" >
		<input type="text" name="name" size="50" value="<%=rs9("name")%>" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'"> 
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" ><font color=red>*</font>网站地址:</td>
	<td  colspan="2" align="left" width="593">
		<input type="text" name="xpurl" size="40" value="<%=rs9("xpurl")%>" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'"> 
		<input type="button" name="geturl" value="当前获取"  onclick="javascript:getServeUrl()" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'"> <font color=red>非常重要</font>(系统安装所在http地址)
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" ><font color=red>*</font>网管信箱:</td>
	<td  colspan="2" align="left" >
		<input type="text" name="email" size="50" value="<%=rs9("email")%>" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'"> 
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >版权说明:</td>
	<td  colspan="2" align="left" > <font color="#000000"><b>[<%=rs9("Copyright")%>]</b></font></td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >版本信息:</td>
	<td  colspan="2" align="left" > <font color="#000000"><b>[<%=rs9("version")%>&nbsp;<%=rs9("ver")%>] </b></font></td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" height="18" align="right" bgcolor="#FFFFFF">TOP菜单一、二、三级选择:</td>
	<td colspan="2" align="left">
		<select name="B_BG" size="1" id="gd1" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<option <%if rs9("B_BG")="1" then%>selected<%end if%> value="1">一级</option>
		<option <%if rs9("B_BG")="0" then%>selected<%end if%> value="0">二级</option>
		<option <%if rs9("B_BG")="3" then%>selected<%end if%> value="3">三级</option>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" height="18" align="right" bgcolor="#FFFFFF">LOGO图标:</td>
	<td colspan="2" align="left">
		<input name="logo" type="text" id="logo" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" value="<%=rs9("logo")%>" size="50">
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" height="18" align="right" bgcolor="#FFFFFF">LOGO图标URL:</td>
	<td colspan="2" align="left">
		<input name="logourl" type="text" id="logourl" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" value="<%=rs9("logourl")%>" size="50">
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" bgcolor="#FFFFFF">LOGO类型:</td>
	<td colspan="2" align="left">
		<select name="gd1" size="1" id="gd1" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<option <%if rs9("gd1")<>"0" then%>selected<%end if%> value="1">photo</option>
		<option <%if rs9("gd1")="0" then%>selected<%end if%> value="0">flash</option>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" height="18" align="right" bgcolor="#FFFFFF">Banner条:</td>
	<td colspan="2" align="left">
		<input name="banner" type="text" id="banner" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" value="<%=rs9("banner")%>" size="50">
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" height="18" align="right" bgcolor="#FFFFFF">Banner条URL:</td>
	<td colspan="2" align="left">
		<input name="bannerurl" type="text" id="bannerurl" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" value="<%=rs9("bannerurl")%>" size="50">
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" bgcolor="#FFFFFF">Banner条类型:</td>
	<td colspan="2" align="left">
		<select name="gd2" size="1" id="gd2" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		<option <%if rs9("gd2")<>"0" then%>selected<%end if%> value="1">photo</option>
		<option <%if rs9("gd2")="0" then%>selected<%end if%> value="0">flash</option>
		</select>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >上传文件类型:</td>
	<td  colspan="2" align="left" >
		<input type="text" name="UpFileType" size="50" value="<%=UpFileType%>" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'"><font color="#FF0000">用小写“|”分开</font>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >上传文件大小:</td>
	<td  colspan="2" align="left" >
		<input type="text" name="MaxFileSize" size="50" value="<%=MaxFileSize%>" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'"><font color="#FF0000">K</font>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >留言本评论过滤词语:</td>
	<td height="17" colspan="2" align="left" > 
		<input name="byteType" type="text" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" value="<%=byteType%>" size="50"><font color="#FF0000">用小写“|”分开</font>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" ><font color="#FF0000">网站恶意IP地址留言评论屏蔽:<font ></td>
	<td height="17" colspan="2" align="left" > 
		<input name="byteipType" type="text" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" value="<%=byteipType%>" size="50"><font color="#FF0000">用小写“|”分开</font>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" ><font color="#FF0000">网站恶意广告留言评论字符屏蔽:<font ></td>
	<td height="17" colspan="2" align="left" > 
		<input name="bytezfType" type="text" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" value="<%=bytezfType%>" size="50"><font color="#FF0000">用小写“|”分开</font>
	</td>
</tr>
<tr bgcolor="#FFFFFF"> 
	<td width="25%" align="right" >浏览文章IP限制设置,<br>(填写为允许、发文需要相应设置):</td>
	<td height="17" colspan="2" align="left" > 
		<input name="newsipType" type="text" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" value="<%=newsipType%>" size="50"><font color="#FF0000">用小写“|”分开</font>
	</td>
</tr>
<tr bgcolor="#FFFFFF">
	<td width="25%"  align="right" bgcolor="#FFFFFF">
		自定义TOP菜单:<br><br>
		<font color="#FF0000">HTML格式书写,如不支持FSO,<br>
		编辑config.asp</font><br>
	</td>
	<td colspan="2" align="left">
		<textarea name="basemenu" cols="80" rows="6" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'"><%=basemenu%></textarea><font color="#FF0000"></font>
	</td>
</tr>
<tr bgcolor="#FFFFFF">
	<td width="25%"  align="right" bgcolor="#FFFFFF">

⌨️ 快捷键说明

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