Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Release] jIRC Chat Integration Details »»
[Release] jIRC Chat Integration
Version: 1.00, by Brad Brad is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 11-30-2002 Last Update: Never Installs: 1
 
No support by the author.

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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 12-17-2002, 12:47 PM
monkeybars monkeybars is offline
 
Join Date: Mar 2002
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

some of them are using win98 with IE5.5 ... any other ideas? Thanks.
Reply With Quote
  #13  
Old 12-19-2002, 03:46 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I was on IE 5.5 I had no problem with java. Always got that pop-up.
Reply With Quote
  #14  
Old 12-19-2002, 09:47 AM
lebanon2001's Avatar
lebanon2001 lebanon2001 is offline
 
Join Date: Nov 2002
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

plase my frind Anime-loo

idont work this

this hard
Reply With Quote
  #15  
Old 12-20-2002, 02:02 PM
monkeybars monkeybars is offline
 
Join Date: Mar 2002
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #16  
Old 12-22-2002, 09:02 AM
Cyberdelics Cyberdelics is offline
 
Join Date: Jun 2002
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting this error on top of my index:

Quote:
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.
Reply With Quote
  #17  
Old 01-13-2003, 08:30 AM
Sanctum Sanctum is offline
 
Join Date: Oct 2002
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Code:
<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>
Reply With Quote
  #18  
Old 02-25-2003, 01:41 PM
imported_GoGeTa SSJ4 imported_GoGeTa SSJ4 is offline
 
Join Date: Feb 2003
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice mod ! Thanks
Reply With Quote
  #19  
Old 02-25-2003, 02:50 PM
imported_Triple H imported_Triple H is offline
 
Join Date: Jul 2002
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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....
Reply With Quote
  #20  
Old 02-26-2003, 01:15 PM
imported_Triple H imported_Triple H is offline
 
Join Date: Jul 2002
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05067 seconds
  • Memory Usage 2,293KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete