index.html
or copy and paste the entire applet tag into your chat login page:
<!-- start applet code --> <applet codebase="" archive="realchat177.jar" code="RealChatClient.class" width=200 height=130> <param name=HOST value=""> <param name=PORT value="8080"> ... <param name=name1 value=value1> <param name=name2 value=value2> ... <param name=nameN value=valueN> </applet> <!-- stop applet code -->
Set codebase
to "http://yourserver.com/~user/chat/"
<param name=HOST value="">
Set name to "yourservername.com" or your chat server's IP address.
<param name=PORT value="8080">
Set number to the value you set for ServerPort
directive in your RealChatServer.conf
file.
<param name=logoimage value="rc_app_header.gif">
The image to be displayed on top of the client applet. The location is relative to applet codebase.
If set the applet automatically redirects the browser to URL when it closes.
<param name=Language value="English">
The user interface language. Please check the features page for a list of currently supported languages.
<param name=appletBgColor value="d0d0d0">
Applet background color. Value is a hexademical number representing the color. The same way you set:
appletFgColor ( 404040 ) topPanelBgColor ( ffffff ) bottomPanelBgColor ( 7b74f8 ) controlBgColor ( e0e0e0 ) controlFgColor ( 606060 ) buttonBgColor ( b0b0b0 ) buttonFgColor ( 303030 ) labelFgColor ( d0d0d0 ) dialogBgColor ( 909090 ) dialogFgColor ( 202020 ) chatAreaBgColor ( ffffff )
not set
A list of swear words. RealChat Client applet supports realtime filtering of up to 100 predefined words. Each word from the list is replaced by '@#$!*'.