📄 admin_setup.asp
字号:
<td><a class="helpicon" title='设置水印文字字体大小'><img src="../images/spacer.gif" border="0"></a><b>水印文字大小</b></td>
<td><input size="2" value="<%=SiteConfig("WatermarkFontSize")%>" name="WatermarkFontSize"></td>
</tr>
<tr>
<td><a class="helpicon" title='设置水印文字字体颜色'><img src="../images/spacer.gif" border="0"></a><b>水印文字颜色</b></td>
<td><img title="点击选取颜色!" id="WatermarkFontColor" onclick="foreColor('WatermarkFontColor')" style="CURSOR:pointer;BACKGROUND-COLOR:<%=SiteConfig("WatermarkFontColor")%>" src="../images/rect.gif"><input type="hidden" value="<%=SiteConfig("WatermarkFontColor")%>" name="WatermarkFontColor">
</td>
</tr>
<tr>
<td><a class="helpicon" title='设置水印字体是否显示粗体'><img src="../images/spacer.gif" border="0"></a><b>水印文字是否粗体</b></td>
<td>
<input type="radio" name="WatermarkFontIsBold" value=1 <%if SiteConfig("WatermarkFontIsBold")=1 then%>checked<%end if%>>是
<input type="radio" name="WatermarkFontIsBold" value=0 <%if SiteConfig("WatermarkFontIsBold")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr><td colspan="2"><font size=4 color="#C0C0C0"><b>水印图片</b></font></td></tr>
<tr>
<td><a class="helpicon" title='该图片将显示于窝友上传的图片上'><img src="../images/spacer.gif" border="0"></a><b>水印图片的相对路径</b></td>
<td><input size="30" value="<%=SiteConfig("WatermarkImage")%>" name="WatermarkImage"></td>
</tr>
</table>
<table id="Pannel4" style="display:none" cellspacing=0 cellpadding=0 width=100% class="PannelBody">
<tr>
<td width="30%"><a class="helpicon" title='发送邮件组件设置:开启/关闭'><img src="../images/spacer.gif" border="0"></a><b>发送邮件组件</b></td>
<td>
<select name="SelectMailMode" size="1" onchange="IsObjInstalled('IsMailObjInstalled',this.options[this.selectedIndex].value)">
<option value="">关闭</option>
<option value="JMail.Message" <%if SiteConfig("SelectMailMode")="JMail.Message" then%>selected<%end if%>>JMail.Message</option>
<option value="CDO.Message" <%if SiteConfig("SelectMailMode")="CDO.Message" then%>selected<%end if%>>CDO.Message</option>
</select> <span id=IsMailObjInstalled></span>
</td>
</tr>
<tr>
<td><a class="helpicon" title='用来发送电子邮件的地址'><img src="../images/spacer.gif" border="0"></a><b>发件人Email地址</b></td>
<td><input size="30" value="<%=SiteConfig("SmtpServerMail")%>" name="SmtpServerMail"></td>
</tr>
<tr>
<td><a class="helpicon" title='发送电子邮件的服务器地址'><img src="../images/spacer.gif" border="0"></a><b>SMTP 服务器</b></td>
<td><input size="30" value="<%=SiteConfig("SmtpServer")%>" name="SmtpServer"></td>
</tr>
<tr>
<td><a class="helpicon" title='用来登录SMTP服务器的窝友名'><img src="../images/spacer.gif" border="0"></a><b>SMTP 服务器注册名称</b></td>
<td><input size="30" value="<%=SiteConfig("SmtpServerUserName")%>" name="SmtpServerUserName"></td>
</tr>
<tr>
<td><a class="helpicon" title='用来登录SMTP服务器的密码'><img src="../images/spacer.gif" border="0"></a><b>SMTP 服务器密码</b></td>
<td><input type=password size="30" value="<%=SiteConfig("SmtpServerPassword")%>" name="SmtpServerPassword"></td>
</tr>
</table>
<table id="Pannel5" style="display:none" cellspacing=0 cellpadding=0 width=100% class="PannelBody">
<tr>
<td width="40%"><a class="helpicon" title='例如:link|script|object|iframe|form|style|div|caption|!--|meta'><img src="../images/spacer.gif" border="0"></a><b>过滤HTML标签(请用“|”分隔)</b></td>
<td><input size="60" value="<%=SiteConfig("BannedHtmlLabel")%>" name="BannedHtmlLabel"></td>
</tr>
<tr>
<td><a class="helpicon" title='例如:javascript:|onerror|onload|onmouseover'><img src="../images/spacer.gif" border="0"></a><b>过滤HTML标签内的事件(请用“|”分隔)</b></td>
<td><input size="60" value="<%=SiteConfig("BannedHtmlEvent")%>" name="BannedHtmlEvent"></td>
</tr>
<tr>
<td><a class="helpicon" title='例如:fuck|shit|你妈'><img src="../images/spacer.gif" border="0"></a><b>过滤发表时含有的敏感词(请用“|”分隔)</b></td>
<td><input size="60" value="<%=SiteConfig("BannedText")%>" name="BannedText"></td>
</tr>
<tr>
<td><a class="helpicon" title='例如:fuck|shit'><img src="../images/spacer.gif" border="0"></a><b>禁止注册的字符(请用“|”分隔)</b></td>
<td><input size="60" value="<%=SiteConfig("BannedRegUserName")%>" name="BannedRegUserName"></td>
</tr>
<tr>
<td><a class="helpicon" title='例如:127.0.0.1|192.168.0.1'><img src="../images/spacer.gif" border="0"></a><b>禁止IP地址进入网站(请用“|”分隔)</b></td>
<td><input size="60" value="<%=SiteConfig("BannedIP")%>" name="BannedIP"></td>
</tr>
</table>
<table id="Pannel6" style="display:none" cellspacing=0 cellpadding=0 width=100% class="PannelBody">
<tr><td colspan="2"><font size=4 color="#C0C0C0"><b>新注册设置</b></font></td></tr>
<tr>
<td width="30%"><a class="helpicon" title='禁止登录时,仅管理员可以登录站点。'><img src="../images/spacer.gif" border="0"></a><b>允许登录</b></td>
<td>
<input type="radio" name="AllowLogin" value=1 <%if SiteConfig("AllowLogin")=1 then%>checked<%end if%>>是
<input type="radio" name="AllowLogin" value=0 <%if SiteConfig("AllowLogin")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='控制是否允许被禁用帐号的窝友登录,他们在试图发帖之前不会注意到自己帐号已被禁用。'><img src="../images/spacer.gif" border="0"></a><b>允许被禁用帐号的窝友登录</b></td>
<td>
<input type="radio" name="EnableBannedUsersToLogin" value=1 <%if SiteConfig("EnableBannedUsersToLogin")=1 then%>checked<%end if%>>是
<input type="radio" name="EnableBannedUsersToLogin" value=0 <%if SiteConfig("EnableBannedUsersToLogin")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='禁止后,新窝友将不能注册。'><img src="../images/spacer.gif" border="0"></a><b>允许新窝友注册</b></td>
<td>
<input type="radio" name="AllowNewUserRegistration" value=1 <%if SiteConfig("AllowNewUserRegistration")=1 then%>checked<%end if%>>是
<input type="radio" name="AllowNewUserRegistration" value=0 <%if SiteConfig("AllowNewUserRegistration")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='用于控制新注册的窝友在 发帖需要审核的版块 中所发的主题是否需要审核'><img src="../images/spacer.gif" border="0"></a><b>新窝友信任等级</b></td>
<td>
<select name="NewUserModerationLevel">
<option value="1" <%if SiteConfig("NewUserModerationLevel")=1 then%>selected<%end if%>>信任窝友</option>
<option value="0" <%if SiteConfig("NewUserModerationLevel")=0 then%>selected<%end if%>>非信任窝友</option>
</select>
</td>
</tr>
<tr>
<td><a class="helpicon" title='窝友名的字符数必须大于或者等于该数值'><img src="../images/spacer.gif" border="0"></a><b>窝友名最小长度</b></td>
<td><input type="text" name="UserNameMinLength" value="<%=SiteConfig("UserNameMinLength")%>"></td>
</tr>
<tr>
<td><a class="helpicon" title='窝友名的字符数必须小于或者等于该数值'><img src="../images/spacer.gif" border="0"></a><b>窝友名最大长度</b></td>
<td><input type="text" name="UserNameMaxLength" value="<%=SiteConfig("UserNameMaxLength")%>"></td>
</tr>
<tr>
<td><a class="helpicon" title='控制窝友注册后账号激活的方式。 "自动"表示允许窝友创建自己的账号;"Email"表示新注册窝友后,会通过邮件方式将密码发送给新窝友;"只有邀请码;表示新注册窝友必须拥有已注册窝友发送的邀请码才能注册;"管理员审批"表示账号注册后需要管理员审批。'><img src="../images/spacer.gif" border="0"></a><b>账号激活方式</b></td>
<td>
<input type="radio" name="AccountActivation" value="0" <%if SiteConfig("AccountActivation")=0 then%>checked<%end if%>>自动
<input type="radio" name="AccountActivation" value="2" <%if SiteConfig("AccountActivation")=2 then%>checked<%end if%>>仅邀请码
<input type="radio" name="AccountActivation" value="3" <%if SiteConfig("AccountActivation")=3 then%>checked<%end if%>>管理员审批</td>
</tr>
<tr><td colspan="2"><font size=4 color="#C0C0C0"><b>全局窝友资料设置</b></font></td></tr>
<tr>
<td><a class="helpicon" title='允许窝友将个性签名显示在窝友发的每个主题末端。'><img src="../images/spacer.gif" border="0"></a><b>启用个性签名</b></td>
<td>
<input type="radio" name="EnableSignatures" value=1 <%if SiteConfig("EnableSignatures")=1 then%>checked<%end if%>>是
<input type="radio" name="EnableSignatures" value=0 <%if SiteConfig("EnableSignatures")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='允许个性签名最大字符数'><img src="../images/spacer.gif" border="0"></a><b>个性签名最大长度
(字节)</b></td>
<td>
<input type="text" name="SignatureMaxLength" value="<%=SiteConfig("SignatureMaxLength")%>">
</td>
</tr>
<tr>
<td><a class="helpicon" title='窝友设置短信息的最大容量'><img src="../images/spacer.gif" border="0"></a><b>窝友短信息的最大容量(条)</b></td>
<td>
<input type="text" name="MaxPrivateMessageSize" value="<%=SiteConfig("MaxPrivateMessageSize")%>">
</td>
</tr>
<tr>
<td><a class="helpicon" title='允许窝友将个性签名显示在窝友发的每个主题末端。'><img src="../images/spacer.gif" border="0"></a><b>允许主题中显示个性签名</b></td>
<td>
<input type="radio" name="AllowSignatures" value=1 <%if SiteConfig("AllowSignatures")=1 then%>checked<%end if%>>是
<input type="radio" name="AllowSignatures" value=0 <%if SiteConfig("AllowSignatures")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='启用该功能后,如果窝友申明自己性别,将显示该信息。'><img src="../images/spacer.gif" border="0"></a><b>允许主题中显示性别</b></td>
<td>
<input type="radio" name="AllowGender" value=1 <%if SiteConfig("AllowGender")=1 then%>checked<%end if%>>是
<input type="radio" name="AllowGender" value=0 <%if SiteConfig("AllowGender")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='允许窝友头像显示在窝友发的每个主题中。'><img src="../images/spacer.gif" border="0"></a><b>允许主题中显示头像</b></td>
<td>
<input type="radio" name="AllowAvatars" value=1 <%if SiteConfig("AllowAvatars")=1 then%>checked<%end if%>>是
<input type="radio" name="AllowAvatars" value=0 <%if SiteConfig("AllowAvatars")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='如果有多套页面主题,是否允许窝友自行选择自己喜欢的页面风格?'><img src="../images/spacer.gif" border="0"></a><b>允许窝友选择页面主题</b></td>
<td>
<input type="radio" name="AllowUserToSelectTheme" value=1 <%if SiteConfig("AllowUserToSelectTheme")=1 then%>checked<%end if%>>是
<input type="radio" name="AllowUserToSelectTheme" value=0 <%if SiteConfig("AllowUserToSelectTheme")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='访客在登录前无法浏览窝友个人资料'><img src="../images/spacer.gif" border="0"></a><b>浏览窝友资料需要登录</b></td>
<td>
<input type="radio" name="RequireAuthenticationForProfileViewing" value=1 <%if SiteConfig("RequireAuthenticationForProfileViewing")=1 then%>checked<%end if%>>是
<input type="radio" name="RequireAuthenticationForProfileViewing" value=0 <%if SiteConfig("RequireAuthenticationForProfileViewing")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr><td colspan="2"><font size=4 color="#C0C0C0"><b>窝友列表设置</b></font></td></tr>
<tr>
<td><a class="helpicon" title='关闭后窝友列表链接将从导航菜单中移除。'><img src="../images/spacer.gif" border="0"></a><b>显示窝友列表</b></td>
<td>
<input type="radio" name="PublicMemberList" value=1 <%if SiteConfig("PublicMemberList")=1 then%>checked<%end if%>>是
<input type="radio" name="PublicMemberList" value=0 <%if SiteConfig("PublicMemberList")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='允许窝友使用更高级的的窝友搜索。'><img src="../images/spacer.gif" border="0"></a><b>允许窝友使用高级搜索选项</b></td>
<td>
<input type="radio" name="MemberListAdvancedSearch" value=1 <%if SiteConfig("MemberListAdvancedSearch")=1 then%>checked<%end if%>>是
<input type="radio" name="MemberListAdvancedSearch" value=0 <%if SiteConfig("MemberListAdvancedSearch")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='浏览窝友列表时,每页显示的窝友数。'><img src="../images/spacer.gif" border="0"></a><b>每页显示的窝友</b></td>
<td>
<input type="text" name="MemberListPageSize" value="<%=SiteConfig("MemberListPageSize")%>">
</td>
</tr>
<tr><td colspan="2"><font size=4 color="#C0C0C0"><b>全局窝友头像设置</b></font></td></tr>
<tr>
<td><a class="helpicon" title='启用后,窝友可以选择个性化头像'><img src="../images/spacer.gif" border="0"></a><b>启用头像</b></td>
<td>
<input type="radio" name="EnableAvatars" value=1 <%if SiteConfig("EnableAvatars")=1 then%>checked<%end if%>>是
<input type="radio" name="EnableAvatars" value=0 <%if SiteConfig("EnableAvatars")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='允许窝友使用外部链接的图片作为头像。'><img src="../images/spacer.gif" border="0"></a><b>允许远端头像</b></td>
<td>
<input type="radio" name="EnableRemoteAvatars" value=1 <%if SiteConfig("EnableRemoteAvatars")=1 then%>checked<%end if%>>是
<input type="radio" name="EnableRemoteAvatars" value=0 <%if SiteConfig("EnableRemoteAvatars")=0 then%>checked<%end if%>>否
</td>
</tr>
<tr>
<td><a class="helpicon" title='显示窝友头像的最大尺寸,超过限制的图片将按比例缩小。'><img src="../images/spacer.gif" border="0"></a><b>头像尺寸</b></td>
<td>
<input size=3 name="AvatarHeight" value="<%=SiteConfig("AvatarHeight")%>"> X <input size=3 name="AvatarWidth" value="<%=SiteConfig("AvatarWidth")%>">
</td>
</tr>
</table>
<table id="Pannel7" style="display:none" cellspacing=0 cellpadding=0 width=100% class="PannelBody">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -