vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Chat Modifications - [AJAX] cChatBox (https://vborg.vbsupport.ru/showthread.php?t=169725)

powerful_rogue 03-21-2008 02:36 PM

Ive just had to uninstall as I had 20 emails in my inbox reporting various database errors for this mod.

snunhuck 03-21-2008 04:10 PM

Quote:

Originally Posted by powerful_rogue (Post 1470799)
Ive just had to uninstall as I had 20 emails in my inbox reporting various database errors for this mod.

What were the database error(s) you encountered?

JAuthement 03-21-2008 04:31 PM

not sure what's going on but on my site, the chatbox is stuck on Loading... Please Wait...

powerful_rogue 03-21-2008 06:52 PM

Quote:

Originally Posted by snunhuck (Post 1470851)
What were the database error(s) you encountered?

Quote:

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections
/mnt/web3/33/26/51532726/htdocs/vbtest/includes/class_core.php on line 316

Quote:

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to MySQL server on 'bonanna.store' (4)
/mnt/web3/33/26/51532726/htdocs/vbtest/includes/class_core.php on line 316

Quote:

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug
/mnt/web3/33/26/51532726/htdocs/vbtest/includes/class_core.php on line 316

All the above errors x6 each. Each error related to this mod.

Regarding the too many connections -Im using this on a test site, im the only user that has access!

Ive had to uninstall it for now, hopefully these issues can be resolved as it looks like the making of a very good chatbox.

thenutthouse 03-30-2008 03:43 PM

currently I use Dream's Chatbox, but I have been looking for one to use that has more options. The only thing missing from this one is the ability to add [img] tags. How can I add this to mine as this ability has become very popular on my site, and would hate to loose it.

Thnx,
~thenutthouse

Medtech 03-30-2008 09:17 PM

My host deactivated my cchatbox....they sent me this:


Quote:

Upon a recent check on our pandora server, we have been forced to disable your script at /home/XXXXXXXXXXXXX/public_html/forums/cchatbox.php. This script had roughly around 40-45 incoming apache connections (at any given time), having an adverse effect on the load and, therefore, impacting the otgher servers from our shared server.

After we have disabled your script, the load on the server dropped from a dangerous value of 14-16 to a much safer 5-6.

Please consider adjusting your scripts so that such issues will not reoccur, as your account is currently using (mainly due to the disabled scripts) an average of 15% from the entire CPU power, which is an unnacceptable value for a shared environment.

Thank you for your attention on this important matter.
i had about 300 users online at the time, good thing all 3,600 weren't online.
is there anything that can be done to fix this so i can use it?

cajunboy2208 04-01-2008 06:19 PM

Yea, my host made me take it down as well.
We were using over 95% of the server resources!
YIKES!
So, I guess this is the end of this chatbox unless you are on dedicated hosting...

poolking 04-08-2008 11:28 PM

I have a problem in firefox using this when I want to change the font colour.

I go to click on a font colour it then loads up a blank white page and I have to press the back arrow key to reload the forum homepage then I can type in the font I chose.

Checked it in IE7 and it works as intended.

So what is the problem in firefox?

I am using firefox 2.0.0.13.

gkaradagan 04-11-2008 12:54 PM

hımmm very nice...

dcw 04-11-2008 10:17 PM

I just installed this and in the ACP I get these

Quote:

Allow Actions
Select the allowed action for users that can use actions.
By default the Administrator(Usergroup ID = 6) can use All Actions.
An error occurred while processing the bitfield files, the following information was returned:
Quote:

Allowed BBCode
Select the allowed bbcode for the ChatBox.
An error occurred while processing the bitfield files, the following information was returned:
And my chatbox says loading and when I type it brings me to a blank page.

Shawn Yue 04-14-2008 08:44 AM

The ShoutBox Command Lag And Whole Thing Lag....

Shawn Yue 04-14-2008 10:10 AM

I Use IE 7 Fine

FireFox Cannot Type My User

Opera Also Cannot Type At All...

Netscape Navigator Also Cannot Type At All

Flock Also Cannot Type At All In the ChatBox Please Help Me Pls

Bosco Wong 04-17-2008 06:41 AM

Quote:

Originally Posted by Shawn Yue (Post 1490297)
I Use IE 7 Fine

FireFox Cannot Type My User

Opera Also Cannot Type At All...

Netscape Navigator Also Cannot Type At All

Flock Also Cannot Type At All In the ChatBox Please Help Me Pls

Same problem...

txspaderz 04-19-2008 04:04 AM

Liked it, but once I got around 10-20 users it would bog my server down... I'm on a dedicated too!

Thanks for the hard work though.

cagbaazee 04-19-2008 03:08 PM

Quote:

Originally Posted by Bosco Wong (Post 1492736)
Same problem...

Same problem i hv face that... please resolve it. Thanks

Cireus 04-23-2008 01:36 AM

*edit*

problem solved. The errors I was getting was for a different mod I'd tried out.

Chance4Today 04-24-2008 10:26 AM

I am receiving this error in the chat box.

securitytoken=32ea479a2e0d6cc38e171f8a0ee7898 81337c853

Chewitt 04-24-2008 12:21 PM

i to am getting the securitytoken messages, it must be something to do with the security changes in RC4

cheat-master30 04-24-2008 06:21 PM

I'm getting the security problem for some users, but not others. Any reason?

cheat-master30 04-24-2008 06:29 PM

Fixed security problems. Go to both templates, find the forms and add this code somewhere in them:

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Then I followed some advice meant for vB Shout and changed this in vBulletin global script:

Code:

datastream + "securitytoken="
To

Code:

datastream + "&securitytoken="
It then all worked.

Chewitt 04-24-2008 07:05 PM

that worked great, but were do i find the global script to change the last bit.

cheat-master30 04-24-2008 07:10 PM

You need the uncompressed scripts from vBulletin.com, as the compressed ones don't have that to fix...

siriuxs 04-24-2008 07:53 PM

Hi, Excuse me but I'am italian and don't Understood...Who and Where is both templates ???

Thanks!

cheat-master30 04-24-2008 07:55 PM

Style Manager -> Choose Style -> Edit Templates -> cchatbox and cchatbox_editor_toolbar

Chance4Today 04-24-2008 10:59 PM

Quote:

Originally Posted by cheat-master30 (Post 1498423)
Fixed security problems. Go to both templates, find the forms and add this code somewhere in them:

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Then I followed some advice meant for vB Shout and changed this in vBulletin global script:

Code:

datastream + "securitytoken="
To

Code:

datastream + "&securitytoken="
It then all worked.

What ya mean about the *find the forms?*

Chance4Today 04-24-2008 11:06 PM

Never mind it works I just put it in and it works thanks a bunch ;)

Ranger187 04-24-2008 11:35 PM

I am getting "Loading... Please Wait... "......

Am I missing something?

adivor 04-25-2008 06:39 AM

with new update of vbulletin ( beta4 3.7 and 3.6.19) this plugin don't work, if i write i don't see my text in chat box ;-)

Davidinh 04-26-2008 10:29 AM

The option edit/del is not working
when I double click on my own mess the form edit/del show but it is not function at all

any idea to fix this bug everyone

regard,

ps, are there ways to hold a user setting (color, font, etc ....)

msorin 04-26-2008 01:52 PM

Is there anyway to disable this to not show on some pages? And is there a way to show chat on iBproArcade?

Ranger187 04-26-2008 02:27 PM

Yeah, there should be. I know MGC allows that. Should be an "exception" rule...

Namaless 04-26-2008 02:33 PM

I get this when update/delete message:
Code:

SELECT userid FROM vb_cchatbox_message WHERE id = 2001securitytoken=d6bc4c3c91741237185dd74beb55fd9c795b60cf
For sendmessage I have fixed added Input-Hidden fiel into cchatbox template.

I have fixed Delete Function, but get same sql error for editing message...

Regards.

mblb 04-27-2008 05:50 AM

Some commands are not working, it seems. EG if i type /topic <hello> It says " <G.I.R.L> Topic changed by ~Lisa~ "

Or

/say <broke> <hello>

I get

<> <hello>

jambo310 04-28-2008 03:15 PM

Yeah are you going to update this for th enew 3.7.4 security kernel thing?

mblb 05-01-2008 01:57 AM

Gold is out!

tehtide 05-01-2008 08:15 PM

chatbox is neet... very cool.

One thing... when I click on the collapse icon it doesn't collapse... any ideas?

cheat-master30 05-01-2008 09:37 PM

Quote:

Originally Posted by mblb (Post 1500471)
Some commands are not working, it seems. EG if i type /topic <hello> It says " <G.I.R.L> Topic changed by ~Lisa~ "

Or

/say <broke> <hello>

I get

<> <hello>

Some sadly don't work, but you have to refresh the page for the topic to change...

Quote:

Originally Posted by jambo310 (Post 1501551)
Yeah are you going to update this for th enew 3.7.4 security kernel thing?

You could always apply the fixes mentioned a few pages back by adding some template mods and changing some javascript...

Centrix 05-02-2008 03:21 PM

I tried to install it.. but mysql syntax errors everywhere....

dont know if its because of the mod or not, but it happened right after I installed it...

321Go 05-02-2008 06:44 PM

can you add a bad word filter please :)

nsusa 05-04-2008 02:00 AM

Can this be displayed while only being in specific forums? I do not want to show it everywhere.

Thanks.


All times are GMT. The time now is 09:15 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.01338 seconds
  • Memory Usage 1,819KB
  • 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
  • (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