📄 admin_setting.asp
字号:
<td width="50%" class=Forumrow>
<input type=radio name="forum_setting(30)" value=0 <%If Dvbbs.forum_setting(30)="0" then%>checked<%end if%>>否
<input type=radio name="forum_setting(30)" value=1 <%if Dvbbs.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="<%=Dvbbs.forum_setting(52)%>">
</td>
</tr>
<tr>
<td width="50%" class=Forumrow><U>论坛脚本过滤扩展设置</U><BR>此设置为开启HTML解释的时候对脚本代码的识别设置,<br>您可以根据需要添加自定的过滤<br>格式是:过滤字| 如:abc|efg| 这样就添加了abc和efg的过滤</td>
<td width="50%" class=Forumrow>
<Input type="text" name="forum_setting(77)" size="50" value="<%=Dvbbs.forum_setting(77)%>"><br> 没有添加可以填0,如果添加了最后一个字符必须是"|"
</td>
</tr>
</table><BR>
<table border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<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 Dvbbs.forum_setting(28)="0" then%>checked<%end if%>>保密
<input type=radio name="forum_setting(28)" value=1 <%if Dvbbs.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 Dvbbs.forum_setting(36)="0" then%>checked<%end if%>>保密
<input type=radio name="forum_setting(36)" value=1 <%if Dvbbs.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 Dvbbs.forum_setting(33)="0" then%>checked<%end if%>>否
<input type=radio name="forum_setting(33)" value=1 <%if Dvbbs.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 Dvbbs.forum_setting(34)="0" then%>checked<%end if%>>否
<input type=radio name="forum_setting(34)" value=1 <%if Dvbbs.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 Dvbbs.forum_setting(35)="0" then%>checked<%end if%>>否
<input type=radio name="forum_setting(35)" value=1 <%if Dvbbs.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 Dvbbs.forum_setting(15)="0" then%>checked<%end if%>>关闭
<input type=radio name="forum_setting(15)" value=1 <%if Dvbbs.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 Dvbbs.forum_setting(14)="0" then%>checked<%end if%>>关闭
<input type=radio name="forum_setting(14)" value=1 <%if Dvbbs.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="<%=Dvbbs.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="<%=Dvbbs.forum_setting(26)%>"> 人
</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>展开用户在线列表每页显示用户数</U></td>
<td width="50%" class=Forumrow>
<input type="text" name="forum_setting(58)" size="6" value="<%=Dvbbs.forum_setting(58)%>"> 人
</td>
</tr>
</table><BR>
<table border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th height=25 colspan=3 align=left id=tabletitlelink><a name="setting13"></a><b>邮件选项</b>[<a href="#top">顶部</a>]</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>发送邮件组件</U>
<input type="hidden" id="forum_emailplus" value="<b>发送邮件组件帮助:</b><br><li>选择组件时请确认服务器是否支持。">
<BR>如果您的服务器不支持下列组件,请选择不支持</td>
<td width="43%" class=Forumrow>
<select name="forum_setting(2)" onChange="chkselect(options[selectedIndex].value,'know1');">
<option value="0" <%if Dvbbs.forum_setting(2)=0 then%>selected<%end if%>>不支持
<option value="1" <%if Dvbbs.forum_setting(2)=1 then%>selected<%end if%>>JMAIL
<option value="2" <%if Dvbbs.forum_setting(2)=2 then%>selected<%end if%>>CDONTS
<option value="3" <%if Dvbbs.forum_setting(2)=3 then%>selected<%end if%>>ASPEMAIL
</select><div id=know1></div></td>
<td class=Forumrow><a href=# onclick="helpscript(forum_emailplus);return false;" class="helplink"><img src="images/manage/help.gif" border=0 title="点击查阅管理帮助!"></a></td>
</tr>
<tr>
<td class=ForumRowHighlight> <U>SMTP Server地址</U>
<input type="hidden" id="forum_smtp" value="<b>SMTP Server地址帮助:</b><br><li>当选择了邮件组件时此项建议填写,例如:smtp.21cn.com;<li>此邮件服务器地址的填写是根据管理员邮箱而定,例如管理员邮箱为abc@163.net,则此栏可填:smtp.163.net。">
<BR>只有在论坛使用设置中打开了发送邮件功能,该填写内容方有效</td>
<td class=ForumRowHighlight>
<input type="text" name="Forum_info(4)" size="35" value="<%=Dvbbs.Forum_info(4)%>">
</td>
<td class=forumRowHighlight><a href=# onclick="helpscript(forum_smtp);return false;" class="helplink"><img src="images/manage/help.gif" border=0 title="点击查阅管理帮助!"></a></td>
</tr>
<tr>
<td class=Forumrow> <U>邮件登录用户名</U><BR>只有在论坛使用设置中打开了发送邮件功能,该填写内容方有效</td>
<td colspan=2 class=Forumrow>
<input type="text" name="Forum_info(12)" size="35" value="<%=Dvbbs.Forum_info(12)%>">
</td></tr>
<tr>
<td class=ForumRowHighlight> <U>邮件登录密码</U></td>
<td colspan=2 class=ForumRowHighlight>
<input type="password" name="Forum_info(13)" size="35" value="<%=Dvbbs.Forum_info(13)%>">
</td>
</tr>
</table>
<a name="setting14"></a>
<BR>
<table border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th height=25 colspan=3 align=left id=tabletitlelink><b>上传设置</b>[<a href="#top">顶部</a>]</td>
</tr>
<tr>
<td width="50%" class=Forumrow> <U>头像上传</U></td>
<td width="43%" class=Forumrow>
<input type=radio name="forum_setting(7)" value=0 <%if Dvbbs.forum_setting(7)=0 then%>checked<%end if%>>关闭
<input type=radio name="forum_setting(7)" value=1 <%if Dvbbs.forum_setting(7)=1 then%>checked<%end if%>>打开
</td>
<input type="hidden" id="Forum_FaceUpload" value="<b>头像上传帮助:</b><br><li>当开启此功能,用户可以把图像文件上传到服务器作为头像。<li>在上传管理中有对上传头像进行管理。">
<td class=Forumrow><a href=# onclick="helpscript(Forum_FaceUpload);return false;" class="helplink"><img src="images/manage/help.gif" border=0 title="点击查阅管理帮助!"></a></td>
</tr>
<tr>
<td class=ForumRowHighlight><U>允许的最大头像文件大小</U></td>
<td class=ForumRowHighlight>
<input type="text" name="forum_setting(56)" size="6" value="<%=Dvbbs.forum_setting(56)%>"> K
</td>
<input type="hidden" id="Forum_FaceUploadSize" value="<b>头像文件大小帮助:</b><br><li>限制上传头像文件的大小。<li>用户头像除上传限制外,请查看“用户选项”相关设置。">
<td class=ForumRowHighlight><a href=# onclick="helpscript(Forum_FaceUploadSize);return false;" class="helplink"><img src="images/manage/help.gif" border=0 title="点击查阅管理帮助!"></a></td>
</tr>
<tr>
<td class=Forumrow ><U>选取上传组件:</U></td>
<td class=Forumrow >
<select name="forum_setting(43)" onChange="chkselect(options[selectedIndex].value,'know2');">
<option value="999" <%if Dvbbs.forum_setting(43)=999 then%>selected<%end if%>>关闭
<option value="0" <%if Dvbbs.forum_setting(43)=0 then%>selected<%end if%>>无组件上传类
<option value="1" <%if Dvbbs.forum_setting(43)=1 then%>selected<%end if%>>Lyfupload组件
<option value="2" <%if Dvbbs.forum_setting(43)=2 then%>selected<%end if%>>Aspupload3.0组件
<option value="3" <%if Dvbbs.forum_setting(43)=3 then%>selected<%end if%>>SA-FileUp 4.0组件
</select><div id="know2"></div>
</td>
<td class=Forumrow >
<input type="hidden" id="forum_upload" value="<b>选取上传组件帮助:</b><br><li>当选取时,论坛系统会自动为您检测服务器是否支持该组件;<li>若提示不支持,请选择关闭。">
<a href=# onclick="helpscript(forum_upload);return false;" class="helplink"><img src="images/manage/help.gif" border=0 title="点击查阅管理帮助!"></a></td>
</tr>
<tr>
<td class=ForumRowHighlight><U>选取生成预览图片组件:</U></td>
<td class=ForumRowHighlight>
<select name="forum_setting(45)" onChange="chkselect(options[selectedIndex].value,'know3');">
<option value="999" <%if Dvbbs.forum_setting(45)=999 then%>selected<%end if%>>关闭
<option value="0" <%if Dvbbs.forum_setting(45)=0 then%>selected<%end if%>>CreatePreviewImage组件
<option value="1" <%if Dvbbs.forum_setting(45)=1 then%>selected<%end if%>>AspJpeg组件
<option value="2" <%if Dvbbs.forum_setting(45)=2 then%>selected<%end if%>>SA-ImgWriter组件
<option value="3" <%if Dvbbs.forum_setting(45)=3 then%>selected<%end if%>>SJCatSoft V2.6组件
</select><div id="know3"></div>
</td>
<td class=forumRowHighlight>
<input type="hidden" id="forum_CreatImg" value="<b>选取生成预览图片组件帮助:</b><br><li>当选取时,论坛系统会自动为您检测服务器是否支持该组件;<li>若提示不支持,请选择关闭。">
<a href=# onclick="helpscript(forum_CreatImg);return false;" class="helplink"><img src="images/manage/help.gif" border=0 title="点击查阅管理帮助!"></a></td>
</tr>
<tr>
<td class=ForumRow><U>上传图片添加水印文字(可为空):</U></td>
<td class=ForumRow>
<INPUT TYPE="text" NAME="forum_setting(73)" size=40 value="<%=Dvbbs.Forum_Setting(73)%>">
</td>
<td class=ForumRow>
<input type="hidden" id="forum_CreatText" value="<b>上传图片添加水印文字帮助:</b><br><li>若不需要水印文字效果,请设置为空;<li>水印文字字数不宜超过15个字符,不支持任何WEB编码标记;<li>目前支持的相关图片组件有:AspJpeg组件,SA-ImgWriter V1.21组件,SJCatSoft V2.6组件。">
<a href=# onclick="helpscript(forum_CreatText);return false;" class="helplink"><img src="images/manage/help.gif" border=0 title="点击查阅管理帮助!"></a></td>
</tr>
<tr>
<td class=ForumRow><U>生成预览图片大小设置(宽度|高度):</U></td>
<td class=ForumRow><INPUT TYPE="text" NAME="forum_Setting(72)" size=10 value="<%=Dvbbs.Forum_Setting(72)%>"> 像素</td>
<td class=ForumRow>
<input type="hidden" id="forum_CreatImgSize" value="<b>生成预览图片大小设置帮助:</b><br><li>当选取了生成预览图片组件,并且服务器上装有相应组件,此功能才能生效;<li>生成图像大小设置的格式为:宽度|高度,宽度与高度之间用“|”分隔;">
<a href=# onclick="helpscript(forum_CreatImgSize);return false;" class="helplink"><img src="images/manage/help.gif" border=0 title="点击查阅管理帮助!"></a></td>
</tr>
<%
If IsObjInstalled("Scripting.FileSystemObject") Then
%>
<tr>
<td class=ForumRow><U>是否采用文件、图片防盗链</U></td>
<td class=ForumRow>
<input type=radio name="Forum_Setting(75)" value=0 <%if Dvbbs.Forum_Setting(75)=0 Then %>checked<%end if%>>关闭
<input type=radio name="Forum_Setting(75)" value=1 <%if Dvbbs.Forum_Setting(75)=1 Then %>checked<%end if%>>打开
</td>
<td class=ForumRow>
</td>
</tr>
<tr>
<td class=ForumRow><U>上传目录设定</U></td>
<td class=ForumRow>
<%
If Dvbbs.Forum_Setting(76)="" Or Dvbbs.Forum_Setting(76)="0" Then Dvbbs.Forum_Setting(76)="UploadFile/"
%>
<input type=text name="Forum_Setting(76)" value=<%=Dvbbs.Forum_Setting(76)%>>如果修改了此项,请用FTP手工创建目录和移动原有上传文件。
</td>
<td class=ForumRow>
</td>
</tr>
<%
End If
%>
</table>
<BR>
<table border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th height=25 colspan=2 align=left id=tabletitlelink><a name="setting15"></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(42)" value=0 <%if Dvbbs.forum_setting(42)=0 then%>checked<%end if%>>关闭
<input type=radio name="forum_setting(42)" value=1 <%if Dvbbs.forum_setting(42)=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(53)" value=0 <%if Dvbbs.forum_setting(53)=0 then%>checked<%end if%>>关闭
<input type=radio name="forum_setting(53)" value=1 <%if Dvbbs.forum_setting(53)=1 then%>checked<%end if%>>打开
</td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -