vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Flashchat: Who is chatting (https://vborg.vbsupport.ru/showthread.php?t=73042)

Paul M 05-06-2005 06:53 PM

BTW, not related, but just reading your forum I noticed you had changed the refresh time from 3 secs to 0.1 secs - this is a very bad idea - 2 seconds is about the minimum you should consider. Basically you are telling every user to poll the server every 0.1 seconds - using large amounts of bandwidth and eventully if quite a few join, collapsing the whole thing. (Imagine trying to refresh a normal page 10 times a second !!).

Acers 05-07-2005 12:35 AM

thanks for telling that.
Actually i did that as a test to see if it fixes lag. Right now all were complaining of some 7 to 30 secs lag. I tried to test the chat with high refresh to see if it did anything. It hasn't. Ar best its now variable with some users getting it way too high and some low.
Anyway i will make it back to 2secs.

the problem is caused only on
1. Index.php edited, Forumhome not changed.
(or even if i change forumhome, and don't edit the index.php its allright. Its only on index.php file edit that it occurs.)
btw i just sent you some details via pm(index file and test user details.)

Sleazy 05-15-2005 04:00 PM

I am trying to use this code in collaboration with AdColumns so that it has a Whos in chat display on a side column. I put this code in a template being called by AdColumns but it doesn't appear to work this way. The template is being called on ForumHome, is there anything you can think of that would fix this problem so the code can function as part of a template that is being called?

Paul M 05-15-2005 05:25 PM

I don't know much about adcolumns - and am not really sure what you are saying doesn't work. Can you be more specific, or link to your site.

Paul M 05-15-2005 09:25 PM

Sleazy - thanks for the PM - I have replied with what should be the answer for you.

T3MEDIA 05-15-2005 10:55 PM

hey paul should I bother with flash chat?

dsboyce8624 05-15-2005 11:59 PM

Quote:

Originally Posted by T3MEDIA
hey paul should I bother with flash chat?

AFAICT FlashChat is the best out there right now.

I have it, and this hack installed. Both running smoothly.

Paul M 05-16-2005 12:14 AM

Quote:

Originally Posted by T3MEDIA
hey paul should I bother with flash chat?

Well that depends - do you want a chat system ?

If so then yes, FC does the job (as do others I might add, but I, and many others chose this one).

Romeos Tune 05-16-2005 01:19 AM

Hey Paul,

I'm running VB3.03 and the latest FlashChat.... For some reason I'm getting this error. It's adding an extra vb3_ it seems when doing the queries.... I'm still too new to figure this out I guess..... Any help would be appreciated.....

Database error in vBulletin 3.0.3:

Invalid SQL: SELECT connections.userid, connections.roomid, rooms.name, rooms.ispublic, connections.start,
user.usergroupid, user.displaygroupid, user.options, user.username, groupa.opentag as opentaga, groupa.closetag as closetaga,
groupb.opentag as opentagb, groupb.closetag as closetagb
FROM vb3_vb3__fc_connections as connections
LEFT JOIN vb3_vb3__fc_rooms as rooms ON(connections.roomid = rooms.id)
LEFT JOIN vb3_user as user ON(connections.userid = user.userid)
LEFT JOIN vb3_usergroup as groupa ON(user.usergroupid = groupa.usergroupid)
LEFT JOIN vb3_usergroup as groupb ON(user.displaygroupid = groupb.usergroupid)
WHERE connections.userid IS NOT NULL ORDER BY start
mysql error: Table 'vb.vb3_vb3__fc_connections' doesn't exist

mysql error number: 1146

esology 05-16-2005 01:41 AM

Romeos Tune,
I am getting the exact same error. Still trying to figure out what it is.


All times are GMT. The time now is 09:25 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.01328 seconds
  • Memory Usage 1,736KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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