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

Reply
 
Thread Tools
MGC Chatbox Evo Details »»
MGC Chatbox Evo
Version: 3.4.0, by VBDev VBDev is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: Chat Modifications - Version: 4.2.x Rating:
Released: 01-27-2008 Last Update: 09-01-2013 Installs: 2476
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations  
No support by the author.



This mod is automatically compatible with vB3.6.x, vB3.7.x, vB3.8.x and vB4.x.x


Overview

MGC Chatbox Evo is the most ever installed chatbox for vBulletin !


It offers a new enhanced online experience to your members leading to increased time spent online of more than 25% by providing them with a new, more interactive, way to interact with each other.
  • Important number of features
  • High level of configurability to fit each users needs
  • Channels system
  • Many commands
  • Bot system
  • and more...
... makes MGC Chatbox Evo a must have for your forum !

Detailed features

Following is a non-exhaustive list:
  • Simple install
  • Ajax based with:
    • Fast and Intelligent chats retrieval through javascript calls to server files (refresh delay configurable per usergroup)
    • Edit/update by double-clicking on a chat
    • Interact on chats through menus and javascript
  • Many usergroup permissions to limit features according to usergroups
  • Full configuration of the chatbox display:
    Size, position on forum pages, editor layout (either top/bottom input or left/right textarea) and position, number of chats displayed, ...
  • Full configuration of the chats display:
    Authorized bbcodes selection, date/time options, avatar display, ...
  • Possibility to create channels (unlimited number) with multiple configuration options:
    • Warn user of new message when not active through blinking image and eventually sound notification
    • Possibility to select on which specific page each is displayed
    • Option to display the channel only for selected languages
    • Usergroup/User permissions to access the channel
  • Many commands available with usergroup/user permissions to access them:
    • /me: well known IRC command
    • /del: remove shouts (different possibilities of removal)
    • /ignore: ignore shouts from another user
    • /ban: ban user from chatbox
    • /pm: send a private chat to another user
    • /announcement: modify the announcement on top of the chatbox
    • /slap: allow user to slap another user
    • /team: chats sending between specified usergroups
    • /l33t: I33t-ify a message
    • /banchan: ban user from specific channel [PRO only]
  • Forum activity notifications system in the chatbox:
    • Different display options:
      • In the chatbox melted with chats
      • In the chatbox in a separate column
      • In the vB4 sidebar or a custom sidebar for vB3
    • Multiple notifications:
      • New thread creation
      • New post creation
      • Post thanked (Abe's)
      • New registrations (not included - separate product)
      • IBProarcade highscore (not included - separate product)
  • Bot system with set of predefined trigger chat and corresponding answers and automatic bot chats [PRO only]
  • Archive system with statistics as well as download and search capabilities
  • Possibility to display the list of users online in the chatbox
  • Force anynomous to enter a username before chatting if they can access the chatbox
  • Antiflood system
  • Private chats feature through PM in tabs
  • Optional sound notifications
  • Inactive mode feature for server load optimization
  • User statistics display in posts and profile
  • Chatbox statistics display on forumhome
  • Create thread from a chat [PRO only]
  • CMS Integration (not included - separate product)
    • vBAdvanced CMPS
    • vBulletin 4 CMS
  • Importers from other chatbox systems:
Install

Refer to the readme for the chatbox install.

Demo

Live demo on MGC Products forum

Languages
  1. French
  2. English
  3. German [Not yet updated]
  4. Serbian [Not yet updated]
Support

On my website mostly and in this thread


Int?gration

Integration in IBProarcade is described in the readme.
vBAdvanced CMPS and vBulletin 4 CMS integration are available as additional modules.


Compatibility

This hack is compatible with vB3.6.x, vB3.7.x
, vB3.8.x and vB4.x.x

Changelog

First part:

https://vborg.vbsupport.ru/showpost....&postcount=221

Second part:
https://vborg.vbsupport.ru/showpost....postcount=5429

Third part:

https://vborg.vbsupport.ru/showpost....postcount=8469

How to set the channel images


Thanks to princeedwards for this little how to : click here

PRO version and additional addons available on my website

This mod is automatically compatible with vB3.6.x, vB3.7.x, vB3.8.x and vB4.x.x

Download Now

File Type: zip [FREE]MGC_Chatbox_Evo_3.4.0.zip (1.70 MB, 3001 views)

Show Your Support

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

Comments
  #3202  
Old 12-08-2008, 09:39 PM
Jazzinto Jazzinto is offline
 
Join Date: Mar 2007
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One mysql error in the Mgc Chat evo:

Database error in vBulletin 3.7.3:

Invalid SQL:

SELECT COUNT(chatid) AS nbchats
FROM vbmgc_cb_evo_chat AS c
LEFT JOIN vbuser AS fromu ON (c.fromuid=fromu.userid)
LEFT JOIN vbuser AS tou ON (c.touid=tou.userid)
LEFT JOIN vbmgc_cb_evo_command AS co ON (c.primcid=co.cid)

WHERE primcid='0'
ORDER BY c.dateline DESC;

MySQL Error : Can't find file: 'vbmgc_cb_evo_chat.MYI' (errno: 2)
Error Number : 1017
Request Date : Tuesday, December 9th 2008 @ 12:29:05 AM
Error Date : Tuesday, December 9th 2008 @ 12:29:05 AM
Script : /mgc_cb_evo.php?do=view_archives&page=1
Referrer : showthread.php?p=115597#post115597
IP Address : ******
Username : *****
Classname : *****
MySQL Version : 4.1.20-log

Anybody can help me?, thanks and sorry for my English.
Reply With Quote
  #3203  
Old 12-09-2008, 07:58 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This error is strange.

Are you sure the chatbox is installed ?
Reply With Quote
  #3204  
Old 12-09-2008, 10:29 AM
Jazzinto Jazzinto is offline
 
Join Date: Mar 2007
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post
This error is strange.

Are you sure the chatbox is installed ?
Ok, The error is in a Table of Database, I reinstalled that Table and All Ok.

Thanks.
Reply With Quote
  #3205  
Old 12-09-2008, 02:21 PM
jerx jerx is offline
 
Join Date: Feb 2006
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Improvement suggestion:

smilie pop up: give it the same look as default smilie pop up.
Meaning add the phrase "Click a smilie to insert it into your message." below page title and organize smilies in categories.

Right now you are unable to determine which category they belong to and you are not able to change smilie display order by changing the display order of the smilie categories.
Reply With Quote
  #3206  
Old 12-10-2008, 02:47 AM
nath89 nath89 is offline
 
Join Date: Dec 2008
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im installing MGC Chatbox Evo into 3.7.4

in my styles directory do i just enter the folder titled 'images'?

do you know anything about the following instruction

2/ Upload the content of the "Images" directory in each of your forum styles directories

does this mean everything in the 'images' file?

MGC Chatbox Evo>images>misc>?????
Reply With Quote
  #3207  
Old 12-10-2008, 03:00 AM
Ranger187 Ranger187 is offline
 
Join Date: Nov 2003
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Greenskull View Post
got it, sent you a pm
Green, sorry about the delay. My daughter and I had a pretty bad cold. I just took a few days off and didn't check anything on the computer.

Quote:
Originally Posted by nath89 View Post
im installing MGC Chatbox Evo into 3.7.4


in my styles directory do i just enter the folder titled 'images'?

do you know anything about the following instruction

2/ Upload the content of the "Images" directory in each of your forum styles directories

does this mean everything in the 'images' file?

MGC Chatbox Evo>images>misc>?????
You goto your /misc folder for all styles, copy the mgc dir into that. Say your site is www.turd.com (and that's where forums load) and locally on the server say it's d:\user\jewboy\turd.com

You'd goto d:\user\jewboy\turd.com\images\misc and in the zip, you'd goto the /images/misc and drop from there. Meaning, grab the mgc_cb_evo folder and subs and drag it to ur d:\user\jewboy\turd.com\images\misc , and doing so for any other styles...
Reply With Quote
  #3208  
Old 12-10-2008, 05:15 AM
SnapOff Racing SnapOff Racing is offline
 
Join Date: Apr 2006
Posts: 336
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ranger187 View Post
Green, sorry about the delay. My daughter and I had a pretty bad cold. I just took a few days off and didn't check anything on the computer.



You goto your /misc folder for all styles, copy the mgc dir into that. Say your site is www.turd.com (and that's where forums load) and locally on the server say it's d:\user\jewboy\turd.com

You'd goto d:\user\jewboy\turd.com\images\misc and in the zip, you'd goto the /images/misc and drop from there. Meaning, grab the mgc_cb_evo folder and subs and drag it to ur d:\user\jewboy\turd.com\images\misc , and doing so for any other styles...
Turd.com hell yeah man that's my favorite site. LMAO
Reply With Quote
  #3209  
Old 12-10-2008, 05:46 AM
Ranger187 Ranger187 is offline
 
Join Date: Nov 2003
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Haahaha!
Reply With Quote
  #3210  
Old 12-10-2008, 02:37 PM
Angel-Wings's Avatar
Angel-Wings Angel-Wings is offline
 
Join Date: Sep 2007
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ranger187 View Post
What I do, and what others do is an assumption. Does everyone use smilies in this chat? No, Does everyone use the PM function? No. But having it as an option is not a drawback in any form. Why? I see things differently. 1 being say a full backup of a database is 100+ megs. You tell me you've never had a large dB timeout exporting, importing etc. Would you rather export / import a 1 meg file, or 100 meg file? Whether the people do their admin functions is not my concern. Having a useful function is. This to me is. Let me know when you use shared hosting, and you have to have THEM do the import because you can't due to limitations etc. There is a reason for this.
For sure your points are all valid - just - if someone wants to backup, AdminCP -> Database Backup and then just selecting the Chatbox tables.
I just want to say it's maybe not required to invent the wheel a second time if already everything's there.
If you backup only the Chatbox tables, the resulting backup won't be that large - just - people would manually need to do it.

This should be exactly what you want, isn't it ?

In case of a complete data loss, backup would be that installing the Chatbox again, getting the tables created and then re-import the Chatbox Tables Backups - everything without a complete DB import.

Oh - and - I really never had a large timeout I'm personally using a Master -> Slave replication on a very small backup server and from there again to my local home network.

Back to topic - like said - Backups of the Chatbox can already be done without doing a complete backup of the board DB via AdminCP, adding such a feature would maybe result in a more complex script and we all know - the more complex something is, the more hard it is to have it clean of any hidden bugs.

But - if the developer wants to add such a function, no problem as well
Reply With Quote
  #3211  
Old 12-10-2008, 02:41 PM
Angel-Wings's Avatar
Angel-Wings Angel-Wings is offline
 
Join Date: Sep 2007
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jazzinto View Post
MySQL Error : Can't find file: 'vbmgc_cb_evo_chat.MYI' (errno: 2)
Are you sure your Database is ok and that the install process went fine ?

Looks like this table is completely missing or gone. If it exists, maybe do a "Repair" run
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:06 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.07822 seconds
  • Memory Usage 2,372KB
  • 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
  • (6)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
  • (7)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (16)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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