If you wish to customize all rooms on the chat server without inserting individual HTML parameters into
the applet HTML for each room, please see the
Server-wide Client Configuration
section of the Documentation.
|
Required values
|
|
Parameter
|
Value
|
Example
|
|
Codebase URL
|
The URL of where you download the ParaChat applet code.
|
codebase="http://www.yourdomainname.com: 7877/pchat/classes"
|
|
Height
|
This value can be changed to increase or decrease your default ParaChat Room height size.
|
HEIGHT=400
|
|
Width
|
This value can be changed to increase or decrease your default ParaChat Room width size.
|
WIDTH=600
|
|
ServerPort
|
Port number on which the chat server accepts requests.
|
<param name="ServerPort" value="7777">
|
|
HTTPPort
|
Specifies the HTTP port to be used for tunneling and save-to-server. The default
value for this parameter is 100 above the chat port number.
|
<param name="HTTPPort" value="7877">
|
|
cabbase
|
ParaChat Java class files
|
<param name="cabbase" value="pchat.cab">
|
|
roam.Group
|
Name of the group.
|
<param name="roam.Group" value="Group">
|
|
Channel
|
Name of the chat room.
|
<param name="Channel" value="#MyChatRoom">
|
|
Enable Roaming
|
This setting will enable user created rooms and admin created rooms to be visible
on the rooms list.
|
<param name="ctrl.Roam" value="true">
|
|
TopRooms
|
This setting will enable your main room to be seen from user created and
admin created rooms when there are zero users in your main room. This will also force your main and admin
created rooms to display on the top of the rooms list.
|
<param name="roam.TopRooms" value="#MyChatRoom,#MyChatRoom2">
|