This is a very very easy hack to install and must be one of the easiest and best free ways to add chat to your forums. This hack uses Eirc java applets to connect to World IRC servers. There is no need to sign and compile Eirc yourself or even host it or a irc server, simply follow these instructions and you will have FREE, full, IRC chat on your forums in under 2 minutes...
For a demo, checkout the chat running here at vbullettin.org ( https://vborg.vbsupport.ru/chat.php? ) as it uses the same java applets and basicly is the same as this hack...
Once you have installed the hack pop into #austech and say hello...
Thanks & Enjoy...
Although Version 1.0 for VB2.2.x is still working and also still available, I DO NOT offer support for it...
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Java SDK 1.3 (1.4 is current but the applet source won't compile on it. You might not need to compile the applet.)
Jarsigner
Keytool (these tools are part of Java SDK)
How to sign it:
Create a directory to work in. Mine is called j-sign.
Make sure java is in your path.
CD into the working directory.
Now we want to create a cert to sign the applet.
at prompt type this, change any of the bracketed vars to what you want:
Answer the questions that it asks and when you give it a password write it down so you don't forget it.
This will create your cert, now we just have to make it ready for signing.
Make sure the name you give for the file has .cer extension
OK. You got your cert. There should be a file in the j-sign directory called yourcertname.cer.
Now cd into the directory where you untarred or if on Windows unzipped the eirc source and libs. You shouldn't have to compile the source. There are 2 jar files already compiled that you can use. Copy the .jar files to your j-sign directory. CD back to that dir.
You will be prompted for the password for your store, the pw you gave when you created the cert, type it in and in a second or 2 the applet will be signed to connect to any IRC server.
Repeat the step above to sign EIRC-gfx.jar and move the signed files to your docroot and test it out.
Remove the brackets when you do this.
The applet will now work with any IRC server that you choose to connect to. Just change the vars of the applet html page.
Im afraid World IRC stopped publicly sharing the .jar files.. This may be temporary, I am waiting for a email back from them... For now to get it to work you will need to do the same as Blackhat did and compile your own files... Sorry, I am working on another soloution...