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

📄 boardhelp.asp

📁 论坛源码
💻 ASP
字号:
<!--#include file=conn.asp-->
<!-- #include file=inc/const.asp -->
<%
	if boardid=0 then
		stats="论坛总帮助"
		call nav()
		call head_var(2,0,"","")
	else
		stats="版面帮助"
		call nav()
		call head_var(1,BoardDepth,0,0)
	end if
	call main()
	call footer()
sub main()
%>
<table cellspacing=1 cellpadding=3 align=center class=tableborder1>
<tr> 
<td class=tablebody2 width=100% align=center>
<A HREF=#point>积分设置</A> | <A HREF=#grade>等级设置</A> | <A HREF=#ubb>UBB语法</A> | <A HREF=#ubb1>UBB设置</A>
</td>
</tr>
  <tr> 
    <th align=left>A. <A name=point>积分设置</A></th>
  </tr> 
<tr> 
<td width=100% class=tablebody1>
&nbsp;&nbsp;该论坛注册、登陆、发贴、回帖、加入精华、删除帖子等操作对用户分值的影响,版主可根据用户发贴表现自行增减以下默认值,总版主可对用户威力进行直接操作:<BR><BR>
(一)<B>金钱</B><BR>注册金钱数:<font color=<%=Forum_body(8)%>><%=Forum_user(0)%></font>&nbsp;登陆增加金钱:<font color=<%=Forum_body(8)%>><%=Forum_user(4)%></font>&nbsp;发帖增加金钱:<font color=<%=Forum_body(8)%>><%=Forum_user(1)%></font>&nbsp;跟帖增加金钱:<font color=<%=Forum_body(8)%>><%=Forum_user(2)%></font>&nbsp;精华增加金钱:<font color=<%=Forum_body(8)%>><%=Forum_user(15)%></font>&nbsp;删帖减少金钱:<font color=<%=Forum_body(8)%>><%=Forum_user(3)%></font><BR>
<BR>
(二)<B>经验</B><BR>注册经验数:<font color=<%=Forum_body(8)%>><%=Forum_user(5)%></font>&nbsp;登陆增加经验:<font color=<%=Forum_body(8)%>><%=Forum_user(9)%></font>&nbsp;发帖增加经验:<font color=<%=Forum_body(8)%>><%=Forum_user(6)%></font>&nbsp;跟帖增加经验:<font color=<%=Forum_body(8)%>><%=Forum_user(7)%></font>&nbsp;精华增加经验:<font color=<%=Forum_body(8)%>><%=Forum_user(17)%></font>&nbsp;删帖减少经验:<font color=<%=Forum_body(8)%>><%=Forum_user(8)%></font><BR>
<BR>
(二)<B>魅力</B><BR>注册魅力数:<font color=<%=Forum_body(8)%>><%=Forum_user(10)%></font>&nbsp;登陆增加魅力:<font color=<%=Forum_body(8)%>><%=Forum_user(14)%></font>&nbsp;发帖增加魅力:<font color=<%=Forum_body(8)%>><%=Forum_user(11)%></font>&nbsp;跟帖增加魅力:<font color=<%=Forum_body(8)%>><%=Forum_user(12)%></font>&nbsp;精华增加魅力:<font color=<%=Forum_body(8)%>><%=Forum_user(16)%></font>&nbsp;删帖减少魅力:<font color=<%=Forum_body(8)%>><%=Forum_user(13)%></font><BR>
</td>
</tr>
  <tr> 
    <th align=left><A name=grade>B. 等级设置</A></th>
  </tr> 
  <tr> 
    <td class=tablebody1>
	<p style=line-height:15pt>
以下为该论坛相应等级所需文章,以及相应的等级图片:<BR><BR>
<%
	set rs=conn.execute("select * from usertitle where not Minarticle=-1 order by MinArticle")
	do while not rs.eof
	response.write "

⌨️ 快捷键说明

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