<%@LANGUAGE="VBSCRIPT"%> <% '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Spd E-Letter v4 ' © 2001, 2002 PensaWorks, inc. ' For help with this program, please visit http://www.pensaworks.com '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Dim Access : Access = "None" Dim Nav3 : Nav3 = "1" %> <% msg = request("msg") %> <%=ListName%> - Spd E-Letter Administration

Spd E-Letter Administration

<% if msg = "" then %> Unknown Message.

<% elseif msg = "1" then %> The User '<%=Request.QueryString("user")%>' has been added to the database. Thank you.
Back to the View/Edit/Delete Admins Page.

<% elseif msg = "2" then %> Your changes were successfully made to the user '<%=Session("svUsername")%>'. Please remember that if you have changed your password, you will have to re-enter it when signing into the Administration section especially if you chose to have the cookie remember you. Just choose 'Remember Me' again and it should reset the cookie with your new password.

<% elseif msg = "3" then %> The user '<%=Request.QueryString("user")%>' has been successfully deleted.
Back to the View/Edit/Delete Admins Page.

<% elseif msg = "4" then %> The settings for the user '<%=Request.QueryString("user")%>' have been updated.
Back to the View/Edit/Delete Admins Page.

<% elseif msg = "6" then %> Sorry, but that email address '<%=Request.QueryString("email")%>' is already subscribed to that list and entering it again would cause duplicates.

<% elseif msg = "7" then %> The email address '<%=Request.QueryString("email")%>' has successfully been added to the list.

<% elseif msg = "8" then %> Sorry, but the List Name you entered '<%=Request.QueryString("list")%>' is already in use and would create a duplicate. Please use a different List Name.

<% elseif msg = "9" then %> The List '<%=Request.QueryString("list")%>' was successfully created. You may begin adding subscribers to it. You may want to change your default list first, click ">here to do that automatically.
Back to the View/Edit/Delete Lists Page.

<% elseif msg = "10" then %> It looks like you have entered an invalid name for the new List. Please use your browsers back button and try again.

<% elseif msg = "11" then %> The List '<%=Request.QueryString("list")%>' has been successfully deleted as well as all subscribers to that list.

<% elseif msg = "12" then %> The Site Preferences have been successfully updated.

Redirecting you back to "Site Preferences"


<% elseif msg = "13" then %> The List '<%=Request.QueryString("list")%>' has been successfully updated.
To the View/Edit/Delete Lists Page.
<% elseif msg = "14" then %> <% Session("svList") = "" Session("svListID") = "" %> The List '<%=request("list")%>' has been successfully deleted. You deleted the list that is currently your default list. Please reset your 'Default List' by clicking here.
Back to the View/Edit/Delete Lists Page.
<% elseif msg = "15" then %> <% Session("svList") = Request("list") %> The List '<%=Request.QueryString("list")%>' has been successfully updated.
Back to the View/Edit/Delete Lists Page.
<% elseif msg = "16" then %> The Email Address you entered is invalid, please try again.
<% elseif msg = "17" then %> We're sorry, but you are trying to broadcast a message that has already been sent out and completing the action requested would send a duplicate E-Letter.
<% elseif msg = "18" then %> There was a problem in sending out the emails. For some reason, the mailer program you used (<%=Request.QueryString("mailer")%>) did not respond correctly and emails were not sent. Please check to make sure that you are using the correct mailer program. If you are unsure which mailer programs are available to use, click here to find out.

<% elseif msg = "19" then %> There has been an error. One or more required fields were missing from the form you submitted. Please use your browsers back button and try again.

<% elseif msg = "20" then %> The record you were trying to access was not found or none was specified. Please try again.

<% elseif msg = "21" then %> The List '<%=Request.QueryString("list")%>' has been successfully deleted.
Back to the View/Edit/Delete Lists Page.

<% elseif msg = "22" then %> The Email Address '<%=Request.QueryString("Email")%>' has been successfully deleted from the '<%=Request.QueryString("Listname")%>' List.

Redirecting you back to "View Subscribers"



<% elseif msg = "23" then %> You must specify a delimiter. Please use your browsers back button and try again.

<% elseif msg = "24" then %> You used an incorrect delimiter. Please use your browsers back button and try again.

<% elseif msg = "25" then %> The List you were trying to import to could not be found. Please use your broswers back button, refresh the page, and try again.

<% elseif msg = "26" then %> There has been a problem sending an email with the mailer program <%=Request("mp")%>. Please run the mailer program test to help diagnose the problem or change the default mailer program and try again.

<% elseif msg = "27" then %> Your username/password has been added to the database. Please login now.

Username: ">
Password: ">
Remember Me



<% elseif msg = "28" then %> The message has been successfully deleted.

Redirecting you back to "Stored Newsletters"
<% elseif msg = "29" then %> The message has been successfully deleted. View Stored Automated Messages.
<% elseif msg = "30" then %> Sorry, but the email you were trying to send has already been broadcasted. If you wish to send it again, change the criteria, or send it to a new list, use the "Send New" option. Use your browsers back button to view Stored Messages or click here.
<% elseif msg = "31" then %> There is a broadcast currently in progress. If you are sure there is no broadcast in place, please click here.
<% elseif msg = "32" then %> <% session("svBC") = "N" %> Broadcast status reset.
<% elseif msg = "33" then %> The subscriber's details have been updated..
<% elseif msg = "34" then %> You have not created any lists yet. Please go here and create a list before continuing.
<% elseif msg = "35" then %>There has been an error. The code below will help if you need to contact support.
Mailer:
<%If Request("M") <> "" then %><%=Request("M")%><% Else %>Unknown or none<% End If %>

Error Number:
<%=Request("N")%>

Error Description:
<%=Request("D")%>

Source:
<%=Request("S")%>


<% elseif msg = "36" then %> Broadcast Error: Invalid MessageID! (MessageID was invalid or not specified).
<% elseif msg = "37" then %> Broadcast Error: Could not load preferences! (preference record does not exist).
<% elseif msg = "38" then %> Broadcast Error: Invalid list! (No list exists with specified ID).
<% elseif msg = "39" then %> Broadcast Error: No users found! (No users exist for this list since <%=Request("d")%>)

If this is an error, you can try to &Mailer=<%=request("Mailer")%>">resume the broadcast.
<% elseif msg = "40" then %> Broadcast Error: Parsing failed. Please correct Text message URL's and try again.
<% elseif msg = "41" then %> Broadcast Error: Parsing failed. Please correct HTML message URL's and try again.
<% elseif msg = "42" then %> Broadcast Error:
<% elseif msg = "43" then %> Broadcast Error:
<% elseif msg = "44" then %> Error: The email you specified has already been scheduled.

Redirecting you back to "View Stored Newsletters"


<% elseif msg = "45" then %> The email you specified has been scheduled.

Redirecting you back to "Stored Newsletters"


<% elseif msg = "46" then %> The email you specified has been un-scheduled.

Redirecting you back to "Stored Newsletters"


<% elseif msg = "47" then %> The Newsletter you tried to schedule has already been broadcasted.

Redirecting you back to "View Emails"


<% elseif msg = "48" then %> Could not read from the specified file. Please use your browsers back button and try again. If the error persists, please check to make sure the file exists.
<% elseif msg = "49" then %> The List you tried to view or access is not allowed by your account. Please try again.
<% elseif msg = "50" then %> Error: Your server does not support the component required by that feature.
<% elseif msg = "51" then %> Broadcast Error: There has been an error reading the text file or it does not exist. Please check all settings and try again.
<% elseif msg = "52" then %> Broadcast Error: There has been an error reading from the URL specified. Please check all settings and try again.
<% elseif msg = "53" then %> Broadcast Error: Invalid 'Source' found for this newsletter. Please check the settings and try again.
<% elseif msg = "54" then %> Invalid format. Please use your browser's back button and try again.
<% elseif msg = "55" then %>
<% end if %>