<% '**************************************************************************************** '** Copyright Notice '** '** Web Wiz Guide - Web Wiz Guestbook '** http://www.webwizguestbook.com '** '** Copyright 2001-2006 Bruce Corkhill All Rights Reserved. '** '** This program is free software; you can modify (at your own risk) any part of it '** under the terms of the License that accompanies this software and use it both '** privately and commercially. '** '** All copyright notices must remain in tacked in the scripts and the '** outputted HTML. '** '** You may use parts of this program in your own private work, but you may NOT '** redistribute, repackage, or sell the whole or any part of this program even '** if it is modified or reverse engineered in whole or in part without express '** permission from the author. '** '** You may not pass the whole or any part of this application off as your own work. '** '** All links to Web Wiz Guide and powered by logo's must remain unchanged and in place '** and must remain visible when the pages are viewed unless permission is first granted '** by the copyright holder. '** '** This program is distributed in the hope that it will be useful, '** but WITHOUT ANY WARRANTY; without even the implied warranty of '** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR ANY OTHER '** WARRANTIES WHETHER EXPRESSED OR IMPLIED. '** '** You should have received a copy of the License along with this program; '** if not, write to:- Web Wiz Guide, PO Box 4982, Bournemouth, BH8 8XP, United Kingdom. '** '** '** No official support is available for this program but you may post support questions at: - '** http://www.webwizguide.info/forum '** '** Support questions are NOT answered by e-mail ever! '** '** For correspondence or non support questions contact: - '** info@webwizguide.info '** '** or at: - '** '** Web Wiz Guide, PO Box 4982, Bournemouth, BH8 8XP, United Kingdom '** '**************************************************************************************** 'Reset Server Variables Set rsCommon = Nothing adoCon.Close Set adoCon = Nothing 'If the session variable is False or does not exsist then redirect the user to the unauthorised user page If Session("blnIsUserGood") = False or IsNull(Session("blnIsUserGood")) = True then 'Redirect to unathorised user page Response.Redirect"unauthorised_user_page.htm" End If 'If the license is not agreed to the redirect If blnLCode and Session("blnLicense") = false Then 'Redirect Response.Redirect "webwizguestbook_license.asp" End If %> Guestbook Admin Menu <% '***** START WARNING - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE LICENSE AGREEMENT ****** Response.Write("" & vbCrLf & vbCrLf) '***** END WARNING - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE LICENSE AGREEMENT ****** 'If the database is not moved tell the user there Guestbook is not secure If strDatabaseType = "Access" AND strDbPathAndName = Server.MapPath("database/WWGguestbook.mdb") Then 'Display the alert Response.Write("") End If %>

Guestbook Admin Menu

Return to the Guestbook

It is highly recommend for security reasons that you change the username and password.

<% If blnAuthorise Then %> <% End If %>
Amend or Delete Comments
Amend or remove any inappropriate comments from the Guestbook (including those comments that are yet to be approved)

Display Pre-authorised Comments
Select comments that are set to be authorised to be displayed in the Guestbook


Change the Admin Username and Password
This is highly recommended for higher security

Configure the Guestbook
Configure the guestbook to look and feel like the rest of your site by changing graphics, colours, fonts, etc.

E-mail notification Setup
Set up the e-mail notification so you can be notified when someone posts a comment in your guestbook.

Configure the Bad Word Filter
Remove or add new swear words to the bad word filter
.

Check for Updates
Check for updates to the Web Wiz Guestbook.


Remove Powered By Web Wiz Guide links and Advertising
Remove the Powered by Web Wiz Guestbook links and advertising.



Many 1000's of hours have gone into the development and support this and the other applications
available for free from Web Wiz Guide.

If you like using this application then please help support the development and update of
this and future applications from Web Wiz Guide.


Click here to purchase Ad/Link Removal License Key from Web Wiz Guide for this Application

The Web Wiz Guestbook application remains free and you may still use it as much as you like both
privately and commercially, the license key is only a request to help cover some of the costs involved.

For more info contact: -
purchase@webwizguide.info
Web Wiz Guide, PO Box 4982, Bournemouth, BH8 8XP, United Kingdom.



<% '***** START WARNING - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE LICENSE AGREEMENT ****** Response.Write("Powered by Web Wiz Guestbook version " & strVersion & "") Response.Write("
Copyright ©2001-2006 Web Wiz Guide") '***** END WARNING - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE LICENSE AGREEMENT ****** %>