Emaze Auction Software Documentation, Version 2.1
Emaze Auction Software Documentation Version 2.1
Welcome
Welcome to Emaze Auction Software. The purpose of the following documentation is to enable ease of use in the installation, and management of your auction website. You can quickly access any of the topics from the menu below or use the Alphabetical List Of Contents Pop Up Menu. Each section of this help documentation is also lined with hyperlinks to create ease of use and allow you to quickly navigate through the help section learning about each aspect of the software.
List of Contents
Create A Category
To create a new category, you must choose a category name, designate which category the new category is a subcategory of, choose a button image, and page logo image, and choose the template to use when displaying that category. You may also enter a description, header, footer, and special message. The description is not currently used, but it was included for you to potentially use on the auction home page or category home page. The header, footer and special message are currently used in the default category template, but you can use them in any template you create as well.

There are 4 category levels. The new category can be a new category, i.e., a level 1 category, or it can be a sub-category or an existing category. The existing category can be level 1, 2 or 3. To designate the new category as a level 1 category, i.e., it is not a sub-category of an existing category, select "NEW (SEPARATE) CATEGORY" in the sub-category select list.

The new category name must be unique for that category level. A category name may be used more than once if they are not both level 1 categories or are subcategories of different categories. For instance, both of the following categories are acceptable:

Computers: Books
Fiction: Books

If the name is not acceptible, Emaze Auction will ask you to choose another name for that category.

Templates
This page serves as the control center for your templates. You can either use the default templates that are present, edit the default templates, or create new templates which you can later specify to be used in certain lots or categories.

Creating new templates and implementing them is a four step process:

1. Create the template and place it in the EmazeAuction/template/ directory. If the template is not already on the server, you will be given the option of uploading it directly.
2. Choose a name for the template and enter the filename. The file must end with ".cfm" .
3. Specify whether the template is for the auction home page, category home page, or lot page.
4. Edit the category, lot and/or system to use that template.

Using the table you can create a new template and then edit it or edit existing ones. You can also choose to delete templates, by choosing them from the most lefthand column titled: "Del" checkboxes, then checking the checkbox directly below the "Delete Template(s)" button.

Navigation Bar
The two form fields on this page contain the navigation links source for your auction webpages as well as the Title. You can manipulate the source of both these fields to get the desired results for the look, feel, and functionality of your navigation bar.
Page Titles
This page allows you as the admin to determine the titles for all the pages that will appear on your auction website. The page is listed on the left handside of the table and the current name for that page is listed on right hand side in numerous text fields which you can edit.

In order to accept any changes you have made on this page you must click on the "Update Page Titles" button.

Help Page
This section allows you to edit the appearance and contents of the Help page that will be available to users of your auction website. The main form field is the source code of the Help page that you can edit to control the look and feel of your Help Page.

The second section of this page contains the ability to check the feedback that has been left about a user, and to view all lots by a seller. View all lots by a seller. Enter their username to get to their seller homepage.

Header / Footer - All Pages
The two fields found on this page, allow you as the admin to add in a header and footer, that will appear above and below everything else on all your auction pages. You can use simple text or enhance it with HTML and perhaps even include images.

In order to enable the changes or additions that you have made on this page you must click on the "Edit Header/Footer" button found at the bottom of the page.

Login Text, Header
This page allows you to edit various text and various header and footer text that will appear on certain pages for the user.

The first form field titled: "Subscribe to Category Success" allows you to edit the text that will appear when a user has subscribed to a category.

The second form field titled: "Watch a lot sucess" allows you to edit the text that will appear when a user has successfully subscribed to watch a lot on your auction website.

The following section of field forms allows you to edit some of the text that will appear next to fields when a user is either trying to log in to their seller homepage or trying to subscribe to a category.

The following section contains two form fields. The login screen is where bidders log in to private lots for which they have permission. This is the header that appears above the login form and the footer that appears below it.

>>> Login Screen Header:
(This is the header that will appear at the top of the login page for private lots)

>>> Login Screen Footer:
(This is the footer that will appear at the bottom of the login page for private lots)

To save and enable the changes that you made on this page you have to click on the "Update Login" button once.

List Status Messages
This page allows you to edit some of the text that displays the status of lots:

TEXT FIELD: Go to category page
(this is the text you will find hyperlinked to the category page)

TEXT FIELD: No Open Lots
(This is the text that will be displayed if there are no open lots in a category)

TEXT FIELD: No featured lots
(This is the text that will appear if there are no featured lots in a category)

TEXT FIELD: No lots opening today
(This is the text that will appear if there are no lots opening today)

TEXT FIELD: No lots closing today
(This is the text that will appear if there are no lots closing today)

Bidding E-Mails
This section allows you as the admin to edit some of the automated e-mail functions. Below is an explanation of the fields and options found on this page.

  • TOP TABLE:
    This table allows you to change the default FROM NAME and default REPLY TO E-MAIL when bid status e-mails are sent out from the system.

  • OUTBID: (need to raise bid to win)
    (This section allows you to edit the e-mail message that a user will receive when they have been outbid in a lot that they have placed a bid on and need to raise their bid in order to win)

    You can edit the subject line of the message and all other text in the body of the message with the exception of:

    <CFOUTPUT>

    Lot: #lotName#

    <CFIF getBids.bidAuto EQ 1>Your maximum bid: <CFELSE>Your bid: </CFIF>#LSCurrencyFormat(getBids.bidPriceMaximum,"local")# Your requested quantity: #getBids.bidQuantity#

    To increase your bid, go to: #systemURL#/lot.cfm?lotID=#Form.lotID# </CFOUTPUT>

  • LOSING BID WINS AGAIN:
    (former losing bid is now a winning bid) (this section allows you to edit the e-mail message that a user will receive if their former losing bid is now a winning bid)

    You can edit the subject of the e-mail message along with the body of the message, but do not edit the following text in the body:

    Lot: #lotName#

    Your bid: #LSCurrencyFormat(getWinningBids.bidPriceMaximum,"local")#
    Requested quantity: #getWinningBids.bidQuantity#
    Quantity won at current price: #getWinningBids.bidQuantityWin#

    To increase your bid, go to:
    #systemURL#/lot.cfm?lotID=#Form.lotID# </CFOUTPUT>

    N.B. There are two types of messages, one of a fixed bid, and one for an auto bid, the user will receive one of the messages, depending on what type of bid the user placed.

  • LOSING QUANTITY
    (will only win partial quantity with current bid) (this section allows you edit the e-mail message that a user will receive if they will only win a partial quantity of the lot with their current bid)

    You can edit the subject line of the e-mail message along with the body message, but do not edit the following text:

    <CFOUTPUT>
    Lot: #lotName#

    Your bid: #LSCurrencyFormat(getBids.bidPriceMaximum,"local")# Your requested quantity: #getBids.bidQuantity# Quantity you will win with this bid: #newBidQuantityWin#

    To increase your bid, go to:
    #systemURL#/lot.cfm?lotID=#Form.lotID# </CFOUTPUT>
    and <CFOUTPUT>
    Lot: #lotName#

    Current bid: #LSCurrencyFormat(getWinningBids.bidPrice,"local")#
    Maximum bid: #LSCurrencyFormat(getWinningBids.bidPriceMaximum,"local")#
    Initial bid: #LSCurrencyFormat(getWinningBids.bidPriceInitial,"local")#

    Requested quantity: #getWinningBids.bidQuantity#
    Quantity won at current price: #getWinningBids.bidQuantityWin#

    #systemURL#/lot.cfm?lotID=#Form.lotID# </CFOUTPUT>

  • AUTO BID:
    (Your bid was automatically increased) (this section allows you to edit the e-mail message a user will receive if one of their bids was automatically raised via the auto-bid feature)

    You may edit the subject of the message and the body of the message but do not edit the following lines:

    <CFOUTPUT> Lot: #lotName#

    Current bid: #LSCurrencyFormat(newBidPrice,"local")#
    Previous bid: #LSCurrencyFormat(getWinningBids.bidPrice,"local")#
    Maximum bid: #LSCurrencyFormat(getWinningBids.bidPriceMaximum,"local")#
    Initial bid: #LSCurrencyFormat(getWinningBids.bidPriceInitial,"local")#

    Requested quantity: #getWinningBids.bidQuantity#
    Quantity won at current price: #getWinningBids.bidQuantityWin#

    #systemURL#/lot.cfm?lotID=#Form.lotID# </CFOUTPUT>

    In order to accept all the changes that you have made on this page and deploy them across the auction website, click on the "Update E-Mail Options" button.

  • Closing E-Mails
    This page will allow you as the admin to edit and administer the e-mails that are sent out to users as a result of closing lots. Below is a detailed explantion of each of the sections contained on this page.

  • TOP TABLE:
    The top table allows you to determine the default FROM NAME and default Reply-to-E-Mail that will appear in all e-mail messages to users and the Admin regarding the closing of lots.

  • LOT CLOSED:
    (this section allows you to edit the e-mail message that will be sent out to the seller and the admin informing them that a lot has closed) You can choose to edit the subject of the message but do not edit the following text in the subject message:

    Lot #lotID# has closed

    You can also choose to edit the body of the message but do not edit the following text in the body in for the message without list of winning bidders:

    <CFOUTPUT>#getLotInfo.lotName#

    #systemURL#/lot.cfm?lotID=#lotID#</CFOUTPUT>

    Also do not edit the following text in the body of the message that is sent with the list of winning bidders.

    <CFOUTPUT>Bid: #LSCurrencyFormat(getAdminWinners.bidPrice,"local")#, Quantity: #getAdminWinners.bidQuantityWin#
    #getAdminWinners.lastName#, #getAdminWinners.firstName#
    #getAdminWinners.email#

    </CFOUTPUT>

  • LOT CLOSED WITH NO BIDS (email to admin/seller)

    (this section will allow you to edit the e-mail message that is sent to the administrator and the seller telling them that a lot has closed with no bids being placed on that lot)

    You can edit the subject of the message but do not edit the following text in the subject:

    #lotID#

    You can also edit the body of the message but do not edit or change any of the following text in the body of the message:

    <CFOUTPUT>#getLotInfo.lotName#

    #systemURL#/lot.cfm?lotID=#lotID#
    </CFOUTPUT>

  • WINNER: (you won the bidding)
    This section allows you to edit the e-mail message that a bidder receives for each lot that he has won.

    You can edit the subject of the e-mail message and the body of the message but do not edit the following text in the body of the message:

    <CFOUTPUT>Lot: #getLotInfo.lotName#

    Bid: #LSCurrencyFormat(getLosingBids.bidPrice,"local")#
    Quantity: #getLosingBids.bidQuantity#

    #systemURL#/lot.cfm?lotID=#lotID#
    </CFOUTPUT>

    ************

    The following emails are only used if the option to extend the lot closing time has been turned on in the Closing Options page for the No Bids options. This includes extended the closing time and e-mailing the lot contact person. If these options are not checked and the lot closes with no bids, then the above Lot closed with no bids email will be sent instead

    ************

  • NO BIDS (Closing time extended - to admin/seller)
    This section will allow you to edit the e-mail message that will inform the admin and the seller that no bids have been placed on a lot and that the closing time of that lot has been extended.

    You can edit the subject of the message but do not edit the following text:

    #getCheckList.lotID#

    You can also edit the body of the message but do not edit any of the following text contained in the body:

    <CFOUTPUT>

    #getCheckList.lotID#.

    Lot: #getCheckList.lotName#

    #LSDateFormat(getCheckList.lotCloseDateTime,dateFormatDisplay)# / #LSTimeFormat(getCheckList.lotCloseDateTime,timeFormatDisplay)#

    TO: #LSDateFormat(newLotCloseDateTime,dateFormatDisplay)# / #LSTimeFormat(newLotCloseDateTime,timeFormatDisplay)#

    #Evaluate(getCheckList.lotNoBidsStayOpenTimes + 1)# time(s). It may be extended a total of #noBidsStayOpenTimes# time(s).

    #systemURL#/lot.cfm?lotID=#getCheckList.lotID#
    </CFOUTPUT>

  • NO BIDS:
    Closing time not extended as maximum extensions has been reached (to admin/seller)

    This section will allow you the admin to edit the e-mail message that a seller and the admin receive after a lot has closed and the number of times that it has extended has reached it's limit.

    You can edit the subject of the message but do not edit the following text:

    #lotID#

    You can also edit the body message of the e-mail but do not edit any of the following text within the body:

    <CFOUTPUT>

    #getCheckList.lotID#.

    #noBidsStayOpenTimes# time(s).

    #systemURL#/lot.cfm?lotID=#getCheckList.lotID#</CFOUTPUT>

    In order to accept any of the changes that you have made on this page you must click on the "Update E-Mail Options" Button.

  • Daily Status E-Mails
    This page will allow you as the admin to define and edit the e-mail messages that you can have sent out to bidders according to their requests.

    The daily status e-mail is designed to do the following:

    - E-Mail the status of bids on all open and recently closed lots
    - E-Mail the list of new items posted to the categories each user subscribes to.

    N.B. TO RUN THE DAILY STATUS E-MAIL SCRIPT THAT WILL SEND OUT THE E-MAILS: Use the following URL:

    http://yourdomain.com/yourdirectory/program/dailyStatus.cfm?emazedaily

    On the actual Daily Status E-Mails page, your domain and directory will be filled in automatically.

    The first table found on this page us used to configure the FROM NAME, the REPLY-TO- E-MAIL, and the SUBJECT of the e-mail message that will be sent out to bidders regarding the status of their bids.

    The next portion of the page allows you to define what the daily status e-mail message will contain.

    Open lost user has bid on []
    (turning this on will have the system include a list of lots that the bidder has bid on) (this can be turned on or off, and the text heading for the open lots can edited in the text field under the column named "Text Heading")

    Lots user has bid on closed since last e-mail []
    (turning this on will have the system include a list of lots that the user has bid on but have closed since the last status e-mail.) (this feature can be turned on or off and the text heading can be edited for this section)

    Open lots user is watching []
    (turning this on will have the system include a list of lots that the user has chosen to watch)(This feature can be turned on or off and the text header can be edited for this section)

    Lots user is watching closed since last e-mail []
    (turning this on will have the system include a list of lots that the user has chosen to watch but have closed since the last status e-mail) (This feature can be turned on or off and the header text can be edited for this section)

    New lots in subscribed categories []
    (turning this on will have the system include a list of new lots that have appeared in a category that the user is subscribed to) (This feature can be turned on or off and the header text can be edited for this section)

    FIELD HEADINGS
    This section allows you to edit the text that will be used as field headings within the daily status the e-mail.

    HEADER OF DAILY STATUS E-MAIL
    This is the text that will appear as the header found at the top of the daily status e-mail message.

    FOOTER OF DAILY STATUS E-MAIL
    This is the text that will appear as the footer found at the bottom of the daily status e-mail message. You can edit any of the text but do not edit the following in the footer:

    <CFOUTPUT>#systemURL#</CFOUTPUT>

    Reserve E-Mails
    This section allows you to edit the e-mail messages that will be sent out to the admin and the sellers regarding lots meeting reserve prices. Below is a detailed explanation of the sections found on this page:

  • RESERVE PRICE MET:
    (This is the e-mail message that will be sent out to the admin or the seller that the reserve price on a lot has been met). You can edit the text that is found in the subject line as well as the text in the body of the message, but do not edit the following text:

    <CFOUTPUT>

    #LSCurrencyFormat(lotReservePrice,"local")#

    lot #Form.lotID#.

    Lot: #lotName#

    #systemURL#/lot.cfm?lotID=#Form.lotID# </CFOUTPUT>

    RESERVE PRICE NOT MET
    (This is the e-mail message that will be sent out to the admin or the seller after a lot closes but the reserve price has not been met for that lot)

    You can edit the text found in the subject line of the message but do not edit the following text in the subject:

    #lotID#

    You can also edit the text in the body of the message, but do not edit the following:

    <CFOUTPUT>
    #getLotInfo.lotName#

    Highest Bid: #LSCurrencyFormat(getLotInfo.nextBidMinimum - getLotInfo.lotBidIncrement,"local")#
    Reserve Price: #LSCurrencyFormat(getLotInfo.lotReservePrice,"local")#

    #systemURL#/lot.cfm?lotID=#lotID#</CFOUTPUT>

    RESERVE PRICE MET - LOSER
    (This is the e-mail message that will be sent to a losing bidder once the reserve price on a lot is met)

    You can edit the text in the subject line as well as the text in the body of the message, but do not edit the following text contained within the body:

    <CFOUTPUT>Lot: #lotName#

    LOT CLOSED - WINNER
    (This e-mail message is sent out to a bidder that has a winning bid in a lot that has closed, but the bid still does not meet the reserve price set by the seller for that lot)

    You can edit the text in the subject line of the message, and you can edit the text that is found in the body of the message, but do not edit the following text:

    <CFOUTPUT>
    Lot: #getLotInfo.lotName#
    Bid: #LSCurrencyFormat(getWinningBids.bidPrice,"local")#
    Quantity: #getWinningBids.bidQuantity#


    #systemURL#/lot.cfm?lotID=#lotID#</CFOUTPUT>

    LOT CLOSED - LOSER
    (This e-mail message is sent out to bidders informing them that the lot they bid on is now closed and that no bids during the auction session met the reserve price so the lot is now closed)

    You can edit the text in the subject line as well as the text in the body of the message but do not edit the following text in the body:

    <CFOUTPUT>
    Lot: #getLotInfo.lotName#

    Bid: #LSCurrencyFormat(getLosingBids.bidPrice,"local")#
    Quantity: #getLosingBids.bidQuantity#

    #systemURL#/lot.cfm?lotID=#lotID#

    The following e-mails are only used if the option to extend the lot closing time has been turned on in the Closing Options page for the Reserve Not Met option. This includes extended the closing time and emailing the lot contact person. If these options are not checked and the lot closes with the reserve price not being met, then the above Reserve Price Not Met email will be sent instead

    CLOSING TIME EXTENDED - WINNER
    (This is the e-mail message that a bidder will receive if he has the high bid on a lot but the reserve price has not been met on the lot, and therefore the closing time on the lot has been extended)

    You can edit the text in the subject line of the message as well as the body of the message but do not edit the following text in the body:

    <CFOUTPUT> Lot: #getCheckList.lotName#

    New closing time: #LSDateFormat(newLotCloseDateTime,dateFormatDisplay)# / #LSTimeFormat(newLotCloseDateTime,timeFormatDisplay)#
    Bid: #LSCurrencyFormat(getReserveWinner.bidPrice,"local")#

    #systemURL#/lot.cfm?lotID=#getCheckList.lotID#</CFOUTPUT>

    CLOSING TIME EXTENDED - LOSER
    (This is the e-mail message that a bidder will receive if he does not have a winning bid on a lot but the reserve price has not been met on the lot, and therefore the closing time on the lot has been extended)

    You can edit the text in the subject line of the message as well as the text found in the body of the message but do not edit the following text in the body of the message:

    <CFOUTPUT>
    Lot: #getCheckList.lotName#

    New closing time: #LSDateFormat(newLotCloseDateTime,dateFormatDisplay)# / #LSTimeFormat(newLotCloseDateTime,timeFormatDisplay)#
    Bid: #LSCurrencyFormat(getReserveLoser.bidPrice,"local")#

    #systemURL#/lot.cfm?lotID=#getCheckList.lotID#</CFOUTPUT>

    RESERVE NOT MET - CLOSING TIME EXTENDED (to admin/seller)
    (This is the e-mail message that the admin and the seller will recieve to notify the seller of a lot and the admin that the reserve price on a certain lot has not been met and the closing time has been extended)

    You can edit the text of the subject line but do not edit the following text in the field:

    #getCheckList.lotID#

    You can also edit the body of the message but do not edit any of the following text in the body:

    <CFOUTPUT>

    #LSCurrencyFormat(getCheckList.lotReservePrice,"local")#

    FROM: #LSDateFormat(getCheckList.lotCloseDateTime,dateFormatDisplay)# / #LSTimeFormat(getCheckList.lotCloseDateTime,timeFormatDisplay)#
    TO: #LSDateFormat(newLotCloseDateTime,dateFormatDisplay)# / #LSTimeFormat(newLotCloseDateTime,timeFormatDisplay)#

    It has now been extended #Evaluate("#getCheckList.lotReserveStayOpenTimes# + 1")# time(s). It may be extended a total of #reserveStayOpenTimes# time(s).

    #systemURL#/lot.cfm?lotID=#getCheckList.lotID#<CFOUTPUT>

    RESERVE NOT MET - CLOSING TIME NOT EXTENDED AS MAXIMUM EXTENSIONS HAS BEEN REACHED (to admin/seller)
    (This is the e-mail message that an admin and seller will receive if a lot has closed due to its maximum number of extensions having expired and no reserve price being met)

    You can edit the text of the subject line but do not edit the following text:

    #lotID#

    You may also choose to edit the text in the body of the message but do not edit the following text:

    <CFOUTPUT>

    #LSCurrencyFormat(getCheckList.lotReservePrice,"local")# has not been met for lot #getCheckList.lotID#.

    Lot: #getCheckList.lotName#

    #reserveStayOpenTimes# time(s).

    In order to complete any of the changes that you have made on this page you must click on the "Update Reserve E-Mail" button.

  • Bid Error Messages
    This page is dedicated to adjusting the text on any bid error that appear if there is an error after the bidder has submitted his bid. Below is a detailed explanation of each field:

    >>> Lot Closed Title:
    (This is the error title text that will appear if the bid is submitted and the lot is closed)

    >>> Lot Closed Body:
    (This is the error body text that will appear if the bid submitted and the lot is closed)

    >>> E-Mail Address Not Verified Title:
    (This is the error title text that will appear if the user has submitted his bid but has not verified his e-mail address with the system)

    >>> E-Mail Address Not Verified Body:
    (This is the error body text that will appear if the user has submitted his bid but has not verified his e-mail address with the system)

    >>> Bad Bid Title:
    (This is the error title text that will appear if the user has entered a bid but the system encountered some problems regarding the bid)

    >>> Bad Bid Header:
    (This is the error text that will appear to let the user know that there have been errors in the bid and that they are listed below)

    >>> Bad Bid Footer:
    (This is the error text that will appear at the bottom of the page if there is an error with the bid)

    >>> Bad Bid Body:
    (This is the error body text that will appear if the user has entered a bid but the system encountered some problems regarding the bid)

    >>> Bidder Banished Title:
    (This is the error title text that will appear if the user has been banished as a bidder)

    >>> Bidder Banished Body:
    (This is the error body text that will appear if the user has been banished as a bidder)

    >>> Bad Cookie:
    (This is the error text that will appear if the bidder is using a bad cookie)

    >>> Bad Login:
    (This is the error text that will appear if the bidder enters incorrect username and password information)

    >>> Login Name Blank:
    (This is the error text that will appear if the bidder leaves the username and/pr password fields empty)

    >>> Link to Register When Bad Login []:
    (If this option is turned on, and there is a bad bid, because the bidder is not a registered user, the system will provide a link to the registration area, and will also keep the bid information that was entered by the user on the first try, in memory)

    >>> Link Display To Register:
    (This is the text that will accompany the resulting page if the above (Link to Register When Bad Login) choice is turned on.)

    >>> Link Display to Re-Bid:
    (this is the link text that will appear asking the user to resubmit tbeir bid)

    >>> Bid Amount Field Empty:
    (This is the error text that will appear if the bidder leaves the bid amount field empty)

    >>> Bid Amount Entered Too Low:
    (This is the error text that will appear if the bidder submits a bid that is too low to meet the requirements set out by the seller or by default in the lot)

    >>> Increment Amount Incorrect:
    (Depending on how the bid increment amount has been set (multiple or integer) - this error text will appear if the bidder enters an incorrect bid increment in either case)

    >>> Bid Quantity Amount Empty:
    (This is the error text that will appear if the bidder leaves the quantity of items being bid on empty)

    >>> Bid Quantity Amount Zero:
    (This is the error text that will appear if the bidder enters a Bid Quantity of "0")

    >>> Bid Quantity Greater than Quantity:
    (This is the error text that will appear if the bidder enters a Bid Quantity that is greater than the quantity available on the lot)

    >>> Bid Quantity Greater than Maximum:
    (This is the error text that will appear if the bidder enters a Bid Quantity that is greater than the established maximum quantity for the lot)

    >>> Auto Bid Max Price Empty:
    (This is the error text that will appear if the bidder selected the auto-bid feature but did not specify a maximum price for the auto-bid feature to continue bidding to.)

    >>> Auto Bid Max Price Too Low:
    (This is the error text that will appear if the bidder selects the auto-bid feature but enters a lower maximum bid for the auto-bid to stop at, than the next bid increment on the lot)

    >>> Auto Bid Increment Not Met:
    (Same as above)

    >>> Updated Bid Amount Invalid:
    (This is the error text that will appear if the bidder attempts to modify their bid by adjusting it to a lower value)

    >>> Updated Bid Amount Too Low:
    (same as above) In order for the changes that you made on this page to take place you have to click on the "Update Error Messages" Button once.

    System Variables
    The system options are the basic system paths, URLs and other settings used to run Emaze Auction. These include the same values you entered upon initializing Emaze Auction. To change any of the settings, you must check the checkbox for the change to take effect. (This does not apply to the two cookie checkboxes.) The domain name is the domain name and extension or the IP address. It is used to write a permanent cookie for users who choose the automatic login via cookie option. The domain name is also used for temporary cookies to ensure other servers cannot read them. If you are entering a domain name, be sure to include a period (.) before the domain name, e.g., ".emaze.com" . However, if you are entering an IP address, do not include the period, e.g., "127.0.0.1" .

    Full path to Emaze Auction directory
    This is the path to the EmazeAuction directory, or whatever you named it. The path is from your server's root directory, e.g. c:\WebSite\htdocs\EmazeAuction. There should be no trailing slash at the end.

    URL to Emaze Auction directory
    This is the URL to the EmazeAuction directory, or whatever you named it. It should be the full URL, e.g., http://www.yourdomain.com/EmazeAuction . There should be no trailing slash at the end.

    Cold Fusion datasource of database
    This is the name of the Cold Fusion datasource as determined in the Cold Fusion Administrator.

    Email server for sending emails
    This is the mail server to use when sending emails from Emaze Auction.

    Logout URL
    This is the URL where Admin is sent after logging out of the Emaze Auction admin screens. Logging out deletes the cookie from the admin's browser. There is currently no logout feature for normal users.

    Allow automatic bidder login via permanent cookie
    This enables users to bid on lots without entering their username and password. The permanent cookie stores the bidder's unique ID and username. Both are harmless without the proper password. (If the user changes his/her username, Emaze Auction will update the cookie with the new username.)

    Use temporary cookie
    This enables bidders to submit multiple bids without re-entering username and password after first bid. This is a temporary cookie that is automatically deleted when the browser session ends.

    Domain name (for cookie login: domain.extension)
    The domain name ensures that only your server can read users' cookies. The domain name should be simply "domain.com," e.g., emaze.com

    Body, Tag, Date/Time
    Choose the settings for the body tag used throughout all of the screens in the user interface. The navigation bar options are for the background colors used in the navigation bar table as well as the font color. They are used in the navigation bar, specials table, and user options tables. For all of the colors, either choose from the existing list of colors from the select list, or enter a color in the text field. Be sure to check the appropriate radio button to signal which option you are choosing. After you choose a color, the next time you reload the screen, it will be listed in the text portion. Below is a description of the body tag elements:

    Term Definition
    bgcolor: Background color. This is a solid color, normally white.
    text: Color of normal text, i.e., not links or text within tags. Normally black.
    link: Color of link that has not yet been clicked on. Typically blue.
    alink: Color of link while you are clicking it. Normally purple.
    vlink: Color of link after you have clicked on it, usually purple.
    background: Background image used instead of bgcolor (when background image is found). Use the full URL.
    other: Body tags can have some additional options, such as margin settings. Just enter the full settings.