<% '################################################################################# '## Copyright (C) 2000 Michael Anderson and Pierre Gorissen '## '## This program is free software; you can redistribute it and/or '## modify it under the terms of the GNU General Public License '## as published by the Free Software Foundation; either version 2 '## of the License, or any later version. '## '## All copyright notices regarding Snitz Forums 2000 '## must remain intact in the scripts and in the outputted HTML '## The "powered by" text/logo with a link back to '## http://forum.snitz.com in the footer of the pages MUST '## remain visible when the pages are viewed on the internet or intranet. '## '## This program is distributed in the hope that it will be useful, '## but WITHOUT ANY WARRANTY; without even the implied warranty of '## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '## GNU General Public License for more details. '## '## You should have received a copy of the GNU General Public License '## along with this program; if not, write to the Free Software '## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. '## '## Support can be obtained from support forums at: '## http://forum.snitz.com '## '## Correspondence and Marketing Questions can be sent to: '## reinhold@bigfoot.com '## '## or '## '## Snitz Communications '## C/O: Michael Anderson '## PO Box 200 '## Harpswell, ME 04079 '################################################################################# %> <% If Session(strCookieURL & "Approval") = "15916941253" Then %>
 All Forums
 Admin Section
 Member Details Configuration
<% if Request.Form("Method_Type") = "Write_Configuration" then Err_Msg = "" if Err_Msg = "" then '## Forum_SQL strSql = "UPDATE " & strTablePrefix & "CONFIG " strSql = strSql & " SET C_STRFULLNAME = " & Request.Form("strFullName") & " " strSql = strSql & ", C_STRPICTURE = " & Request.Form("strPicture") & " " strSql = strSql & ", C_STRSEX = " & Request.Form("strSex") & " " strSql = strSql & ", C_STRCITY = " & Request.Form("strCity") & " " strSql = strSql & ", C_STRSTATE = " & Request.Form("strState") & " " strSql = strSql & ", C_STRAGE = " & Request.Form("strAge") & " " strSql = strSql & ", C_STRCOUNTRY = " & Request.Form("strCountry") & " " strSql = strSql & ", C_STROCCUPATION = " & Request.Form("strOccupation") & " " strSql = strSql & ", C_STRHOMEPAGE = " & Request.Form("strHomepage") & " " strSql = strSql & ", C_STRFAVLINKS = " & Request.Form("strFavLinks") & " " strSql = strSql & ", C_STRICQ = " & Request.Form("strICQ") & " " strSql = strSql & ", C_STRYAHOO = " & Request.Form("strYAHOO") & " " strSql = strSql & ", C_STRAIM = " & Request.Form("strAIM") & " " strSql = strSql & ", C_STRBIO = " & Request.Form("strBio") & " " strSql = strSql & ", C_STRHOBBIES = " & Request.Form("strHobbies") & " " strSql = strSql & ", C_STRLNEWS = " & Request.Form("strLNews") & " " strSql = strSql & ", C_STRQUOTE = " & Request.Form("strQuote") & " " strSql = strSql & ", C_STRMARSTATUS = " & Request.Form("strMarStatus") & " " strSql = strSql & ", C_STRRECENTTOPICS = " & Request.Form("strRecentTopics") & " " strSql = strSql & " WHERE CONFIG_ID = " & 1 'Response.Write strSql 'Response.End my_Conn.Execute (strSql) Application(strCookieURL & "ConfigLoaded") = "" %>

Configuration Posted!

Congratulations!

Back To Admin Home

<% else %>

There Was A Problem With Your Details

    <% =Err_Msg %>

>Go Back To Enter Data

<% end if %> <% else %>
Member Details Configuration
Fullname:  On: "0" then Response.Write(" checked") %>> Off: >
Picture:  On: "0" then Response.Write(" checked") %>> Off: >
Recent Topics:  On: "0" then Response.Write("checked") %>> Off: >
Sex (male/female):  On: "0" then Response.Write(" checked") %>> Off: >
Age:  On: "0" then Response.Write(" checked") %>> Off: >
City:  On: "0" then Response.Write(" checked") %>> Off: >
State:  On: "0" then Response.Write(" checked") %>> Off: >
Country:  On: "0") then Response.Write("checked")%>> Off: >
ICQ:  On: "0" then Response.Write("checked") %>> Off: >
YAHOO:  On: "0" then Response.Write("checked") %>> Off: >
AIM:  On: "0" then Response.Write("checked") %>> Off: >
Occupation:  On: "0" then Response.Write(" checked") %>> Off: >
Homepages:  On: "0" then Response.Write("checked") %>> Off: >
Favorite Links:  On: "0" then Response.Write("checked") %>> Off: >
Marital Status:  On: "0" then Response.Write("checked") %>> Off: >
Bio:  On: "0" then Response.Write("checked") %>> Off: >
Hobbies:  On: "0" then Response.Write("checked") %>> Off: >
Last News:  On: "0" then Response.Write("checked") %>> Off: >
Quote:  On: "0" then Response.Write("checked") %>> Off: >
<% end if %> <% Else %> <% Response.Redirect "admin_login.asp" %> <% End IF %>