 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
cunning_plan
Joined: 15 Apr 2006 Posts: 4
|
Posted: Thu Apr 20, 2006 7:36 am irc applet |
|
|
|
ok, having spent a long while sorting my site out and getting the html working i have one more thing i still realy want to do. i want to add a chat applet to my page. now ive seen irc run though a java applet and that would be perfect. could anyone tell me how i can do this, if its going to be mindboggolingly hard and if its going to cost me money.
cheers for support |
|
cunning_plan
Joined: 15 Apr 2006 Posts: 4
|
Posted: Sun Apr 23, 2006 4:59 am |
|
|
|
| anyone? |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8749 Location: Castle Pines North, CO USA
|
Posted: Sun Apr 23, 2006 7:24 am |
|
|
|
|
I have not used Java Chat in a very long time. With the problems of Java these days, I usually steer clear. Plus make sure your web hosting provider supports it. Check with them.
And check out ParaChat
_________________
Corey
Loud Commerce | Loud Worx | Merchant Account Blog |
|
mistermonty
Joined: 15 Jun 2006 Posts: 4
|
Posted: Fri Jun 16, 2006 11:05 am |
|
|
|
Its pretty easy to make this, just use the following code:
| Code: |
<applet code=IRCApplet.class archive="irc.jar,pixx.jar" width='100%' height=400>
<param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab">
<param name="nick" value=<? echo "a nickname" ?>>
<param name="name" value="user">
<param name="host" value="put your irc server here">
<param name="gui" value="pixx">
<param name="quitmessage" value="Goodbye!">
<param name="command1" value="/join #yourchannel">
</applet>
|
|
|
tbr281
Joined: 22 Jul 2006 Posts: 1
|
Posted: Sat Jul 22, 2006 10:36 am |
|
|
|
| Does this code work? I cant test it right now cuz i'm at school and applets are blocked |
|
ianlou
Joined: 22 May 2009 Posts: 2
|
Posted: Fri May 22, 2009 8:15 am |
|
|
|
hi, i tried the code and posted in my site, its not working, please help me install irc html code...
anyone can give me the right code? please...  |
|
ianlou
Joined: 22 May 2009 Posts: 2
|
Posted: Fri May 22, 2009 8:23 am irc applet not working |
|
|
|
this was the error details after posting the applet given, please help me...
Java Plug-in 1.6.0_13
Using JRE version 1.6.0_13 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\user
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
sun.plugin2.main.client.PluginMain: unrecognized message ID 46
load: class IRCApplet.class not found.
java.lang.ClassNotFoundException: IRCApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Stream closed.
at java.net.PlainSocketImpl.available(Unknown Source)
at java.net.SocketInputStream.available(Unknown Source)
at java.io.BufferedInputStream.available(Unknown Source)
at sun.net.www.http.ChunkedInputStream.readAheadNonBlocking(Unknown Source)
at sun.net.www.http.ChunkedInputStream.readAhead(Unknown Source)
at sun.net.www.http.ChunkedInputStream.available(Unknown Source)
at sun.net.www.MeteredStream.available(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 7 more
Exception: java.lang.ClassNotFoundException: IRCApplet.class |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|