JAVA PARAMS ACTIONS

Format: [name],[action string];[name],[action string];
Extended: actions1, actions2,... actions9

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 :-)


JAVA PARAMS ALLOWRAWCOMMANDS

Format: [true|false]
Default: (false)

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


JAVA PARAMS ALLOWUSERCOMMANDS

Format: [true|false]
Default: (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


JAVA PARAMS ALLTOPICS

Format: [topic1,description1];[topic2,description2];

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


JAVA PARAMS ASKCLIENTTYPE

Format: [true|false]
Default: (false)

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


JAVA PARAMS ASKFORPASSWORD

Format: [true|false]
Default: (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


JAVA PARAMS AUTHORIZEDHOST

Format: [host1,host2, ...]
Default: (none)

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


JAVA PARAMS AUTOLIST

Format: [true|false]
Default: (false)

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


JAVA PARAMS AVATAR

Format: [image] [name];[image] [name];
Extended: avatar0, avatar1,.. avatar15 [image]

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


JAVA PARAMS BANNER

Format: [-Client message-;-click URL-;-image-]

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


JAVA PARAMS BG

Format: [color]
Default: (FFFFFF)

Default background color.

Examples:
In a web page:
<param name="bg" value="FFFFFF">

In a param file:
bg=FFFFFF


JAVA PARAMS BUDDIES

Format: [buddy,buddy,room, ...]

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


JAVA PARAMS BUDDYBG

Format: [color]
Default: (client bg)

Background color for buddy list module.

Examples:
<param name="buddybg" value="FFFFFF">

In a param file:
buddybg=FFFFFF


JAVA PARAMS BUDDYCHANNELACTIVE

Format: [color]
Default:

Color for active rooms in the buddy list.

Examples:
<param name="buddychannelactive" value="FF0000">

In a param file:
buddychannelactive=FF0000


JAVA PARAMS BUDDYCHANNELINACTIVE

Format: [color]
Default:

Color for inactive channels in the buddy list.

Examples:
<param name="buddychannelinactive" value="0000FF">

In a param file:
buddychannelinactive=0000FF


JAVA PARAMS BUDDYFG

Format: [color]
Default:

Foreground color for buddy list.

Examples:
<param name="buddyfg" value="00FF00">

In a param file:
buddyfg=00FF00


JAVA PARAMS BUDDYOFFLINE

Format: [color]
Default:

Color for offline users in the buddy list.

Examples:
<param name="buddyoffline" value="C0C0C0">

In a param file:
buddyoffline=C0C0C0


JAVA PARAMS BUDDYONLINE

Format: [color]
Default:

Color for online users in the buddy list.

Examples:
<param name="buddyonline" value="000000">

In a param file:
buddyonline=000000


JAVA PARAMS BUDDYSOUND

Format: [sound]
Default:

To play when a new message comes in.

Examples:
<param name="buddysound" value="ding.au">

In a param file:
buddysound=ding.au


JAVA PARAMS BUFFERSIZE

Format: [int]
Default: (0)

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


JAVA PARAMS BUTTON

Format: [Button Text];[Help Text];[Command]
Extended: button1, button2, ... button7

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


JAVA PARAMS BUTTONFONT

Format: [font]
Default:

Font to use for the action buttons (Session, Chat, Rooms, Float, Help).

Examples:
<param name="buttonfont" value="ARIAL">

In a param file:
buttonfont=ARIAL


JAVA PARAMS BUTTONPANEL

See showbuttonpanel


JAVA PARAMS BUTTONSIZE

Format: [font size]
Default:

Font point size to use for the action buttons.

Examples:
<param name="buttonsize" value="14">

In a param file:
buttonsize=14


JAVA PARAMS BUTTONSTYLE

Format: [font style]
Default:

Font style to use for the action buttons.

Examples:
<param name="buttonstyle" value="BOLD">

In a param file:
buttonstyle=BOLD


JAVA PARAMS CHANLOCK

Format: [channel],[channel]

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


JAVA PARAMS CHANNEL

Format: [channel]
Default join room.

Examples:
In a web page:
<param name="channel" value="#webchat">

In a param file:
channel=#webchat


JAVA PARAMS COLORPANEL

Format: [true|false]
Default: (false)

Enable the color panel option for users.

Examples:
In a web page:
<param name="colorpanel" value="true">

In a param file:
colorpanel=true


JAVA PARAMS COMMANDS

Format: [string];[/command]
Extended: From 0 to 9 commands1, commands2,... commands9.

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


JAVA PARAMS CONNECT

Format: [true|false]
Default: (true)

Automatically connect to the server.

Examples:
In a web page:
<param name="connect" value="false">

In a param file:
connect=false


JAVA PARAMS DEFAULTINPUTCHANNEL

Format: [string]

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


JAVA PARAMS DISABLEFLOAT

Format: [true|false]
Default: (false)

Disable the ability to float the applet.

Examples:
In a web page:
<param name="disablefloat" value="true">

In a param file:
disablefloat=true


JAVA PARAMS DISABLEPRIVATEMESSAGES

Format: [true/false]
Default: (false)

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


JAVA PARAMS DISABLEURLS

Format: [true|false] Default: (false)

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


JAVA PARAMS DISCLAIMER

Format: [string]
Extended: disclaimer1, disclaimer2,... disclaimer99

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.


JAVA PARAMS DISCONNECTIFNOTJOINED

Format: [true|false]
Default: (true)

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


JAVA PARAMS ENCODING

Format: [strring]
Default: (browser)

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


JAVA PARAMS FG

Format: [color]
Default: ()

Default foreground (text, etc.) color foreground colors.

Examples:
In a web page:
<param name="fg" value="FFFFFF">

In a param file:
fg=FFFFFF


JAVA PARAMS FLOATACTIVEWINDOWS

Format: [true/false]
Default: (false)

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


JAVA PARAMS FLOATHEIGHT

Format: [height]

Set the default height for the floated window.

Examples:
In a web page:
<param name="floatheight" value="300">

In a param file:
floatheight=300


JAVA PARAMS FLOATIMMEDIATELY

Format: [true|false]
Default: (false)

Automatically float the window after initializing.

Examples:
In a web page:
<param name="floatimmediately" value="true">

In a param file:
floatimmediately=true


JAVA PARAMS FLOATINCOMINGPRIVATEWINDOW

Format: [true|false]
Default: (false)

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


JAVA PARAMS FLOATLEFT

Format: [left edge]
Default: (0)

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


JAVA PARAMS FLOATNEWWINDOWS

Format: [true|false]
Default: (false)

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


JAVA PARAMS FLOATTOP

Format: [top edge]
Default: (0)

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


JAVA PARAMS FLOATWIDTH

Format: [width]
Default: (applet width)

Set the default width for the floated window.

Examples:
In a web page:
<param name="floatwidth" value="450">

In a param file:
floatwidth=450


JAVA PARAMS FONT

Format: [font name]
Default: ()

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.


JAVA PARAMS FULLNAME

Format: [full name]
Default: ()

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


JAVA PARAMS GUEST

Format: [true|false]
Default: (false)

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


JAVA PARAMS GUICOLORS

Format: [colors]
Extended: guicolors1, guicolors2,... guicolors9

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


JAVA PARAMS HELPFILE

Format: [URL]
Default: (help.htm)

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


JAVA PARAMS HIDEINPUT

Format: [true|false]
Default: (false)

Hide the input bar.

Examples:
In a web page:
<param name="hideinput" value="true">

In a param file:
hideinput=true


JAVA PARAMS HISTORYBACKGROUNDIMAGE

Format: [image.gif]
Default: (none)

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


JAVA PARAMS HISTORYFOREGROUNDIMAGES

Format: [image.gif]
Default: (none)

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


JAVA PARAMS HTTPTUNNEL

Format: [true|false]
Default: (false)

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


JAVA PARAMS HTTPTUNNELPORT

Format: [port]
Default: (port param value)

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


JAVA PARAMS HTTPSTUNNELPORT

Format: [port]
Default: (none)

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


JAVA PARAMS HTTPTUNNELTIMERDELAY

Format: [seconds]
Default: (4)

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


JAVA PARAMS IDLE

Format: [minutes]
Default: (0[off])

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


JAVA PARAMS INCOMINGPRIVATEWINDOW

Format: [true|false]
Default: (false)

If true incoming private messages open a window.

Examples:
In a web page:
<param name="incomingprivatewindow" value="true">

In a param file:
incomingprivatewindow=true


JAVA PARAMS INFO

Format: [full name]
Default: (Java User)

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


JAVA PARAMS JOIN

Format: [room name]
Default: (none)

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


JAVA PARAMS JOINSOUND

Format: [sound.au]
Default: (none)

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


JAVA PARAMS KEY

Format: [room key]
Default: (none)

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


JAVA PARAMS LINESPACING

Format: [numeric]
Default: (0)

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


JAVA PARAMS LIPSIMAGE

Format: [image.gif]
Default: (lips.gif)

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


JAVA PARAMS LIST

Format: [list parameters]
Extended: <[number],>[number],[channel mask],[channel mask]... Default: (none)

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*


JAVA PARAMS LISTNOW

Format: [true|false]
Default: (false)

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


JAVA PARAMS LISTIME

Format: [seconds]
Default: (0)

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


JAVA PARAMS LOADMODULES

Format: [module name] [show|hide]
Extended: loadmodules1, ... loadmodules9
Default: (none)

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


JAVA PARAMS LOCK

Format: [true|false]
Default: (false)

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


JAVA PARAMS LURK

Format: [true|false]
Default: (false)

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


JAVA PARAMS LURKTEXT

Format: [text]
Default: (Please enter a nickname to participate)

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!


JAVA PARAMS MAKEUNIQUENICK

Format: [true|false]
Default: (false)

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


JAVA PARAMS MAXAVATARHEIGHT

Format: [height]
Default: (0)

Maximum height for avatar images.

Examples:
In a web page:
<param name="maxavatarheight" value="24">

In a param file:
maxavatarheight=24


JAVA PARAMS MYTEXTCOLORINDEX

Format: []
Default: (none)

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=


JAVA PARAMS NAMEPROMPT

Format: [prompt]
Default: (Your email address)

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


JAVA PARAMS NICK

Format: [nickname]

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


JAVA PARAMS NICKPROMPT

Format: [prompt]
Default: (Your nickname)

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


JAVA PARAMS NOSHISTORYBEVEL

Format: [true|false]
Default: (false)

No bevel around the history area.

Examples:
In a web page:
<param name="nohistorybevel" value="true">

In a param file:
nohistorybevel=true


JAVA PARAMS NOLOAD

Format: [true|false]
Default: (false)

Don't show the load progress meter.

Examples:
In a web page:
<param name="noload" value="true">

In a param file:
noload=true


JAVA PARAMS NOLOCALECHO

Format: [true|false]
Default: (false)

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


JAVA PARAMS NOPROMPTS

Format: [true|false]
Default: (false)

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


JAVA PARAMS NOROOMSBEVEL

Format: [true|false]
Default: (false)

No bevel around the rooms area.

Examples:
In a web page:
<param name="noroomsbevel" value="true">

In a param file:
noroomsbevel=true


JAVA PARAMS NOSAID

Format: [true|false]
Default: (false)

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


JAVA PARAMS NOSETTINGS

Format: [true|false]
Default: (false)

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


JAVA PARAMS NOTICESOUND

Format: [sound file]
Default: (none)

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


JAVA PARAMS NOUSERBEVEL

Format: [true|false]
Default: (false)

No bevel around the user list area.

Examples:
In a web page:
<param name="nouserbevel" value="true">

In a param file:
nouserbevel=true


JAVA PARAMS ONLYSHOWCHAT

Format: [true|false]
Default: (false)

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


JAVA PARAMS OPIMAGE

Format: [URL]
Default: (op.gif)

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


JAVA PARAMS OVERRIDE

Format: [list of params]
Extended: param1,param2,param3...
Default: (none)

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


JAVA PARAMS PASS

Format: [server password]
Default: (none)

Password to the server if set.

Examples:
In a web page:
<param name="pass" value="mYpASS">

In a param file:
pass=mYpASS


JAVA PARAMS PASSPROMPT

Format: [prompt]
Default: (none)

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!


JAVA PARAMS PINGTIMEOUT

Format: [seconds]
Default: (300 seconds (5 minutes))

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


JAVA PARAMS PLAYSOUNDS

Format: [true|false]
Default: (true)

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


JAVA PARAMS PRIVATEWINDOWFLOATHEIGHT

Format: [height]
Default: (applet height)

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


JAVA PARAMS PRIVATEWINDOWFLOATLEFT

Format: [left edge]
Default: (0)

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


JAVA PARAMS PRIVATEWINDOWFLOATTOP

Format: [top edge]
Default: (0)

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


JAVA PARAMS PRIVATEWINDOWFLOATWIDTH

Format: [width]
Default: (applet width)

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


JAVA PARAMS RESTRICTED

Format: [true|false]
Default: (false)

Restricted command set, also uses simple UI mode.

Examples:
In a web page:
<param name="restricted" value="true">

In a param file:
restricted=true


JAVA PARAMS ROOM

Format: [room name]
Default join room.

Examples:
In a web page:
<param name="room" value="#webchat">

In a param file:
room=#webchat


JAVA PARAMS ROOMPROMPT

Format: [prompt]
Default: (Join channel)

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.


JAVA PARAMS ROOMSBACKGROUNDIMAGE

Format: [URL]
Default: (none)

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


JAVA PARAMS ROOMSFOREGROUNDIMAGE

Format: [URL]
Default: (none)

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


JAVA PARAMS ROOMSTEXT

Format: [text]
Default: (Rooms)

Text for the rooms column header.

Examples:
In a web page:
<param name="roomstext" value="Canal">

In a param file:
roomstext=Canal


JAVA PARAMS ROOMSWIDTH

Format: [int]
Default: (25)

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


JAVA PARAMS SERVER

Format: [server name]
Default: (base server)

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


JAVA PARAMS SECURE

Format: [true|false]
Default: (false)

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


JAVA PARAMS SECUREONLY

Format: [true|false]
Default: (false)

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


JAVA PARAMS SHOWAVATARS

Format: [true|false]
Default: (true)

Show user avatars.

Examples:
In a web page:
<param name="showavatars" value="false">

In a param file:
showavatars=false


JAVA PARAMS SHOWBUTTONPANEL

Format: [true|false]
Default: (true)

Show buttons (menu options above the Java applet).

Examples:
In a web page:
<param name="showbuttonpanel" value="false">

In a param file:
showbuttonpanel=false


JAVA PARAMS SHOWCHATBUTTON

Format: [true/false]
Default: (true)

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


JAVA PARAMS SHOWCOLORS

Format: [true|false]
Default: (true)

Show colors and font styles in rooms.

Examples:
In a web page:
<param name="showcolors" value="false">

In a param file:
showcolors=false


JAVA PARAMS SHOWCONNECTBUTTON

Format: [true|false]
Default: (true)

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


JAVA PARAMS SHOWFLOATBUTTON

Format: [true/false]
Default: (true)

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


JAVA PARAMS SHOWHELPBUTTON

Format: [true/false]
Default: (true)

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


JAVA PARAMS SHOWJOINS

Format: [true|false]
Default: (true)

Show room joins by other users.

Examples:
In a web page:
<param name="showjoins" value="false">

In a param file:
showjoins=false


JAVA PARAMS SHOWNICKNAMES

Format: [true|false]
Default: (true)

Show nicknames when people are speaking.

Examples:
In a web page:
<param name="shownicknames" value="false">

In a param file:
shownicknames=false


JAVA PARAMS SHOWROOMNAMES

Format: [true|false]
Default: (true)

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


JAVA PARAMS SHOWROOMSBUTTON

Format: [true/false]
Default: (true)

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


JAVA PARAMS SHOWSENDBUTTON

Format: [true|false]
Default: (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


JAVA PARAMS SHOWSERVERWINDOW

Format: [true|false]
Default: (true)

Show the server messages window.

Examples:
In a web page:
<param name="showserverwindow" value="false">

In a param file:
showserverwindow=false


JAVA PARAMS SHOWSESSIONBUTTON

Format: [true/false]
Default: (true)

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


JAVA PARAMS SHOWTICKER

Format: [true|false]
Default: (true)

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


JAVA PARAMS SIMPLE

Format: [true|false]
Default: (false)

Simple UI mode, only allows one room.

Examples:
In a web page:
<param name="simple" value="true">

In a param file:
simple=true


JAVA PARAMS SIZE

Format: [point size]
Default: (12)

Font point size to use.

Examples:
In a web page:
<param name="size" value="14">

In a param file:
size=14


JAVA PARAMS SOUNDS

Format: [sound strings];[sound strings]
Extended: sounds1, sounds2,... sounds9

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!;


JAVA PARAMS SSP

Format: [URL]
Default: (none)

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


JAVA PARAMS STYLE

Format: [BOLD, ITALIC]
Default: (none)

Font style to use.

Examples:
In a web page:
<param name="style" value="bold">

In a param file:
style=bold


JAVA PARAMS TICKERFEED

Format: [URL],[URL]
Extended: tickerfeed, tickerfeed1, tickerfeed2,... tickerfeed9

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


JAVA PARAMS TICKERFONT

Format: [font name]
Default: (same as Font param)

Font to use on the ticker.

Examples:
In a web page:
<param name="tickerfont" value="Arial">

In a param file:
tickerfont=Arial


JAVA PARAMS TICKERLIFETIME

Format: [time]
Default: (0)

How long the ticker will last.

Examples:
In a web page:
<param name="tickerlifetime" value="2">

In a param file:
tickerlifetime=2


JAVA PARAMS TICKERPAUSE

Format: [time]
Default: (3s)

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


JAVA PARAMS TICKERREPEAT

Format: [times]
Default: (3)

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


JAVA PARAMS TICKERSIZE

Format: [point size]

Font point size to use.

Examples:
In a web page:
<param name="tickersize" value="16">

In a param file:
tickersize=16


JAVA PARAMS TICKERSPEED

Format: [speed]
Default: (30)

Milliseconds to pause when scrolling the ticker.

Examples:
In a web page:
<param name="tickerspeed" value="45">

In a param file:
tickerspeed=45


JAVA PARAMS TICKERSTYLE

Format: [BOLD, ITALIC]

Ticker Font style to use.

Examples:
In a web page:
<param name="tickerstyle" value="bold">

In a param file:
tickerstyle=bold


JAVA PARAMS TICKERTOPICS

Format: [topic1,topic2,topic3,...]

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


JAVA PARAMS TIMESTAMP

Format: [true|false]
Default: (false)

Turn on timestamping.

Examples:
In a web page:
<param name="timestamp" value="true">

In a param file:
timestamp=true


JAVA PARAMS TOPICCOLOR

Format: [color]
Default: (fgcolor)

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


JAVA PARAMS TRYHTTPTUNNEL

Format: [true|false]
Default: (true)

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


JAVA PARAMS UOPIMAGE

Format: [URL]
Default: (uop.gif)

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


JAVA PARAMS URLCOLOR

Format: [color]
Default: (fgcolor)

ONLY for minichat client, sets the copyright color.

Examples:
In a web page:
<param name="urlcolor" value="00FF00">

In a param file:
urlcolor=00FF00


JAVA PARAMS USEMINICHAT

Format: [true|false]
Default: (false)

Use the mini client without prompting.

Examples:
In a web page:
<param name="useminichat" value="true">

In a param file:
useminichat=true


JAVA PARAMS USEMULTILINEINPUT

Format: [true/false]
Default: (false)

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


JAVA PARAMS USENAMEINNICK

Format: [true|false]
Default: (false)

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


JAVA PARAMS USEPROXYAUTHENTICATION

Format: [true/false]
Default: (false)

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


JAVA PARAMS USER

Format: [login name]
Default: (java)

Default user info is java@ or javguest@.

Examples:
In a web page:
<param name="user" value="mysite">

In a param file:
user=mysite


JAVA PARAMS USERONDOUBLECLICK

Format: [Command]
Default: (/query %n) - The default will open a private message window to the user (if allowed by the other params).

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


JAVA PARAMS USERONSINGLECLICK

Format: [Command]
Default: ()

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


JAVA PARAMS USERPROMPT

Format: [prompt]
Default: (Your email address)

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


JAVA PARAMS USERSBACKGROUNDIMAGE

Format: [URL]

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


JAVA PARAMS USERSFOREGROUNDIMAGE

Format: [URL]
Default: (none)

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


JAVA PARAMS USERTEXT

Format: [text]
Default: (Users)

Text for the users column header.

Examples:
In a web page:
<param name="usertext" value="People">

In a param file:
usertext=People


JAVA PARAMS USERWIDTH

Format: [int]
Default: (25)

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


JAVA PARAMS VOICEIMAGE

Format: [URL]
Default: (voice.gif)

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


JAVA PARAMS WHOCARDIMAGEDIR

Format: [URL]
Default: (WhoCardImages/)

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/