View Full Version : Java script to connect to IRC
LastActionHero
February 1st, 2001, 04:24
Is there any free java script which will allow me to connect to IRC servers from a webpage? I would prefer a java applet.
Would you recommend a CGI script or a java applet?
Haze
February 1st, 2001, 17:09
the only one i really know of is jIRC.. i think they are at jirc.com .. i dont know if not do a search
Coolin
February 1st, 2001, 20:22
http://www.quickchat.org works with Conference Room servers.
LastActionHero
February 2nd, 2001, 03:44
quickchat only allow to connect to their irc servers. But i'am not sure if they have all the regular chat rooms on their servers.
coz i tried ircx.com and they also have their own servers and they didn't have all those regular rooms.
Coolin
February 2nd, 2001, 14:17
If you modify Quickchat a little, I believe that it will work on all ConferenceRoom Servers.
LastActionHero
February 2nd, 2001, 23:42
Originally posted by Coolin
If you modify Quickchat a little, I believe that it will work on all ConferenceRoom Servers.
how is it done?
Lynks
February 3rd, 2001, 00:36
http://www.admo.net
Coolin
February 3rd, 2001, 00:42
Go to the source thingy. Then find chat.planetz.net and change it to another conferenceroom server.
LastActionHero
February 3rd, 2001, 04:06
Originally posted by Coolin
Go to the source thingy. Then find chat.planetz.net and change it to another conferenceroom server.
thankx for your help but i couldn't find the conference server name anywhere in the code, this is the code i got:
<center>
<applet archive="http://chat.planetz.net:8000/java/cr.zip" codebase="http://chat.planetz.net:8000/java/" code="ConferenceRoom.class" width="500" height="350" name="QuickChat">
<param name="cabbase" value="http://chat.planetz.net:8000/java/cr.cab">
<param name="channel" value="#webchat">
<param name="simple" value="true">
<param name="bg" value="FFFFFF">
<param name="fg" value="000000">
<param name="font" value="helvetica">
<param name="size" value="12">
<param name="tickershadow" value="false">
<param name="ticker" value="Welcome to QuickChat by Planet Z Networks - http://www.quickchat.org ">
<param name="ticker2" value="Add a chat like this on your page by clicking on the QuickChat Now button below!">
<param name="colorpanel" value="true">
<param name="roomsWidth" value="0">
<param name="nick" value=" ">
<param name="user" value="quickchat">
<param name="port" value="7000">
<param name="showwindowbuttons" value="false">
<param name="info" value="Planet Z QuickChat">
<param name="showticker" value="true">
</applet>
<br><a href="http://www.quickchat.org/"> <img src="http://images.quickchat.org/button.gif" border="0" alt="Get QuickChat Now!"></a> </center>
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.