[Spy Home Page]Sample spy-cgi.conf
#
# Configuration file for spy-cgi
#
# spy-cgi.conf Version 1.0 9501220
#

#
# What you want to appear as the header for the page
#
ORGANIZATION = "Extreme! Computing"

#
# Where your main spy page is kept
#
SPY_URL = "http://www.extreme.indiana.edu/~tagreen/spy/spy.html"

#
# Where your image for the footer icon is kept (48x48)
#
MAIN_ICON = "http://www.extreme.indiana.edu/~tagreen/spy/images/extreme.gray.icon.gif"

#
# Where you want the icon in the footer to take you
#
MAIN_URL = "http://www.extreme.indiana.edu/"

#
# The following are strings to be returned in the case of failure
#

#
# Machine could not be resolved to a FQDN
#
NO_DNS_URL = "images/spy.nodns.gif"
NO_DNS = "Your spy's papers were not in order and was not permitted entry at the border. (Read: Your machine needs to be DNS resovable.)"

#
# Could not contact the daemon on host %s
#
NO_DAEMON_URL = "images/spy.nodaemon.gif"
NO_DAEMON = "Your spy has failed completely and has been summarily executed. Is that the best you can do? (Read: Sorry, the spy was unable to contact the daemon on %s.)"

#
# Error initializing the video hardware
#
CANT_INIT_VIDEO_URL = "images/spy.cantinitvideo.gif"
CANT_INIT_VIDEO = "Do you not teach your spies how to properly load their cameras? (Read: Sorry, an error occurred while trying to initialize the video hardware.)"

#
# Error occurred while trying to access the hardware (usually becuase
# another program (like capture) has requested exclusive access).
#
VIDEO_ERROR_URL = "images/spy.videoerror.gif"
VIDEO_ERROR = "Your spy almost made it. Too bad your chintzy Soviet equipment is as crude as your integrity. (Read: Sorry, an error occurred while trying to access the video hardware on %s. Perhaps another program has requested exclusive access to the camera.)"

#
# Access denied due to load average.
# %s == Console owner's name
#
LOAD_HIGH_URL = "images/spy.default.gif"
LOAD_HIGH = "Sorry, %s has denied you access due to system load."

#
# The spy daemon has been set to refuse all connections
# %s == Console owner's name
#
SERVER_OFF_URL = "images/spy.default.gif"
SERVER_OFF = "Sorry, %s is not allowing anyone access at the moment!"

#
# A Host has been specifically banned.
# %s == Console owner's name
#
HOST_BANNED_URL = "images/spy.default.gif"
HOST_BANNED = "Sorry, %s has denied your host access!"

#
# Given host is not allowed access at this time of the day
# %s == Console owner's name
#
TIME_RESTRICTED_URL = "images/spy.default.gif"
TIME_RESTRICTED = "Sorry, %s is not allowing your host access
at this time of the day, please try again later!"

#
# Unkown error code (oops!)
# %s == Console owner's name
# %d == error code
#
ACCESS_UNKNOWN_URL = "images/spy.default.gif"
ACCESS_UNKNOWN = "Sorry, %s has denied you access for reasons unknown! (%d)"

#
# Improper .spyrc file encountered
# %s == Console owner's name$
# %d == line number
#
PARSE_ERROR_URL = "images/spy.default.gif"
PARSE_ERROR = "Sorry, an error occurred parsing the .spyrc file at line %d"

#
# Ran out of memory
#
NO_MEMORY_URL = "images/spy.default.gif"
NO_MEMORY = "Sorry, but there was insufficient memory to complete your request"

#
# Image processing error.
#
IMAGE_ERROR_URL = "images/spy.default.gif"
IMAGE_ERROR = "Sorry, but an error occurred while trying to process the image."

#
# Unknown error, kill the programmer!!
# %d = unknown error code
#
UNKNOWN_ERROR_URL = "images/spy.default.gif"
UNKNOWN_ERROR = "ARGH! The spy has killed the programmer resulting in an unknown error code: %d<BR>"
[HOME] Page Last Modified on: December 20, 1995, © Center for Innovative Computer Applications