PDA

View Full Version : Chat Modifications - [FREE] MGC Chatbox PRO


TheAdminMarket
07-09-2015, 09:00 PM
Since 2006 I was serving community members with my Free Mods
But as this site will starts operating by the company,
I'm no willing to support them

** File Removed **


MGC Chatbox PRO
by MGS Products

Free Offer by Christos Teriakis


This is the PRO (Commercial) version of MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992) by VBDev (https://vborg.vbsupport.ru/member.php?u=47177)

As I've gave some of my vBulletin Mod to him to transfer them to xenForo, he gave me the rights of this Mod. I want to make clear that as I'm not familiar with chat scripts at all, the support that I can offer is limited to find and fix code bugs and not operation bugs. I hope that experiant members familiar with chat system can help other members in such issues.

I'm also including some AddOns for MGC Chatbox PRO

MGC Chatbox Evo - CMS addons
MGC Chatbox Evo - Notifications addons
Notifications
vBExperience integration

There are installation instructions inside the zip file.

madness85
07-10-2015, 03:44 PM
I had many pro mods from VBDev was just gutted when he stopped supporting his mods and it cost me a fair bit to replace them. Now i only have 2 the chatbox & ajax threads in sidebar, i really didn't want to replace them so i thank you for this its made my day :)

chriske
07-10-2015, 04:23 PM
That's nice of you and MGC. I am willing to donate some to those who help develop this mod further.

x iJailBreak x
07-10-2015, 07:23 PM
I'll be able to support users with any issues w/ operational bugs as I've had experience with two shoutbox systems. :)

TheAdminMarket
07-11-2015, 03:46 AM
I'll be able to support users with any issues w/ operational bugs as I've had experience with two shoutbox systems. :)

GREAT !! Thank you.

crower55
07-11-2015, 06:33 AM
wait i have the old one MGC 3.4.0
Should i uninstall it, and install this one or what?

TheAdminMarket
07-11-2015, 07:01 AM
wait i have the old one MGC 3.4.0
Should i uninstall it, and install this one or what?

Assuming that you've the commercial version, check if your files are encoded or not. This one it's not. I think that the best is to update your installation (upload files and import xml).

x iJailBreak x
07-11-2015, 05:35 PM
GREAT !! Thank you.

No problem! :)

CAG CheechDogg
07-13-2015, 07:20 AM
Does this work good on shared servers?

yoyoman
07-13-2015, 11:05 PM
Hi Nick,

After uninstalling the chatbox I got a major issue - I cannot modify usergroups anymore. Every time I get the following error:

Warning: mysqli_query() [function.mysqli-query]: (42S22/1054): Unknown column 'mgc_cb_evo_nbmsg_perday_show' in 'field list' in [path]/includes/class_core.php on line 1391

More details on this:

Database error in vBulletin 4.1.11:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Супермодераторы',
`description` = '',
`usertitle` = 'Супермодератор',
`opentag` = '<span style=\"color: #006633;\">',
`closetag` = '</span>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`mgc_cb_evo_permissions` = '0',
`mgc_cb_evo_refreshrate` = '5',
`mgc_cb_evo_nbmsg_show` = '0',
`mgc_cb_evo_nbmsg_perday_show` = '',
`mgc_cb_evo_nbthreads_perday_show` = '0',
`mgc_cb_evo_max_chats_perday` = '0',
`forumpermissions` = '33554431',
`genericpermissions` = '1575968495',
`attachlimit` = '0',
`pmquota` = '500',
`pmpermissions` = '7',
`pmsendmax` = '0',
`pmthrottlequantity` = '2',
`calendarpermissions` = '63',
`wolpermissions` = '1',
`adminpermissions` = '1',
`genericpermissions2` = '1',
`genericoptions` = '63',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '100',
`avatarmaxheight` = '100',
`avatarmaxsize` = '51200',
`signaturepermissions` = '499199',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '4',
`sigmaxvideos` = '1',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '191',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '262143',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '65534'
WHERE usergroupid=5;

MySQL Error : Unknown column 'mgc_cb_evo_nbmsg_perday_show' in 'field list'
Error Number : 1054
Request Date : Monday, July 13th 2015 @ 06:57:54 PM
Error Date : Monday, July 13th 2015 @ 06:57:54 PM

The way I removed MGC Chatbox Evo is by deleting the product from Vbulletin and also deleting the following files from the forum folder:
- mgc_cb_evo_ajax.php
- mgc_cb_evo.php
- and the entire mgc_cb_evo folder

Could you please assist me with this error?

Thank you,

Kirill

go2crete
07-17-2015, 05:48 AM
Γιασου Nic απο την Κρητη! We would like to change the number of days after which the chats are automatically removed, to hours. But editing the mgc_cb_evo_digest.php:
$date = TIMENOW - ($vbulletin->options['mgc_cb_evo_cron_nbdays'] * 86400); to * 10800 (corresponding to 3 hours) is not successful. How do I change this correctly?
LG Tom

TheAdminMarket
07-17-2015, 06:14 AM
Γιασου Nic απο την Κρητη! We would like to change the number of days after which the chats are automatically removed, to hours. But editing the mgc_cb_evo_digest.php:
$date = TIMENOW - ($vbulletin->options['mgc_cb_evo_cron_nbdays'] * 86400); to * 10800 (corresponding to 3 hours) is not successful. How do I change this correctly?
LG Tom

Your code modification seems to be ok. I need to check the file, maybe there is another calculation before or after.

Till that time try a "Greek Trick". In the settings where you set the days, change it to 0.15 (=> 3 hours). Maybe it will works.

go2crete
07-17-2015, 07:02 PM
Thank you! I will test it!
There is an other issue, concerning the login and the logout of any user. It should be common entering the chat, to inform the users in the chat about a new user entering the chat, as well as leaving the chat.
LG, Tom

Sven Voet
07-23-2015, 09:54 AM
For the Addons (VbaCmps) it needed the License File (.Lic) ... But its not included. Where can i get it

TheAdminMarket
07-23-2015, 12:58 PM
For the Addons (VbaCmps) it needed the License File (.Lic) ... But its not included. Where can i get it

I'll contact the author and I'll ask him. When he sent me the files he said that none file needs license key and also none file in encoded. As this is addon maybe he forgot to send me the correct (without license) file.

Sven Voet
07-23-2015, 01:00 PM
Ok, best Thanks for Help

Sven Voet
07-25-2015, 05:13 AM
Nick...
I´ve testet some around... And found this.
If you use the Encoded Files of the Chat and Addons, the System wants the lic File for the Addons.

But if you use all "Not Encoded" Files, all is fine. No Error Message.

Perhaps delete the Encoded Files in the Package??

TheAdminMarket
07-25-2015, 06:53 AM
Nick...
Perhaps delete the Encoded Files in the Package??

An idiot question now : "Where are the encoded files?" :D
It's true that the original author told me that the package contains encoded and unencoded files, but as many files I checked, all where unencoded (visible sourse code). I admit that I didn't spent lot of time to check all files.

Sven Voet
07-25-2015, 07:19 AM
I also didn?t know *lol*
First i Uploaded the Files from the "Encoded" Folder. And there i get the Error about the Licence File, when i aktivated the VBACMPS Addon.

When i Uploaded the Files from the "Not Encoded" Folder, the Error Messages are gone :)

TorrentMan
07-26-2015, 01:36 PM
Hello
Do this chat function for vb4 4.2.3?

chriske
07-27-2015, 12:21 AM
@ TorrentMan, Yes it does.

vinkenier
08-04-2015, 05:51 PM
Hello, I have the pro version but now it keeps saying 'loading'... How can I fix this?

Skyrider
08-06-2015, 02:53 PM
I installed & removed this, and by adding a new usergroup I received a SQL error:

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'

ozzy47
08-06-2015, 05:51 PM
Remove the files that came with the mod.

Skyrider
08-07-2015, 08:06 AM
Remove the files that came with the mod.
Ya, I figured as much that would be the problem. Thanks for the reminder! :)

Also, if you ever get to read this ozzy. Your website ozzmodz is down, ever since yesterday when I checked (could be more).. I tried PM'ing you, but you are not allowing any PM's.

Wir3tap
08-28-2015, 06:20 PM
Also getting Loading Bug.. How can we fix it?

KevinL
10-18-2015, 09:16 PM
Yeah this just says loading and when trying to chat it gives a token error. Any luck getting these fixed?

KevinL
10-18-2015, 09:19 PM
Yeah this just says loading and when trying to chat it gives a token error. Any luck getting these fixed?

Found the issue

Load DoJo javascript files from your server
If you deactivate this option, javascript files will be retrieved from Google servers.

Set that to Yes.

Elixar
11-16-2015, 04:36 AM
I'm struggling to create a new channel in that the image I selected for the channel won't work, and I'm putting in the right path.

Elixar
11-28-2015, 09:17 PM
Bump.

da_judge
12-10-2015, 07:28 PM
I'm struggling to create a new channel in that the image I selected for the channel won't work, and I'm putting in the right path.

Go to images/misc/mgc_cb_evo/channels or where ever your style /misc folder is..

the add 2 images

channel_sel.gif
and
channel_nosel.gif

Usually one darker than other.. its selected or not image ;)

example

say you create a room called vip... then you would have

vip_sel.gif
vip_nosel.gif

and in channel settings add vip_nosel for image settings (dont add extention... ie .gif at end)

hope that helps

Btw this is the best chat ever.. i have used pro version from start ;)

Elixar
12-26-2015, 03:08 AM
Do I put the file path, or just the name of the file?

admin_nosel_sel

Wmteknik
12-27-2015, 07:42 PM
Thank you :)

da_judge
12-28-2015, 08:04 PM
Do I put the file path, or just the name of the file?

admin_nosel_sel

thats all you put in admincp... but file its self needs full extention

admin_nosel_sel.gif

Elixar
12-29-2015, 04:26 AM
Though when I do so, the file becomes like this:

admin_nosel_sel.gif_nosel.gif

da_judge
01-04-2016, 08:16 PM
in admincp no .gif

but upload the .gif file in ftp :)

thetechgenius
01-14-2016, 11:07 PM
After I install it, I just get the loading gif going around and around, I cant send any shouts. I remember there was an issue like this before, but I forget how I fixed it.

nxtgen
01-15-2016, 02:45 PM
Is there something special that has to happen to get this to import?

Edit:
Nevermind, figured it out... Now to figure out a way to display active chat users.

da_judge
01-24-2016, 08:37 PM
After I install it, I just get the loading gif going around and around, I cant send any shouts. I remember there was an issue like this before, but I forget how I fixed it.

That sounds like js issue.. i never had it so cant really advise correctly

Elixar
01-28-2016, 06:36 PM
I tried setting up a bot chat, but didn't work. What's the process of doing it?

Elixar
01-28-2016, 06:41 PM
in admincp no .gif

but upload the .gif file in ftp :)

I also did that, and it didn't work.

da_judge
02-01-2016, 05:49 PM
Elixar are you sure you have correct file permissions mate..

Elixar
02-03-2016, 03:05 AM
Elixar are you sure you have correct file permissions mate..

What should they be?

Elixar
02-10-2016, 04:33 AM
Bump.

da_judge
02-27-2016, 08:48 PM
do u have custom skin / theme... ?

Nat47
03-06-2016, 03:31 PM
Problem solved, marked as installed.

Elixar
03-11-2016, 05:13 PM
do u have custom skin / theme... ?


No I don't.

soccerman2015
03-18-2016, 07:19 AM
Does someone know the answer?



forumhome page (below forums) little chat is workin ok and looks good.

http://s23.postimg.org/6p1zebsd7/chatetusivu.jpg




but in the full page chat room: chat is not workin good, and looking different.

http://s27.postimg.org/cqodfdsoz/chathuone.jpg

soccerman2015
03-19-2016, 08:44 AM
problem are chat the menus, i dont know why....


everything is good small chat (forumhome page)

154539



not good ( full page, chat room)

154540

da_judge
04-30-2016, 06:25 PM
its to do with css of your skin at a guess mate

Reaper1345
09-03-2016, 05:41 PM
Hello Guys,
I know a there again a scrollbar display towards getting
or what file I have to work to get that?

mahimapu
09-04-2016, 11:19 AM
Follow the following install instructions:

1. Upload the content of the Files folder in your forum root.
2. Upload the content of the Images in each of your forum styles directories.
3. Log into the admin control panel of your forum and import the product located in the Product folder.


Can anyone explain or give screenshots how to upload content of the image folder in styles directories......
and can't find the license file :(

thanks !

RichieBoy67
11-03-2016, 09:14 PM
I am seeing this:Testing

This is showing around the text in the chats..

Thanks

spielo1312
12-18-2016, 02:44 PM
hi, if i have some moderated posts and if i like approve this posts get follow massage.

Fatal error: Call to a member function authorize_user_newthread_newpost_notif() on a non-object in /home/...../public_html/forum/mgc_cb_evo/plugins/postdata_postsave.php on line 49

steven vaccaro
01-21-2017, 02:43 PM
Can you guys with this installed give me the url so I can test this out?

Thx1133
04-30-2017, 04:33 AM
The chatbox doesn't display anywhere I try to make it appear
Does anyone have a clue ?

bounty7565
05-19-2017, 10:56 PM
Does anyone have this working on 4.2.5?

CAG CheechDogg
05-20-2017, 01:03 AM
Does this work on 4.1.x?

Milance
05-28-2017, 04:08 AM
I have a problem in version 4.2.5
No chat function

treki
05-30-2017, 12:54 PM
MGC Chatbox Evo work not under vB 3.8.11 (and vB4.2.5). This versions supports php7. For this reason, classes were renamed.
After upgrade to this version of vB the chatbox display remains empty and no new messages can be entered.
Any ideas/solutions?

xpwmaster
05-31-2017, 02:01 AM
same problem here wont work on 4.2.5 . new messages cannot be entered or being viewed

treki
05-31-2017, 02:07 AM
See #60. Problem: vB3.8.11 and vB4.2.5 supports php7. For this reason, classes were renamed.
The new copyright holder is written.

All updaters have the same problem. I use provisionally the DBtech vBshout. https://vborg.vbsupport.ru/showthread.php?t=241651&page=47

xpwmaster
05-31-2017, 12:30 PM
maybe when TheAdminMarket will be online agian . he can post update for vb 4.2.5

nxtgen
06-06-2017, 12:54 PM
Yup.. dead for 4.2.5

Markco
06-14-2017, 01:06 AM
Same problem with vb 4.25 chat do not display :(