View Full Version : [Release] jIRC Chat Integration
Author: Anime-loo
Description: This modification will add a Java based chatroom to your forum. The chat is based on irc and you *must* have a channel of your own for this to work.
Demo: N/A
Screenshot: In next post.
This modification includes jIRC version 2.6.0, jIRC is shareware but will not run correctly (displays a message in chat) unless you register it, see http://www.jpilot.com for pricing.
Run readme.html from the zip for the install file. enjoy.
filburt1
12-01-2002, 03:11 AM
LOL:
if (strpos($_SERVER['PHP_SELF'], 'chat.php') != false)
Man oh man, I've seen lines like that too often :D
Cypher720
12-01-2002, 03:42 AM
wow man...nice mod!!
well done...i might consider using this for my new style release;)
Tony G
12-01-2002, 04:17 AM
Nice, will use if I get a jpilot license. :)
Rufus69
12-01-2002, 12:34 PM
well done I have a hack like this on one style I think I'll install this one on mine ;)
Cypher720
12-01-2002, 12:49 PM
yeah...i dont have jpilot yet...but i might buy one
chaukysky
12-04-2002, 06:11 AM
Nice mod
monkeybars
12-16-2002, 12:33 PM
Great mod... i've installed it however some of my users are complaining the java applet popup does not appear for them, while it works fine for others.. any ideas?
They are probbly using windows XP, in that case they will need to go download java as it is not included in IE.
monkeybars
12-17-2002, 12:47 PM
some of them are using win98 with IE5.5 ... any other ideas? Thanks.
Tony G
12-19-2002, 03:46 AM
When I was on IE 5.5 I had no problem with java. Always got that pop-up.
lebanon2001
12-19-2002, 09:47 AM
plase my frind Anime-loo
idont work this
this hard
monkeybars
12-20-2002, 02:02 PM
I figured it out.. users had outdated/corrupted versions of MS Java VM on various browser platforms. A quick search found an upgrade which worked... if anyone is having the same problem run a google search on "msjavx86.exe" - this is the fix.
thanks everyone.
Cyberdelics
12-22-2002, 09:02 AM
I'm getting this error on top of my index:
Parse error: parse error in /home/virtual/site19/fst/var/www/html/forum/global.php(313) : eval()'d code on line 12
Tried 2.2.8 first, then 2.2.9, same error.
Sanctum
01-13-2003, 08:30 AM
Just wanted to share this with you since one its free and two its customizable for anything. You can take the time and download thier java classes from thier sites as well and incorperate it directly to your site if need be.
The best part is the paranem server is "allowed" to be whatever you want. Worldirc is such a nice place :)
<center>
<applet codebase="http://klagenfurt.at.eu.worldirc.org/"
code="EIRC" archive="EIRC.jar,EIRC-gfx.jar" width="520"
height="300">
<param name="server" value="klagenfurt.at.eu.worldirc.org" >
<param name="port" value="6667" >
<param name="mainbg" value="#808080" >
<param name="mainfg" value="#000000" >
<param name="textbg" value="#808080" >
<param name="textfg" value="#000000" >
<param name="selbg" value="#808080" >
<param name="selfg" value="#000000" >
<param name="channel" value="#yourchannelname" >
<param name="titleExtra" value=" - EIRC" >
<param name="username" value="yourusername" >
<param name="realname" value="yourrealname">
<param name="nickname" value="defualtnickname" >
<param name="login" value="0" >
<!--param name="spawn_frame" value="1" /--> <!--param
name="frame_width" value="520" /-->
<!--param name="frame_height" value="400" /-->
</applet>
</center>
imported_GoGeTa SSJ4
02-25-2003, 01:41 PM
nice mod ! Thanks :p
imported_Triple H
02-25-2003, 02:50 PM
Originally posted by Cyberdelics
I'm getting this error on top of my index:
Tried 2.2.8 first, then 2.2.9, same error.
I got this error as well....
imported_Triple H
02-26-2003, 01:15 PM
Originally posted by Cyberdelics
I'm getting this error on top of my index:
Tried 2.2.8 first, then 2.2.9, same error.
To fix that problem.. All you need to do is modify the template loo_chat
once you are in that template, just enter the information manually...
eg... change $servername to the server... eg.. irc.mirc.com
$channelname to #general (or whatever it is)
make sure you change the the nick name from $nickname to $bbuserinfo[nickname]
(I dont remember if that is the exact code.. but something like that..
You dont even need to enter the code into the PHPinclude template if you modify the loo_chat manually...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.