<%
'#################################################################################
'## Copyright (C) 2000  Michael Anderson
'## 
'## This program is free software; you can redistribute it and/or
'## modify it under the terms of the GNU General Public License
'## as published by the Free Software Foundation; either version 2
'## of the License, or any later version.
'## 
'## This program is distributed in the hope that it will be useful,
'## but WITHOUT ANY WARRANTY; without even the implied warranty of
'## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
'## GNU General Public License for more details.
'## 
'## You should have received a copy of the GNU General Public License
'## along with this program; if not, write to the Free Software
'## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
'## 
'## Correspondence and Questions can be sent to:
'## reinhold@bigfoot.com
'## 
'## or
'## 
'## Snitz Communications 
'## C/O: Michael Anderson
'## PO Box 200
'## Harpswell, ME 04079
'#################################################################################
%>
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE FILE="inc_top.asp" -->
<h3>DOWNLOAD:</h3>

<ul>
<li><a href="/download/download.asp?file_id=18"><% =strVersion %></a></li>
</ul>

<h3>NEW FEATURES:</h3>

<ul>
<li>Locking/Unlocking/Deleting Members</li>
<li>More Private Forums Fixes</li>
<li>Private Forums Hidden Forums</li>
<li>Dates Fixed</li>
<li><b>Now converting |, ', . and ... to exact ASCII code. PROPERLY!</b></li>
<li>Fixed Forum Description bug</li>
<li>HTML can now be enabled Admin Section</li>
<li>Forum Code can now be disabled in the Admin Section</li>
<li>Lots of Tweaks</li>
<li>Re-Formated Reply/NewTopic Forms</li>
<li>Extended Error Checking in forums</li>
<li>Lots of Bug Fixes</li>
<li>Fixed Registration Bugs</li>
<li>doCode function Upgraded</li>
<li>Wicked Cool Stars</li>
<li>SQL Server Compliance Phase 3 complete (should be done, so please test and post results)</li>
<li>Several Bug Fixes Too</li>
<li>Some Bug Fixes, etc...</li>
</ul>

<h3>UPDATES:</h3>

<ul>
<li><b>FORUM_CONFIG</b>
<ul>
<li>ALTER : C_COPYRIGHT : C_STRCOPYRIGHT</li>
<li>ADD : C_STRRANKLEVEL0 : TEXT : 50</li>
<li>ADD : C_STRRANKLEVEL5 : TEXT : 50</li>
<li>ADD : C_STRRANKCOLORADMIN : TEXT : 50</li>
<li>ADD : C_STRRANKCOLORMOD : TEXT : 50</li>
<li>ADD : C_STRRANKCOLOR0 : TEXT : 50</li>
<li>ADD : C_STRRANKCOLOR1 : TEXT : 50</li>
<li>ADD : C_STRRANKCOLOR2 : TEXT : 50</li>
<li>ADD : C_STRRANKCOLOR3 : TEXT : 50</li>
<li>ADD : C_STRRANKCOLOR4 : TEXT : 50</li>
<li>ADD : C_STRRANKCOLOR5 : TEXT : 50</li>
<li>ADD : C_INTRANKLEVEL0 : NUMBER : INTEGER</li>
<li>ADD : C_INTRANKLEVEL1 : NUMBER : INTEGER</li>
<li>ADD : C_INTRANKLEVEL5 : NUMBER : INTEGER</li>
<li>ADD : C_STRALLOWFORUMCODE : NUMBER : BYTE : 1/0
</ul>
</li>
<li><b>FORUM_MEMBERS</b>
<ul>
<li>ADD : M_LASTHEREDATE : TEXT : 50</li>
<li>ALTER : M_SIG : TEXT : 255 </li>
</ul>
</li>
</ul>

<h3>NOTE:</h3>

<p>All <b>Yes/No</b> (including all TEXT fields that have "true" and "false" values) columns must be altered to be <b>Number</b> fields set to <b>byte</b> and as appropriate, set the default values to <b>1/0</b>.</p>

<!--#INCLUDE FILE="inc_footer.asp" -->
