Put this html in your webpage
to make a chat room gateway: <form target="entropychat" action="http://your_domain.com:2084/">
Nick Name: <input type="text" name="nick" value="">
<input type="hidden" name="channel" value="your_domain.com">
<input type="" value="Enter Chat">
</form>
Java ChatIf you would prefer a java chat, just the
link below in any of your
pages: http://your_domain.com/cgi-sys/mchat.cgi?channel=your_domain.com
|