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)

makaja 04-27-2008 11:30 AM

hihi, i understand, and i was delete
Quote:

define('CSRF_PROTECTION', true);
in 2 file mgc_cb_evo.php and mgc_cb_evo_ajax.php, it's working :D, thanks all

RYoBiOS 04-27-2008 11:50 AM

Quote:

Originally Posted by makaja (Post 1500619)
hihi, i understand, and i was delete in 2 file mgc_cb_evo.php and mgc_cb_evo_ajax.php, it's working :D, thanks all

Quote:

Originally Posted by VBDev (Post 1500489)
I have retrieved vBulletin 3.6.10.

I will try to sort out a fixed version (without the CRSF protection removal that stangger5 suggested which is not security oriented ;)) before I leave for holidays.

:rolleyes:

Inferno Dragon 04-27-2008 12:12 PM

Quote:

Originally Posted by VBDev (Post 1500538)
I have tested my last version on a clean 3.6.10 and it just works perfectly so it should work too on 3.7 RC4.

Have those of you who encountered problems emptied their cache and replaced old files by new files ?

Actually I did all this already, even I tried it from a different PC, but it's not working properly with vb 3.7 RC4! if I remove this define('CSRF_PROTECTION', true); line from the PHP files then in vb 3.7 RC4 it start to give the following error:

https://vborg.vbsupport.ru/external/2008/04/16.jpg

VBDev 04-27-2008 12:38 PM

I am sorry but unless you are doing it wrong it should work inferno :(

I have been able to test it on a vbulletin 3.6.10 which should be similar for this part to the 3.7 RC4

VBDev 04-27-2008 01:20 PM

I am leaving for holiday.

I hope you will be able to get it working as I did on my development version !

See you in a week.

macc 04-27-2008 01:34 PM

vbdev ... please ...before i have on left side two channel pictures ... but now i can not get them? can you help? i mean picures - for G and Team channel...

regards

macc


www.belaplay.com/vb/libar

you have admin account - bosss

Inferno Dragon 04-27-2008 01:42 PM

Quote:

Originally Posted by VBDev (Post 1500670)
I am sorry but unless you are doing it wrong it should work inferno :(

I have been able to test it on a vbulletin 3.6.10 which should be similar for this part to the 3.7 RC4

ok, I guess I'll have to wait for the new version! enjoy your holidays.. :)

joerns 04-27-2008 02:17 PM

I'm experiencing a problem with the channel list (General/Team) which does not display in the latest version. I uninstalled reinstalled a couple of times, defined additional channels and associated commands but they jsut won't make an appearance in the channel list. Worked fine before .....Not sure where to look/fix

pericolosogr 04-27-2008 05:00 PM

fresh install of vbulletin RC4
fresh install of mgc chatbox 0.4.0

its always on loading, never stops!
There must be a problem...

EDIT

i replaced te 2 main php files in root dir and its now working

RYoBiOS 04-27-2008 05:46 PM

Quote:

Originally Posted by pericolosogr (Post 1500819)
i replaced te 2 main php files in root dir and its now working

But channels not work again.

macc 04-27-2008 06:01 PM

need some help... have ajax chat on my board but will get thet like shoutbox ...this point (add this function in your php code)in readme file can not understand ..maybe some can help

Code:

2. Shoutbox function
--------------------
Add the following function to your PHP code:
<?php
function getShoutBoxContent() {
 // URL to the chat directory:
 if(!defined('AJAX_CHAT_URL')) {
  define('AJAX_CHAT_URL', './chat/');
 }
 
 // Path to the chat directory:
 if(!defined('AJAX_CHAT_PATH')) {
  define('AJAX_CHAT_PATH', realpath(dirname($_SERVER['SCRIPT_FILENAME']).'/chat').'/');
 }
 
 // Validate the path to the chat:
 if(@is_file(AJAX_CHAT_PATH.'lib/classes.php')) {
 
  // Include Class libraries:
  require_once(AJAX_CHAT_PATH.'lib/classes.php');
 
  // Initialize the shoutbox:
  $ajaxChat = new CustomAJAXChatShoutBox();
 
  // Parse and return the shoutbox template content:
  return $ajaxChat->getShoutBoxContent();
 }
 
 return null;
}
?>
Make sure AJAX_CHAT_URL and AJAX_CHAT_PATH point to the chat directory.
 
2. Shoutbox output
------------------
Display the shoutbox content using the shoutbox function:
<div style="width:200px;"><?php echo getShoutBoxContent(); ?></div>

regards

macc

(will not wait for solutions for mgc and channels ... tired for all mistakes ...)
this ajax chat is for vbulletin also

pericolosogr 04-27-2008 06:13 PM

Quote:

Originally Posted by RYoBiOS (Post 1500840)
But channels not work again.

i dont need this for the time being...i'll just wait!
the general chats are working and anybody can post...

Scythe42 04-27-2008 09:12 PM

Does not work 3.7 RC4. Chatbox always displays "Loading." When I remove the "define('CSRF_PROTECTION', true);" from the two main scripts it works but the channels never show up.

stangger5 04-27-2008 09:38 PM

This is a temp fix to make the channels show..

Edit the,,
MGC Chatbox Evo Templates >> mgc_cb_evo

find and delete:
Code:

<if condition="$show['genchan']">
then find:
Code:

        $channels_bit
                                                </td>


and delete the
Code:

</if>
after it...

:)

macc 04-27-2008 11:36 PM

this code
Code:

<if condition="$show['genchan']">
is on two places in template! should we delete on both places?


reg

macc

stangger5 04-28-2008 12:18 AM

Just the first one will do..

Robbey 04-28-2008 03:30 AM

Update this so that it works with tokens >.>

makaja 04-28-2008 04:49 AM

Quote:

Error : The command entered syntax is not valid.
I use the command del, but not work and show me this error, i was config /del , but i can't use it :(

ericdesmontagne 04-28-2008 12:20 PM

Excellent... ce chat est vraiement top...
Seul hic, il faut syst?matiquement supprimer les commandes et les canaux puis ensuite les remettre...
L? avec la 0.4.0 j'ai de gros soucis pour ?a, les canaux ne r?apparaissent plus :(

foopy 04-28-2008 01:53 PM

Marked as Uninstalled. Can't get it to work with 3.7.0 RC4. Keep getting the "Loading..." message. I followed the instructions previously given to another user to edit the template but it still did not work.

Andyrew 04-28-2008 02:08 PM

I am runninng 3.7 RC4 and chat version 0.3.0 then i upload the files from post

https://vborg.vbsupport.ru/showpost....postcount=1011

and it works fine. :up:

Boosted Panda 04-28-2008 03:16 PM

I tried it too, so I just out the old php files in and it worked.

sanfrancisco 04-28-2008 04:14 PM

hey guys,

just moved up to vbulletin 3.7 RC4 and the chatbox got all funky - started showing session codes and god knows what.

so uninstalled chatbox, installed the new one. now it just gets stuck on "loading."

any ideas?

wcck.net

thedark1 04-28-2008 05:00 PM

something strange has happened after i upgraded to 0.4 from 0.2. All the permissions for my super mods on the forums are gone! all except delete... move, merge etc are all gone! i disabled the chatbox and the permissions came back...this is really weird as im running latest 3.6.10.

I also noticed that some chatbox settings arent showing, for example the Pm settings for the ban command arent showing at all.... can anyone help or have an idea whats going on? I've had to go back to the 0.2 version....

Robbey 04-28-2008 06:54 PM

fix the token junk.

GoTTi 04-28-2008 08:12 PM

i have a small issue, when i click on the drop down on a users name in the chat box, and click view profile, nothing loads.

ideas?

Digital Jedi 04-29-2008 05:15 AM

Quote:

Originally Posted by Robbey (Post 1501181)
Update this so that it works with tokens >.>

Quote:

Originally Posted by Robbey (Post 1501697)
fix the token junk.

It's already been worked on. But if the fix isn't working for you, you'll have to wait until the developer returns from vacation.

Playa82 04-29-2008 06:07 AM

TO FIX THE LOADING PROBLEM DO THIS:

Open mgc_cb_evo.php and mgc_cb_evo_ajax.php

find:

Code:

define('CSRF_PROTECTION', true);
remove it and upload the files to your server.

That works fine for me.

Ranger187 04-30-2008 03:00 PM

Quote:

Originally Posted by Playa82 (Post 1502067)
TO FIX THE LOADING PROBLEM DO THIS:

Open mgc_cb_evo.php and mgc_cb_evo_ajax.php

find:

Code:

define('CSRF_PROTECTION', true);
remove it and upload the files to your server.

That works fine for me.

Nope.... This product is now fully defective on a fresh install.

Ranger187 04-30-2008 03:03 PM

Quote:

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

regards

macc

On a fresh install, and then adding these files it worked. You = the man.

https://vborg.vbsupport.ru/showpost....postcount=1011

Boosted Panda 04-30-2008 04:29 PM

Can't wait till this one is complete!

321Go 04-30-2008 06:55 PM

Is it possible for you to put a word filter, so that we can block certain words etc..?

supportMM 05-01-2008 06:33 AM

Nice concept, but too many bugs right now. Wait for further develpoment.

Uninstalled

DigitALL2 05-01-2008 12:09 PM

I have the shoutbox installed too. So I disabled the shoutbox plugin and then installed the the Chatbox but it does not show in the forum. I have five skins and two of them are updated at rev 3.7 but stil nothing....
These two: the shoutbox and MGC Chatbox could not co-exist?

Ranger187 05-01-2008 03:34 PM

Back to it not working on the one forum. It's buggy still as it works on some, and not others. It's definitely worth the wait because this developer does respond and takes a lot of advice and uses it... So I'll stick with him for now.

Reeve of shinra 05-01-2008 05:21 PM

This hack works perfectly for me on Firefox, but my IE users cannot see the chatbox... Anyone know why that is?

Ky Kiske 05-01-2008 05:31 PM

I am using IE8. I can check it for you.

It's a no go.

VBDev 05-02-2008 02:46 PM

Hi all,

I am just back from holidays !

Can someone make me a summary of what is working and what is not on the current version plz so that I can fix what need to be fixed. Too much posts to read ...

VBDev 05-02-2008 02:55 PM

Thanks to ForosAbiertos for his donation :)

Kaycee123 05-02-2008 08:34 PM

Hope you had a good holiday! Mine is working fine now - i did the changes suggested by Stangger5 and everything is working well. We had "securitytoken" followed by a bunch of numbers after each chat for the first couple of days but that has mysteriously disappeared!! And the chatbox also mysteriously appeared on my Arcade page, which I had been trying to do for the past month!!!

I'm not sure what all happened, but its all working well now so we're happy!!!


All times are GMT. The time now is 07:38 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.06432 seconds
  • Memory Usage 1,825KB
  • 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
  • (12)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