Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 forum shut down does not work?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

whitty
Starting Member

22 Posts

Posted - 26 December 2008 :  00:50:09  Show Profile  Visit whitty's Homepage
I have shut down the forum via the admin panel.
And it all appears to be shut down etc OK.

However if anyone later opens a browser and goes to a different page like active.asp the forums are live again.

This makes it hard to do maintenance if the public are accidentally enabling it again.

Is this normal or is my forum crazy?<

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 26 December 2008 :  01:41:03  Show Profile
Look for the following lines in "inc_header.asp" (appx 67-71):

if Application(strCookieURL & "down") then 
	if not Instr(strScriptName,"admin_") > 0 then
		Response.redirect("down.asp")
	end if
end if

Make sure those lines exist and that they are not enclosed in an "if/then" statement.<
Go to Top of Page

whitty
Starting Member

22 Posts

Posted - 26 December 2008 :  03:09:42  Show Profile  Visit whitty's Homepage
looks same as yours

if Application(strCookieURL & "down") then
if not Instr(strScriptName,"admin_") > 0 then
Response.redirect("down.asp")
end if
end if
<
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 26 December 2008 :  03:48:54  Show Profile
Post links to your "inc_header.asp" and your "down.asp" files in .txt format and we'll take a look.<
Go to Top of Page

whitty
Starting Member

22 Posts

Posted - 26 December 2008 :  05:18:56  Show Profile  Visit whitty's Homepage
http://www.sisiphone.com/snitz/down.asp

http://www.sisiphone.com/snitz/inc_header.asp

but you go here even when closed and forums still work.
http://www.sisiphone.com/snitz/active.asp

<
Go to Top of Page

whitty
Starting Member

22 Posts

Posted - 26 December 2008 :  05:21:43  Show Profile  Visit whitty's Homepage
although at presetn it seems to be off even if i now go to the link.<
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 26 December 2008 :  05:34:15  Show Profile
You need to save those two files as text files (.txt) formatting. I cannot check the code if they are still interacting with other files.<
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 02 January 2009 :  10:36:03  Show Profile
If your host reboots the server, all the application variables for your forum will be reset. If you need to shut your forum down for an extended period of time then comment out the first if statement Carefree posted above along with its corresponding "end if".

<

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07