<%@ Language=VBScript %> <% '************************************************************************* ' DO NOT MODIFY THIS SCRIPT IF YOU WANT UPDATES TO WORK! ' Function : Logon ' Product : CandyPress Store Frontend ' Version : 2.5 ' Modified : February 2004 ' Copyright: Copyright (C) 2004 CandyPress.Com ' See "license.txt" for this product for details regarding ' licensing, usage, disclaimers, distribution and general ' copyright requirements. If you don't have a copy of this ' file, you may request one at webmaster@candypress.com '************************************************************************* Option explicit Response.Buffer = true const adminLevel = 1 %> <% 'Demo Fields dim demoUser dim demoPass '************************************************************************* %>

Administration Log On

<% if len(trim(Request.QueryString("msg"))) > 0 then %> <%=Request.QueryString("msg")%>

<% else %>

<% end if 'Check if we are running in Demo Mode if demoMode = "Y" then demoUser = adminUser demoPass = adminPass else demoUSer = "" demoPass = "" end if %>
Admin User ID :


Admin Password :






Note : The Administration utility is visually optimised for use in Internet Explorer 5.5 (or later versions) or Netscape 6.0 (or later versions) browsers, although it will still work with version 4.0 browsers. Please ensure that you have Cookies and JavaScript enabled. <% if LCase(Request.ServerVariables("HTTPS")) <> "on" then %>

Note : It appears that you are running the Administration utility in an UNSECURE session. Though not technically required, you are advised to switch to a secure session if you will be viewing sensitive information such as Credit Cards, etc. <% end if %>