Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBJirc Java irc integration for vb 3.6.x Details »»
vBJirc Java irc integration for vb 3.6.x
Version: 1.00, by Ranma2k Ranma2k is offline
Developer Last Online: Oct 2017 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.6.5 Rating:
Released: 03-25-2007 Last Update: 03-25-2007 Installs: 196
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

vBJirc Ver 1.0.0

Requirements:
  • Vbulletin ver 3.6.x or up ( didn't test it with 3.5.x please let me know if it works with you )
Introduction:
  • What does it do ?
    • well it's a simple java irc integration for vbulletin .. it uses pjirc ( http://www.pjirc.com ) as the java applet. the script let you do the configuration from the admin cp
  • Main Features:
    • A java irc applet addon for your site.
    • Allow/disallow group from using the vbjirc.
    • Settings are done from the admin area
    • Uses the forum user names when entering the IRC channel
    • Uses PJIRC java applet to connect to the irc.
  • Time required to install
    • 1 - 2 min max
UPDATES:
  • 1.0.0: initial release.
Known Issues:
  • None till now
Thanks to Distance for bugging me to release it

Show Your Support

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

Comments
  #102  
Old 11-01-2007, 07:37 AM
FreshPrince FreshPrince is offline
 
Join Date: Oct 2006
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey guys, I really don't know much about Jirc, however I did the installation correctly. Do I need some special software from Jirc as well?

I keep getting this error:

Quote:
04:35] Connecting...
[04:35] Unable to connect : java.net.UnknownHostException : irc.server.net
Any advice?

Here's the link to the chatroom:

http://www.politicsforumpoliticalwor...irc/vbjirc.php
Reply With Quote
  #103  
Old 11-01-2007, 11:33 PM
FreshPrince FreshPrince is offline
 
Join Date: Oct 2006
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone?
Reply With Quote
  #104  
Old 11-02-2007, 12:12 AM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FreshPrince View Post
Hey guys, I really don't know much about Jirc, however I did the installation correctly. Do I need some special software from Jirc as well?

I keep getting this error:



Any advice?

Here's the link to the chatroom:

http://www.politicsforumpoliticalwor...irc/vbjirc.php
Did you configure it to connect to an irc server and channel?
Many people this that this MOD/Addon is an all in one chat module, when it fact it is nothing more than an iRC chatroom *client. In other words, you need an running iRC server and channel in order to use this.

In case you knew all this, I threw a ping at irc.server.net and it came back invalid. AKA no good. So either you didn't fully configure your the plugin or... you do not have a working irc server address to point pjirc too.

Hope this helps.

PS. if you are looking for an all in one chatroom/ forum integration. I would suggest looking at the flashchat MOD. It will do everything in one package(easier to install too).
Reply With Quote
  #105  
Old 11-02-2007, 12:32 AM
FreshPrince FreshPrince is offline
 
Join Date: Oct 2006
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, I think you are right. I don't comprehend all that you've said, but it seems that perhaps my host does not have the software to support this. I will try flashchat Mod. Thank you for the advice and help.
Reply With Quote
  #106  
Old 01-29-2008, 11:42 PM
Stubbed's Avatar
Stubbed Stubbed is offline
 
Join Date: Dec 2007
Location: New Zealand
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works in 3.7, theme is a bit munted however!
Reply With Quote
  #107  
Old 02-10-2008, 07:46 PM
piraterevival piraterevival is offline
 
Join Date: Jan 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone help with the permissions please?

I get the "You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:" message when I click the link

Any help appreciated

Cheers
Reply With Quote
  #108  
Old 02-22-2008, 04:13 AM
Mkvenner Mkvenner is offline
 
Join Date: Mar 2005
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

pirate: For whatever reason, the install script defaults all groups to "cannot use chat," you've gotta manually enable it for every group.


Okay, so over on my forum we decided to start using this (been using PJIRC for a while, but it was always separate). Well, okay, so the guy who pays the bills decided, and left it to me to make it work.

It works fine with everything, given a couple of changes. To get your site style to appear around it (loading the CSS, and such) without copying all your template folders (jebus, what a terrible idea...), all you need to do is move the main php file, "vbjirc.php" into your forum root index.

Once you do that, it'll stop working. To make it work again, edit the "vbjirc_java" template for your root style (or all styles if you don't do that), and change this:

Code:
<applet code="IRCApplet.class" archive="irc.jar,pixx.jar" height="$vbjirc[height]" width="$vbjirc[width]">
To this:

Code:
<applet codeBase="vbjirc/" code="IRCApplet.class" archive="irc.jar,pixx.jar" height="$vbjirc[height]" width="$vbjirc[width]">
Just the "codeBase" attribute is added, nothing else. It'll magically work, and you'll have your styles without copying them.
Reply With Quote
  #109  
Old 03-07-2008, 04:40 AM
Kalam Kalam is offline
 
Join Date: Jul 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've installed this nice plugin, and after heavy modification have fixed most of the common errors and everything appears to be running perfectly, except for one small problem.

When a registered user attempts to use it and their name ends in a letter or a number the client works fine and they can connect to the irc server, but if their name ends in something other than a number or a letter, such as a [ _ or . they will get a nick join error. Since they never actually fully connect to the server, they cannot change their nick.



As you can see, logged in as Hunter_, I have a _ at the end of my name, and recieve that error. If I use something such as mIRC, having special characters at the end of my name works, so it must be something with JIRC.

Does anyone know what causes this and a way to fix it?
Reply With Quote
  #110  
Old 03-09-2008, 08:48 PM
T.S. T.S. is offline
 
Join Date: Apr 2006
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod. Installed and running perfectly in a couple minutes with no modifications needed except configuring the options, giving the usergroups permission, and adding the link to the navbar.

If you have no idea what IRC is or how it is used, you should probably look for a different chat system for vBulletin.
Reply With Quote
  #111  
Old 03-11-2008, 02:45 AM
Shawn Yue Shawn Yue is offline
 
Join Date: Jan 2008
Location: Hong Kong
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cannot Connect Please Help

[11:41] Connecting...
[11:41] Unable to connect : java.net.UnknownHostException : irc.server.net
[11:42] join : insufficient parameters
[11:42] Connecting...
[11:42] Unable to connect : java.net.UnknownHostException : irc.server.net
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 07:45 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04924 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (2)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_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