• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net

Java script to connect to IRC

LastActionHero

WBBMods.com
NLC
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?
 
the only one i really know of is jIRC.. i think they are at jirc.com .. i dont know if not do a search
 
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.
 
If you modify Quickchat a little, I believe that it will work on all ConferenceRoom Servers.
 
Go to the source thingy. Then find chat.planetz.net and change it to another conferenceroom server.
 
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>
 
Back
Top