% '################################################################################# '## Copyright (C) 2000 Michael Anderson and Pierre Gorissen '## '## 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. '## '## All copyright notices regarding Snitz Forums 2000 '## must remain intact in the scripts and in the outputted HTML '## The "powered by" text/logo with a link back to '## http://forum.snitz.com in the footer of the pages MUST '## remain visible when the pages are viewed on the internet or intranet. '## '## 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. '## '## Support can be obtained from support forums at: '## http://forum.snitz.com '## '## Correspondence and Marketing Questions can be sent to: '## reinhold@bigfoot.com '## '## or '## '## Snitz Communications '## C/O: Michael Anderson '## PO Box 200 '## Harpswell, ME 04079 '################################################################################# '################################################################################# strNewVersion = "Snitz Forums 2000 Version 3.1 SR4" '################################################################################# ResponseCode = Request.QueryString("RC") if ResponseCode <> "" then 'No parameter blnSetup = "Y" else strCookieURL = Left(Request.ServerVariables("Path_Info"), InstrRev(Request.ServerVariables("Path_Info"), "/")) Application(strCookieURL & "ConfigLoaded")= "" end if %> <% Response.Buffer = True %>
Forum setup has been completed.
|
Congratulations!! so others can come and visit you. |
| Click here to go to the forum. |
|
Upgrade the database. (shouldn't be needed for this database!) |
|
Create the databasetables. (shouldn't be needed for this database!) |
There has been an error !!
|
<%
if CustomCode = 1 then
%>
The database could not be opened !! Code : " & ErrorCode & " |
| <% if Request.QueryString("RET") <> "" then %> " target="_top">Click here to return to the previous screen. <% else %> Click here to retry. <% end if %> |
The database needs to be installed !!
|
You need to create all the tables in the database before you can start using the forum. |
|
Click here to create the tables in the database. Click here to retry. |
The database needs to be upgraded !!
|
The database you are using needs to be upgraded !! Code : " & ErrorCode & " |
|
Click here to upgrade the database. Click here to retry. |
Select the SQL-Server upgrade options.
<% elseif strDBType = "mysql" then %>MySql database upgrade.
<% else %>Access 97 database upgrade
<% end if %>| >
Select the version you want to upgrade from: |
You need to logon first.