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)
-   -   Add-On Releases - Official AddonChat Product (https://vborg.vbsupport.ru/showthread.php?t=179346)

Boofo 05-16-2008 06:03 AM

A lot of differences. For one, this is hosted on their servers so no server issues on your end whereas flashchat can start getting server intensive with a few users on, from what I have heard.

TCB 05-16-2008 12:56 PM

I've experienced quite some serverload when using Flashchat (with about 10-15 people using it). Would this one be better?

I have to look on your site later today, but do users make mods for this product (like "who's chatting" blocks)?

Boofo 05-16-2008 01:10 PM

Yes, as it is hosted on their server.

Also, the templates for this hack need to be cached.

Grim77 05-16-2008 01:10 PM

Quote:

Originally Posted by TCB (Post 1521564)
I've experienced quite some serverload when using Flashchat (with about 10-15 people using it). Would this one be better?

I have to look on your site later today, but do users make mods for this product (like "who's chatting" blocks)?

Many (most?) Flash and AJAX chat applications use your web server for all incoming/outgoing chat messages. This requires constant polling, and places a lot of stress/load on your web server and database. These connections are not real-time socket connections.

AddonChat uses a real (stateful) chat server, and is hosted on our server farm. When a user connects, he/she has a direct socket connection to our chat servers which maintain state without constant polling of web servers and databases. It is much faster, and our chat rooms can easily accommodate hundreds of concurrent users.

Put simply, there is no additional server load on your system -- we host and manage everything. Our servers are built to handle any potential issue; they all have dual CPU's, redundant (RAID) drives, and we have standby systems for every server. We optimize our operating systems specifically for chat servers.

We've been doing this for many years now. Our clients range from single family's who use our chat room for occasional "get-togethers" to Fortune 500 clients, major news networks, and election campaigns.

Grim77 05-16-2008 01:13 PM

Quote:

Originally Posted by Boofo (Post 1521581)
...the templates for this hack need to be cached.

Do you think all of the templates should be cached, or just the navbit that is displayed throughout the forum?

Boofo 05-16-2008 01:39 PM

Here is what I did. I added this to the cache_templates hook:

Code:

$aoctemplates = array(
'addonchat_embed',
'addonchat_nav_link',
'addonchat_popup',
'addonchat_who',
'addonchat_who_bit'
);
$globaltemplates = array_merge($globaltemplates, $aoctemplates);


That catches the popups and any others in use anywhere.

Grim77 05-16-2008 01:51 PM

Quote:

Originally Posted by Boofo (Post 1521608)
Here is what I did. I added this to the cache_templates hook:

Code:

$aoctemplates = array(
'addonchat_embed',
'addonchat_nav_link',
'addonchat_popup',
'addonchat_who',
'addonchat_who_bit'
);
$globaltemplates = array_merge($globaltemplates, $aoctemplates);


That catches the popups and any others in use anywhere.

I like it. Thank you. I'll add it to the next minor update, though I think we'll limit it to just the addonchat_nav_link and the addonchat_who_bit -- these two will help speed up the system; the others though are only used when the addonchat.php script is called, or the addonchat_who.php script is called; so caching them throughout the entire site isn't necessary and may slow your site down.

We're still working with a couple people who have highly modified forums (most are using scripts that aren't taking advantage VB's product system, and require lots of manual code and/or template modifications) -- but never the less, we're seeing what we can do to help work-around some of these not-so-friendly mods :) I imagine we'll have another minor update out in a few weeks.

For everyone else reading who isn't a coder, don't worry about this now :)

Thank you again, Boofo!

Boofo 05-16-2008 02:22 PM

Well, I would add them all as the Who's chatting will get used a lot and that isn't going to slow the site down at all just caching the three other ones.

Also, the 'Link Chat to Forum - User Profiles' and 'Link Chat to Forum - Find Posts By User' links give me an error page. I haven't checked the other ones yet. I am using the Pro PLUS now.

RvG2 05-16-2008 02:43 PM

Can I show this part to forumhome?

I really like the feature that it was hosted to somebody else not my server.

ogameclub 05-16-2008 07:15 PM

Error in automatic lookup:
PHP Code:

Warningfile() [function.file]: URL file-access is disabled in the server configuration in [path]/admincp/addonchat.php on line 96

Warning
file(http://clientx.addonchat.com/queryaccount.php?id=308738&md5pw=2121353c4516466c9e87714f3a6765e3) [function.file]: failed to open stream: no suitable wrapper could be found in [path]/admincp/addonchat.php on line 

Account No: SC-308738


All times are GMT. The time now is 11:59 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.01441 seconds
  • Memory Usage 1,753KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (3)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