A Simple ParaChat Test Room

This is the version of the ParaChat chat applet with advertising panels enabled. The client connects to room #TestRoom on port $html(pchatd.port) of the host machine from which this applet was loaded. The #TestRoom has been customized with optional HTML parameters to set a background RGB color value of CCCC99, a 5-minute pulse to keep idle connections alive, and to attempt an HTTP connection to port $html(httpd.port) in the event a TCP/IP connection is blocked by your firewall (HTTP Tunneling).

If you see this message you do not have a Java enabled browser. Visit ParaChat Support for more information on how to upgrade your browser!

The HTML for the #TestRoom above is provided directly below. You may use this HTML as a guide for implementing new ParaChat rooms on your own web site from your ParaChat Server. To implement this #TestRoom on another web page, simply replace the sample codebase URL (indicated in red) with your own host server domain name or IP address. For information on creating new ParaChat rooms, please visit our ParaChat Room and Admin User Creation Guide.

<applet codebase=http://www.your_server_name.com:7877/pchat/classes archive=pchat.zip
code=ParaChat.class HEIGHT=350 WIDTH=600>
<param name="ServerPort" value=$html(pchatd.port)>
<param name="HTTPPort" value=$html(httpd.port)>
<param name="Channel" value="#TestRoom">
<param name="ui.BgColor" value="CCCC99">
<param name="net.Heartbeat" value="true">
<param name="net.Protocol" value="t:h">
If you see this message you do not have a Java
enabled browser. Visit <a href="http://www.parachat.com/faq/java.html">
ParaChat Support</a> for more information on how to upgrade your browser!
</applet>