<%@ Language=VBScript %> <% '************************************************************************* ' DO NOT MODIFY THIS SCRIPT IF YOU WANT UPDATES TO WORK! ' Function : Administration Home Page ' 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 %> <% 'Work Fields dim mySQL '************************************************************************* %>

Setup & Utilities

Setup & Configuration
Store Configuration - Modify your store's general configuration settings.

Text Configuration - Modify some of the text used in your store.


Test and Repair
Test Database Read and Write - Check if you can connect to the database and make modifications.

Test Database Structure - Check if database has required files and fields, and repair if necessary.

Test Email - Check if you are able to send emails from your store.


General
Upload Files - Upload Product Images and/or Downloadable Products to your web server.

Send Email - Send emails from your store.

Display Server Variables - Display your web server's variables.


Other Utilities
List ">Products, ">Categories, ">Options, ">Locations, ">ShipRates, ">CartHead, ">Customer, ">Discounts

SQL Command - Send raw SQL command to the database.
<% mySql = trim(request.form("mySQL")) if len(mySQL) = 0 then mySql = request.querystring("mySQL") end if %>