vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

hype901 08-14-2012 06:34 PM

Installed and it took down my site with this error:

Code:

Warning: include([path]/mgc_cb_evo/plugins/init_startup.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/init.php(336) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/init_startup.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/init.php(336) : eval()'d code on line 1

Warning: include([path]/mgc_cb_evo/plugins/fetch_userinfo_query.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1855) : eval()'d code on line 68

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/fetch_userinfo_query.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/functions.php(1855) : eval()'d code on line 68

Warning: include([path]/mgc_cb_evo/plugins/global_bootstrap_init_start.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(103) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/global_bootstrap_init_start.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/class_bootstrap.php(103) : eval()'d code on line 1

Warning: include([path]/mgc_cb_evo/plugins/global_start.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(29) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/global_start.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/global.php(29) : eval()'d code on line 1

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5615) in [path]/includes/functions.php on line 4513


hype901 08-14-2012 07:05 PM

Okay .. fixed it

So how do I enable the bot?

hype901 08-14-2012 07:28 PM

So how do I enable slash commands?

Ranger187 08-14-2012 08:56 PM

Quote:

Originally Posted by hype901 (Post 2356961)
So how do I enable slash commands?

IN the options. Add them to the usergroups you want.

grzywa92 08-15-2012 09:26 PM

what i can disable stats in forumhome , i uncheck in options , but i can se all time this statistics.

VBDev 08-16-2012 11:36 PM

Quote:

Originally Posted by sybakaos (Post 2355459)
The file mgc_cb_evo/plugins/fetch_userinfo_query.php contains an error

PHP Code:

<?
$hook_query_fields .= ",mgcugp.mgc_cb_evo_default_color,mgcugp.mgc_cb_evo_chanid";
$hook_query_joins  .= " LEFT JOIN " . TABLE_PREFIX . "usergroup AS mgcugp ON (user.usergroupid=mgcugp.usergroupid) ";
?>

You should add 'php' after the opening tag (<?php). It will fix a lot of issues users are having related to the permanent 'loading...' issues and is coding wise best practice.

Yeah this has already been reported to me and got fixed in the next release.

Cl?ment

WFB 08-19-2012 12:41 AM

For those with the loading issue, that this dev has never sorted, it is an easy fix.

Either enable short_open_tag in PHP (via php.ini), or, open up the file fetch_userinfo_query.php in mgc_cb_evo\plugins folder and on the first line replace <? with <?PHP and save it.

That will fix the main loading issue where no chats are displayed, only the loading message is displayed and or loading gif is spinning and chats are viewable in archives only.

WFB

Ranger187 08-20-2012 03:31 AM

Quote:

Originally Posted by WFB (Post 2358047)
For those with the loading issue, that this dev has never sorted, it is an easy fix.

Either enable short_open_tag in PHP (via php.ini), or, open up the file fetch_userinfo_query.php in mgc_cb_evo\plugins folder and on the first line replace <? with <?PHP and save it.

That will fix the main loading issue where no chats are displayed, only the loading message is displayed and or loading gif is spinning and chats are viewable in archives only.

WFB

Or it's mod security. And he HAS it fixed for the next release. Thanks.

WFB 08-22-2012 06:43 PM

Quote:

Originally Posted by Ranger187 (Post 2358345)
Or it's mod security. And he HAS it fixed for the next release. Thanks.

A quick note on main page would possibly save people a lot of hassle and not have them uninstalling left right and centre for past year or so. This has been an issue for a LONG time, next release is ok, but an issue that has been on and off for well over a year is not so good.

But THANKS for your input letting me know, and others, on page 548 that HE HAS it fixed for the next release, sterling job, I am sure he appreciates you doing that for him.

Ranger187 08-22-2012 08:59 PM

Quote:

Originally Posted by WFB (Post 2359100)
A quick note on main page would possibly save people a lot of hassle and not have them uninstalling left right and centre for past year or so. This has been an issue for a LONG time, next release is ok, but an issue that has been on and off for well over a year is not so good.

But THANKS for your input letting me know, and others, on page 548 that HE HAS it fixed for the next release, sterling job, I am sure he appreciates you doing that for him.

The loading issue wasn't because of the open tag, and the open tag issue was only from the past few releases. Save your snide comments for another site. Thanks.

mjfutures 08-26-2012 12:11 AM

Quote:

Originally Posted by WFB (Post 2358047)
For those with the loading issue, that this dev has never sorted, it is an easy fix.

Either enable short_open_tag in PHP (via php.ini), or, open up the file fetch_userinfo_query.php in mgc_cb_evo\plugins folder and on the first line replace <? with <?PHP and save it.

That will fix the main loading issue where no chats are displayed, only the loading message is displayed and or loading gif is spinning and chats are viewable in archives only.

WFB

I just installed this on a fresh vBulletin and noting loads....maybe your fix above is what I need. Where do I locate the PHP.ini to edit? Sorry if that is a silly question but I'm drawing a blank. Thanks.

mjfutures 08-26-2012 12:17 AM

I actually just neglected to go into usergroups and add chatbox....my bad.

mjfutures 08-26-2012 12:21 AM

I got chat box loaded but now images aren't loading, see my site pic
https://dl.dropbox.com/u/9249454/Scr...20.13%20PM.png

mjfutures 08-27-2012 05:20 AM

I got the chat working

Ranger187 08-27-2012 04:42 PM

Quote:

Originally Posted by mjfutures (Post 2360353)
I got the chat working

Excellent. Sounds like you just didn't copy the images into the right theme folder.

mjfutures 08-27-2012 06:42 PM

Quote:

Originally Posted by Ranger187 (Post 2360470)
Excellent. Sounds like you just didn't copy the images into the right theme folder.

I think I was just on the computer to long that day and overlooked the obvious.

I am unable to get this chatbox to show up on my homepage using vbadvanced...I followed all the tutorials but it will not show. if anyone wants to pop on as admin and help me out or give me some advice that would be great.

thanks

Ranger187 08-27-2012 06:56 PM

Mjfutures, I'm pretty sure this is why:

Quote:

CMS Integration (not included - separate product)
http://www.mgcproducts.com/icart.php...t&productid=13

mjfutures 08-27-2012 10:48 PM

Quote:

Originally Posted by Ranger187 (Post 2360501)
Mjfutures, I'm pretty sure this is why:



http://www.mgcproducts.com/icart.php...t&productid=13

Thank You!

Ranger187 08-28-2012 12:12 AM

Quote:

Originally Posted by mjfutures (Post 2360549)
Thank You!

Any time......

hype901 08-28-2012 01:39 AM

GoDaddy's 4G hosting causes a long enough dateline delay between the web server and the database server that it puts shouts out of order. Had to uninstall this mod and move to a web IRC solution instead.

doctorsexy 08-28-2012 10:34 AM

prob have been better to uninstall GoDaddy and keep the chatbox...:D:up:

youjoomla 08-28-2012 03:14 PM

very nice hack but php shortcode? seriously I spent 1h reading forums and settings , so for anyone who is stuck on loading... screen , check your server and enable php short open tag

or change :


Code:

<?
to

Code:

<?php
in


mgc_cb_evo/plugins/fetch_userinfo_query.php

Ranger187 08-28-2012 09:04 PM

Quote:

Originally Posted by hype901 (Post 2360584)
GoDaddy's 4G hosting causes a long enough dateline delay between the web server and the database server that it puts shouts out of order. Had to uninstall this mod and move to a web IRC solution instead.

This isn't a chat issue. It's a VPS hosting issue.

http://www.hostgator.com FTW

Cheap and reliable.

stardotstar 09-02-2012 04:09 AM

When posts are reported we have a forum in which the report is posted to allow staff to see.

How does the chat notify that a report is made? I see that the reports go to the chat options in the admincp but that is not often viewed.

Hope this hasn't been asked a million times but with 550 pages in this thread I hope someone can quickly provide an answer - thanks in advance;
W

VBDev 09-05-2012 07:58 PM

Only in acp, but it will notify in the notification system in the next release that should be out by end of month.

Clément

Ranger187 09-08-2012 12:08 AM

FYI, VBDev is on vacation until the 18th. So support will be limited during that time.

pandaplush 09-17-2012 05:30 AM

Quote:

Originally Posted by WFB (Post 2358047)
For those with the loading issue, that this dev has never sorted, it is an easy fix.

Either enable short_open_tag in PHP (via php.ini), or, open up the file fetch_userinfo_query.php in mgc_cb_evo\plugins folder and on the first line replace <? with <?PHP and save it.

That will fix the main loading issue where no chats are displayed, only the loading message is displayed and or loading gif is spinning and chats are viewable in archives only.

WFB

Thanks for the fix, you're awesome. The mod security fixes suggested in the readme DID NOTHING.

Inphection 09-22-2012 02:28 PM

So i installed this on vb 3.6.8 and all i get in the shoutbox is a constant "loading" and the refresh icon keep's going.. Any help would be greatly appreciated.

Edit: After looking around i have used the <?php fix, but still recieve said problem.

Ranger187 09-22-2012 03:37 PM

Quote:

Originally Posted by Inphection (Post 2367658)
So i installed this on vb 3.6.8 and all i get in the shoutbox is a constant "loading" and the refresh icon keep's going.. Any help would be greatly appreciated.

Edit: After looking around i have used the <?php fix, but still recieve said problem.

Did you check mod_security like explained in the readme?

Inphection 09-22-2012 03:37 PM

Yes, i did that fix as well and still have the issue.

Inphection 09-22-2012 03:54 PM

However it still goes to the inactivity part.

fookaa 09-22-2012 03:55 PM

Does anyone have dark buttons for the shout box they would like to share by any chance ?

I will pay you in smileys ?

Inphection 09-22-2012 04:22 PM

The error console mentions something about a security token not being defined. And list the file mgc_cb_evo_chatbox.js

ispots 09-24-2012 01:05 PM

Does anyone have any recommendations on how to speed the chatbox load time up dramatically if all you are using are the basic features (usergroup permissions, etc)?

Ranger187 09-26-2012 07:31 AM

Quote:

Originally Posted by ispots (Post 2368173)
Does anyone have any recommendations on how to speed the chatbox load time up dramatically if all you are using are the basic features (usergroup permissions, etc)?

It's fast by default. Are you on a VPS/Shared host? If you have it load on every page it will eat your resources up as opposed to having it on the forum main page.

Also if you disable guests/unregistered/not logged in from seeing it (robots etc) then it will also speed up on a VPS.

ispots 09-28-2012 02:08 PM

It's not really fast at all. I have it on 2 pages and have only my paid members using it.

From what I can tell it loads a ton of stuff in the background to support all the other features. It is the last thing to load on my pages by almost 3 seconds.

Ranger187 09-29-2012 02:13 AM

Quote:

Originally Posted by ispots (Post 2369217)
It's not really fast at all. I have it on 2 pages and have only my paid members using it.

From what I can tell it loads a ton of stuff in the background to support all the other features. It is the last thing to load on my pages by almost 3 seconds.

Again, I asked if it was a VPS site. As that has a lot to do with it.

When I host it on my OWN server, it's lightning fast. And this is only a home server with cable. And all users stated the same.

When I host it on VPS based, it really matters as the php and server config matters. What I'm getting at, is a server is only as good as the person administering it (And I'm not saying you aren't) so the settings, server load of that cpu etc matter.

I use HostGators for hosted and it's been a lot faster than most, and the cheapest (like $5 a month)...

Maybe grep it and see what's using the processes the most. Post them here and VBDev can see where the issues lay.....

I'm almost positive you can configure it a lot, but there are TOO many settings.

VBDev and I talked about a total makeover of the plugin and the future version will be less cpu intense as it MIGHT have a plugin system so you only add what features you want.

Skyrider 09-29-2012 06:01 AM

VBDev.. Anyway HTML can be used within the chatbox? I'm currently using a plugin to show a rainbow effect, but it won't display in the chatbox, but it works in the archive.

gmerin 10-02-2012 11:11 AM

Clément, how many requests for my paid license file do i have to post on mgcproducts? you're making me curious about removing ioncube.

Ranger187 10-02-2012 01:10 PM

Quote:

Originally Posted by gmerin (Post 2370174)
Cl?ment, how many requests for my paid license file do i have to post on mgcproducts? you're making me curious about removing ioncube.


MGC Chatbox Evo BF-09-30-2012
Started by gmerin, 09-30-2012 04:59 PM
Replies: 2
Views: 7
Last Post: Today 05:50 AM
by gmerin

I can see it. Have some patience, he's in France. His normal time is 12hours-2 days. So he should get to it today.


All times are GMT. The time now is 07:40 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.07311 seconds
  • Memory Usage 1,841KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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