Application("LogFile"): Name of the chat users log
file
e.g. Application("LogFile") =
"chat_users.log"
Application("TimeLimit"): Time in minutes before
idle users are removed from the chat
e.g. Application("TimeLimit")=15
Application("RefreshRate"): Rate, in seconds, at
which the chat screen is automatically refreshed
e.g. Application("RefreshRate")=8
Application("administrator"): Username for the chat
room administrator
e.g. Application("administrator")="administrator"
Application("admin_password"): Password for the chat
room administrator
e.g. Application("admin_password")="admin"
Application("MaxBufferLength"): Maximum length(in
characters) of the conversation text displayed at any one time
e.g. Application("MaxBufferLength")
= 2000
Application("rooms"): List of rooms. Separate each
room name with a pipe character "|"
e.g.
Application("rooms")="General|Travel|News"
Application("AllowHTMLX"): Where X
is the room number. Set to True/False to allow/prevent the use of html,
images, etc. in the corresponding chat room. Note that X should always
start at zero.
e.g.
Application("AllowHTML0")=False
Application("AllowHTML1")=True
Application("AllowHTML2")=False
Application("AllowPrivateX"): Where
X is the room number. Set to True/False to allow/prevent private
conversations between users. Note that X should always start at zero.
e.g.
Application("AllowPrivate0")=True
Application("AllowPrivate1")=False
Application("AllowPrivate2")=True
Application("moderatedX"): Where X
is the room number. Set to True/False to moderate/not moderate the
corresponding chat room. Note that X should always start at zero.
e.g.
Application("moderated0")=False
Application("moderated1")=True
Application("moderated2")=False
Application("LogSessionX"): Where X
is the room number. Set to True/False to keep/not keep a record of the
session. Note that X should always start at zero.
e.g.
Application("LogSession0")=False
Application("LogSession1")=False
Application("LogSession2")=True
Application("TranscriptFileX"):
Where X is the room number. Name of the chat conversation transcript
file. Note that X should always start at zero.
e.g.
Application("TranscriptFile0")="chat_log0.htm"
Application("TranscriptFile1")="chat_log1.htm"
Application("TranscriptFile2")="chat_log2.htm"