vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Chat Modifications - IRC Chat (https://vborg.vbsupport.ru/showthread.php?t=180881)

Benumbed 05-28-2008 10:00 PM

IRC Chat
 
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

redlabour 05-29-2008 01:20 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=1796513" target="_blank">EzIRC 3.7.0</a>

Benumbed 05-29-2008 01:31 PM

Yes, but that one didnt have the options i wanted, so I made this one.

Shane 05-29-2008 01:44 PM

You know, I was making one with the exact java app. Heck. I am using yours. :) Good Job!

Shane 05-29-2008 01:57 PM

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.

KURTZ 05-29-2008 02:04 PM

Quote:

Originally Posted by Benumbed (Post 1535113)
Yes, but that one didnt have the options i wanted, so I made this one.

so what are the differences? :confused:

Benumbed 05-29-2008 02:09 PM

Usergroup permissions, rules, uses misc.php instead of another unneeded file (imo), and correctly puts on NavBar.

Benumbed 05-29-2008 02:23 PM

Quote:

Originally Posted by Shane (Post 1535135)
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.

KURTZ 05-29-2008 02:40 PM

Quote:

Originally Posted by Benumbed (Post 1535152)
Usergroup permissions, rules, uses misc.php instead of another unneeded file (imo), and correctly puts on NavBar.

okay thx :)

toonysnn 05-29-2008 10:04 PM

Quote:

Originally Posted by Benumbed (Post 1535152)
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.


All times are GMT. The time now is 01:39 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.01236 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete