📄 admin_setup.asp
字号:
弹出
<input type="radio" name="Web_Setting(1)" value="No" <%if Cl.Web_Setting(1)="No" then response.write "checked"%>>
不弹出
窗口宽度:<input name="Web_Setting(2)(0)" type="text" id="Web_Setting(2)(0)" value="<%=Split(Cl.Web_Setting(2),"|")(0)%>" size="5" maxlength="4" />
高度:<input name="Web_Setting(2)(1)" type="text" id="Web_Setting(2)(1)" value="<%=Split(Cl.Web_Setting(2),"|")(1)%>" size="5" maxlength="4" />
<font color="#3370CC">填写数字,不能小于1</font></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>评论脏话过滤:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(3)" value="Yes" <%if Cl.Web_Setting(3)="Yes" then response.write "checked"%>>
启用
<input type="radio" name="Web_Setting(3)" value="No" <%if Cl.Web_Setting(3)="No" then response.write "checked"%>>
禁用</td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>文章脏话过滤:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(4)" value="Yes" <%if Cl.Web_Setting(4)="Yes" then response.write "checked"%>>
启用
<input type="radio" name="Web_Setting(4)" value="No" <%if Cl.Web_Setting(4)="No" then response.write "checked"%>>
禁用</td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>留言脏话过滤:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(5)" value="Yes" <%if Cl.Web_Setting(5)="Yes" then response.write "checked"%>>
启用
<input type="radio" name="Web_Setting(5)" value="No" <%if Cl.Web_Setting(5)="No" then response.write "checked"%>>
禁用</td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>留言审核功能:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(6)" value="Yes" <%if Cl.Web_Setting(6)="Yes" then response.write "checked"%>>
启用
<input type="radio" name="Web_Setting(6)" value="No" <%if Cl.Web_Setting(6)="No" then response.write "checked"%>>
禁用
<font color="#3370CC">如禁用留言审核功能,则新留言将直接发表</font></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>删除上传文件:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(7)" value="Yes" <%if Cl.Web_Setting(7)="Yes" then response.write "checked"%>>
启用
<input type="radio" name="Web_Setting(7)" value="No" <%if Cl.Web_Setting(7)="No" then response.write "checked"%>>
禁用
<font color="#3370CC">如果启用,则删除内容的同时系统自动删除上传文件,此功能需要FSO支持。</font></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>防SQL注入过滤:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(8)" value="Yes" <%if Cl.Web_Setting(8)="Yes" then response.write "checked"%>>
启用
<input type="radio" name="Web_Setting(8)" value="No" <%if Cl.Web_Setting(8)="No" then response.write "checked"%>>
禁用</td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>HTML脚本过滤:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(9)" value="Yes" <%if Cl.Web_Setting(9)="Yes" then response.write "checked"%>>
启用
<input type="radio" name="Web_Setting(9)" value="No" <%if Cl.Web_Setting(9)="No" then response.write "checked"%>>
禁用
</td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>要过滤的脚本:</strong></td>
<td height="25">
<input name="Web_Setting(10)" type="text" id="Web_Setting(10)" value="<%=Cl.Web_Setting(10)%>" size="80" maxlength="250" />
<br /><font color="#3370CC">如过滤的字符为script,则内容页等HTML语法中将清除script脚本。可留空,多个可用“|”分隔。</font></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>文件防盗链:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(11)" value="Yes" <%if Cl.Web_Setting(11)="Yes" then response.write "checked"%>>
启用
<input type="radio" name="Web_Setting(11)" value="No" <%if Cl.Web_Setting(11)="No" then response.write "checked"%>>
禁用
<font color="#3370CC">如果使用防盗链,则下载文件时自动随机重命名。只支持本地文件!</td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>友情链接申请:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(12)" value="Yes" <%if Cl.Web_Setting(12)="Yes" then response.write "checked"%>>
允许
<input type="radio" name="Web_Setting(12)" value="No" <%if Cl.Web_Setting(12)="No" then response.write "checked"%>>
禁止</td>
</tr>
<input name="Web_Setting(13)" type="hidden" value="0" />
<!--
<tr class="tdbg" onMouseOut="this.className='tdbg'" onMouseOver="this.className='tdbg2'">
<td width="25%" height="25" align=right><strong>前台右键菜单:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(43)" value="Yes" <%if Cl.Web_Setting(43)="Yes" then response.write "checked"%> >
禁止
<input name="Web_Setting(43)" type="radio" value="No" <%if Cl.Web_Setting(43)="No" then response.write "checked"%> >
允许</td>
</tr>-->
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>前台保存网页:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(44)" value="Yes" <%if Cl.Web_Setting(44)="Yes" then response.write "checked"%>>
禁止
<input name="Web_Setting(44)" type="radio" value="No" <%if Cl.Web_Setting(44)="No" then response.write "checked"%>>
允许</td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>热门的点击数:</strong></td>
<td height="25">
<input name="Web_Setting(14)" type="text" id="Web_Setting(14)" value="<%=Cl.Web_Setting(14)%>" size="6" maxlength="5" />
次数 <font color="#3370CC">各频道内容点击数达到此数时就会被设为热门。</font> </td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>会话保持时间:</strong></td>
<td height="25">
<input name="Web_Setting(15)" type="text" id="Web_Setting(15)" value="<%=Cl.Web_Setting(15)%>" size="6" maxlength="2" />
分钟 <font color="#3370CC">Session会话的保持时间,为了安全,请不要将时间设得太长。建议设为20分钟。</font></td>
</tr>
<input name="Web_Setting(16)" type="hidden" value="0" />
</table>
<br />
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" class="border">
<tr>
<td height="25" colspan="2" class="title"><a name="User" id="User"></a><strong> 用户选项 </strong><a href="#Top"><font color="white">(顶 部)</font></a></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>新用户注册:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(21)" value="Yes" <%if Cl.Web_Setting(21)="Yes" then response.write "checked"%>>
允许
<input type="radio" name="Web_Setting(21)" value="No" <%if Cl.Web_Setting(21)="No" then response.write "checked"%>>
禁止</td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>用户名长度:</strong></td>
<td height="25">
最短:<input name="Web_Setting(22)(0)" type="text" id="Web_Setting(22)(0)" value="<%=Split(Cl.Web_Setting(22),"|")(0)%>" size="3" maxlength="2" />
最长:<input name="Web_Setting(22)(1)" type="text" id="Web_Setting(22)(1)" value="<%=Split(Cl.Web_Setting(22),"|")(1)%>" size="3" maxlength="2" />
<font color="#3370CC">填写数字,不能小于1大于50</font></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>邮件 验证:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(23)" value="Yes" <%if Cl.Web_Setting(23)="Yes" then response.write "checked"%>>
开启
<input type="radio" name="Web_Setting(23)" value="No" <%if Cl.Web_Setting(23)="No" then response.write "checked"%>>
关闭<br />
<font color="#3370CC"> 若选择“开启”,则用户注册后系统会发一封带有验证码的邮件给此用户,用户必须在通过邮件验证后才能真正成为正式注册用户</font></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>管理员认证:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(24)" value="Yes" <%if Cl.Web_Setting(24)="Yes" then response.write "checked"%>>
开启
<input type="radio" name="Web_Setting(24)" value="No" <%if Cl.Web_Setting(24)="No" then response.write "checked"%>>
关闭<br />
<font color="#3370CC">若选择“开启”,则用户必须在通过管理员认证后才能真正成功正式注册用户。</font></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>发送邮件信息:</strong></td>
<td height="25">
<input type="radio" name="Web_Setting(25)" value="Yes" <%if Cl.Web_Setting(25)="Yes" then response.write "checked"%>>
开启
<input type="radio" name="Web_Setting(25)" value="No" <%if Cl.Web_Setting(25)="No" then response.write "checked"%>>
关闭<br />
<font color="#3370CC">若选择“开启”,则用户注册成功后系统会把用户名跟密码发给此用户</font></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong><font color="blue">金钱</font>项目名称:</strong></td>
<td><input name="Web_Setting(26)" type="text" id="Web_Setting(26)" value="<%=Cl.Web_Setting(26)%>" size="18" maxlength="16" />
<strong>单位:</strong><input name="Web_Setting(27)" type="text" id="Web_Setting(27)" value="<%=Cl.Web_Setting(27)%>" size="10" maxlength="8" />
<br />
<font color="#3370CC">如默认的“金钱”名称可改为“储值”。</font></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong><font color="blue">点数</font>项目名称:</strong></td>
<td><input name="Web_Setting(28)" type="text" id="Web_Setting(28)" value="<%=Cl.Web_Setting(28)%>" size="18" maxlength="16" />
<strong>单位:</strong><input name="Web_Setting(29)" type="text" id="Web_Setting(29)" value="<%=Cl.Web_Setting(29)%>" size="10" maxlength="8" />
<br />
<font color="#3370CC">如默认的“点数”名称可改为“E币”。</font></td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong><%=Cl.Web_Setting(26)%>与<%=Cl.Web_Setting(28)%>比率:</strong></td>
<td>
每 <strong><font color="red">1</font></strong> <%=Cl.Web_Setting(27)%><%=Cl.Web_Setting(26)%>可(转换/购买) <input name="Web_Setting(30)" type="text" id="Web_Setting(30)" value="<%=Cl.Web_Setting(30)%>" size="6" maxlength="5" />
<%=Cl.Web_Setting(29)%>(<%=Cl.Web_Setting(28)%>/等值充值卡)
</td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong><%=Cl.Web_Setting(26)%>与有效期比率:</strong></td>
<td>
每 <strong><font color="red">1</font></strong> <%=Cl.Web_Setting(27)%><%=Cl.Web_Setting(26)%>可(延长/购买) <input name="Web_Setting(31)" type="text" id="Web_Setting(31)" value="<%=Cl.Web_Setting(31)%>" size="6" maxlength="5" />
天(有效期/等值充值卡)
</td>
</tr>
<input name="Web_Setting(32)" type="hidden" value="0" />
<input name="Web_Setting(33)" type="hidden" value="0" />
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
<td width="25%" height="25" align="right"><strong>允许评论用户组:</strong></td>
<td height="25">
<input name="Web_Setting(34)" type="hidden" id="Web_Setting(34)" value="<%=Cl.Web_Setting(34)%>" />
<input name="Web_Setting(34)View" type="text" id="Web_Setting(34)View" value="<%=Cl.GetUserGroupName(Cl.Web_Setting(34))%>" size="80" onClick="SelectUserGroup('Web_Setting(34)');" readonly="readonly" />
<br />
<font color="#3370CC">只有具有相应权限的用户才能发表评论,这里为总设置。</font> </td>
</tr>
<tr class="tdbg" onmouseout="this.className='tdbg'" onmouseover="this.className='tdbg2'">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -