Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
IRC Chat Details »»
IRC Chat
Version: 1.00, by Benumbed Benumbed is offline
Developer Last Online: Dec 2009 Show Printable Version Email this Page

Category: Chat Modifications - Version: 3.7.0 Rating:
Released: 05-28-2008 Last Update: 06-02-2008 Installs: 56
Uses Plugins
Re-useable Code  
No support by the author.

IRC Chat is a very simple addon that is a cinch to install.

Install Instructions:
  1. Unzip and Upload "irc" folder to your forums root folder.
  2. Install IRC Chat Product
  3. Setup its options in vBulletin Options inside your AdminCP.
Known Bugs:
  • None
Version History:
1.0.0 (Initial Release)
  • Enable/Disable IRC Chat
  • Enable/Disable IRC Rules
  • Enable/Disable NavBar Link
  • Enable/Disable Hosted Link
  • Input Server Info (Server, Port, Channel)
  • Usergroup Permissions
  • Add Your Own Custom Rules
  • Custom Commands on Connect
  • Custom Quit Message

Show Your Support

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

Comments
  #2  
Old 05-29-2008, 01:20 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showthread.php?t=1796513" target="_blank">EzIRC 3.7.0</a>
Reply With Quote
  #3  
Old 05-29-2008, 01:31 PM
Benumbed Benumbed is offline
 
Join Date: Oct 2004
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, but that one didnt have the options i wanted, so I made this one.
Reply With Quote
  #4  
Old 05-29-2008, 01:44 PM
Shane's Avatar
Shane Shane is offline
 
Join Date: Nov 2001
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You know, I was making one with the exact java app. Heck. I am using yours. Good Job!
Reply With Quote
  #5  
Old 05-29-2008, 01:57 PM
Shane's Avatar
Shane Shane is offline
 
Join Date: Nov 2001
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A few errors. In your template, change

PHP Code:
<applet codebase="$vbulletin->options['bburl']/irc/" code="IRCApplet.class" archive="irc.jar,pixx.jar" width=640 height=400
to
PHP Code:
<applet codebase="irc/" code="IRCApplet.class" archive="irc.jar,pixx.jar" width=640 height=400
Also in the version I was coding, I added a new permission "group" to the Usergroup manager so you didn't have to put the usergroup numbers allowed. I will send you my code for that and I made another file irc.php so it didn't have to conflict with misc.php.

The template also needs to be formated correctly also.
Reply With Quote
  #6  
Old 05-29-2008, 02:04 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Benumbed View Post
Yes, but that one didnt have the options i wanted, so I made this one.
so what are the differences?
Reply With Quote
  #7  
Old 05-29-2008, 02:09 PM
Benumbed Benumbed is offline
 
Join Date: Oct 2004
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Usergroup permissions, rules, uses misc.php instead of another unneeded file (imo), and correctly puts on NavBar.
Reply With Quote
  #8  
Old 05-29-2008, 02:23 PM
Benumbed Benumbed is offline
 
Join Date: Oct 2004
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shane View Post
A few errors. In your template, change

PHP Code:
<applet codebase="$vbulletin->options['bburl']/irc/" code="IRCApplet.class" archive="irc.jar,pixx.jar" width=640 height=400
to
PHP Code:
<applet codebase="irc/" code="IRCApplet.class" archive="irc.jar,pixx.jar" width=640 height=400
Also in the version I was coding, I added a new permission "group" to the Usergroup manager so you didn't have to put the usergroup numbers allowed. I will send you my code for that and I made another file irc.php so it didn't have to conflict with misc.php.

The template also needs to be formated correctly also.
Yeah, I do need to clean up the template. I cant remember why I didnt just use "irc/", but think it was something with errors when have a CMS etc.
Reply With Quote
  #9  
Old 05-29-2008, 02:40 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Benumbed View Post
Usergroup permissions, rules, uses misc.php instead of another unneeded file (imo), and correctly puts on NavBar.
okay thx
Reply With Quote
  #10  
Old 05-29-2008, 10:04 PM
toonysnn toonysnn is offline
 
Join Date: Sep 2006
Location: Texas
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Benumbed View Post
Usergroup permissions, rules, uses misc.php instead of another unneeded file (imo), and correctly puts on NavBar.
How weird, we think alike it seems. Except for the fact of using misc.php.
I would not use misc.php for few reasons, one being a fact that I've seen exploits for misc.php (older, but doesn't mean they cannot reappear) and would not want to contribute to it.

I was working on usergroup permissions but I couldn't figure it out. Right now I'm working on getting newer features in such as: per user options, admin definable connect options, etc. Also it should add it correctly on the navbar (from a default vBulletin installation or a skin that is not modifying/removing $template_hook[navbar_buttons_right]

Also: There is a rules addon already placed in it. It should work.
Reply With Quote
Reply

Thread Tools

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 08:39 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.04355 seconds
  • Memory Usage 2,303KB
  • Queries Executed 23 (?)
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
  • (4)bbcode_php
  • (4)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
  • (2)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_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