vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Chat Modifications - MGC Chatbox (with AJAX) (https://vborg.vbsupport.ru/showthread.php?t=148472)

VBDev 09-04-2007 05:26 AM

Quote:

Originally Posted by baghdad4ever (Post 1331529)
hi i check now

i can ban the english username only

but the arabic username i cannot ban them

and my forum is arabic forum

so how can i ban user???



and i had another problem

when i save the chat as text file

the file come with notunderstadable language


plz help

I know there are problems with arabic language and ajax technology but I am not really used to.

As I don't understand arabic and don't possess a arabic keyboard I unfortunately hardly can debug that :(

For the shouts saving it is the same problem I think but that one might be solved by changing the header filetype I'll look at it but for the previous one, I don't really know how to debug.

ragtek 09-04-2007 05:29 AM

have someone else problems with the new version?
i can't make the shoutbox higher

baghdad4ever 09-04-2007 10:41 AM

Quote:

Originally Posted by VBDev (Post 1331936)
I know there are problems with arabic language and ajax technology but I am not really used to.

As I don't understand arabic and don't possess a arabic keyboard I unfortunately hardly can debug that :(

For the shouts saving it is the same problem I think but that one might be solved by changing the header filetype I'll look at it but for the previous one, I don't really know how to debug.

:(:(:(:(:(

ok is there any method to ban the users from admincp??

bec there are some trouble makers

plz help

VBDev 09-04-2007 12:54 PM

Quote:

Originally Posted by baghdad4ever (Post 1332042)
:(:(:(:(:(

ok is there any method to ban the users from admincp??

bec there are some trouble makers

plz help

Actually no there aren't sorry.

Your only solution would be to add manually the ban in the mgc_chatbox_ban table (+ setting the corresponding field in the user table).

ViViD 09-04-2007 01:35 PM

Hi ,
What is that smilies in front of usernames in the Francis screenshots ? :p
and ... How can I have more than two channels like screenshots ?

baghdad4ever 09-04-2007 03:27 PM

Quote:

Originally Posted by VBDev (Post 1332125)
Actually no there aren't sorry.

Your only solution would be to add manually the ban in the mgc_chatbox_ban table (+ setting the corresponding field in the user table).


how can i make that exactly

plz reply

VBDev 09-05-2007 04:34 AM

Quote:

Originally Posted by ViViD (Post 1332147)
Hi ,
What is that smilies in front of usernames in the Francis screenshots ? :p
and ... How can I have more than two channels like screenshots ?

For the smilies this is just the smilies corresponding to the usergroup, this is not chatbox dependant.

Quote:

Originally Posted by baghdad4ever (Post 1332207)
how can i make that exactly

plz reply

While I am looking at how you could do that, I see there is a bug in the ban cron...

What you have to do to manually ban a user is the following :
  1. Go in phpmyadmin
  2. Insert the following entry in the mgc_chatbox_ban table
    1. userid = userid of the user you want to ban
    2. bandate = 1188970265 (this was an earlier timestamp of today)
    3. liftdate = 1767157200 (a timestamp far away in 2025)
    4. whoid = 1 (id of the user that made the ban so supposing you are the first admin)
  3. Then go in the user table, find the user you are currently trying to ban and edit its fields. Set the mgc_chatbox_estbannit field to 1.
  4. That's all folk !

Anhyeu12000 09-05-2007 10:30 AM

When is version 1.5 MGC Chatbox Released ? I am waiting long time !!!

Ohiosweetheart 09-05-2007 11:04 AM

Quote:

Originally Posted by VBDev (Post 1331176)
Hum that's strange, maybe this is the main 1.4 problem which is causing that but not sure.

Any javascript error shown in the internet explorer status bar ?

No, there is no error showing at all. Just says Done. I've attached a screenshot. I took this after it was like that for about 4 mins. The little progress icon just kept going round and round. This happens almost every single time we return to forumhome. My members are really complaining about it.

VBDev 09-05-2007 12:19 PM

Quote:

Originally Posted by Anhyeu12000 (Post 1332787)
When is version 1.5 MGC Chatbox Released ? I am waiting long time !!!

I haven't had time yet to start coding. I now live with my girlfriend since sunday so I have much to do and haven't had time for vbulletin.

I hope it'll be released soon.

Quote:

Originally Posted by Ohiosweetheart (Post 1332808)
No, there is no error showing at all. Just says Done. I've attached a screenshot. I took this after it was like that for about 4 mins. The little progress icon just kept going round and round. This happens almost every single time we return to forumhome. My members are really complaining about it.

If you look the done is not clean as there is an error icon near it, you should have error explanation if you double click on it.

Hendrizius 09-05-2007 02:23 PM

I have a problem using it with VBadvanced. In the chatbox the Links to the member-profiles should be replaced to "http://www.d3scene.com/forum/meberidsxx.php. Currently they are set to "http://www.d3scene.com/memberidsxx.php". That makes it impossible to click on the Users names as I always get a 404 Error then :(.

MR.BOSS 09-05-2007 07:07 PM

how do i put the chat box in a in one of the forums that i have, but in a full page view.

thanks, for anyhelp

VBDev 09-06-2007 05:28 AM

Quote:

Originally Posted by MR.BOSS (Post 1333074)
how do i put the chat box in a in one of the forums that i have, but in a full page view.


thanks, for anyhelp

What do you mean exactly ?

Quote:

Originally Posted by Hendrizius (Post 1332921)
I have a problem using it with VBadvanced. In the chatbox the Links to the member-profiles should be replaced to "http://www.d3scene.com/forum/meberidsxx.php. Currently they are set to "http://www.d3scene.com/memberidsxx.php". That makes it impossible to click on the Users names as I always get a 404 Error then :(.

Hum Yes I didn't thought at that, I'll have to correct that in the version 1.5, I note it.

baghdad4ever 09-06-2007 09:03 AM

how can i put the time bet brackets

like

[3:30 PM]

thanks

VBDev 09-06-2007 10:17 AM

Edit the mgc_chatbox_bit template :)

Megatr0n 09-07-2007 01:06 AM

I have a question, on my site the chatbox has inherited some of the emoticons of the forum but not all of em'. Why is this? And how can I include all the emoticons?

VBDev 09-07-2007 05:21 AM

Quote:

Originally Posted by Megatr0n (Post 1333991)
I have a question, on my site the chatbox has inherited some of the emoticons of the forum but not all of em'. Why is this? And how can I include all the emoticons?

The number of emoticons (smilies) is defined in a variable in the acp.

lolo? 09-07-2007 08:29 AM

Quote:

Originally Posted by lolo? (Post 1317048)
hello
there is a problem with netscape browser
Salut il y a un soucis avec netscape les messages depassent dans les forums

https://vborg.vbsupport.ru/attachmen...1&d=1187072603

VBDev 09-07-2007 10:08 AM

I already answered you :)

The bug is in the todo list :

Quote:

5. Overflow problem with netscape

lolo? 09-07-2007 11:48 AM

Quote:

Originally Posted by VBDev (Post 1334136)
I already answered you :)

The bug is in the todo list :

[/FONT]

erff d?sol? j'avais pas vue merci de ta reponse ;)

Ohiosweetheart 09-07-2007 01:14 PM

Quote:

Originally Posted by VBDev (Post 1332850)
If you look the done is not clean as there is an error icon near it, you should have error explanation if you double click on it.

You're right. I got this error. It's on all of the skins, so I'm assuming that it has something to do with IE7 since I don't have this problem at all with Firefox.

Reece^B 09-07-2007 01:54 PM

Just to say, installed and I won't be using.

Your default language should have been English, the install guide was poor I mean there's no need to abbreviate folder names.

Lastly when I went to integrate with my vBa CMPS I got a lovely SQL error.

Ohiosweetheart 09-07-2007 02:15 PM

ummmmm... I think I fixed my own problem vBDev, lol. I'm embarrassed now. :erm:
Thank you for trying to help.


WELL I thought I fixed it.... I didn't. Still the same problem :(

VBDev 09-07-2007 02:26 PM

Quote:

Originally Posted by Reece^B (Post 1334245)
Just to say, installed and I won't be using.

Your default language should have been English, the install guide was poor I mean there's no need to abbreviate folder names.

Lastly when I went to integrate with my vBa CMPS I got a lovely SQL error.

I don't see why english should have been the default language... What if every people with a different language say so ? I decided to make french the default language as it's easier for my development and then I provide the english translation so I don't see where the problem is.

Regarding the folder names this is done in order to provide something generic regarding languages. And the install guide state which files is found in which directory so you shouldn't have any problems...

Regarding your error in vBa CMPS, someone reported that problem once here but as I am not very very used to vBa, I don't know what the problem is and was unable to reproduce it unfortunately.

Ohiosweetheart 09-07-2007 02:37 PM

@ Reece^B - You've got to be kidding! There are almost as many people here that don't speak english. Why shouldn't the developer code this in his own language? It's not THAT hard to install the proper language, I mean really, he couldn't have made it any easier.

The install guide is so well laidout and documented, I don't see how anyone can say it is poor. That's just silly.

AllenSam 09-07-2007 08:11 PM

Sorry if this has already been covered, but my MGC Chatbox seem to load endlessly sometimes. To stop it, you have to go in the archives then go back to the main page. It's not that big of a deal, just kind of annoying. Anyone know what the problem would be?

CardinaLe 09-07-2007 10:53 PM

What About the other translations? Any ideas or news?

adnedarn 09-07-2007 11:52 PM

I know there is the option to add $mgc_chatbox to a template where you want this to show up, but what template is it for New Posts? I don't want to have have it in every forum and posts, but lots of people hang out on the New Posts page as much as the index.
Thanks!

andrewtr89 09-08-2007 03:54 AM

Hello, I seem to be having a big problem... I just transfered my forum to another server and when reinstalling mgc shoutbox I get this error. It is the only thing that shows on the forum. Dont know how to fix :confused:

Code:

Fatal error: Call to undefined function: add_serialized_cb_params_to_userinfo() in /home/pspcubec/public_html/forum/global.php(360) : eval()'d code on line 24

Ice794 09-08-2007 04:40 AM

I've just spent absolutely ages installing this shoutbox. Gone through everything at least twice...more on certain steps. Once it's all installed and everything, the shoutbox just isn't showing.

I really can't figure out what exactly I'm doing wrong. I've installed on the default style and on a custom style. Still no joy.

Is this a common problem that people have experienced or did I really screw it up.

Any help apriciated.


Edit: Also, when I remove the file functions_mgc_cb, my board will not run.

I get this error:


Quote:

Warning: Unknown(/homepages/15/d151923849/htdocs/includes/functions_mgc_cb.php): failed to open stream: No such file or directory in /global.php(360) : eval()'d code on line 2

Fatal error: (null)() [function.require]: Failed opening required '/homepages/15/d151923849/htdocs/includes/functions_mgc_cb.php' (include_path='.:/usr/local/lib/php') in /homepages/15/d151923849/htdocs/global.php(360) : eval()'d code on line 2


Therefore I have to leave it on my server in order to keep my forum working. Any idea what's causing this problem? I have uninstalled just as the instructions say.

If I do leave that file on the server, will it make my board vunerable at all?

B?n.

Henry187 09-08-2007 08:05 AM

Quote:

Originally Posted by Ice794 (Post 1334675)
Edit: Also, when I remove the file functions_mgc_cb, my board will not run.

I get this error:

Therefore I have to leave it on my server in order to keep my forum working. Any idea what's causing this problem? I have uninstalled just as the instructions say.

If I do leave that file on the server, will it make my board vunerable at all?

B?n.

That's because the product-mgc_chatbox file that you imported is still active. I just checked, and there are some "require_once(DIR . '/includes/functions_mgc_cb.php');" which force the file to be included - if it's not found, and can't be included, the script stops, and the relative (or is it absolute?) path is shown. Disabling, or uninstalling the product should fix it. Don't forget that there are two products that you'd have to disable/uninstall.

Ohiosweetheart 09-09-2007 03:00 AM

Quote:

Originally Posted by AllenSam (Post 1334450)
Sorry if this has already been covered, but my MGC Chatbox seem to load endlessly sometimes. To stop it, you have to go in the archives then go back to the main page. It's not that big of a deal, just kind of annoying. Anyone know what the problem would be?

Nope. I'm having the same problem and haven't gotten an answer yet.

baghdad4ever 09-09-2007 11:00 AM

Quote:

Originally Posted by VBDev (Post 1333477)
Edit the mgc_chatbox_bit template :)


thanks

but what exactly the modification

to obtain

time bet brackets

like

[3:30 PM]


thanks:D

VBDev 09-09-2007 02:52 PM

Quote:

Originally Posted by Ohiosweetheart (Post 1334269)
@ Reece^B - You've got to be kidding! There are almost as many people here that don't speak english. Why shouldn't the developer code this in his own language? It's not THAT hard to install the proper language, I mean really, he couldn't have made it any easier.

The install guide is so well laidout and documented, I don't see how anyone can say it is poor. That's just silly.

Thanks for the support !

Quote:

Originally Posted by AllenSam (Post 1334450)
Sorry if this has already been covered, but my MGC Chatbox seem to load endlessly sometimes. To stop it, you have to go in the archives then go back to the main page. It's not that big of a deal, just kind of annoying. Anyone know what the problem would be?

This is the 1.4 version problem, wait for the 1.5 one :)

Quote:

Originally Posted by CardinaLe (Post 1334551)
What About the other translations? Any ideas or news?

Vietnamese and turkish version will be available with the 1.5 version.

I don't have any news from other translators.

Quote:

Originally Posted by adnedarn (Post 1334584)
I know there is the option to add $mgc_chatbox to a template where you want this to show up, but what template is it for New Posts? I don't want to have have it in every forum and posts, but lots of people hang out on the New Posts page as much as the index.
Thanks!

New posts corresponds to search so this is in the search templates.

VBDev 09-09-2007 02:55 PM

Quote:

Originally Posted by andrewtr89 (Post 1334664)
Hello, I seem to be having a big problem... I just transfered my forum to another server and when reinstalling mgc shoutbox I get this error. It is the only thing that shows on the forum. Dont know how to fix :confused:

Code:

Fatal error: Call to undefined function: add_serialized_cb_params_to_userinfo() in /home/pspcubec/public_html/forum/global.php(360) : eval()'d code on line 24

I think you haven't uploaded the functions_mgc_cb.php file in the includes directory.

Quote:

Originally Posted by baghdad4ever (Post 1335358)
thanks

but what exactly the modification

to obtain

time bet brackets

like

[3:30 PM]


thanks:D

I haven't re-installed the chatbox on my local forum. Have you try at least to search what do modify ? ;)

VBDev 09-09-2007 03:40 PM

1.5 development has started

VBDev 09-09-2007 04:17 PM

I need two testers :
1 with vBadvanced and the forum in a sub-folder
1 for which the 1.4 won't work (stay saying loading)

andrewtr89 09-09-2007 04:53 PM

Quote:

Originally Posted by VBDev (Post 1335481)
I think you haven't uploaded the functions_mgc_cb.php file in the includes directory.

Hmm. Turned out I already had the php file there. Did a reinstallation and it worked. :)

Also for suggestions for 1.5:

Less server dependent: All my hosts i've been with have complained about the shoutbox using too much CPU Usage, even when I have it using as few SQL Queries as possible. Usually less than 10 people in it at once.

The Loading Error. I get this too sometimes - not always.

Also, one so as to allow administrators to be protected from all other usergroups with mod over the shoutbox.

Overall, favorite mod on vbulletin. Keep up the good work. :D

Ohiosweetheart 09-09-2007 05:02 PM

Quote:

Originally Posted by VBDev (Post 1335524)
I need two testers :
1 with vBadvanced and the forum in a sub-folder
1 for which the 1.4 won't work (stay saying loading)

I have both, and will test. :)

andrewtr89 09-09-2007 05:21 PM

I also have the loading problem all the time now. Its only on Internet Explorer. It only does this (as far as I know) with guests. Ihave to ask some of my members how it is

Also completely unrelated, ever since I've used the shoutbox the inactivity 'timer' doesnt work. No matter what its set to if you view it as a guest, it will give you the 'you are inactive in the shoutbox' after only several seconds.


All times are GMT. The time now is 02: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.02601 seconds
  • Memory Usage 1,857KB
  • 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
  • (2)bbcode_code_printable
  • (29)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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