vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Chat Modifications - Cyb - ChatBox (https://vborg.vbsupport.ru/showthread.php?t=201283)

jkcerda 09-15-2009 01:28 AM

WOW, I had abad luck the first time I tried it and now everything works, grat MOD Cyb :up:

I.am 09-15-2009 12:56 PM

This chatbox cause a high server load?

jkcerda 09-16-2009 11:41 PM

Quote:

Originally Posted by boris163 (Post 1879830)
????????

I got the same error

Quote:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

jkcerda 09-17-2009 12:23 AM

the error is occuring when spell check gets used:confused:

ChopSuey 09-17-2009 04:03 AM

Thats because your login session has epired.

jkcerda 09-17-2009 04:23 AM

Quote:

Originally Posted by ChopSuey (Post 1886155)
Thats because your login session has epired.

did spell check while I was posting, i WAS logged in.

jkcerda 09-17-2009 10:49 PM

Chatbox is acting weird.

would post a message and it would disappear, few minutes later, it would show up along with ANY other messages that got posted in that time frame, I deleted all the messaages and they would re-appear & disappear:confused:

jkcerda 09-17-2009 10:54 PM

getting DB errors now.
EDIT, IT WAS a server issue.

popowich 09-18-2009 01:38 PM

Hello,

I get a database error email every time someone hits the vbshout.php link directly.

Is there a way to rig it so that it can only be called from vB and not directly?

-Raymond

pmex 09-18-2009 04:26 PM

hello,

i installed the chatbox a couple months ago and everything is working fine.

one thing i've noticed is now my currently active users jumps up into the thousands when i know there are only 20-30 people online.

you can see here; http://www.pmex.net/forums/index.php
Most users ever online was 4,078, Yesterday at 08:32 PM.

when i click on the currently active users and look at their ip it shows a bunch of bots reading the chatbox.

does anyone know whats going on here or where i can post to have this fixed.

thank you
thomas

vandan 09-18-2009 04:55 PM

Thank you for your time.

AfterWorldForum 09-19-2009 12:16 PM

Installed, and extremely pleased with it. Top notch.

I did use the earlier listed template-edit to exclude bots and spiders from accessing the chat-archive. Let's see if that prevents the issues others are seeing.

Thanks a lot, Cyb.

Snug 09-21-2009 12:45 AM

how do i get a submit button added on there for people to post from their phones?

mp3u 09-24-2009 10:59 AM

I just upgraded to the latest version my users with IE8 still can't get it to work properly.
If you look at it on IE8 it crashes after about a minutes or so and there are occasional lost messages and delays where it seems to freeze. No problem with Firefox or Chrome but there are a LOT of people using Explorer...

Is this something unique to my forum or is it an issue with the mod?

realdx 09-24-2009 02:10 PM

Quote:

Originally Posted by jkcerda (Post 1886080)
I got the same error

same here... logged in, no spell check, security token missing... unistalled.. sigh

atcspaul 09-24-2009 02:44 PM

Quote:

Originally Posted by Snug (Post 1888265)
how do i get a submit button added on there for people to post from their phones?

i post all the time on my iphone, the submit is the little arrow up where bold and stuff is

blissend 09-25-2009 01:36 AM

Note the character limit can be defeated. Simply copy a large piece of text and paste and hit enter as fast as possible. You have to do it really fast but it can be defeated. Is there a fix for this? I have the latest version installed.

blissend 09-25-2009 01:51 AM

Ok I found a temporary fix for this.

In vbulletin admincp -> plugins & products -> plugin manager. Then scroll down to the chatbox section and click edit on the row that says misc_start. Search for...

PHP Code:

if (!empty($vbulletin->GPC['ccb_newmessage']) 

and replace with something like this...

PHP Code:

if (!empty($vbulletin->GPC['ccb_newmessage']) && strlen($vbulletin->GPC['ccb_newmessage'])<256 

I wrote the number 256 as I'm not sure what's the variable name the coder uses for limitations. If someone knows, please let me know too.

Barteh 09-27-2009 11:22 AM

Quote:

Originally Posted by mp3u (Post 1889855)
I just upgraded to the latest version my users with IE8 still can't get it to work properly.
If you look at it on IE8 it crashes after about a minutes or so and there are occasional lost messages and delays where it seems to freeze. No problem with Firefox or Chrome but there are a LOT of people using Explorer...

Is this something unique to my forum or is it an issue with the mod?

Do you have any IE add-ons installed? My chatbox seems to be working flawlessly, regardless of browser type.

Snug 09-27-2009 11:52 AM

Quote:

Originally Posted by atcspaul (Post 1889936)
i post all the time on my iphone, the submit is the little arrow up where bold and stuff is

https://vborg.vbsupport.ru/external/2009/09/1.png
doesnt show up on mine, neither does the drop down menu to change the text size

just uninstalled and installed and nothing

Yosef Sh 09-28-2009 08:30 AM

Database error in vBulletin 3.8.3:

Invalid SQL:

INSERT INTO product
(productid, title, description, version, active, apm_releasedate, apm_author, apm_relatedurl, apm_extrainfo, apm_extraedit,apm_installdate,url, versioncheckurl)
VALUES
('cybchatbox',
'Cyb - ChatBox',
'Cyb - ChatBox',
'2.3',
1,
'',
'',
'',
'',
'',
'1254130194',
'https://vborg.vbsupport.ru/showthread.php?t=177552',
'https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=cybchatbox');

MySQL Error : Unknown column 'apm_releasedate' in 'field list'
Error Number : 1054
Request Date : Monday, September 28th 2009 @ 12:29:54 PM
Error Date : Monday, September 28th 2009 @ 12:29:54 PM

mp3u 09-28-2009 09:31 AM

Quote:

Originally Posted by Barteh (Post 1891272)
Do you have any IE add-ons installed? My chatbox seems to be working flawlessly, regardless of browser type.

No add-ons, plus it's not just me - all of my users on Explorer have frequent crashes....

Cybershaolin 09-28-2009 04:21 PM

1 Attachment(s)
I've got a problem when displaying the chatbox in full mode. Below my forum title it displays "Forms" instead of ChatBox! See picture. Why is it doing this?

Brandon Sheley 09-28-2009 04:34 PM

can we add something to the navbar that shows X chatbox post since last visit?
like the # new post option

atcspaul 09-28-2009 09:06 PM

Quote:

Originally Posted by Snug (Post 1891284)
https://vborg.vbsupport.ru/external/2009/09/1.png
doesnt show up on mine, neither does the drop down menu to change the text size

just uninstalled and installed and nothing

i have the 3g and not sure if that makes a difference. i get in chat all the time with it. you have to first click on the box where you type the message and then instead of typing done when you are done click on the chatbox submit arrow.

Snug 09-29-2009 07:49 AM

Quote:

Originally Posted by atcspaul (Post 1892001)
i have the 3g and not sure if that makes a difference. i get in chat all the time with it. you have to first click on the box where you type the message and then instead of typing done when you are done click on the chatbox submit arrow.

yea i have tried on a 3g and 3gs, neither one show up, it should show up when im on my computer also, but it doesnt

AusPhotography 10-02-2009 12:02 AM

Thanks!
We have restricted ours to mods and admins and it is very handy!
Chat (in general) is too hard to moderate on a big forum.

www.ausphotography.net.au

Neomega 10-02-2009 04:26 AM

Just wanted to stop in and say thanks for the great mod, installed.

www.gamescrim.com if anyone wants to see, I have the minichat at the bottom of the site so it doesn't bother peeps who don't want to chat. Man, vb mods have really improved, thx for making it so easy to install.

jkcerda 10-02-2009 04:48 PM

is there a way for the CB to refresh ONLY after someone post?
its agreat hack, BUT, it seems the 10 sec time is giving me issues.

getting an error on it.

>> mysql_connect(): Can't connect to MySQL server on 'mysql' (13) /includes/class_core.php on line 311

jkcerda 10-02-2009 06:07 PM

Quote:

Originally Posted by Chris Sotier (Post 1884223)
How do you change from military time to standard 12 hours?

go from H:i to D:h:ia

CASE SENSITIVE.

BusterHymens 10-03-2009 03:31 AM

Quote:

Originally Posted by jkcerda (Post 1893819)
is there a way for the CB to refresh ONLY after someone post?
its agreat hack, BUT, it seems the 10 sec time is giving me issues.

getting an error on it.

>> mysql_connect(): Can't connect to MySQL server on 'mysql' (13) /includes/class_core.php on line 311


I get the same error. Whats the deal here. I have read all 29 pages and no answer to this. Come on now? I think its a 3.8.4 issue because before it worked fine on 3.8.2

Stratto 10-06-2009 11:28 AM

After trying to install many chats, I went with this one and it was so simple and easy to install I was amazed.

Thanks :3

Sador 10-06-2009 10:37 PM

Although it is a nice mod, not having the option to use private messages within the chat and not being able to use modpowers within the chat itself (instead of the archives) made me decide to uninstall it.

Too bad, it looks great. :)

jkcerda 10-08-2009 02:27 AM

Quote:

Originally Posted by BusterHymens (Post 1894066)
I get the same error. Whats the deal here. I have read all 29 pages and no answer to this. Come on now? I think its a 3.8.4 issue because before it worked fine on 3.8.2

bumping this post


would LOVE to know if anyone has found a way to have 2 separate chat boxes in different parts of the forum

Cybershaolin 10-09-2009 03:55 AM

Quote:

Originally Posted by Cybershaolin (Post 1891850)
I've got a problem when displaying the chatbox in full mode. Below my forum title it displays "Forms" instead of ChatBox! See picture. Why is it doing this?

Nobody facing this issue?

silver1410 10-09-2009 05:19 AM

Could someone tell me what the default was here before I stupidly made it blank?

Show ChatBox on (comma separated THIS_SCRIPT locations)
Blank to show on all pages (not recommended because of server load)

thank you.

kersti 10-14-2009 07:23 AM

The sound when a user posts is absolutely horrible, does anyone have any alternative sound files that they can share?

Sulley007 10-14-2009 09:46 AM

kersti how did you get it to make a sound with a new post in the chat box? mine doesn't seem to do this?

kersti 10-14-2009 10:12 AM

Oops, my bad - I uninstalled this one a few months back and used MCG Chatbox Evo instead but forgot to click on uninstalled here and so got myself confused! Sorry :o

Sulley007 10-14-2009 10:22 AM

No problem, funny i have just picked that up for the sole reason it had the audible sound with post. Have not installed yet. let me know what you find out on the sound options.:up:


All times are GMT. The time now is 11:15 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.02164 seconds
  • Memory Usage 1,828KB
  • 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_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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