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 03-28-2012 04:17 PM

Quote:

Originally Posted by gajinoz (Post 2313742)
Nope, nothing like that in that template.

Ok I miswrite a bit but that was close, here :

Code:

.mgc_cb_evo_block_page .alt1 {
    background: {vb:stylevar threadbit_background};
}

.mgc_cb_evo_block_page .alt2 {
    background: {vb:stylevar threadbit_alt_background};
}

Quote:

Originally Posted by MrHyde (Post 2313794)
So you have the same issue as me then, the commands are not working in Mozilla and Internet Explorer. Hope Clement will find a solution for this :)

I tested on your forum, I need access to style plz.

Quote:

Originally Posted by fortforum (Post 2313972)
Hey there, developer, nice to hear from you. This mod is great, but this is not working. I have set the commands. Still no juice.

Sorry to troubble you, but i could realy need the 3.0.0 files, if you have them handy.

You are using 3.2.3 ? Coz I tested and it work.
So either its a misconfiguration or something is not proper in your install.

Any js error ? Please post screenshots of your configurations for the PM command.

Quote:

Originally Posted by Sicilian (Post 2314145)
Latest pro version and vb4.1.11 give far you high CPU usuage.

for istance only handful of users online this morning before fresh install of 3.2.3 cpu usuage only 5-10%, with this installed now getting approx 45% cpu usuage.

I've tried both 3.2.1 & 3.2.2, anyone got any ideas?

Last night with approx 110 members online but no one actually using the chatbox cpu usuage crept upto approx 75%.

Running dedicated quad core server with 4gb ram.

Really stuck with this now.

As told on my site, that ight come from short refresh rate.

VBDev 03-28-2012 04:18 PM

Quote:

Originally Posted by man1ak (Post 2314198)
Hello I have a fix for this great chatbox mod. In cron task file mgc_cb_evo_ban.php the mod are unbanning all users without checking if the user is banned and if you use /ban on uname <nickname> the bantime is always 0 and the cron task will unban.
Now if you use a permanent ban using /ban on uname <nick> it will be a permanent ban, otherwise it apply bantime > 0 and the user will be re-admited when the time expires.

Regards

Damn you are right, thanks for the notice :)

gajinoz 03-28-2012 10:03 PM

Quote:

Originally Posted by VBDev (Post 2314310)
Ok I miswrite a bit but that was close, here :

Code:

.mgc_cb_evo_block_page .alt1 {
    background: {vb:stylevar threadbit_background};
}

.mgc_cb_evo_block_page .alt2 {
    background: {vb:stylevar threadbit_alt_background};
}



OK, great but, as I said, I have no experience coding such things. It would be very helpful if you could tell me EXACTLY which part I need to change, and to what.

Thank you.

ShelbyGirl22 03-29-2012 12:39 AM

I installed the plug ins and my site is completely down and can't even get to my admin control panel. I am completely locked out. Below is the warnings I am getting. PLEASE give me the detailed instructions on how to get my site back ASAP!

Thank you!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/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(1564) : eval()'d code on line 1

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

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(106) : 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/lib/php') in [path]/includes/class_bootstrap.php(106) : eval()'d code on line 1

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

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

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/includes/class_core.php:5605) in [path]/includes/facebook/facebook.php on line 37

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

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

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

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

gajinoz 03-29-2012 12:57 AM

If I were you the first thing I would do is get in there with your FTP program and delete all the MOD files you uploaded for a start.

At least you might get your forum back up.

VBDev 03-29-2012 04:07 AM

Quote:

Originally Posted by gajinoz (Post 2314468)
OK, great but, as I said, I have no experience coding such things. It would be very helpful if you could tell me EXACTLY which part I need to change, and to what.

Thank you.

Replace the {vb:....} by whatever html color you want (# followed by 6 digits).

Quote:

Originally Posted by ShelbyGirl22 (Post 2314526)
I installed the plug ins and my site is completely down and can't even get to my admin control panel. I am completely locked out. Below is the warnings I am getting. PLEASE give me the detailed instructions on how to get my site back ASAP!

Thank you!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/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(1564) : eval()'d code on line 1

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

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(106) : 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/lib/php') in [path]/includes/class_bootstrap.php(106) : eval()'d code on line 1

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

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

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/includes/class_core.php:5605) in [path]/includes/facebook/facebook.php on line 37

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

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

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

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

Quote:

Originally Posted by gajinoz (Post 2314530)
If I were you the first thing I would do is get in there with your FTP program and delete all the MOD files you uploaded for a start.

At least you might get your forum back up.

The fact is that he didn't upload any files which is why he is getting this pretty clear error :)

fortforum 03-29-2012 07:19 PM


""Originally Posted by fortforum
Hey there, developer, nice to hear from you. This mod is great, but this is not working. I have set the commands. Still no juice.

Sorry to troubble you, but i could realy need the 3.0.0 files, if you have them handy.
You are using 3.2.3 ? Coz I tested and it work.
So either its a misconfiguration or something is not proper in your install.

Any js error ? Please post screenshots of your configurations for the PM command.
""


No js errors or any other errors. I suppose i could reconfigure my entire setup, but could you uplad the 3.0.0 files? Please?

gajinoz 03-29-2012 07:23 PM

Quote:

Originally Posted by VBDev (Post 2314561)
Replace the {vb:....} by whatever html color you want (# followed by 6 digits).



OK, now I understand, thank you.

MrHyde 03-30-2012 06:42 AM

Quote:

Originally Posted by VBDev (Post 2314310)
I tested on your forum, I need access to style plz.

Have a look in your PN-box ;) - Please let me know, if you need more. Hope you find a fix for me and others, like "Kane@airrifle", who seems to have the same issue. THANKS!

Toshinobu 03-30-2012 12:08 PM

I have the VB4 CMS Suite but I only want the chatbox to appear on the forums. I tried installing this but it wouldn't display anywhere even after activating the chatbox and changing its settings. Is it because the chatbox will only work with the CMS Integration product even if I only want it to display on the forums?

Thanks in advance.

VBDev 03-30-2012 03:55 PM

Quote:

Originally Posted by fortforum (Post 2314802)
No js errors or any other errors. I suppose i could reconfigure my entire setup, but could you uplad the 3.0.0 files? Please?

I won't provide 3.0.0 files as it contains bugs.

Quote:

Originally Posted by gajinoz (Post 2314805)
OK, now I understand, thank you.

You're welcome

Quote:

Originally Posted by Toshinobu (Post 2315000)
I have the VB4 CMS Suite but I only want the chatbox to appear on the forums. I tried installing this but it wouldn't display anywhere even after activating the chatbox and changing its settings. Is it because the chatbox will only work with the CMS Integration product even if I only want it to display on the forums?

Thanks in advance.

Have you set usergroup permissions ?

Toshinobu 03-30-2012 06:00 PM

Quote:

Originally Posted by VBDev (Post 2315076)
Have you set usergroup permissions ?

Yes. I went into Usergroups > Usergroup Manager and the only options for the chatbox are "MGC Chatbox Evo : Custom Parameters" for setting the default color and default channel display. Both fields have a value selected. Are there supposed to be other chatbox usergroup settings as well?

*EDIT*
FIXED.

For whatever strange reason all the usergroup permissions for the chatbox weren't appearing when I first installed the chatbox. After reuploading all the files and importing the product once again, all the usergroup permissions settings now appear and that chatbox appears on my forum.

Stifler 03-31-2012 02:40 AM

When you load my site from no matter what browser or computer, the first time you load it the chatbox is constantly loading (circle spinning) the second time you refresh or browse the page it loads fine. What could this be?

Hikarin 03-31-2012 09:04 AM

I'm experiencing a problem.
I've followed all the steps by the book, I'm sure, but for some reason, the text "Loading..." won't disappear from the message box and the loading symbol is on an endless cycle.
When you go to type in a word, nothing registers.
Can someone please help me correct this (most likely to be) minor problem. =x

Barteh 03-31-2012 05:36 PM

Got a few unusual issues after upgrading from 3.0.0 to 3.2.3 (delayed as we didn't have ioncube 4.x until now):

- the text input window for the chatbox widget has changed from something roughly as wide as the date/timestamp to the tiny rectangle below:

https://vborg.vbsupport.ru/external/2012/04/61.png

- the text input window on the full sized chatbox suddenly changes into these two:

https://vborg.vbsupport.ru/external/2012/04/62.png

- We added the chatbox to the vBA CMPS through use of the specified global variable 'adv_portal_shoutbox'. That variable still seems to be specified in the MGC settings, however the shoutbox completely disappears from our (vBA) index.php.

This is the original, for reference:

https://vborg.vbsupport.ru/external/2012/03/1.png

Upgrade path: turn off forums (and export sql db), upload files, import and overwrite product. I've temporarily reverted to our old version, but do you have any idea what would cause all that?

Toshinobu 04-01-2012 03:27 PM

I got the chatbox to show on my forums (see my post above) but when I try to enter text in the chatbox it never displays in the chat area even after refreshing the entire page and clicking the chatbox refresh button. HOWEVER, when I check the archives I can see all the chat text just fine.

Is there a fix for this? Is there something wrong on my end? I gave myself (admin) full permissions to all the chatbox settings.

Any help would be greatly appreciated. Thanks!

VBDev 04-02-2012 04:18 AM

Quote:

Originally Posted by Stifler (Post 2315253)
When you load my site from no matter what browser or computer, the first time you load it the chatbox is constantly loading (circle spinning) the second time you refresh or browse the page it loads fine. What could this be?

If you made an upgrade then it can be normal, your user have to refresh their browser cache.

Does that happen at each day loads ?

Quote:

Originally Posted by Hikarin (Post 2315308)
I'm experiencing a problem.
I've followed all the steps by the book, I'm sure, but for some reason, the text "Loading..." won't disappear from the message box and the loading symbol is on an endless cycle.
When you go to type in a word, nothing registers.
Can someone please help me correct this (most likely to be) minor problem. =x

Was it an upgrade ? If so please check that none of your chatbox templates are modified (non reverted).

Otherwise, do you seem to be getting any error on firefox ? (Js errors in the console)

Quote:

Originally Posted by Barteh (Post 2315457)
- the text input window for the chatbox widget has changed from something roughly as wide as the date/timestamp to the tiny rectangle below:

https://vborg.vbsupport.ru/external/2012/04/61.png

Yeah I mistaken when defaulting the chatbox options (I touch to that in 3.2.0).
There is an option where you set the width of the input field in pixels, higher it a bit :erm: (more than a bit :D)

Quote:

Originally Posted by Barteh (Post 2315457)
- the text input window on the full sized chatbox suddenly changes into these two:

https://vborg.vbsupport.ru/external/2012/04/62.png

This has been reported to me, I have to fix it in the next release.
I know it's annoying, I am sorry for that.

Quote:

Originally Posted by Barteh (Post 2315457)
- We added the chatbox to the vBA CMPS through use of the specified global variable 'adv_portal_shoutbox'. That variable still seems to be specified in the MGC settings, however the shoutbox completely disappears from our (vBA) index.php.

Changes were done to the 3.2.x series to provide vBAdvanced or vB4 CMS integration thanks to an additionnal CMS integration module (available through my website).

This was done to avoid issues user had with integrating chatbox to CMS.

Quote:

Originally Posted by Toshinobu (Post 2315768)
I got the chatbox to show on my forums (see my post above) but when I try to enter text in the chatbox it never displays in the chat area even after refreshing the entire page and clicking the chatbox refresh button. HOWEVER, when I check the archives I can see all the chat text just fine.

Is there a fix for this? Is there something wrong on my end? I gave myself (admin) full permissions to all the chatbox settings.

Any help would be greatly appreciated. Thanks!

Hum not that I know, do you get any js errors ?

betts02 04-02-2012 05:25 PM

Just seen the OP and the link to show the channel images

Cheers

Globe 04-02-2012 07:31 PM

Hello, I've tried everything but I do not get the shoutbox to the portal.
I have vBa CMPS 4.1.3 and MGC Chatbox Evo 3.2.3

Please where can I find more descriptions
Please all ideas and instructions

thanks

betts02 04-02-2012 08:12 PM

In the Command Options

Is there anyway we can add more than just the Slap Command ?

It would be great if we could have more than just the Slap

helalmail 04-03-2012 12:47 AM

Greetings;
I did install the product vbShout , then tried to fix user groups permissions > then update
I got database error as following:
=================================
Database error in vBulletin 4.1.11:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'أرافيلى جديد',
`description` = 'مباشرة بعد التسجيل',
`usertitle` = 'أرافيلى جديد',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`idealchatpermissions` = '0',
`forumpermissions` = '1782015',
`genericpermissions` = '1378628291',
`attachlimit` = '0',
`pmquota` = '20',
`pmpermissions` = '1',
`pmsendmax` = '2',
`pmthrottlequantity` = '0',
`calendarpermissions` = '1',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`mgc_cb_evo_nbthreads_perday_show` = '0',
`mgc_cb_evo_max_chats_perday` = '0',
`ms_vopt_permissions` = '0'
WHERE usergroupid=2;

MySQL Error : Unknown column 'mgc_cb_evo_nbmsg_show' in 'field list'
Error Number : 1054
Request Date : Monday, April 2nd 2012 @ 09:14:52 AM
Error Date : Monday, April 2nd 2012 @ 09:14:52 AM
Script : Log in - ARAPHIL - vBulletin Admin Control Panel
Referrer : Log in - ARAPHIL - vBulletin Admin Control Panel
IP Address : 180.190.31.192
Username : dr.helal
Classname : vB_Database
MySQL Version : 5.5.19-55
========================
I uninstalled the product , still getting the same message when trying to update any user group

after being uninstalled, I found this section displayed in user groups page (MGC Chatbox Evo : Custom permissions) , not removed

This may be the reason that I got the same database error
How can I solve this and remove that section from user groups page?
Downloading the original vbullettin script did not resolve the issue

Thanks in advance

helalmail 04-03-2012 02:12 AM

I tried to install again the product , but i got :
The ARAPHIL database has encountered a problem.
Please try the following:

Load the page again by clicking the Refresh button in your web browser.
Open the www.araphil.com home page, then try to open another page.
Click the Back button to try another link.

The www.araphil.com forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.

Any help please

Scan Cape Cod 04-03-2012 06:28 PM

Just marked as installed after well over a week of installing, tweaking, reading, re-reading, and re-re-reading these threads and other documentation. I'm very pleased with the end results. A lot of detail, time, and effort was put into creating this mod, and it takes a lot of detail, time, and effort to get it working, but it is customizable to the point where you can make it "your own". Nicely done, and thanks. :)

VBDev 04-04-2012 07:10 AM

Quote:

Originally Posted by betts02 (Post 2316123)
In the Command Options

Is there anyway we can add more than just the Slap Command ?

It would be great if we could have more than just the Slap

That's ain't possible right now.

What would you expect as commands ?

Quote:

Originally Posted by Globe (Post 2316117)
Hello, I've tried everything but I do not get the shoutbox to the portal.
I have vBa CMPS 4.1.3 and MGC Chatbox Evo 3.2.3

Please where can I find more descriptions
Please all ideas and instructions

thanks

As users had complain that they had issues with CMS integration, I changed the code to make it work with my CMS integration product (see my website).

Quote:

Originally Posted by helalmail (Post 2316208)
Greetings;
I did install the product vbShout , then tried to fix user groups permissions > then update
I got database error as following:
=================================
Database error in vBulletin 4.1.11:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'أرافيلى جديد',
`description` = 'مباشرة بعد التسجيل',
`usertitle` = 'أرافيلى جديد',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`idealchatpermissions` = '0',
`forumpermissions` = '1782015',
`genericpermissions` = '1378628291',
`attachlimit` = '0',
`pmquota` = '20',
`pmpermissions` = '1',
`pmsendmax` = '2',
`pmthrottlequantity` = '0',
`calendarpermissions` = '1',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`mgc_cb_evo_nbthreads_perday_show` = '0',
`mgc_cb_evo_max_chats_perday` = '0',
`ms_vopt_permissions` = '0'
WHERE usergroupid=2;

MySQL Error : Unknown column 'mgc_cb_evo_nbmsg_show' in 'field list'
Error Number : 1054
Request Date : Monday, April 2nd 2012 @ 09:14:52 AM
Error Date : Monday, April 2nd 2012 @ 09:14:52 AM
Script : Log in - ARAPHIL - vBulletin Admin Control Panel
Referrer : Log in - ARAPHIL - vBulletin Admin Control Panel
IP Address : 180.190.31.192
Username : dr.helal
Classname : vB_Database
MySQL Version : 5.5.19-55
========================
I uninstalled the product , still getting the same message when trying to update any user group


after being uninstalled, I found this section displayed in user groups page (MGC Chatbox Evo : Custom permissions) , not removed

This may be the reason that I got the same database error
How can I solve this and remove that section from user groups page?
Downloading the original vbullettin script did not resolve the issue

Thanks in advance

If the product is indeed removed you shouldn't be having those fields.
Have you done things in the right orders ?

Have you removed all chatbox files from your server ?

Quote:

Originally Posted by helalmail (Post 2316233)
I tried to install again the product , but i got :
The ARAPHIL database has encountered a problem.
Please try the following:

Load the page again by clicking the Refresh button in your web browser.
Open the www.araphil.com home page, then try to open another page.
Click the Back button to try another link.

The www.araphil.com forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.

Any help please

Please post the database error that you certainly have received to your email if you set correctly your vbulletin config.php file.

Quote:

Originally Posted by Scan Cape Cod (Post 2316472)
Just marked as installed after well over a week of installing, tweaking, reading, re-reading, and re-re-reading these threads and other documentation. I'm very pleased with the end results. A lot of detail, time, and effort was put into creating this mod, and it takes a lot of detail, time, and effort to get it working, but it is customizable to the point where you can make it "your own". Nicely done, and thanks. :)

Thanks :) You don't imagine how much hours I spent on the chatbox during all those years ;)

soaringpine 04-04-2012 03:39 PM

Installed

AusPhotography 04-05-2012 01:33 AM

Has anyone extended the 'bot to handle a smart response engine?

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

oldblackguy 04-05-2012 02:05 AM

1 Attachment(s)
For some reason when I installed I get these red x boxes in chat. Can someone help me. Besides that it works great.

AusPhotography 04-05-2012 02:33 AM

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>


MrHyde 04-06-2012 05:38 AM

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!

Moncha 04-06-2012 05:36 PM

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.

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

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 06:20 AM.

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.20652 seconds
  • Memory Usage 1,936KB
  • 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
  • (4)bbcode_code_printable
  • (38)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