<% '################################################################################# '## Copyright (C) 2000-01 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 '################################################################################# %> <% Dim status, info1, info2, fStatus mlev = request("mlev") status = Application("down") fStatus = request.form("status") DMessage = request.Form("DownMessage") if DMessage = "" then DMessage = Application("DownMessage") end if if status = "" then status = false end if if (not isEmpty(fStatus)) and (Session(strCookieURL & "Approval") = "15916941253") then if status then Application.lock Application("down") = false Application("DownMessage") = DMessage Application.unlock status = false else Application.lock Application("down") = true Application("DownMessage") = DMessage Application.unlock status = true end if end if if status then info1 = "down" info2 = "Start" else info1 = "running" info2 = "Stop" end if if request.form("location") <> "" then response.redirect(request.form("location")) If Session(strCookieURL & "Approval") = "15916941253" Then %>
 All Forums
 Admin Section
 Forum Maintenance

Welcome Administrator. The current status of the boards is <%= info1 %>.

would you like to :

" name="location">

The message below will appear when the board is closed..


<% Else if mlev = 4 then Response.Redirect "admin_login.asp?target=down.asp?mlev=" & mLev elseif not Application("down") then response.redirect("default.asp") end if%>

 

 

<%= Application("DownMessage") %>

<% end if %>