Thread: Chat Modifications - VSa - ChatBox (AJAX)
View Single Post
  #1598  
Old 02-05-2011, 04:38 PM
huskermax huskermax is offline
 
Join Date: Mar 2010
Location: Cincinnati
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by McCarron View Post
So doing a search on this thread seems that many people are having this problem of guests getting stuck in the chatbox I currently have been seeing numbers of around 2000 guests online at a time, and all were reading the chatbox or the chatbox archive.

Any way to fix this bug, it's clearly a problem for those of us who allow guests to read the chatbox. I could disable it but I find it helps people want to join if they can read the conversation and not take part in it.

Also it always says "and 1 guests" in the online section. Is this a bug, as it never says anything more than 1 and clearly I got like 2000 guests stuck in here at the moment.
Quote:
Originally Posted by Videx View Post
Finally happened to us too a couple months back. So I disabled Guest access. However, a month later I found some 100X normal Guests - all from different places - all doing different things. Checking my referrers in cpanel led to one site that was using an ISP in South Korea. Since my forum is local, I just used cpanel to ban that entire block. I wont know for another month or two if that really solved the problem.

I guess what I'm saying is it isn't a chatbox issue. It may just be that when all these bots descend on a forum, they're getting caught in the chatbox.
How do you allow guests to use the chatbox? I can't, they can view it but not post anything. When I am logged out or a guest the button to post and the characters allowed # are missing. When I try and type something or hit enter I get errors in firebug.

Code:
vsacb_submitbutton is null
http://www.huskermax.com/vbbs/misc.php?do=cchatbox
Line 480

VSacb_getUsers();
473
474 }
475 else
476 {
477 VSacb_nowLogged = false;
478 vsacb_actbutton.src="images/statusicon/user-offline.png";
479 vsacb_inputfield.disabled = true;
480 vsacb_submitbutton.disabled = true;
481 vsacb_selsize.disabled = true;
482 fetch_object('vsacb_infoarea').innerHTML = 'Not logged in (<a href="javascript:VSacb_LogInOut();">Log-In</a>)';
483 VSacb_nowPosting = true;
See logged out and logged in attachment. For what I see. I have it set up in admin to allow guests.

We do not use this chat as a 24/7 thing. So it is important that I can get this working.
Attached Images
File Type: jpg loggedoutchat.jpg (20.1 KB, 0 views)
File Type: jpg loggedinchat.jpg (31.9 KB, 0 views)
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01085 seconds
  • Memory Usage 1,795KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (2)postbit_attachment
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete