<% @ Language=VBScript %> <% Option Explicit %> <% '****************************************************************************************** '**********************************piwdee All in Site for You************************* '****************************************************************************************** '---------------------------------------------------------------------------------------------------------------- '****************************************************************************************** '**********************************piwdeeFroum Version 8.5************************* '**********************************Last modified: September 14 2003 ************************* '**********************************Copyright 2001-2004 Diaw************************* '**********************************All Rights Reserved.************************* '****************************************************************************************** '=========================================================================================== 'Other ASP Applications '=========================================================================================== 'The following ASP Appliacations are available for free from http://www.piwdee 'piwdee Forums 'piwdee Guestbook 'Site Search Engine 'piwdee Polls 'piwdee Site News 'piwdee Mailing List 'piwdee Journal 'Internet Search Engine 'Graphical Hit Counter 'Graphical Session Hit Counter 'Database Hidden Hit Counter 'Active Users Counter 'Email Form's (CDONTS) 'Email Form's (w3 JMail) 'Database Login Page 'Whois Lookup '=========================================================================================== 'Thanks to '=========================================================================================== 'Thanks to Mike Falatine of 4th Order at http://www.4th.cc for all the avatar images 'Thanks to BBAddOns at http://www.bbaddons.com for letting me use there avatars, check 'there site out for more avatars 'Thanks to ulfe for all the help testing the SQL Server version of the ASP Discussion Forum 'Thanks to ::foo:: form http://www.forgetfoo.com for all the help with the emoticons '=========================================================================================== 'If I have missed anything out or any bugs then please let me know by e-mailing me at: - 'piwdee@piwdee.net '=========================================================================================== 'Create All ASP by piwdee Teamstaff ( Diaw ) '****************************************************************************************** '**********************************piwdee All in Site for You************************* '****************************************************************************************** '---------------------------------------------------------------------------------------------------------------- Response.Buffer = True Response.Cookies("Forum")("UID") = strLoggedInUsername & "LOGGED-OFF" Response.Cookies("PrForum") = "" Response.Cookies("FLVST")("LTVST") = "" Response.Cookies("showActive") = "" Response.Cookies("show") = "" Response.Cookies("LPM") = "" Set rsCommon = Nothing adoCon.Close Set adoCon = Nothing Response.Redirect "default.asp" %>