<% Option Explicit %> <% '**************************************************************************************** '** Copyright Notice '** '** Web Wiz Guide - Web Wiz Mailing List '** '** 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 '** '**************************************************************************************** '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 "webwiz_license.asp" End If %> Mailing List Admin Menu
Mailing List Admin Menu
Exit Mailing List Admin Menu<% 'If this is super admin then have extra parts to this menu If Session("blnSuperAdmin") Then %>

It is highly recommend for security reasons that you change the username and password.<% End If %>
<% 'If this is super admin then have extra parts to this menu If Session("blnSuperAdmin") Then %>
Mailing List Setup and Administration
The following pages are to help you setup and administer your Mailing List
Change the Super Admin Username and Password
This is highly recommended for higher security to prevent unauthorised persons access this Admin section.
Configure the Mailing List
Use this option to setup the mailing list, setup the email component, turn on and off features, etc. of your Mailing List.
Create, Edit, Delete, Mailing List Categories
From this option you can create Categories to your Mailing Lists, so your members can choose which categories to sign up to.
Image a File Upload Configuration
Use this option to configure image and file uploading so you can add images and files to your Newsletters.
Create or Delete Admin Section User
Use this option to add or remove users permitted to send Mailing List News Letters from this admin area.
Email Address and Email Domain Blocking
This option can be used to block particular email addresses or email domains from signing up to your mailing list.
Mailing List Statistics
This option allows you to view statistics for your Mailing List.

Check for Updates
Check for updates to the Web Wiz Mailing List application version <% = strVersion %>.

About
About Web Wiz Mailing List.


Mailing List Member Administration
The following pages are to help administer Mailing List Members
Mailing List Members
From this option you can search for and delete members of your Mailing List.
Delete Unactivated Mailing List Members
This can be used to batch delete member accounts that have not been activated.
<% End If %>
Create Mailing List Newsletters
The following pages are for Creating and Sending Newsletters and Creating and Saving Templates
Send Mailing List News Letter (HTML Format)
From this option you can create a Newsletter to send to your Mailing List Members in HTML Format.
Send Mailing List News Letter (Plain Text Format)
From this option you can create a Newsletter to send to your Mailing List Members in Plain Text Format.

Newsletter Template and Archived Newsletters Administration
The following pages are for Creating Templates and Editing, Deleting, etc. Templates and Archived Newsletters
Create new Email Template (HTML Format)
This option allows you to create Newsletter Templates in HTML Format that can be saved and used at a later date for creating Newsletters.
Create new Email Template (Plain Text Format)
This option allows you to create Newsletter Templates in Plain Text Format that can be saved and used at a later date for creating Newsletters.
Edit and/or Delete Email Templates (HTML and Plain Text Format)
Form here you can Edit and/or Delete Newsletters Templates that you have created in both HTML and Plain Text Formats.
Archived Newsletters Administration
From this option you can view, delete, and select if web site visitors can view Archived Newsletters
<% 'If this is super admin then have extra parts to this menu If Session("blnSuperAdmin") Then %>
Edit Welcome Email
The following pages are to help you edit the Welcome Email sent to new members
Welcome Email for New Members (HTML Format)
This allows you to edit the HTML Format Welcome Email sent to new members welcoming them to your Mailing List.
Welcome Email for New Members (Plain Text Format)
This allows you to edit the Plain Text Format Welcome Email sent to new members welcoming them to your Mailing List.

Import Tools
The following tools are to import Mailing Lists from other databases
Import Mailing List From Server Database (Microsoft SQL Server 7/2000 and MYSQL Databases)
This tool allows you to import Names, Email Addresses, and passwords from other databases into your Mailing List.
Import Mailing List From Access Database (Microsoft Access Only)
This tool allows you to import Names, Email Addresses, and passwords from an MS Access database into your Mailing List.

Removing the Web Wiz Mailing List Links and Software Limitations
Remove Powered By Web Wiz Mailing List links
Remove the Powered by Web Wiz Mailing List links and remove limitations to the number of emails that can be sent by the Mailing List.
<% End If %>


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.

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

The Web Wiz Mailing List application remains free and you may still use it as much as you like both
privately and commercially, the donation 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
.



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