⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_setup.asp

📁 论坛建站的源代码
💻 ASP
📖 第 1 页 / 共 5 页
字号:
	<tr><td colspan="2"><font size=4 color="#C0C0C0"><b>基本发帖设置</b></font></td></tr>


	<tr>
	  <td width=30%><a class="helpicon" title='将为所有公开论坛生成 RSS 订阅源。'><img src="images/spacer.gif" border="0" /></a><b>启用公开论坛的 RSS 订阅源</b></td>
	  <td><input type="radio" name="EnableForumsRSS" value=1 <%if SiteConfig("EnableForumsRSS")=1 then%>checked<%end if%> />是 <input type="radio" name="EnableForumsRSS" value=0 <%if SiteConfig("EnableForumsRSS")=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="DisplayThreadStatus" value=1 <%if SiteConfig("DisplayThreadStatus")=1 then%>checked<%end if%> />是 <input type="radio" name="DisplayThreadStatus" value=0 <%if SiteConfig("DisplayThreadStatus")=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="DisplayPostTags" value=1 <%if SiteConfig("DisplayPostTags")=1 then%>checked<%end if%> />是 <input type="radio" name="DisplayPostTags" value=0 <%if SiteConfig("DisplayPostTags")=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="EnablePostPreviewPopup" value=1 <%if SiteConfig("EnablePostPreviewPopup")=1 then%>checked<%end if%> />是 <input type="radio" name="EnablePostPreviewPopup" value=0 <%if SiteConfig("EnablePostPreviewPopup")=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="ViewMode" value=0 <%if SiteConfig("ViewMode")=0 then%>checked<%end if%> />简洁 
		<input type="radio" name="ViewMode" value=1 <%if SiteConfig("ViewMode")=1 then%>checked<%end if%> />完整 
		</td>
	</tr>
	
	
	<tr>
		<td><a class="helpicon" title='每个RSS订阅源主题数'><img src="images/spacer.gif" border="0" /></a><b>默认RSS源主题数</b></td>
		<td><input value="<%=SiteConfig("RSSDefaultThreadsPerFeed")%>" name="RSSDefaultThreadsPerFeed" size="20" /></td>
	</tr>
	
	</tr>
	<tr>
		<td><a class="helpicon" title='每个网页上显示的主题数'><img src="images/spacer.gif" border="0" /></a><b>主题/页码</b></td>
		<td><input value="<%=SiteConfig("ThreadsPerPage")%>" id="ThreadsPerPage" name="ThreadsPerPage" size="20" /></td>
	</tr>
	<tr>
		<td><a class="helpicon" title='每个网页上所显示的帖子数'><img src="images/spacer.gif" border="0" /></a><b>帖子/页码</b></td>
		<td><input value="<%=SiteConfig("PostsPerPage")%>" name="PostsPerPage" size="20" /></td>
	</tr>
	
	<tr>
		<td><a class="helpicon" title='投票选项最少不得低于该数值'><img src="images/spacer.gif" border="0" /></a><b>投票选项最少</b></td>
		<td>
		<input size="20" name="MinVoteOptions" value="<%=SiteConfig("MinVoteOptions")%>" /></td>
	</tr>
	<tr>
		<td><a class="helpicon" title='投票选项最大不得高于该数值'><img src="images/spacer.gif" border="0" /></a><b>投票选项最大</b></td>
		<td><input size="20" name="MaxVoteOptions" value="<%=SiteConfig("MaxVoteOptions")%>" /></td>
	</tr>
	
	<tr>
		<td><a class="helpicon" title='打开此选项将显示正在浏览某个论坛版块的用户'><img src="images/spacer.gif" border="0" /></a><b>显示正在浏览版块的用户</b></td>
		<td><input type="radio" name="DisplayForumUsers" value=1 <%if SiteConfig("DisplayForumUsers")=1 then%>checked<%end if%> />是 <input type="radio" name="DisplayForumUsers" value=0 <%if SiteConfig("DisplayForumUsers")=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="DisplayThreadUsers" value=1 <%if SiteConfig("DisplayThreadUsers")=1 then%>checked<%end if%> />是 <input type="radio" name="DisplayThreadUsers" value=0 <%if SiteConfig("DisplayThreadUsers")=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="DisplayEditNotes" value=1 <%if SiteConfig("DisplayEditNotes")=1 then%>checked<%end if%> />是 
		<input type="radio" name="DisplayEditNotes" value=0 <%if SiteConfig("DisplayEditNotes")=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="RequireEditNotes" value=1 <%if SiteConfig("RequireEditNotes")=1 then%>checked<%end if%> />是 
		<input type="radio" name="RequireEditNotes" value=0 <%if SiteConfig("RequireEditNotes")=0 then%>checked<%end if%> />否</td>
	</tr>
	<tr>
		<td><a class="helpicon" title='如启用该功能,在经过指定时间内允许编辑帖子(设置为 0 时无限制)'><img src="images/spacer.gif" border="0" /></a><b>发帖后多长时间内能编辑帖子(分钟)</b></td>
		<td><input size="20" value="<%=SiteConfig("PostEditBodyAgeInMinutes")%>" name="PostEditBodyAgeInMinutes" /></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="AllowDuplicatePosts" value=1 <%if SiteConfig("AllowDuplicatePosts")=1 then%>checked<%end if%> />是 
		<input type="radio" name="AllowDuplicatePosts" value=0 <%if SiteConfig("AllowDuplicatePosts")=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="20" name="PostInterval" value="<%=SiteConfig("PostInterval")%>" /></td>
	</tr>	
	<tr>
		<td><a class="helpicon" title='允许刚注册用户在此时间后能发表帖子'><img src="images/spacer.gif" border="0" /></a><b>注册后多长时间才能发表帖子(分钟)</b></td>
		<td><input size="20" value="<%=SiteConfig("RegUserTimePost")%>" name="RegUserTimePost" /></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="20" value="<%=SiteConfig("PopularPostThresholdPosts")%>" name="PopularPostThresholdPosts" /></td>
	</tr>
	<tr>
		<td><a class="helpicon" title='一个主题需要多少次浏览才能变成热门?'><img src="images/spacer.gif" border="0" /></a><b>热门帖子的浏览数</b></td>
		<td><input size="20" value="<%=SiteConfig("PopularPostThresholdViews")%>" name="PopularPostThresholdViews" /></td>
	</tr>	
	<tr>
		<td><a class="helpicon" title='普通主题成为热门主题必须保持活跃状态的天数'><img src="images/spacer.gif" border="0" /></a><b>热帖时限 (天)</b></td>
		<td><input size="20" value="<%=SiteConfig("PopularPostThresholdDays")%>" name="PopularPostThresholdDays" /></td>
	</tr>	
</table>
<!--论坛设置 End-->

<!--验证码设置 Start-->
<table id="Tag_tab_7" 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>
		<input type="radio" name="EnableAntiSpamTextGenerateForRegister" value=1 <%if SiteConfig("EnableAntiSpamTextGenerateForRegister")=1 then%>checked<%end if%> />是 
		<input type="radio" name="EnableAntiSpamTextGenerateForRegister" value=0 <%if SiteConfig("EnableAntiSpamTextGenerateForRegister")=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="EnableAntiSpamTextGenerateForLogin" value=1 <%if SiteConfig("EnableAntiSpamTextGenerateForLogin")=1 then%>checked<%end if%> />是 
		<input type="radio" name="EnableAntiSpamTextGenerateForLogin" value=0 <%if SiteConfig("EnableAntiSpamTextGenerateForLogin")=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="EnableAntiSpamTextGenerateForPost" value=1 <%if SiteConfig("EnableAntiSpamTextGenerateForPost")=1 then%>checked<%end if%> />是 
		<input type="radio" name="EnableAntiSpamTextGenerateForPost" value=0 <%if SiteConfig("EnableAntiSpamTextGenerateForPost")=0 then%>checked<%end if%> />否 
		</td>
	</tr>
</table>
<!--验证码设置 End-->

<!--金钱和经验设置 Strat-->
<table id="Tag_tab_8" 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><input size="20" value="<%=SiteConfig("IntegralAddThread")%>" name="IntegralAddThread" /></td>
	</tr>
	<tr>
	  <td><a class="helpicon" title='用户每回复一个帖子所得金钱和经验'><img src="images/spacer.gif" border="0" /></a><b>回帖</b></td>
		<td><input size="20" value="<%=SiteConfig("IntegralAddPost")%>" name="IntegralAddPost" /></td>
	</tr>
	<tr>
		<td><a class="helpicon" title='版主将某帖子加为精华后,帖子的作者所得金钱和经验'><img src="images/spacer.gif" border="0" /></a><b>加精华</b></td>
		<td><input size="20" value="<%=SiteConfig("IntegralAddValuedPost")%>" name="IntegralAddValuedPost" /></td>
	</tr>
	<tr>
		<td><a class="helpicon" title='版主删除某主题帖后,帖子的作者所得金钱和经验'><img src="images/spacer.gif" border="0" /></a><b>主题帖被删除</b></td>
		<td><input size="20" value="<%=SiteConfig("IntegralDeleteThread")%>" name="IntegralDeleteThread" /></td>
	</tr>
	<tr>
		<td><a class="helpicon" title='版主删除某回帖后,帖子的作者所得金钱和经验'><img src="images/spacer.gif" border="0" /></a><b>回帖被删除</b></td>
		<td><input size="20" value="<%=SiteConfig("IntegralDeletePost")%>" name="IntegralDeletePost" /></td>
	</tr>
	<tr>
		<td><a class="helpicon" title='版主取消某精华后,帖子的作者所得金钱和经验'><img src="images/spacer.gif" border="0" /></a><b>精华被取消</b></td>
		<td><input size="20" value="<%=SiteConfig("IntegralDeleteValuedPost")%>" name="IntegralDeleteValuedPost" /></td>
	</tr>
</table>
<!--金钱和经验设置 End-->


<!--整合设置 Strat-->
<table id="Tag_tab_9" 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>
		<input type="radio" name="APIEnable" value=1 <%if SiteConfig("APIEnable")=1 then%>checked<%end if%> />是 
		<input type="radio" name="APIEnable" value=0 <%if SiteConfig("APIEnable")=0 then%>checked<%end if%> />否 </td>
	</tr>
	<tr>
	  <td><a class="helpicon" title='设置系统安全密钥,如BBSXP(注意:系统整合,必须保证与其它系统设置的密钥一致。)'><img src="images/spacer.gif" border="0" /></a><b>安全密钥</b></td>
		<td><input size="40" value="<%=SiteConfig("APISafeKey")%>" name="APISafeKey" /></td>
	</tr>
	<tr>
		<td><a class="helpicon" title='整合的其它程序的接口文件路径,如:http://bbs.yuzi.net/API_Response.asp(注:多个程序接口之间用英文半角"|"分隔)'><img src="images/spacer.gif" border="0" /></a><b>接口文件地址(请用“|”分隔)</b></td>
		<td><input value="<%=SiteConfig("APIUrlList")%>" name="APIUrlList" style="width:90%" /></td>
	</tr>
</table>
<!--整合设置 End-->



<br />
<table border="0"  width="100%" align="center">
	<tr>
		<td align="right" height="20"><input type="button" onclick="SiteSettingsInit()" value=" 还原默认值 " /> <input type="submit" value=" 保 存 " /> <input type="reset" value=" 重 置 " /></td>
	</tr>
</table>
</form>
<script language="JavaScript" type="text/javascript">
var FormObject = document.form;

function SiteSettingsInit() {

	FormObject.elements["UserOnlineTime"].value = 20;
	FormObject.elements["Timeout"].value = 60;
	FormObject.elements["DefaultSiteStyle"].value = "default";
	FormObject.elements["CacheName"].value = "BBSXP";
	FormObject.elements["CacheUpDateInterval"].value = 5;
	FormObject.elements["SiteDisabled"][1].checked = true;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -