vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - vBISpy - AJAX real-time feed of new posts/threads (https://vborg.vbsupport.ru/showthread.php?t=125947)

ErrorLog 07-25-2008 09:34 PM

Thank You :D

İnstalled 3.7.1 :D

xBhp 07-28-2008 04:38 AM

This plugin seems to have an effect on the performance of the server, specially vb3.7. It seems to creating persistent connection which lead to MySQL crashing with too many users connected error message.

MPDev 07-29-2008 06:03 PM

It's an AJAX app; it's not creating a persistent connection; but depending on the polling time and number of users it would be akin to that many users pushing the NEW POSTS buttons every few seconds. You might try increasing the delay.

nokiacep 07-31-2008 01:21 PM

great hack!!

but

is it possible to show this mod only s.mods and admins?

xBhp 08-01-2008 01:15 AM

Quote:

Originally Posted by MPDev (Post 1586826)
It's an AJAX app; it's not creating a persistent connection; but depending on the polling time and number of users it would be akin to that many users pushing the NEW POSTS buttons every few seconds. You might try increasing the delay.

there is definitely something going on with the app. Whle it was active I used to get max users connected in mySQL every couple of days. After i have disabled it everything is fine and its been 7 days without the max users error.

Eric 08-07-2008 11:56 PM

Quote:

Originally Posted by Julrou (Post 1551667)
Bump :):)

Your problem seems to be your decimal sep ($vbulletin->userinfo['lang_decimalsep']).

Although, to fix it, you could try editing your vaispy.php file:

FIND
PHP Code:

$thread['views'] = vb_number_format($thread['views']); 

REPLACE WITH
PHP Code:

$thread['views'] = vb_number_format($thread['views']);
$thread['views'] = str_replace(' '''$thread['views']); 


Gosef 08-12-2008 03:48 PM

Thank You

Captain Tycoon 08-12-2008 07:28 PM

does this work with 3.7?

zelnik 08-16-2008 02:50 PM

Quote:

Originally Posted by Captain Tycoon (Post 1597227)
does this work with 3.7?

Yes I have it running on the latest version of vB

Conner85 08-18-2008 08:08 AM

running and working on vb3.7.2....

great mod...


All times are GMT. The time now is 10:35 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.01896 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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