Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
LightIRC Chatbox Details »»
LightIRC Chatbox
Version: 1.1, by TheInsaneManiac TheInsaneManiac is offline
Developer Last Online: Feb 2022 Show Printable Version Email this Page

Category: Chat Modifications - Version: 4.x.x Rating:
Released: 02-13-2011 Last Update: 09-08-2013 Installs: 43
Uses Plugins Auto-Templates
Additional Files  
No support by the author.



DEMO - Keep in mind the demo uses pro.

Rewritten for vBulletin 4.0 - 3.8 HERE

I am taking suggestions!!!

Premium
To purchase and view more information on our premium no-branding version of PJIRC Chatbox, please visit my
Products & Services

The premium version has the following features, and includes free updates:
Copyright removed
Auto Set Name Based On Forum Username
vBulletin Password to Access IRC
Custom Background Image
Custom Quit Message
Usergroup Permissions


To Do:
  • Add AdminCP setting to ban UserIDs
  • [S]Add AdminCP setting to change the looks of the chatbox[/S]
  • Add a toolbar to popup the chat in a new window

Installation:
1.) Upload the contents of the upload folder to your forum's root.

2.) Import the product-lightircchatbox.xml.

3.) Enter the settings via the AdminCP. If you need an IRC server try irc.ipocalypse.net

4.) Navigate to chatbox.php via your forums.


Optional
If you do not want to use the navigational link insertion, you can add this code to your navbar template.
Code:
<td class="vbmenu_control"><a href="chatbox.php">Chatbox</a></td>

If you want to only allow certain groups use this code:
Code:
<vb:if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"><td class="vbmenu_control"><a href="chatbox.php">Chatbox</a></td></vb:if>

If you want to only deny certain groups then use this one:
Code:
<vb:if condition="!is_member_of($vbulletin->userinfo, 1, 2, 3)"><td class="vbmenu_control"><a href="chatbox.php">Chatbox</a></td></vb:if>

Installation:
1.) Upload the contents of the upload folder to your forum's root.

2.) Import the product-pjircchatbox.xml.

3.) Enter the settings via the AdminCP. If you need an IRC server try mibbit.com

4.) Navigate to chatbox.php via your forums.

5.) Mark Installed. =]


Uninstall:
Uninstall the product and delete all files.


Changelog:
1.1
Fixed black.css issue.

LightIRC 1.0
LightIRC 1.0 released to address a security issue as PJIRC is not supported and LightIRC is.

1.3
Minor bug fixes

1.2
Designs are now available
Recomended server change
Java detections
Security updates
Demo added back to thread

1.1
Fixed an issue with caching templates.
I ported the pro feature "members can use their own names" to the free version.

1.0
Release

Download Now

File Type: zip PJIRC Chat.zip (522.6 KB, 419 views)
File Type: zip LightIRC Chat.zip (2.61 MB, 97 views)

Screenshots

File Type: jpg AdminCP.jpg (118.3 KB, 0 views)
File Type: jpg Chat.jpg (62.8 KB, 0 views)
File Type: jpg Help.jpg (66.7 KB, 0 views)
File Type: jpg Design.jpg (44.1 KB, 0 views)
File Type: jpg LightIRC.jpg (33.6 KB, 0 views)

Show Your Support

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

Comments
  #22  
Old 03-14-2011, 10:31 PM
Acoly Acoly is offline
 
Join Date: Jul 2008
Location: Illinois
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My only suggestion is not forcing me to register on your site to view the Premium Content! I know the object is to get viewers, but I want to see a price before I decide....that and a working update for 4.1 as I'm receiving the same parse error as everyone else.

Waiting patiently for the update
Reply With Quote
  #23  
Old 03-15-2011, 01:15 AM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Acoly View Post
My only suggestion is not forcing me to register on your site to view the Premium Content! I know the object is to get viewers, but I want to see a price before I decide....that and a working update for 4.1 as I'm receiving the same parse error as everyone else.

Waiting patiently for the update
I'm not doing it to get views for my website. I actually didn't even know you had to register to view the content. My mistake on that one. The only reason I have a product page is because VBulletin is making me.

The price is $10 for lifetime updates. I am limiting this to 20 sales and I already sold 14 premiums. After that major updates will be $5.

If anyone else has questions about the premium version, please PM me, as I do not want VBulletin staff thinking I am trying to advertise the premium version.
Reply With Quote
  #24  
Old 03-15-2011, 09:05 AM
Acoly Acoly is offline
 
Join Date: Jul 2008
Location: Illinois
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The usergroup blocking would only apply to the actual vB page, yes? Outside of that they would still be able to access the channel via regular means?
Reply With Quote
  #25  
Old 03-15-2011, 05:10 PM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Acoly View Post
The usergroup blocking would only apply to the actual vB page, yes? Outside of that they would still be able to access the channel via regular means?
Correct, but it is possible to hide the channel name.
Reply With Quote
  #26  
Old 03-17-2011, 11:15 PM
Acoly Acoly is offline
 
Join Date: Jul 2008
Location: Illinois
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheInsaneManiac View Post
Correct, but it is possible to hide the channel name.
Ah, true. Been awhile since I've used IRC in any fashion.

Looking forward to the update though, on my forums the chat system is over-utilized and it has caused some serious load issues and bandwidth problems.

Once I test the free version, and if all works great, for sure going with the premium.
Reply With Quote
  #27  
Old 03-18-2011, 12:03 AM
Shootsteel Shootsteel is offline
 
Join Date: Apr 2010
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheInsaneManiac View Post
I thought it would email me when someone replied to this thread, but I have yet to receive one, even though I am subscribed. My apologies.

As far as the error, it has been fixed in the premium version, I am working on the free version as we speak. A few features will be brought to the free version as well.

Other than that, if anyone has any suggestions, free or premium. Let me know.
Thank you for responding, and thanks for the update on the problem. I wait patiently for the free version to test out as I hate Ez-IRC [mostly due to it using it mibbit as a connection medium].
Reply With Quote
  #28  
Old 03-19-2011, 04:05 AM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shootsteel View Post
Thank you for responding, and thanks for the update on the problem. I wait patiently for the free version to test out as I hate Ez-IRC [mostly due to it using it mibbit as a connection medium].
All is fixed! I will be adding a popout option to the full version. It will be added within the hour.
Reply With Quote
  #29  
Old 03-19-2011, 02:52 PM
Acoly Acoly is offline
 
Join Date: Jul 2008
Location: Illinois
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is still giving the same error:

http://www.the-acolytes.net/downloads/error_pjirc.jpg
Reply With Quote
  #30  
Old 03-19-2011, 06:53 PM
sectomy sectomy is offline
 
Join Date: Oct 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and ive purchased the premium version yesterday, and fter 2 emails and PNs no answer....where i can find it...maybe im too dumb....
dont know....
Reply With Quote
  #31  
Old 03-20-2011, 02:05 AM
SuperTaz's Avatar
SuperTaz SuperTaz is offline
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 744
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works fine now on 4.1.2. Thanks.
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 02:44 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.04655 seconds
  • Memory Usage 2,340KB
  • 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
  • (3)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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
  • (7)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete