📄 pop_config_help.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_top_short.asp" -->
<table border="0" width="95%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="<% =strTableBorderColor %>">
<table border="0" width="100%" cellspacing="1" cellpadding="4">
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="strConnString"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>How do I configure the strConnString?</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>">
<li><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><b>DSN:</b></font><br>
<font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">snitz_forum</font></li>
<li><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><b>MS Access DSN-less:</b></font><br>
<font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\www\snitz.com\db\snitz_forum.mdb</font></li>
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="tableprefix"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>What's Table Name Prefix?</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
Table Name Prefix is used if you have multiple versions of the forum running in the same database. This way you can name the tables differently and still use one user to connect. (eg. FORUM_ and FORUM2_)</FONT>
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="FORUMtitle"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
What's Forum Title?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
Forum Title is the title that shows up in the upper right hand corner of the forum. It is also used in email's to show where the email came from when posting replies are sent and when new users register.
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="copyright"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
What's Forum Copyright?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
This copyright statements location is basicaly saying that any topics or replies that are posted are copyrighted material of your organization. This copyright location also helps to copyright the images of your logo and any other material that may be posted on forum pages; however, it is understood by copyright statements in code and informational pages, that the forum code itself is still copyright © 2000 Snitz Communications.
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="titleimage"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
What's Title Image?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
Use a relative path to point to the image you want to show up in the upper left-hand corner of your forum window.<br>
<br>
For example:<br>
<b>bboard_snitz.gif</b><br>
This points to the bboard_snitz.gif graphic in the same directory, whereas the following would point to the root of the web server and up into the base /<%=strImageURL %> directory:<br>
<b>../<%=strImageURL %>bboard_snitz.gif</b>
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="homeurl"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
What's the Home URL?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
The Home URL is the base address for your website. An example would be:<br>
<b>forum.snitz.com</b><br>
<br>
NOTE: Include the full path of the URL whether that begin with <b>http://</b> in front or a relative URL such as <b>../</b>.
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="forumurl"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
What's the Forum URL?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
The Forum URL is the base address for your forum. An example would be:<br>
<b>forum.snitz.com/forum</b>
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="AuthType"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
Authorization Type?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
You can either select DataBase or NT Domain authorization.
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="SetCookieToForum"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
Set Cookie To...
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
You can tell your forum to set it's cookie to either the forum, or the base website. You would set it to the forum if you were hosting multiple forums on the same server or the same domain, and they each had different user communities, otherwise you want this feature set to Website and NOT Forum.
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="GfxButtons"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
Graphic Buttons?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
By enabling this feature, the forums will use pictures/graphics instead of the default buttons for "Submit" and "Reset" etc...
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="timetype"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
Time Display?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
Choose 24Hr to display all times in military (24 hour) format or 12Hr to display all times in 12 hour format appended with an AM or PM depending on whether it's before or after midday. Default is 24 hour.
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="datetype"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
Date Display?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
Choose the format you wish all dates to be displayed in. Default is 12/31/2000 (US Short).
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="TimeAdjust"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
Time Adjustment?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
Enter either a positive or negative integer value between +12 and 0 and -12. This may come in handy if your located in one part of the world, and your server is in another, and you need the time displayed in the forum to be converted to a local time for you! (Default value is 0, meaning no adjustment)
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="email"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
What does Email do?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
Disabling the Email function will turn off any features that involve sending mail. If you don't have an SMTP server of any type, you will want to turn this feature off. If you do have an SMTP (mail) server, however, then also select the type of server you have from the dropdown menu.
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="mailserver"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
What is a Mail Server Address?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
The mail server address is the actual domain name that resolves your mail server. This could be something like:<br>
<b>mail.snitz.com</b><br>
or it could be the same address as the web server:<br>
<b>www.snitz.com</b><br>
Either way, don't put the <b>http://</b> on it.<br>
<br>
<b>注意:</b> If you are using CDONTS as a mail server type, you do not need to fill in this field.
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="sender"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
Administrator Email Address?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
This address is referenced by the forums in a couple ways.<br>
<ol>
<li>When mail is sent, it is sent from this user email account.</li>
<li>This user is also the point of contact given if there is a problem with these forums.</li>
</ol>
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="UniqueEmail"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>
Unique Email Address?
</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
Do you want to require each user to have their own email address?
<a href="#top"><img src="<%=strImageURL %>icon_go_up.gif" border="0" align="right"></a>
</font></td>
</tr>
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -