📄 faq.asp
字号:
<%
'########## Snitz Forums 2000 Version 3.1 SR4 ####################
'# #
'# 汉化修改: 资源搜罗站 #
'# 电子邮件: cgier@21cn.com #
'# 主页地址: http://www.sdsea.com #
'# http://www.99ss.net #
'# http://www.cdown.net #
'# http://www.wzdown.com #
'# http://www.13888.net #
'# 论坛地址:http://ubb.yesky.net #
'# 最后修改日期: 2001/03/12 中文版本:Version 3.1 SR4 #
'#################################################################
'# 原始来源 #
'# Snitz Forums 2000 Version 3.1 SR4 #
'# Copyright 2000 http://forum.snitz.com - All Rights Reserved #
'#################################################################
'#【版权声明】 #
'# #
'# 本软体为共享软体(shareware)提供个人网站免费使用,请勿非法修改,#
'# 转载,散播,或用于其他图利行为,并请勿删除版权声明。 #
'# 如果您的网站正式起用了这个脚本,请您通知我们,以便我们能够知晓#
'# 如果可能,请在您的网站做上我们的链接,希望能给予合作。谢谢! #
'#################################################################
'# 请您尊重我们的劳动和版权,不要删除以上的版权声明部分,谢谢合作#
'# 如有任何问题请到我们的论坛告诉我们 #
'#################################################################
%>
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE FILE="inc_top.asp" -->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="<% =strTableBorderColor %>">
<table border="0" width="100%" cellspacing="1" cellpadding="4">
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>"><b>论坛常见问题集</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>">
<p><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>">
<ul>
<li><a href="#register">我必须注册吗?</a></li>
<% if (stricons = "1") then %>
<li><a href="#smilies">我要如何使用表情符号还有贴图?</a></li>
<% end if %>
<li><a href="#hyperlink">我能在文章中加入超级连接吗?</a></li>
<li><a href="#format">我要如何更改文字输出的格式?</a></li>
<li><a href="#mods">版主在论坛中是做什么的?</a></li>
<li><a href="#profile">我要如何修改我的注册和资料?</a></li>
<li><a href="#cookies">有使用Cookie纪录吗?</a></li>
<li><a href="#activetopics">什么是最新文章?</a></li>
<li><a href="#edit">我能够修改我的文章吗?</a></li>
<li><a href="#attach">我可以夹带附件吗?</a></li>
<li><a href="#search">我可以搜索文章吗?</a></li>
<li><a href="#EditProfile">我可以修改个人资料吗?</a></li>
<li><a href="#signature">我能在我的文章下面附上签名吗?</a></li>
<!-- <li><A href="#announce">What are announcements?</A></li> -->
<% if (strBadWordFilter = "1") then %>
<li><a href="#censor">有任何审查制度吗?</a></li>
<% end if %>
<% if (strEmail = "1") then %>
<li><a href="#pw">如果忘了帐号或密码我该怎么办?</a></li>
<% end if %>
<% if (strEmail = "1") then %>
<li><a href="#notify">假如有人回复我的主题可以用电子邮件通知我吗?</a></li>
<% end if %>
<li><a href="#COPPA">什么是COPPA?</a></li>
<!-- <%'## Added%> -->
<%
strsql = "SELECT F_ID, F_FAQ_QUESTION, F_FAQ_ANSWER FROM " & strTablePrefix & "FAQ ORDER BY F_ID DESC"
set frs = my_conn.execute(strsql)
if frs.eof then
'## Do nothing
else
Do until frs.eof
response.write("<li><a href=""#faqid" & frs("F_ID") & """>" & frs("F_FAQ_QUESTION") & "</a></li>" & vbcrlf)
frs.movenext
Loop
End if
set frs = nothing
%>
<!-- <%'## End Added%> -->
<li><a href="#getforum">能在哪里拿到本论坛的原代码呢?</a></li>
<li><a href="mailto:<% =strSender %>">无法从这获得你想要的答案?请来信询问。</a></li>
</ul>
</font></p>
</td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" align="right" border="0"></a><a name="register"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>"><b>注册</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>">
<p><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
如果没有注册的话,你可以自由的查看论坛中的任何文章,但如果你想要参与讨论的话,
就必须在论坛中注册。注册填写的资料很少,只要花费你一点点的时间而已,你只要填入会员名称和电子邮件地址
以及一些相关资料,并设定好密码,就可以自由参与讨论,<% =strForumTitle %>保证不会将你的
注册资料提供给第三者使用。如果有任何使用上的疑问,请尽快反应,会第一时间处理。</font></p>
</td>
</tr>
<% If (strIcons = "1") then %>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" align="right" border="0"></a><a name="smilies"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>"><b>表情符号</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>">
<p><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
你或许在电子邮件或其他论坛看过别人使用表情符号,这是指一些代表情绪的键盘符号, 像是一个笑脸<img border="0" src="<%=strImageURL %>icon_smile.gif">或是难过的脸<img border="0" src="<%=strImageURL %>icon_smile_sad.gif">。这个讨论区系统可以自动将这些符号转换成图形档,譬如说文章中的这个符号 [:D] 会自动转换成这个图形<img border="0" src="<%=strImageURL %>icon_smile_big.gif">所有的表情图案都要记得加上[]中括号,下面就是<% =strForumTitle %>所有提供的表情图案,如果你有更丰富的表情图案建议,请主动提供:<br>
<table border="0" align="center" cellpadding="5">
<tr valign="top">
<td>
<table border="0" align="center">
<%
strsql = "select smile_name, smile_url, smile_code from "&strTablePrefix&"smiles"
set drs=my_conn.execute(strsql)
Do until drs.eof
smile_name=drs("smile_name")
smile_url= drs("smile_url")
smile_code=drs("smile_code")
%>
<tr>
<td bgcolor="<% =strForumCellColor %>"><img border="0" hspace="10" src="<%=strImageURL %><%=smile_url%>"></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><%=smile_name%></font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[<%=smile_code%>]</font></td>
</tr>
<%
drs.movenext
loop
set drs=nothing
%>
</table>
</td>
</tr>
</table>
</font></p>
</td>
</tr>
<% end if %>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" align="right" border="0"></a><a name="hyperlink"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>"><b>在文章中使用超级连接</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font size="<% =strDefaultFontSize %>" face="<% =strDefaultFontFace %>" color="<% =strForumFontColor %>">
<p>你可以在文章中轻松的加入超连结。</p>
<p>你可以直接输入完整的网址(<% =strForumURL %>),系统会自行转成网址连接(<a href="<% =strForumURL %>" target="_blank"><% =strForumURL %></a>)!</p>
<p>注意!一定要在网址前加上 <b>http://</b>, <b>https://</b> 或 <b>file://</b></p>
<p>你也可以在文章中直接输入电子邮件信箱位址。<br>
<blockquote>
<b>例如:</b><br>
<b><% =strSender %></b><br>
<b>会变成:</b><br>
<a href="mailto:<% =strSender %>"><% =strSender %></a>.</p>
</blockquote>
<p>另一种使用超级连接的方式是使用下面的 <b>[url]</b>网址<b>[/url]</b> 标签</p>
<blockquote>
<b>例如:</b><br>
<b>[url]</b><% =strForumURL %><b>[/url]</b> 回到论坛首页!<br>
<b>会变成:</b><br>
<a href="<% =strForumURL %>"><% =strForumURL %></a> 回到论坛首页!
</blockquote></p>
<p>
<p>如果你使用以下格式:<b>[url="</b>连接<b>"]</b>描述<b>[/url]</b> 你可以加入一个连接的名称或描述。</p>
<blockquote>
<b>例如:</b><br>
连结到 <b>[url="<% =strForumURL %>"]</b><% =strForumTitle %><b>[/url]</b><br>
<b>会变成:</b><br>
连接到 <a href="<% =strForumURL %>"><% =strForumTitle %></a>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -