Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 03-28-2005, 09:30 PM
pcoskat pcoskat is offline
 
Join Date: Apr 2002
Location: atlanta
Posts: 423
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm, don't like the sound of that...

How many people would you have in the room at one time?
Reply With Quote
  #12  
Old 03-28-2005, 11:02 PM
Talisman's Avatar
Talisman Talisman is offline
 
Join Date: Aug 2002
Location: USA/West Coast
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Silver740, you might be interested in glancing through some of these related threads for FlashChat. There's alot already here.

https://vborg.vbsupport.ru/search.php?searchid=1114544
Reply With Quote
  #13  
Old 03-30-2005, 09:44 PM
camoman camoman is offline
 
Join Date: Oct 2004
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I integrated in vb 3.0.3 and upgraded to 3.0.7 at which point it broke When it loads all I get is a blue screen now.. Does anyone know what could be wrong?? here is the erros I reciove in my httpd logs:

Thu Mar 24 10:58:17 2005] [error] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home2/camoman/public_html/forum/FlashChat/inc/classes/chatServer.php on line 64
[Thu Mar 24 10:58:17 2005] [error] PHP Warning: fflush(): supplied argument is not a valid stream resource in /home2/camoman/public_html/forum/FlashChat/inc/classes/chatServer.php on line 63
[Thu Mar 24 10:58:17 2005] [error] PHP Warning: fwrite(): supplied argument is not a valid stream resource in /home2/camoman/public_html/forum/FlashChat/inc/classes/chatServer.php on line 61
[Thu Mar 24 10:58:17 2005] [error] PHP Warning: fopen(./appdata/appTime.txt): failed to open stream: Permission denied in /home2/camoman/public_html/forum/FlashChat/inc/classes/chatServer.php on line 60
[Thu Mar 24 10:58:17 2005] [error] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home2/camoman/public_html/forum/FlashChat/inc/classes/chatServer.php on line 64
[Thu Mar 24 10:58:17 2005] [error] PHP Warning: fflush(): supplied argument is not a valid stream resource in /home2/camoman/public_html/forum/FlashChat/inc/classes/chatServer.php on line 63
[Thu Mar 24 10:58:17 2005] [error] PHP Warning: fwrite(): supplied argument is not a valid stream resource in /home2/camoman/public_html/forum/FlashChat/inc/classes/chatServer.php on line 61
Reply With Quote
  #14  
Old 04-05-2005, 08:12 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pcoskat
hmmm, don't like the sound of that...

How many people would you have in the room at one time?
At the time they barred it we had 30 users in chat :nervous:
Reply With Quote
  #15  
Old 05-25-2005, 01:53 AM
PhotoGenie PhotoGenie is offline
 
Join Date: Jan 2002
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a good chat program.. The only trouble I've had with the whole integration into VB is members closing the browser instead of logging out. They stay logged in when they do this. If you have members in chat showing on your main page they show as logged in until logged out. It would be nice if it would time out and log you out of chat like your logged out of vbulletin. Other than that its great! I'm using this on my site now.
Reply With Quote
  #16  
Old 05-25-2005, 02:11 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PhotoGenie
This is a good chat program.. The only trouble I've had with the whole integration into VB is members closing the browser instead of logging out. They stay logged in when they do this. If you have members in chat showing on your main page they show as logged in until logged out. It would be nice if it would time out and log you out of chat like your logged out of vbulletin. Other than that its great! I'm using this on my site now.
Firstly you can add wording to the little red logout button so it says "Press to Log Out" (or similar) - making it much more obvious.

Secondly you can set the appropiate timeout so that if the user stops responding they are logged out automatically - I have mine at about 120 seconds I think (there is still one problem with this, it fails if they are the last person in the chat - until someone else logs in). You could probably cure this with a custom cron job.
Reply With Quote
  #17  
Old 07-09-2005, 12:45 AM
Kaelon's Avatar
Kaelon Kaelon is offline
 
Join Date: Jan 2002
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Stay far away from this chat room, if you know what's good for you. The coding is inherently faulty - it constantly writes to simple text files, which add a tremendous amount of load to your server. The practical "cap" for this chat room is around 20-30 users, after which time, your system will begin to buckle under the pressure and you'll begin to receive many errors.
Reply With Quote
  #18  
Old 08-23-2006, 05:26 PM
Sheela Sheela is offline
 
Join Date: Aug 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kaelon
Stay far away from this chat room, if you know what's good for you. The coding is inherently faulty - it constantly writes to simple text files, which add a tremendous amount of load to your server. The practical "cap" for this chat room is around 20-30 users, after which time, your system will begin to buckle under the pressure and you'll begin to receive many errors.
Kaelon - can you recommend another chat that integrates well into VBulletin (3.6.0) and is less load on the server?
Reply With Quote
  #19  
Old 08-23-2006, 05:33 PM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i never had that problem with it, and we saw upto 75 users in there at a time.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:40 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.07714 seconds
  • Memory Usage 2,240KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete