This will create a drop down menu with the 'name' item showing in the menu. When selected it will prefix the action string with the persons nickname and send it into the channel.
Examples:
In a web page:
<param name="actions" value="Bored;is really very bored.;Smile;smiles at everyone in the room :-)">
In a param file:
actions=Bored;is really very bored.;Smile;smiles at everyone in the room :-)
If false, then the user is unable to enter /raw commands.
Examples:
In a web page:
<param name="allowrawcommands" value="true">
In a param file:
allowrawcommands=true
If false, then the user is unable to enter ANY / commands.
Examples:
In a web page:
<param name="allowusercommands" value="flase">
In a param file:
allowusercommands=false
Set all possible topics and descriptions of each, for use by the TickerTopics module.
Examples:
In a web page:
<param name="alltopics" value="News,General News;Sports,Sports Highlight">
In a param file:
alltopics=News,General News;Sports,Sports Highlights
Prompt to use either the mini client or the regular client, otherwise will load the one appropriate for the Java support on the browser.
Examples:
In a web page:
<param name="askclienttype" value="true">
In a param file:
askclienttype=true
If true, will prompt the user to enter a password to nickserv.
Examples:
In a web page:
<param name="askforpassword" value="false">
In a param file:
askforpassword=false
You may specify a list of hosts that are allowed to serve up the applet. For example, you may have 3 servers available, and put your chat server on only one- irc.one.com. The applet can automatically be on pages from that server. But, say that you want to also have pages that include the applet on your other two servers, irc.two.com and irc.three.com. Until now, you could simply put the proper code in to pull the applet from irc.one.com, but then again, so could anyone else in the world. Using the authorizedhost tag, you are now able to say exactly which servers are allowed to have pages containing your applet. For this example, you would use: authorizedhost=irc.two.com,irc.three.com Remember the host containing the code itself is always allowed. The param allows the applet to be on pages from irc.one.com, irc.two.com, and irc.three.com but no other server is allowed. To make sure the param can't be tampered with, it can only be used from the default.prm file contained in the directory where the applet code files itself are found which are always on the server you control. If this param is left unspecified then any server in the world can have pages containing your applet, as before. If the param is set to nothing, such as: authorizedhost= then your applet is locked to your code server and can't appear on pages from any other server. Noone can 'hijack' your server again! If they try, the applet will refuse to start and will show an appropriate error message.
Examples:
In a web page:
<param name="authorizedhost" value="irc.webmaster.com,irc.webchat.org">
In a param file:
authorizedhost=irc.webmaster.com,irc.webchat.org
Automatically request a rooms list every [listtime] seconds. The [listnow] param can still force an initial list, even with autolist set false.
Examples:
In a web page:
<param name="autolist" value="true">
In a param file:
autolist=true
Up to 16 avatar images used by the AvatarPanel. The value should be in the format [image] [name].
Examples:
In a web page:
<param name="avatar" value="alien.gif Alien">
In a param file:
avatar=alien.gif Alien
Backpack image settings note:client was replaced by banner.
Examples:
In a web page:
<param name="banner" value="My Advertisement;http://www.webmaster.com/;banner.gif">
In a param file:
banner=My Advertisement;http://www.webmaster.com/;banner.gif
Default background color.
Examples:
In a web page:
<param name="bg" value="FFFFFF">
In a param file:
bg=FFFFFF
List of users or rooms to put on your temporary watch list.
Examples:
In a web page:
<param name="buddies" value="Mark,Irma,#lobby,#webchat">
In a param file:
buddies=Mark,Irma,#lobby,#webchat
Background color for buddy list module.
Examples:
<param name="buddybg" value="FFFFFF">
In a param file:
buddybg=FFFFFF
Color for active rooms in the buddy list.
Examples:
<param name="buddychannelactive" value="FF0000">
In a param file:
buddychannelactive=FF0000
Color for inactive channels in the buddy list.
Examples:
<param name="buddychannelinactive" value="0000FF">
In a param file:
buddychannelinactive=0000FF
Foreground color for buddy list.
Examples:
<param name="buddyfg" value="00FF00">
In a param file:
buddyfg=00FF00
Color for offline users in the buddy list.
Examples:
<param name="buddyoffline" value="C0C0C0">
In a param file:
buddyoffline=C0C0C0
Color for online users in the buddy list.
Examples:
<param name="buddyonline" value="000000">
In a param file:
buddyonline=000000
To play when a new message comes in.
Examples:
<param name="buddysound" value="ding.au">
In a param file:
buddysound=ding.au
If set to anything greater than 0, all rooms will only buffer the specified number of lines. For example, with buffersize=100, the rooms will show only the last 100 lines of chat.
Examples:
In a web page:
<param name="buffersize" value="100">
In a param file:
buffersize=100
Allows you to configure up to 8 buttons of your own. Make sure you don't go overboard on the button text, it should fit within your button image. The help text will be displayed in the browser's status bar as you pass your pointer over the button.
Note that if the command does not start with a / or contain spaces, it is assumed to be a URL instead, which would be loaded in a new window. If you do not provide the protocol for the URL (http://, https://, ftp://, mailto:), it will be considered relative to the web page's URL.
Examples:
In a web page:
<param name="button" value="FAQs;Click to go to our Frequently Asked Questions;http://www.myhost.com/FAQ.html">
<param name="button1" value="Alert John;Click to let John know you're available;/msg John I'm available">
In a param file:
button=FAQs;Click to go to our Frequently Asked Questions;http://www.myhost.com/FAQ.html
button1=Alert John;Click to let John know you're available;/msg John I'm available
Font to use for the action buttons (Session, Chat, Rooms, Float, Help).
Examples:
<param name="buttonfont" value="ARIAL">
In a param file:
buttonfont=ARIAL
Font point size to use for the action buttons.
Examples:
<param name="buttonsize" value="14">
In a param file:
buttonsize=14
Font style to use for the action buttons.
Examples:
<param name="buttonstyle" value="BOLD">
In a param file:
buttonstyle=BOLD
If set to a list of channels, only those channels may be joined.
Examples:
In a web page:
<param name="chanlock" value="#channel1,#channel2">
In a param file:
chanlock=#channel1,#channel2
Examples:
In a web page:
<param name="channel" value="#webchat">
In a param file:
channel=#webchat
Enable the color panel option for users.
Examples:
In a web page:
<param name="colorpanel" value="true">
In a param file:
colorpanel=true
Add commands that will show in a drop down menu on the main interface.
Examples:
In a web page:
<param name="commands" value="">
In a param file:
commands2=Image Panel;/showmodule ImagePanel
Automatically connect to the server.
Examples:
In a web page:
<param name="connect" value="false">
In a param file:
connect=false
Even though you may be watching another room, your typing will go to this room instead. This is handy if you're trying to run an event with a Professional Edition server that doesn't have message queues.
Examples:
In a web page:
<param name="defaultinputchannel" value="#backroom">
In a param file:
defaultinputchannel=#backroom
Disable the ability to float the applet.
Examples:
In a web page:
<param name="disablefloat" value="true">
In a param file:
disablefloat=true
When set true, disables private message windows to other users. Note that the setting only disables the windows themselves, if you need to disable private messages completely, you can set that on the server.
Examples:
In a web page:
<param name="disableprivatemessages" value="true">
In a param file:
disableprivatemessages=true
When true, URLs are no longer clickable in chat.
Examples:
In a web page:
<param name="disableurls" value="true">
In a param file:
disableurls=true
Allows you to set some text for a text box disclaimer to be displayed above the connect button. This may be useful for legalese such as "By pressing the Connect button, you agree to..." You can use the multiple params to string together very long disclaimer messages. Each param starts a new line in the text box. To skip a line, set the corresponding param to [blank].
Examples:
In a web page:
<param name="disclaimer1" value="This site is not responsible for any of">
<param name="disclaimer2" value="the content displayed in the chat room.">
In a param file:
disclaimer1=This site is not responsible for any of
disclaimer1=the content displayed in the chat room.
Quits if the user leaves a chatroom and has no other rooms open. If false, and not in restricted mode, the rooms list will appear instead.
Examples:
In a web page:
<param name="disconnectifnotjoined" value="false">
In a param file:
disconnectifnotjoined=false
Character encoding to use, defaults to the user's OS default. Only used by the normal client, not the miniclient.
Examples:
In a web page:
<param name="encoding" value="Big5">
In a param file:
encoding=Big5
Default foreground (text, etc.) color foreground colors.
Examples:
In a web page:
<param name="fg" value="FFFFFF">
In a param file:
fg=FFFFFF
Causes windows to automatically float if there is any activity in them. This could get highly annoying, but if your application demands that you are immediately aware of any traffic in a channel, well there you go.
Examples:
In a web page:
<param name="floatactivewindows" value="true">
In a param file:
floatactivewindows=true
Set the default height for the floated window.
Examples:
In a web page:
<param name="floatheight" value="300">
In a param file:
floatheight=300
Automatically float the window after initializing.
Examples:
In a web page:
<param name="floatimmediately" value="true">
In a param file:
floatimmediately=true
If set, incoming private message windows will automatically float. Automatically sets incomingprivatewindow true.
Examples:
In a web page:
<param name="floatincomingprivatewindow" value="true">
In a param file:
floatincomingprivatewindow=true
Set this if you need to specify the left edge of the floated window on-screen.
Examples:
In a web page:
<param name="floatleft" value="80">
In a param file:
floatleft=80
New private message and new rooms joined appear in automatically floating windows.
Examples:
In a web page:
<param name="floatnewwindows" value="true">
In a param file:
floatnewwindows=true
Set if you need to specify the top edge of the floated window on-screen.
Examples:
In a web page:
<param name="floattop" value="20">
In a param file:
floattop=20
Set the default width for the floated window.
Examples:
In a web page:
<param name="floatwidth" value="450">
In a param file:
floatwidth=450
Font to use.
Examples:
In a web page:
<param name="font" value="Arial">
In a param file:
font=Arial
Supported Fonts:
serif
sansserif
monospaced
Dialog
DialogInput
These are all the officially supported font names. TimesRoman, Helvetica, and Courier still work, but are deprecated as of java 1.1. Other fonts, like the veranda the user asked about may or may not work, it's really just a trial and error to see what the browser allows I guess. Font names are case-sensitive.
Information shown on a /whois full name.
Examples:
In a web page:
<param name="fullname" value="John Smith">
In a param file:
fullname=John Smith
Use a guest nickname, replaces behavior if nick="Guest". Also see the LURK parameter.
Examples:
In a web page:
<param name="guest" value="true">
In a param file:
guest=true
Allows you to set colors on specific UI elements. See JAVA GUICOLORS for more information.
Examples:
In a web page:
<param name="guicolors" value="titlecolor=000000;titletextcolor=FF0000">
In a param file:
guicolors=titlecolor=000000;titletextcolor=FF0000
File to attach to the Help button, default is the Help.htm file provided with CR.
Examples:
In a web page:
<param name="helpfile" value="helpfile.html">
In a param file:
helpfile=helpfile.html
Hide the input bar.
Examples:
In a web page:
<param name="hideinput" value="true">
In a param file:
hideinput=true
Background images for the room history area.
Examples:
In a web page:
<param name="historybackgroundimage" value="spider.gif">
In a param file:
historybackgroundimage=spider.gif
Foreground images for the room history area.
Examples:
In a web page:
<param name="historyforegroundimage" value="border.gif">
In a param file:
historyforegroundimage=border.gif
If true, this setting will emulate an HTTP session between the chat server and the java client allowing communication through most firewalls.
Examples:
In a web page:
<param name="httptunnel" value="true">
In a param file:
httptunnel=true
Port to use when establishing an http based connection. Must be a valid port defined in the GENERAL SET PORTS section.
Examples:
In a web page:
<param name="httptunnelport" value="7000">
In a param file:
httptunnelport=7000
Port to use when establishing a secured https based connection.
Examples:
In a web page:
<param name="httpstunnelport" value="994">
In a param file:
httpstunnelport=994
How many seconds to wait before getting new data from the server in an http based connection.
Examples:
In a web page:
<param name="httptunneltimerdelay" value="6">
In a param file:
httptunneltimerdelay=6
Number of minutes to wait before disconnecting the user for idling 0 turns off idle detection.
Examples:
In a web page:
<param name="idle" value="10">
In a param file:
idle=10
If true incoming private messages open a window.
Examples:
In a web page:
<param name="incomingprivatewindow" value="true">
In a param file:
incomingprivatewindow=true
Information shown on a /whois full name.
Examples:
In a web page:
<param name="info" value="John Smith">
In a param file:
info=John Smith
Room to join immediately after connecting to the chat server.
Examples:
In a web page:
<param name="join" value="#webchat">
In a param file:
join=#webchat
Will play a /sound join.au file for all Java users when a person enters the room.
Examples:
In a web page:
<param name="joinsound" value="hello.au">
In a param file:
joinsound=hello.au
Password to get into the room specified by the room or channel param. This is channel mode +k.
Examples:
In a web page:
<param name="key" value="myroomkey">
In a param file:
key=myroomkey
Set the vertical line spacing for the history area.
Examples:
In a web page:
<param name="linespacing" value="5">
In a param file:
linespacing=5
Image to use for the "lips" icon when using the lips-enabled user list.
Examples:
In a web page:
<param name="lipsimage" value="me.gif">
In a param file:
lipsimage=me.gif
Allows you to specify arguments to the auto /LIST command.
Examples:
In a web page:
<param name="" value=">20,<30,#L*,#M*">
In a param file:
list=>20,<30,#L*,#M*
Immediately ask for a room list on making a connection to the server. If you know that a lot of rooms will be shown, you may want to turn this off as it will cause a delay for the user to get into chat.
Examples:
In a web page:
<param name="listnow" value="true">
In a param file:
listnow=true
How often the rooms list is automatically refreshed, 0 means never.
Examples:
In a web page:
<param name="listtime" value="180">
In a param file:
listtime=180
Allow multiple loadmodule lines to be specified. Appending show will auto launch the module, hide will preload it.
Examples:
In a web page:
<param name="loadmodules" value="">
In a param file:
loadmodules=OpPanel hide
loadmodules1=NickServPanel hide
loadmodules2=MemoServPanel hide
loadmodules3=ChanServPanel hide
loadmodules4=WhoCard hide
loadmodules5=ImagePanel hide
loadmodules6=BuddyList hide
loadmodules7=AvatarPanel hide
loadmodules8=IgnoreList hide
Locks the params to only be allowed from server side param files.
Examples:
In a web page:
<param name="lock" value="true">
In a param file:
lock=true
Lurking mode, requires a user to give a nickname before being able to speak otherwise he/she remains an unspeaking guest in a room. ALso, see JAVA PARAMS GUEST
Examples:
In a web page:
<param name="lurk" value="true">
In a param file:
lurk=true
Text to show in the lurk mode nick change prompt.
Examples:
In a web page:
<param name="lurktext" value="You must change your name to chat!">
In a param file:
lurktext=You must change your name to chat!
Ensures a uniquely numbered version of the requested nickname, by appending incrementing numbers to the end of the name until a free one is found.
Examples:
In a web page:
<param name="makeuniquenick" value="true">
In a param file:
makeuniquenick=true
Maximum height for avatar images.
Examples:
In a web page:
<param name="maxavatarheight" value="24">
In a param file:
maxavatarheight=24
If set, causes you to use one of the colors indexed by 0 to 15 by default. all other users will see the color.
Examples:
In a web page:
<param name="mytextcolorindex" value="">
In a param file:
mytextcolorindex=
Enter your email address prompt.
Examples:
In a web page:
<param name="nameprompt" value="Please enter your name">
In a param file:
nameprompt=Please enter your name
The nick is the name the user will use while they are on the server. If you use the nick=guest parameter then the users will get a random nickname. This is nice for bringing the user directly onto the server and requiring no input from the user. You can force the user to change their nickname to something else before speaking by using the 'lurk' command.
Examples:
In a web page:
<param name="nick" value="guest">
In a param file:
nick=guest
The prompt that will be displayed to ask the user to input their nickname.
Examples:
In a web page:
<param name="nickprompt" value="Choose a nickname">
In a param file:
nickprompt=Choose a nickname
No bevel around the history area.
Examples:
In a web page:
<param name="nohistorybevel" value="true">
In a param file:
nohistorybevel=true
Don't show the load progress meter.
Examples:
In a web page:
<param name="noload" value="true">
In a param file:
noload=true
The ConferenceRoom Chat Server has a setting which forces the server to echo messages typed by a user back to him. This may be useful to give the user an idea of the latency between himself and the server. However if that setting is used, the client will display the user's message twice. Setting nolocalecho=true will cause the Java client to only show the message that was echoed by the chat server.
Examples:
In a web page:
<param name="nolocalecho" value="true">
In a param file:
nolocalecho=true
Don't show any nickname, email, or room prompts.
Examples:
In a web page:
<param name="noprompts" value="true">
In a param file:
noprompts=true
No bevel around the rooms area.
Examples:
In a web page:
<param name="noroomsbevel" value="true">
In a param file:
noroomsbevel=true
When true, restricted mode looks like normal mode, with no "Person said" prefix.
Examples:
In a web page:
<param name="nosaid" value="true">
In a param file:
nosaid=true
Don't show the Show User Settings button on login window.
Examples:
In a web page:
<param name="nosettings" value="true">
In a param file:
nosettings=true
Sound file to play when receiving a notice.
Examples:
In a web page:
<param name="noticesound" value="wow.au">
In a param file:
noticesound=wow.au
No bevel around the user list area.
Examples:
In a web page:
<param name="nouserbevel" value="true">
In a param file:
nouserbevel=true
Only show what people say, filtering "junk" like joins/parts/etc.
Examples:
In a web page:
<param name="onlyshowchat" value="true">
In a param file:
onlyshowchat=true
Image to use in the user list for ops.
Examples:
In a web page:
<param name="opimage" value="red.gif">
In a param file:
opimage=red.gif
Uunlocks specific params so that they can be read from HTML source.
Examples:
In a web page:
<param name="override" value="user,onlyshowchat">
In a param file:
override=user,onlyshowchat
Password to the server if set.
Examples:
In a web page:
<param name="pass" value="mYpASS">
In a param file:
pass=mYpASS
If provided, will ask for a server password.
Examples:
In a web page:
<param name="passprompt" value="Please enter your password!">
In a param file:
passprompt=Please enter your password!
To ensure the connection exists, the client can periodically ping the server. The server will respond with an I'm alive message if the connection is still up. Be aware that setting the timeout to drastically low values can significantly increase your network traffic. To disable the feature altogether, set it to 0 seconds.
Examples:
In a web page:
<param name="pingtimeout" value="100">
In a param file:
pingtimeout=100
Default Java sounds available all sounds are in *.au format.
Examples:
In a web page:
<param name="playsounds" value="false">
In a param file:
playsounds=false
Set the default height for a floated private window.
Examples:
In a web page:
<param name="privatewindowfloatheight" value="300">
In a param file:
privatewindowfloatheight=300
Set if you need to specify the left edge of a floated private window on-screen.
Examples:
In a web page:
<param name="privatewindowfloatleft" value="20">
In a param file:
privatewindowfloatleft=20
Set if you need to specify the top edge of a floated private window on-screen.
Examples:
In a web page:
<param name="privatewindowfloattop" value="20">
In a param file:
privatewindowfloattop=20
Set the default width for a floated private window.
Examples:
In a web page:
<param name="privatewindowfloatwidth" value="550">
In a param file:
privatewindowfloatwidth=550
Restricted command set, also uses simple UI mode.
Examples:
In a web page:
<param name="restricted" value="true">
In a param file:
restricted=true
Examples:
In a web page:
<param name="room" value="#webchat">
In a param file:
room=#webchat
Define what the prompt says that asks a user to join a room.
Examples:
In a web page:
<param name="roomprompt" value="Please enter a channel name.">
In a param file:
roomprompt=Please enter a channel name.
Background images for the rooms list area.
Examples:
In a web page:
<param name="roomsbackgroundimage" value="ligtning.gif">
In a param file:
roomsbackgroundimage=lightning.gif
Foreground images for the rooms list area.
Examples:
In a web page:
<param name="roomsforegroundimage" value="box.gif">
In a param file:
roomsforegroundimage=box.gif
Text for the rooms column header.
Examples:
In a web page:
<param name="roomstext" value="Canal">
In a param file:
roomstext=Canal
Set room window size. NOTE: if you have a large quantity of rooms you may want to set the size to 0.
Examples:
In a web page:
<param name="roomswidth" value="35">
In a param file:
roomswidth=35
Server to connect to. Not really necessary since the applet will automatically try to connect back to the host it was served from.
Examples:
In a web page:
<param name="server" value="irc.webmaster.com">
In a param file:
server=irc.webmaster.com
If true, and if the page is loaded over SSL, will attempt to use secure communication with the server. This does not guarantee a secure connection but it will attempt to establish one. A secured lock icon will appear if the client can establish a secure link to the server.
Examples:
In a web page:
<param name="secure" value="true">
In a param file:
secure=true
If set true, enforces the secure parameter, which means that if the encryption keys that are required for the secure connection cannot be obtained, the client will not work. It will attempt to retrieve the keys 5 times before giving up. This may be useful in case the network connection is a bit flaky.
Examples:
In a web page:
<param name="secureonly" value="true">
In a param file:
secureonly=true
Show user avatars.
Examples:
In a web page:
<param name="showavatars" value="false">
In a param file:
showavatars=false
Show buttons (menu options above the Java applet).
Examples:
In a web page:
<param name="showbuttonpanel" value="false">
In a param file:
showbuttonpanel=false
You can disable the Chat button by setting this to false.
Examples:
In a web page:
<param name="showchatbutton" value="false">
In a param file:
showchatbutton=false
Show colors and font styles in rooms.
Examples:
In a web page:
<param name="showcolors" value="false">
In a param file:
showcolors=false
Show a connect/quit button on the login screen.
Examples:
In a web page:
<param name="showconnectbutton" value="false">
In a param file:
showconnectbutton=false
You can disable the Float button by setting this to false.
Examples:
In a web page:
<param name="showfloatbutton" value="false">
In a param file:
showfloatbutton=false
You can disable the Help button by setting this to false.
Examples:
In a web page:
<param name="showhelpbutton" value="false">
In a param file:
showhelpbutton=false
Show room joins by other users.
Examples:
In a web page:
<param name="showjoins" value="false">
In a param file:
showjoins=false
Show nicknames when people are speaking.
Examples:
In a web page:
<param name="shownicknames" value="false">
In a param file:
shownicknames=false
Show room name buttons for easy switching between rooms. If false floatnewwindows will be automatically set to true.
Examples:
In a web page:
<param name="showroomnames" value="false">
In a param file:
showroomnames=false
You can disable the Rooms button by setting this to false.
Examples:
In a web page:
<param name="showroomsbutton" value="false">
In a param file:
showroomsbutton=false
Show a Send button on the input bar.
Examples:
In a web page:
<param name="showsendbutton" value="true">
In a param file:
showsendbutton=true
Show the server messages window.
Examples:
In a web page:
<param name="showserverwindow" value="false">
In a param file:
showserverwindow=false
You can disable the Login/Session button by setting this to false. Allows you to use a multiline input instead of a single line input bar.
Examples:
In a web page:
<param name="showsessionbutton" value="false">
In a param file:
showsessionbutton=false
Show scrolling message at the bottom of the applet.
Examples:
In a web page:
<param name="showticker" value="false">
In a param file:
showticker=false
Simple UI mode, only allows one room.
Examples:
In a web page:
<param name="simple" value="true">
In a param file:
simple=true
Font point size to use.
Examples:
In a web page:
<param name="size" value="14">
In a param file:
size=14
Sound files to play with the associated text that will be sent into the channel. The text will be sent after the persons nickname in this format: '[Nickname] [has sent this sound into the channel]' If you want to create your own sounds then they must be: .au 8 bit mono uLaw.
Examples:
In a web page:
<param name="sounds" value="Knock;knock.au wants to come inside.;Attention;whistle.au wants everyones attention!;">
In a param file:
sounds=Knock;knock.au wants to come inside.;Attention;whistle.au wants everyones attention!;
Server Side Param File. A list of params in paramname=value format that is served from the server. The java client will first look at the default.prm file int he java directory and then at the specified param file in the ssp tag. Then it will look at the params in the HTML code. The preference is default.pmr, ssp and then HTML.
Also see OVERRIDE
Examples:
In a web page:
<param name="ssp" value="def.prm">
In a param file:
ssp=def.prm
Font style to use.
Examples:
In a web page:
<param name="style" value="bold">
In a param file:
style=bold
Set up to 10 external ticker files.
Examples:
In a web page:
<param name="tickerfeed" value="/feed/file1.html">
In a param file:
tickerfeed=/feed/file1.html
Font to use on the ticker.
Examples:
In a web page:
<param name="tickerfont" value="Arial">
In a param file:
tickerfont=Arial
How long the ticker will last.
Examples:
In a web page:
<param name="tickerlifetime" value="2">
In a param file:
tickerlifetime=2
Seconds to pause when a line reaches the edge.
Examples:
In a web page:
<param name="tickerpause" value="5s">
In a param file:
tickerpause=5s
How many times to show the ticker before expiring.
Examples:
In a web page:
<param name="tickerrepeat" value="5">
In a param file:
tickerrepeat=5
Font point size to use.
Examples:
In a web page:
<param name="tickersize" value="16">
In a param file:
tickersize=16
Milliseconds to pause when scrolling the ticker.
Examples:
In a web page:
<param name="tickerspeed" value="45">
In a param file:
tickerspeed=45
Ticker Font style to use.
Examples:
In a web page:
<param name="tickerstyle" value="bold">
In a param file:
tickerstyle=bold
If set, will only show newsflashes with one of the specified topics.
Examples:
In a web page:
<param name="tickertopics" value="Intl,Sports">
In a param file:
tickertopics=Intl,Sports
Turn on timestamping.
Examples:
In a web page:
<param name="timestamp" value="true">
In a param file:
timestamp=true
ONLY for minichat client, sets the topic bar color.
Examples:
In a web page:
<param name="topiccolor" value="FF0000">
In a param file:
topiccolor=FF0000
If true, will try to make an http based connection if the normal connection fails, due to a firewall or some other reason.
Examples:
In a web page:
<param name="tryhttptunnel" value="false">
In a param file:
tryhttptunnel=false
Image to use in the user list for uops.
Examples:
In a web page:
<param name="uopimage" value="guest.gif">
In a param file:
uopimage=guest.gif
ONLY for minichat client, sets the copyright color.
Examples:
In a web page:
<param name="urlcolor" value="00FF00">
In a param file:
urlcolor=00FF00
Use the mini client without prompting.
Examples:
In a web page:
<param name="useminichat" value="true">
In a param file:
useminichat=true
Allows you to use a multiline input instead of a single line input bar.
Examples:
In a web page:
<param name="usemultilineinput" value="true">
In a param file:
usemultilineinput=true
Use the value of the name prompt in the nickname. It will be appended to the value of the nick prompt with an underscore bar ( _ ) between.
Examples:
In a web page:
<param name="usenameinnick" value="true">
In a param file:
usenameinnick=true
Pops up a window querying the user for proxy authentication information if necessary to use. This should bypass the proxy support built-in to the web browser. This param is experimental, please report any problems you experience with it to WebMaster, Inc. at support@webmaster.com.
Examples:
In a web page:
<param name="useproxyauthentication" value="true">
In a param file:
useproxyauthentication=true
Default user info is java@ or javguest@.
Examples:
In a web page:
<param name="user" value="mysite">
In a param file:
user=mysite
Allows you to set a macro to do when a user is double-clicked. You can substitute the user's nickname using %n. So for example, if you want a double-click to automatically do a whois on the nickname.
Examples:
In a web page:
<param name="userondoubleclick" value="/whois %n">
In a param file:
userondoubleclick=/whois %n
Allows you to set a macro to do when a user is single-clicked. You can substitute the user's nickname using %n. So for example, if you want a single-click to automatically do a whois on the nickname.
Examples:
In a web page:
<param name="useronsingleclick" value="/whois %n">
In a param file:
useronsingleclick=/whois %n
Prompt for the user name field. If blank the field will not appear.
Examples:
In a web page:
<param name="userprompt" value="Please enter your user name">
In a param file:
userprompt=Please enter your user name
Background images for the users list area.
Examples:
In a web page:
<param name="usersbackgroundimage" value="moon.gif">
In a param file:
usersbackgroundimage=moon.gif
Foreground images for the users list area.
Examples:
In a web page:
<param name="usersforegroundimage" value="usercover.gif">
In a param file:
usersforegroundimage=usercover.gif
Text for the users column header.
Examples:
In a web page:
<param name="usertext" value="People">
In a param file:
usertext=People
Percentage of room displays allocated to user list column.
Examples:
In a web page:
<param name="userwidth" value="20">
In a param file:
userwidth=20
Image to use in the user list for voice.
Examples:
In a web page:
<param name="voiceimage" value="mouth.gif">
In a param file:
voiceimage=mouth.gif
Directory to look for WhoCard Images
Examples:
In a web page:
<param name="whocardimagedir" value="/data/java/whocardimages/">
In a param file:
whocardimagedir=/data/java/whocardimages/