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
  #142  
Old 12-05-2008, 02:57 PM
absy absy is offline
 
Join Date: Dec 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can it be changed so that all characters are allowed ?
Reply With Quote
  #143  
Old 02-16-2009, 02:14 AM
cortinator cortinator is offline
 
Join Date: Oct 2007
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by absy View Post
how can it be changed so that all characters are allowed ?
You can't, really. I'm trying to figure out how to substitute an illegal character for a legal character. Like if someone's name is The Big Dog, remove the space and place an underscore so that it's The_Big_Dog. Anyone know how to do this?
Reply With Quote
  #144  
Old 08-12-2009, 11:14 AM
mrspring mrspring is offline
 
Join Date: Apr 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks MKvenner, ur post https://vborg.vbsupport.ru/showpost....&postcount=107 fixed my issues on this with my custom skin - now it works fine!!!
Reply With Quote
  #145  
Old 08-20-2009, 12:16 AM
starli starli is offline
 
Join Date: Jan 2009
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How i can inclue it on a other vBulletin Page?
Reply With Quote
  #146  
Old 08-26-2009, 09:12 PM
shortbus1662 shortbus1662 is offline
 
Join Date: Oct 2004
Location: Enid, OK
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works on 3.8.2. However, I am still seeking a way to create a "Who's chatting block" without putting to much stress on the server?

ideas?
Reply With Quote
  #147  
Old 09-22-2009, 09:29 PM
Stubbed's Avatar
Stubbed Stubbed is offline
 
Join Date: Dec 2007
Location: New Zealand
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^-- Generally the only way you would do this reliably is with some sort of irc bot (eggdrop/emech) in the channel that you have people join. I'm sure you could do it with the built in vBulletin "What is the current user doing" field but I doubt this would work, as generally people open a new window and then continue browsing the forum.

I run a heavily modified version of this mod, and one thing that others might find handy for connecting to certain IRC networks is removing all of the special characters out of peoples nicks.

It's easily done, just edit the pbjirc.php file, and find the "//get username" line, just below that, replace the existing "$vbjirc['username'] = " with this:

Code:
$vbjirc['username'] = substr(ereg_replace("[^+A-Za-z0-9]", "", $vbulletin->userinfo['username']), 0, 15);
That will remove anything that's not alphanumeric (Including spaces), and truncate the length of the username to 15 characters. Change the last 15 to what ever you want (If not 15, generally 9).
Reply With Quote
  #148  
Old 09-27-2009, 07:38 PM
sKippah sKippah is offline
 
Join Date: Oct 2008
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there any update for 3.8.x - Or does any have an similiar mod for irc?
Reply With Quote
  #149  
Old 01-11-2010, 02:15 PM
absy absy is offline
 
Join Date: Dec 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this work with version 4 please?
Reply With Quote
  #150  
Old 01-31-2010, 04:48 PM
DeviantFlash DeviantFlash is offline
 
Join Date: Mar 2009
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sKippah View Post
is there any update for 3.8.x - Or does any have an similiar mod for irc?
I am interested in this as well.

ANY mods for IRC would be appreciated.
Reply With Quote
  #151  
Old 02-11-2010, 05:04 PM
MGP_Tech MGP_Tech is offline
 
Join Date: Sep 2009
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just curious, is there any way to modify this so that other chat channels can be opened with just a click of a link or button? We use multiple rooms for our roleplaying website and it would be very handy to have.
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 01:17 AM.


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.05754 seconds
  • Memory Usage 2,304KB
  • 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
  • (1)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
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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