<% @ Language=VBScript %> <% Option Explicit %> <% '**************************************************************************************** '** Copyright Notice '** '** Web Wiz Guide - Web Wiz Forums '** '** Copyright 2001-2004 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 '** '**************************************************************************************** %> Forum Administration Menu
Forum Administration Menu
Return to the Main Forum <% 'If this is the main forum admin let him change the admin username and password If lngLoggedInUserID = 1 Then %>

For security it is highly recommended that you change the Admin Username and Password to stop others messing up your Forums!<% End If %>


Forum Administration
The following pages are to help you administer the forum
Forum Administration
Create, Amend, Delete any forum's and forum categories, alter forum details, set forum permissions, lock forums, password protect forums, etc.
Lock Forums
From this option you can Lock the Forums so that no-one can post, register, login. etc. on the forum. Useful for forum maintenance.

Check for updates
Check for updates to the Web Wiz Forums application version <% = strVersion %>.

About
About Web Wiz Forums.


Forum User Group Administration
The following pages are to help you administer forum User Groups
Group Administration
Create, Amend, Delete, change the details, etc. of forum User Groups.
Group Permissions Administration
From this option you can configure permissions on forums for User Groups, set permissions for forum moderation, entry, posting, creating polls, etc.

Membership Administration
The following pages are to help you administer Forum User Memberships
Membership Administration
Administer members accounts, make them moderators, change status, delete members, suspend accounts, etc.
Member Permissions Administration
From this option you can configure permissions on forums for Members, set permissions for forum moderation, entry, posting, creating polls, etc.
Add New Member
From this option you can Add a New Forum Member.
Change Username
From this option you can change the username of your forum members.
Suspend New Registrations
From this option you can Suspend New Users from Registering to use the forum.

<% 'If this is the main forum admin let him change the admin username and password If lngLoggedInUserID = 1 Then %> <% End If %> <% 'If this is an access database show the compact and repair feature If strDatabaseType = "Access" Then %> <% End If %> <% 'If the forum is using an SQL server then display stats oabout the server link If strDatabaseType = "SQLServer" Then %> <% End If %>
General Forum Admin
The following pages are to help you setup, configure and administer your board
Forum Configuration
Configure general options to customise the way the forum functions and looks.
Change Admin Username and Password
Definitely recommended for higher Forum security!
Date and Time Settings
Change the format of dates and times in the forum or change time/date settings to your local settings if the server is in a foreign country to your own.
Email Setup and Configuration
Configure email settings and enable email features such as email notification, email account activation, etc.
Mass Email Members
From this option you can send emails to all members or members of specific User Group.
File, Image and Avatar Upload Setup and Configuration
Allow users to upload images and files in their posts, also setup Avatar uploading.
Anti-Spam Configuration
Configure the Anti-Spam settings so you don't get members spamming the forum with 1,000's of unwanted and abusive posts in minutes.
Configure the Bad Word Filter
Remove or add new swear words to the bad word filter.

Compact and Repair Access Database
Form here you can compact and repair your Forums Access database to increase performance.

Forum Statistics
Displays a list of forum statistics.

MS SQL Server Database Statistics
Displays statistics about the MS SQL Server Database you are using for your forum.


Ban Administration
The following pages are to help you control who uses the forums
IP Address Banning
Use this option to Ban IP addresses and Ranges.
Email Address Banning
Use this option to Ban Email address and Email Domains from being registered on the board.

Forum Clearout and Archive
The following pages are to clear out the database if you find it is getting a little full and slowing down and to archive topics
Re-sync Topic and Post Count
Re-sync the Topic and Post Count display for the forum's
Batch Lock Old Topics
Batch lock old Topics allows you to batch lock Topics that haven't been posted in for sometime.
Batch Delete Topics
Clean out the Forum Database by batch deleting topics that have not been posted in for sometime.
Batch Move Topics
Batch move Topics from one forum to another.
Batch Delete Private Messages
Clean out the Forum Database by batch deleting old Private Messages.
Batch Delete Members
Clean out the Forum Database by batch deleting Members who have never posted.


Removing the Web Wiz Forums links
Remove Powered By Web Wiz Forums links
Remove the Powered by Web Wiz Forums links from the forum application pages.


I have spent many 1000's of unpaid hours in 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 by purchasing a link removal key for Web Wiz Forums. For more info click on the link below:-

Remove Powered By Web Wiz Forums links

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

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


Check for updates to Web Wiz Forums

Other Free ASP Applications from Web Wiz Guide
<% 'Reset Server Objects Set rsCommon = Nothing adoCon.Close Set adoCon = Nothing %>