📄 admin_setting.asp
字号:
<tr>
<td width="50%" class=Forumrow> <U>论坛管理员Email</U><BR>给用户发送邮件时,显示的来源Email信息</td>
<td width="50%" class=Forumrow>
<input type="text" name="SystemEmail" size="35" value="<%=Forum_info(5)%>">
</td>
</tr>
<tr>
<th height=25 colspan=2 align=left id=tabletitlelink><a name="setting6"></a><b>悄悄话选项</b>[<a href="#top">顶部</a>]</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>新短消息弹出窗口</U></td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(10)" value=0 <%if cint(Forum_Setting(10))=0 then%>checked<%end if%>>否
<input type=radio name="Forum_Setting(10)" value=1 <%if cint(Forum_Setting(10))=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<th height=25 colspan=2 align=left id=tabletitlelink><a name="setting7"></a><b>论坛首页选项</b>[<a href="#top">顶部</a>]</td>
</tr>
<tr>
<td width="50%" class=Forumrow>
<U>首页显示论坛深度</U><BR>0代表一级,1代表2级,以此类推<BR>设置过大的论坛深度将影响论坛整体性能,请根据自己论坛情况做设置,建议设置为1</td>
<td width="50%" class=Forumrow>
<input type=text size=10 name="forum_setting(5)" value="<%=forum_setting(5)%>"> 级
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>快速登陆位置</U></td>
<td width="50%" class=Forumrow>
<select name="Forum_Setting(31)">
<option value="1" <%if cint(Forum_Setting(31))=1 then%>selected<%end if%>>顶部
<option value="2" <%if cint(Forum_Setting(31))=2 then%>selected<%end if%>>底部
<option value="0" <%if cint(Forum_Setting(31))="0" then%>selected<%end if%>>不显示
</select>
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>是否显示过生日会员</U></td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(29)" value=0 <%if cint(Forum_Setting(29))=0 then%>checked<%end if%>>否
<input type=radio name="Forum_Setting(29)" value=1 <%if cint(Forum_Setting(29))=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<th height=25 colspan=2 align=left id=tabletitlelink><a name="setting8"></a><b>用户与注册选项</b>[<a href="#top">顶部</a>]</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>是否允许新用户注册</U><BR>关闭后论坛将不能注册</td>
<td width="50%" class=Forumrow>
<input type=radio name="forum_setting(37)" value=0 <%if cint(forum_setting(37))=0 then%>checked<%end if%>>否
<input type=radio name="forum_setting(37)" value=1 <%if cint(forum_setting(37))=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>最短用户名长度</U><BR>填写数字,不能小于1大于50</td>
<td width="50%" class=Forumrow>
<input type="text" name="forum_setting(40)" size="3" value="<%=forum_setting(40)%>">
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>最长用户名长度</U><BR>填写数字,不能小于1大于50</td>
<td width="50%" class=Forumrow>
<input type="text" name="forum_setting(41)" size="3" value="<%=forum_setting(41)%>">
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>同一IP注册间隔时间</U><BR>如不想限制可填写0</td>
<td width="50%" class=Forumrow>
<input type="text" name="Forum_Setting(22)" size="3" value="<%=Forum_Setting(22)%>"> 秒
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>Email通知密码</U><BR>确认您的站点支持发送mail,所包含密码为系统随机生成</td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(23)" value=0 <%if cint(Forum_Setting(23))=0 then%>checked<%end if%>>关闭
<input type=radio name="Forum_Setting(23)" value=1 <%if cint(Forum_Setting(23))=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>一个Email只能注册一个帐号</U></td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(24)" value=0 <%if cint(Forum_Setting(24))=0 then%>checked<%end if%>>关闭
<input type=radio name="Forum_Setting(24)" value=1 <%if cint(Forum_Setting(24))=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>注册需要管理员认证</U></td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(25)" value=0 <%if cint(Forum_Setting(25))=0 then%>checked<%end if%>>关闭
<input type=radio name="Forum_Setting(25)" value=1 <%if cint(Forum_Setting(25))=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>发送注册信息邮件</U><BR>请确认您打开了邮件功能</td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(47)" value=0 <%if cint(Forum_Setting(47))=0 then%>checked<%end if%>>关闭
<input type=radio name="Forum_Setting(47)" value=1 <%if cint(Forum_Setting(47))=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>开启短信欢迎新注册用户</U></td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(46)" value=0 <%if cint(Forum_Setting(46))=0 then%>checked<%end if%>>关闭
<input type=radio name="Forum_Setting(46)" value=1 <%if cint(Forum_Setting(46))=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<th height=25 colspan=2 align=left id=tabletitlelink><a name="setting10"></a><b>系统设置</b>[<a href="#top">顶部</a>]</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>论坛所在时区</U></td>
<td width="50%" class=Forumrow>
<input type="text" name="GMT" size="35" value="<%=Forum_info(9)%>">
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>服务器时差</U></td>
<td width="50%" class=Forumrow>
<select name="Forum_Setting(0)">
<%for i=-23 to 23%>
<option value="<%=i%>" <%if cint(i)=cint(Forum_Setting(0)) then%>selected<%end if%>><%=i%>
<%next%>
</select>
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>脚本超时时间</U><BR>默认为300,一般不做更改</td>
<td width="50%" class=Forumrow>
<input type="text" name="Forum_Setting(1)" size="3" value="<%=Forum_Setting(1)%>"> 秒
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>是否显示页面执行时间</U></td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(30)" value=0 <%if cint(Forum_Setting(30))=0 then%>checked<%end if%>>否
<input type=radio name="Forum_Setting(30)" value=1 <%if cint(Forum_Setting(30))=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="50%" class=Forumrow><U>禁止的邮件地址</U><BR>在下面指定的邮件地址将被禁止注册,每个邮件地址用“|”符号分隔<BR>本功能支持模糊搜索,如设置了eway禁止,将禁止eway@aspsky.net或者eway@dvbbs.net类似这样的注册</td>
<td width="50%" class=Forumrow>
<input type="text" name="Forum_Setting(52)" size="50" value="<%=Forum_Setting(52)%>">
</td>
</tr>
<tr>
<td width="50%" class=Forumrow><U>防刷新功能有效的页面</U><BR>请确认您打开了防刷新功能<BR>您指定的页面将有防刷新作用,用户在限定的时间内不能重复打开该页面,具有一定减少资源消耗的作用<BR>每个页面名请用“|”符号隔开</td>
<td width="50%" class=Forumrow>
<input type="text" name="Forum_Setting(64)" size="50" value="<%=Forum_Setting(64)%>">
</td>
</tr>
<tr>
<th height=25 colspan=2 align=left id=tabletitlelink><a name="setting12"></a><b>在线和用户来源</b>[<a href="#top">顶部</a>]</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>在线显示用户IP</U><BR>关闭后如果所属用户组、论坛权限、用户权限中设置了用户可浏览则可见</td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(28)" value=0 <%if cint(Forum_Setting(28))=0 then%>checked<%end if%>>保密
<input type=radio name="Forum_Setting(28)" value=1 <%if cint(Forum_Setting(28))=1 then%>checked<%end if%>>公开
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>在线显示用户来源</U><BR>关闭后如果所属用户组、论坛权限、用户权限中设置了用户可浏览则可见<BR>开启本功能较消耗资源</td>
<td width="50%" class=Forumrow>
<input type=radio name="forum_setting(36)" value=0 <%if cint(forum_setting(36))=0 then%>checked<%end if%>>保密
<input type=radio name="forum_setting(36)" value=1 <%if cint(forum_setting(36))=1 then%>checked<%end if%>>公开
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>在线资料列表显示用户当前位置</U></td>
<td width="50%" class=Forumrow>
<input type=radio name="forum_setting(33)" value=0 <%if cint(forum_setting(33))=0 then%>checked<%end if%>>否
<input type=radio name="forum_setting(33)" value=1 <%if cint(forum_setting(33))=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>在线资料列表显示用户登陆和活动时间</U></td>
<td width="50%" class=Forumrow>
<input type=radio name="forum_setting(34)" value=0 <%if cint(forum_setting(34))=0 then%>checked<%end if%>>否
<input type=radio name="forum_setting(34)" value=1 <%if cint(forum_setting(34))=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>在线资料列表显示用户浏览器和操作系统</U></td>
<td width="50%" class=Forumrow>
<input type=radio name="forum_setting(35)" value=0 <%if cint(forum_setting(35))=0 then%>checked<%end if%>>否
<input type=radio name="forum_setting(35)" value=1 <%if cint(forum_setting(35))=1 then%>checked<%end if%>>是
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>在线名单显示客人在线</U><BR>为节省资源建议关闭</td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(15)" value=0 <%if cint(Forum_Setting(15))=0 then%>checked<%end if%>>关闭
<input type=radio name="Forum_Setting(15)" value=1 <%if cint(Forum_Setting(15))=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>在线名单显示用户在线</U><BR>为节省资源建议关闭</td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(14)" value=0 <%if cint(Forum_Setting(14))=0 then%>checked<%end if%>>关闭
<input type=radio name="Forum_Setting(14)" value=1 <%if cint(Forum_Setting(14))=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>删除不活动用户时间</U><BR>可设置删除多少分钟内不活动用户<BR>单位:分钟,请输入数字</td>
<td width="50%" class=Forumrow>
<input type="text" name="Forum_Setting(8)" size="3" value="<%=Forum_Setting(8)%>"> 分钟
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>总论坛允许同时在线数</U><BR>如不想限制,可设置为0</td>
<td width="50%" class=Forumrow>
<input type="text" name="Forum_Setting(26)" size="6" value="<%=Forum_Setting(26)%>"> 人
</td>
</tr>
<tr>
<th height=25 colspan=2 align=left id=tabletitlelink><a name="setting13"></a><b>邮件选项</b>[<a href="#top">顶部</a>]</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>发送邮件组件</U><BR>如果您的服务器不支持下列组件,请选择不支持</td>
<td width="50%" class=Forumrow>
<select name="Forum_Setting(2)">
<option value="0" <%if Forum_Setting(2)=0 then%>selected<%end if%>>不支持
<option value="1" <%if Forum_Setting(2)=1 then%>selected<%end if%>>JMAIL
<option value="2" <%if Forum_Setting(2)=2 then%>selected<%end if%>>CDONTS
<option value="3" <%if Forum_Setting(2)=3 then%>selected<%end if%>>ASPEMAIL
</select>
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>SMTP Server地址</U><BR>只有在论坛使用设置中打开了发送邮件功能,该填写内容方有效</td>
<td width="50%" class=Forumrow>
<input type="text" name="SMTPServer" size="35" value="<%=Forum_info(4)%>">
</td>
</tr>
<tr>
<th height=25 colspan=2 align=left id=tabletitlelink><a name="setting14"></a><b>上传设置</b>[<a href="#top">顶部</a>]</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>头像上传</U></td>
<td width="50%" class=Forumrow>
<input type=radio name="Forum_Setting(7)" value=0 <%if Forum_Setting(7)=0 then%>checked<%end if%>>关闭
<input type=radio name="Forum_Setting(7)" value=1 <%if Forum_Setting(7)=1 then%>checked<%end if%>>打开
</td>
</tr>
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -