📄 system.asp
字号:
<!--#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(Forcast_SN)("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(Forcast_SN)("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%> <%=ver%> - 系统设置完美设计网络科技有限公司 完美政府网站管理系统 http://www.wmgov.cn</title>
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
<style type=text/css>
body { background:#555555; margin:0px; font-family: Verdana, Arial, sans-serif, 宋体; font-size: 9pt; text-decoration: none; color:#555555;
SCROLLBAR-FACE-COLOR: #55919A;
SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
SCROLLBAR-SHADOW-COLOR: #cccccc;
SCROLLBAR-3DLIGHT-COLOR: #cccccc;
SCROLLBAR-ARROW-COLOR: #555555;
SCROLLBAR-TRACK-COLOR: #555555;
SCROLLBAR-DARKSHADOW-COLOR: #cccccc;}
table { border:0px; }
td { font:normal 12px; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px; color:#555555; text-decoration:none; }
a:hover { color:#ff6600;text-decoration:underline; }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#eeeeee; }
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#555555; font-weight:bold; }
.menu_title2 { }
.menu_title2 span { position:relative; top:2px; left:8px; color:#ff6600; font-weight:bold; }
</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("System.asp")%>";
}
</script>
</head>
<body topmargin="0">
<!--#include file="Admin_Top.asp"-->
<div align="center">
<table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#C0C0C0" width="100%" id="AutoNumber1">
<form method="post" action="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")%> <%=rs9("ver")%>] </b></font></td>
</tr><!--屏蔽静态输出选项>
<tr bgcolor="#FFFFFF">
<td width="25%" height="18" align="right" bgcolor="#FFFFFF">输出HTML功能选项:</td>
<td colspan="2" align="left">
<select name="CreatHTML" 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("CreatHTML")="0" then%>selected<%end if%> value="0">不启用</option>
<option <%if rs9("CreatHTML")="1" then%>selected<%end if%> value="1">首次访问自动生成</option>
</select>
</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">
自定义BOTTOM菜单:<br><br>
<font color="#FF0000">HTML格式书写,如不支持FSO,<br>
编辑config.asp</font>
</td>
<td colspan="2" align="left">
<textarea name="BOTTOMmenu" 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'"><%=BOTTOMmenu%></textarea>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="25%" align="right" bgcolor="#FFFFFF">两侧浮动广告:</td>
<td colspan="2" align="left">
<select name="R_BG" size="1" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
<option <%if rs9("R_BG")<>"0" then%>selected<%end if%> value="1">启用</option>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -