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)

VBDev 04-07-2012 07:48 AM

Quote:

Originally Posted by snoopytas (Post 2316862)
Has anyone extended the 'bot to handle a smart response engine?

i.e. has anyone implemented an Eliza like 'bot?

Nope but I am planning on.

Quote:

Originally Posted by snoopytas (Post 2316870)
I added this simple plugin to get fortune quotes (you need fortune installed on your Linux server).

Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<plugins>
    <plugin active="1" executionorder="5" product="mgc_cb_evo">
        <title>Fortune Quote</title>
        <hookname>mgc_cb_evo_dm_mgccbchat_botend</hookname>
        <phpcode><![CDATA[if ($notfound AND (strcasecmp('quote',$this->raw_chat) == 0))
{
    $this->bot_answer = shell_exec('fortune');
    $notfound = 0;
}
]]></phpcode>
    </plugin>
</plugins>


Interesting one, might include that in the next release :)

Quote:

Originally Posted by MrHyde (Post 2317229)
Any Chance to get the version fully running for 3.8.7? Would be nice to know, if you can fix the command/action section. Thanks!

Of course, in the next release I'll look into it.

Quote:

Originally Posted by oldblackguy (Post 2316866)
For some reason when I installed I get these red x boxes in chat. Can someone help me. Besides that it works great.

Quote:

Originally Posted by Moncha (Post 2317454)
Depending ont eh path of the images, you may have a problem with it showing user avatars. Take a look at the properties of the image and see what's missing

I think this might be the menu_open.gif file, it has dissapear from vB archive in latest version apparently. You have to retrieve it from the previous vB version and put it in the misc dir.

exxxir 04-07-2012 02:33 PM

Hi

I installed this plugin but loading is very slow for example loading general channel take up to 5 minutes!!! we using litespeed and server load is fine always.

can you help me?

manny91 04-08-2012 10:14 AM

If I try to click on the arrow next to a post, after the update there is no background shown and it looks not as usual.
https://vborg.vbsupport.ru/
Does anyone have an idea? The same if I try to delete a posted message:
https://vborg.vbsupport.ru/

What I found as well, the fetch_userinfo_query.php as only an <? instead of an <?php. It seams, that's the only one script with an <?... is there a certain reason?

VBDev 04-08-2012 01:38 PM

Quote:

Originally Posted by exxxir (Post 2317761)
Hi

I installed this plugin but loading is very slow for example loading general channel take up to 5 minutes!!! we using litespeed and server load is fine always.

can you help me?

Well hard to say, noone reported this.

Have you got any errors in your php log for example ?

Quote:

Originally Posted by manny91 (Post 2317948)
If I try to click on the arrow next to a post, after the update there is no background shown and it looks not as usual.
http://img838.imageshack.us/img838/5924/vegfer.jpg
Does anyone have an idea? The same if I try to delete a posted message:
http://img850.imageshack.us/img850/1179/ggdrg.jpg

What I found as well, the fetch_userinfo_query.php as only an <? instead of an <?php. It seams, that's the only one script with an <?... is there a certain reason?

No it should be <?php though it's not a reason for errors.

Check if you have javascript errors in firefox console ?

oshrizak 04-09-2012 03:10 AM

536 Pages to read through WOW but This is a Great product Just I cant get some things to work, Like I have chosen to activate the DoJo javascript files from both google and from the server and to no avail I dont see anything, Also says you can Create Channels, Where I have looked in each Option in the ACP under MGC and I dont see an area to create them. Also Bot does not show in channel any commands to activate it?

any help would be greatly appreciated Sorry if this has been answered

manny91 04-09-2012 12:46 PM

Quote:

Originally Posted by VBDev (Post 2317998)
Check if you have javascript errors in firefox console ?

I checked it, but I can't see any errors. Further I searched by Google and found the same problems on other boards, too: http://retroids.com/site/mgc_cb_evo.php?do=view_chatbox and http://www.bowltech.com/forums/mgc_c...o=view_chatbox

oshrizak 04-10-2012 02:41 AM

Durrrrrrrr I cant believe I missed it but when I upgraded the Forums today I now see the MGC options in the ACP on the left. Eaither I was BLIND or I just didnt see them So forget my part on the channels

VBDev 04-10-2012 04:13 AM

Quote:

Originally Posted by manny91 (Post 2318297)
I checked it, but I can't see any errors. Further I searched by Google and found the same problems on other boards, too: http://retroids.com/site/mgc_cb_evo.php?do=view_chatbox and http://www.bowltech.com/forums/mgc_c...o=view_chatbox

Yeah apparently it's a problem of css not taken into account :(

I'll have to check it out but I can't tell you when exactly ;)

exxxir 04-10-2012 02:51 PM

Quote:

Originally Posted by VBDev (Post 2317998)
Well hard to say, noone reported this.

Have you got any errors in your php log for example ?

here is error log:

[07-Apr-2012 11:17:58] PHP Fatal error: Call to a member function can_view() on a non-object in /home/*********/forum/mgc_cb_evo_ajax.php on line 127

manny91 04-10-2012 08:57 PM

Quote:

Originally Posted by VBDev (Post 2318558)
Yeah apparently it's a problem of css not taken into account :(

I'll have to check it out but I can't tell you when exactly ;)

Okay :) Thanks!

Edit: On the home of the board it is working correctly. But if I put it into an own page (mgc_cb_evo.php?do=view_chatbox), the css is not in the header.
dojo/1.6.0/dijit/themes/claro/claro.css and css.php?[...]sheet=mgc_cb_evo.css are missed.


All times are GMT. The time now is 03: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.11375 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (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