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)

macc 04-24-2008 08:16 AM

i get this in my chatbox when i write " test "
Code:

Testsecuritytoken=40e9ad893947e4507719eb86c75d7ee0 810e942e

have vbulletin 3.7 rc-4 and cmps 3.0!

some help ?

reg

macc

Chewitt 04-24-2008 08:31 AM

i get that at the end of every message too

[Today 09:48 AM] MikeH: can anyone else see this security token thingsecuritytoken=aeb47e20e663419ad8f5c669b0ba051 aa276e778
[Today 09:47 AM] MikeH: testsecuritytoken=aeb47e20e663419ad8f5c669b0ba051a a276e778

Ky Kiske 04-24-2008 08:35 AM

It's the new security features of RC4. It's printing the Session information. I hope they can fix this soon. The chatbox is a hot part of my site.

sickboy6ths 04-24-2008 10:23 AM

Quick hotfix:

Open Clientscript/mgc_cb_evo.js

Add to the end of Lines: 240, 244, 364, 427, 553, 627, 671, 701, 800
Code:

+ '&'
before )

Example line 364:
change:
Code:

sendAjax.send(mgc_cb_evo_jsloc + 'mgc_cb_evo_ajax.php', 'do=ajax_chat&channel_id=' + channel_id + '&chat=' + chat_urlencoded);
into:
Code:

sendAjax.send(mgc_cb_evo_jsloc + 'mgc_cb_evo_ajax.php', 'do=ajax_chat&channel_id=' + channel_id + '&chat=' + chat_urlencoded + '&');
I've also added it to the mgc_cb_evo_archives.js
Lines: 113 and 187

Don't forget to refresh the browser (I used CTRL + F5)

maidos 04-24-2008 11:29 AM

Quote:

Originally Posted by sickboy6ths (Post 1498023)
Quick hotfix:

Open Clientscript/mgc_cb_evo.js

Add to the end of Lines: 240, 244, 364, 427, 553, 627, 671, 701, 800
Code:

+ '&'
before )

Example line 364:
change:
Code:

sendAjax.send(mgc_cb_evo_jsloc + 'mgc_cb_evo_ajax.php', 'do=ajax_chat&channel_id=' + channel_id + '&chat=' + chat_urlencoded);
into:
Code:

sendAjax.send(mgc_cb_evo_jsloc + 'mgc_cb_evo_ajax.php', 'do=ajax_chat&channel_id=' + channel_id + '&chat=' + chat_urlencoded + '&');
I've also added it to the mgc_cb_evo_archives.js
Lines: 113 and 187

Don't forget to refresh the browser (I used CTRL + F5)


doesnt work :( is it possible if u can upload the file to us please

macc 04-24-2008 12:03 PM

for me it works ... thanks !

maidos maybe you do not make space between before " + '&' " (mean before +)

reg
macc

maidos 04-24-2008 12:23 PM

well if u use rc4 and works do u think u could upload the file for me please

did add the space

macc 04-24-2008 12:37 PM

i use rc-4 and cmps 3.0... works for me ... you can see www.belaplay.com/vb/libar

reg

macc

Freddy.k 04-24-2008 12:41 PM

cool marche sur la version french Thank you

maidos 04-24-2008 01:10 PM

macc would really appreciate if u could upload those js files.

macc 04-24-2008 01:22 PM

1 Attachment(s)
No problem --- just rename php to js !

regards

macc

maidos 04-24-2008 01:29 PM

thank you macc ^_^ it works now
and of course BIG THANKS to sickboy6th for making this hotfix so quickly ^_^ a job well done

Keyser520 04-24-2008 01:36 PM

Yes, I am using the latest version of the chatbox. I downloaded it less than two weeks ago from this very page.

I suppose my problem is that i don't understand what "channels" and "commands" are. Could you please verify my assumptions that I posted and tell me if I am on the right track?

Quote:

Originally Posted by Keyser520 (Post 1493696)
I understand about the time. Thanks for putting this whole program together in the first place!

I tried to create a channel. It wouldn't let me do that without creating a command as well. I called the command "test". When I typed in /test in the chatbox .. nothing happened, except that the message "/test" was posted.

I am not quite clear on what channels are, though I think they are basically different chat rooms... such as "join chat for discussing crazy stuff" or "chat for talking about why dogs are better than cats".

I am not clear on what commands are supposed to be, but I think they are things that happen when you type in /command... like in IRC, typing in " /me gives a high five"

would output

"Keyser520 gives a high five".

I also think, again not sure, but think, that a command would let you switch channels, too.

Am I on the right track? What am I missing?

Has anyone out there made a command and channel? I'd really love some help so I can figure out how to get the full potential out of this great mod.

Thanks!

Ky Kiske 04-24-2008 02:05 PM

Congrads with the Hotfix.

joe1989 04-24-2008 02:09 PM

Thank you, Digital Jedi; I appreciate your explanations for me! I finally got it all working correctly! Thank you so much! :)

powerful_rogue 04-24-2008 02:09 PM

Quote:

Originally Posted by macc (Post 1498129)
No problem --- just rename php to js !

regards

macc

Your a star!

Thanks :)

Keyser520 04-24-2008 02:33 PM

Quote:

Originally Posted by Keyser520 (Post 1498137)
Yes, I am using the latest version of the chatbox. I downloaded it less than two weeks ago from this very page.

I suppose my problem is that i don't understand what "channels" and "commands" are. Could you please verify my assumptions that I posted and tell me if I am on the right track?



Has anyone out there made a command and channel? I'd really love some help so I can figure out how to get the full potential out of this great mod.

Thanks!

Also. when creating a channel, where do I need to put the image file? The field wants a name of the file, not it's extension or location, so i'm trying to figure out where to put the file and what to type in the field.

is it possible to edit the image and name of the general default channel?

it won't let me create a channel unless I've entered something in the command syntax, but I don't have any commands in the drop down menu. How do I get them there...

Digital Jedi 04-24-2008 02:41 PM

Quote:

Originally Posted by joe1989 (Post 1498176)
Thank you, Digital Jedi; I appreciate your explanations for me! I finally got it all working correctly! Thank you so much! :)

No problem.

Quote:

Originally Posted by Keyser520 (Post 1498137)
Yes, I am using the latest version of the chatbox. I downloaded it less than two weeks ago from this very page.

I suppose my problem is that i don't understand what "channels" and "commands" are. Could you please verify my assumptions that I posted and tell me if I am on the right track?



Has anyone out there made a command and channel? I'd really love some help so I can figure out how to get the full potential out of this great mod.

Thanks!

If I understand things correctly, you have to create a command to create a channel, but basically, that's all that command is for. It won't do anything else, other then allow you to enter the channel. But you don't actually type it in, or anything. It just allows the creation of a new channel.

And yes, channels are separate chat rooms. Think of them as separate channels on your television. Only you can use the permission settings to determine who's allowed to use/view them.

Keyser520 04-24-2008 02:45 PM

Then I still must be missing something... because I tried to create a channel and type in a random thing for the command to enter that channel, and I see "channel created successfully", but NOTHING changes on the chat and nothing happens when i type in /mycommand other than the display of the text /mycommand

Digital Jedi 04-24-2008 02:48 PM

Quote:

Originally Posted by Keyser520 (Post 1498195)
Also. when creating a channel, where do I need to put the image file? The field wants a name of the file, not it's extension or location, so i'm trying to figure out where to put the file and what to type in the field.

is it possible to edit the image and name of the general default channel?

it won't let me create a channel unless I've entered something in the command syntax, but I don't have any commands in the drop down menu. How do I get them there...

You don't have to use an existing command, you can use the option to create one in the next form. Also, just create a name for your image, and it will show up as a broken image when you reload chat. Right click on it, and view Properties, and it will tell you where the image should be located. It's in a subfolder of your misc folder for all your styles.

Also, commands that came with the modification had to be added one by one. Did you add any of those in? You had to import the Product that handles commands in order to import and get them working.

Ohiosweetheart 04-24-2008 02:54 PM

1 Attachment(s)
There seems to be a problem connected to the upgrade to RC4.

I upgraded a clients' forum today, and they use this chatbox. All of a sudden, it's doing this (see screenshot).....

I've had them disable it until we can find the solution.

Digital Jedi 04-24-2008 02:58 PM

There's a quick fix for that a few posts back, I believe.

Honk0815 04-24-2008 02:59 PM

I have the self Problem

Ohiosweetheart 04-24-2008 03:25 PM

Quote:

Originally Posted by Digital Jedi (Post 1498221)
There's a quick fix for that a few posts back, I believe.

I found it, but unfortunately, that didn't fix it.

sickboy6ths 04-24-2008 03:40 PM

Quote:

Originally Posted by maidos (Post 1498133)
thank you macc ^_^ it works now
and of course BIG THANKS to sickboy6th for making this hotfix so quickly ^_^ a job well done

No problem. Missing '&' only seemed logical, only problem was to find the right files, as there's php's, js's, plugins & templates :)

VBDev after his return might handle it differently :)


Quote:

Originally Posted by Ohiosweetheart (Post 1498255)
I found it, but unfortunately, that didn't fix it.

The problem seems to be with browser caches and proxy caches.
A) Make sure you don't use a proxy (also not in some way through provider). Cause if you do, you will have to wait until their caches refresh :)

B) Make sure your browser cache is clear. For some CTRL + F5 worked, for others they needed to close all browsers but 1, delete browser cache, close the browser, start the browser, clear browser cache, and then it worked

Hope this helps

Keyser520 04-24-2008 03:46 PM

hmm...commands came with the product? I didn't see that in the install directions or the downloads. I must have missed something. What should I do to install those?

here are the steps I took:

MGC Chatbox Evo - > Manage Channels

"Add a channel"

Title: testtitle
Description: testdescription
Name of channel image: testimage
Order: 1
Warn user upon new message in channel: no
Activate the channel: yes

...or create a new command: testcommand
Usergroupds allowed to use this command: administrators

I then clicked "save"

I now see a broken image. Thanks!

Questions:
1) Is there a way to rename the "general channel"?
2) If no, then is there a way to turn of the general channel?
3) How do I create a /me command?
4) When creating a channel, the people that can view that channel are the user groups you gave access to that particular command?
5) In "General options" there is an option called "Number of days before automatic chats removal" and it says "Number of days after which the chats are automatically removed if the automatic chatbox digest is activated"
* I have searched in all of the MGC Chatbox Evo options and can't find the way to activate or deactive the "automatic chatbox digest".

Thanks for your help!

joe1989 04-24-2008 03:47 PM

How do I change the text that automatically appears in the text box? It's in some different language, and I don't want that to show up; I just want it to say "Enter text here" IN ENGLISH. How can I do this?

Keyser520 04-24-2008 04:21 PM

Joe, if you go to "Admin CP" -> "MGC Chatbox Evo" -> "Chats formatting" and look at the bottom, you will see "Message to display in the input field on page load"

I believe that's where you change it. However, I am having problems getting it to show up. It says "Only displays if the previous option is activated and for the defined usergroups". The previous option is "To avoid users from taking this field as a search field".

You define what usergroups see the prompt with the "Show prompt message for this usergroup" in your "usergroup manager."

joe1989 04-24-2008 04:48 PM

I got it to work; thanks!

joe1989 04-24-2008 04:55 PM

When you add a channel, what does it mean to "Attach a command" to that channel? How do you pick one? Why are there only two? I'm just looking for a good explanation for this...

Chewy954 04-24-2008 06:46 PM

I'm having issues after going to rc4. after all text it says security.php?code=.... :/

powerful_rogue 04-24-2008 07:25 PM

Quote:

Originally Posted by Ohiosweetheart (Post 1498255)
I found it, but unfortunately, that didn't fix it.

It didnt work for me straight after. I had to log out and the Ctrl+F5
- Once I logged back in it worked a treat.

powerful_rogue 04-24-2008 07:26 PM

Quote:

Originally Posted by Chewy954 (Post 1498441)
I'm having issues after going to rc4. after all text it says security.php?code=.... :/

Have a look over the last few pages. You will see the quick fix. Manual edit or the files you can download.

Playa82 04-24-2008 07:43 PM

Quote:

Originally Posted by powerful_rogue (Post 1498478)
It didnt work for me straight after. I had to log out and the Ctrl+F5
- Once I logged back in it worked a treat.

same here. works great now.

see here:

http://crackmuzik-gfx-elite.de/forum.php

dklassen 04-24-2008 07:56 PM

This might be a dumb question but I installed the mod and everything looks good including the admin panel but how do I get into chat? I don't see anything.

Ranger187 04-25-2008 12:17 AM

Did you enable it, and also enable it in usergroups? Also RTF. Meaning read the docs that come with it ;) God knows I hate doing it, but it helps.

dklassen 04-25-2008 12:46 AM

Yep is was enabled but I thought as admin I could automatically see it without changing my permissions.

BTW, can you control the width. I have a fixed width forum and it's blowing out the right side.

Thanks.

Ranger187 04-25-2008 01:05 AM

You have to edit the template....

dklassen 04-25-2008 01:12 AM

Can you tell me what I need to edit in what template? Sorry, I'm not a coder.

Ranger187 04-25-2008 01:41 AM

Me either brotha.... But I do know the coder/designer of this plugin would know... Try PM'n him he's pretty good about responding.


All times are GMT. The time now is 10:56 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.04872 seconds
  • Memory Usage 1,837KB
  • 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
  • (7)bbcode_code_printable
  • (13)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