vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Allow some usergroups to bypass "server too busy" error (https://vborg.vbsupport.ru/showthread.php?t=83521)

tamarian 06-21-2005 10:00 PM

Allow some usergroups to bypass "server too busy" error
 
This plugin works on vB 3.5 and 3.6

This is a simple plugin. It allows you to select a primary or secondary usergroup (or groups) to bypass the "server too busy" error message.

Just install the plugin, and edit the plugin from the plugin manager to enter the usergroup id's you would like to let in.

Marco van Herwaarden 06-22-2005 04:38 AM

Could you please upload as a zip-file.

akanevsky 07-26-2005 12:46 AM

This is certainly a nice hack, however the allowed list it through the XML file is not too convenient. Why don't you put that variable as a vBulletin option? Even better, make it a usergroup setting :)

csidlernet 10-05-2005 03:09 AM

/me installs

Diana Notacat 12-13-2005 11:30 PM

Many kudos, this is exactly what I've needed this week! XD

BigSoccer Tech. 02-06-2006 06:53 PM

Quote:

Originally Posted by Diana Notacat
Many kudos, this is exactly what I've needed this week! XD

i installed it and the refernced usergroups are still seeing a server busy. please help!

Totti 02-06-2006 06:57 PM

i think this will only bypass the server-busy sent out by the forum, when the load gets to the count, set in the ACP.

I the server is that busy, that your browser thinks it is busy ... your bowser still will hsow it ... just my opinion. you could try to lower the max load in acp

BigSoccer Tech. 02-06-2006 06:58 PM

Quote:

Originally Posted by Totti
i think this will only bypass the server-busy sent out by the forum, when the load gets to the count, set in the ACP.

I the server is that busy, that your browser thinks it is busy ... your bowser still will hsow it ... just my opinion. you could try to lower the max load in acp

totti that makes no sense.

BigSoccer Tech. 02-06-2006 06:59 PM

Quote:

Originally Posted by husshuss
i installed it and the refernced usergroups are still seeing a server busy. please help!

And in case you want to see my code in global_start:

Code:

// Configure some usergroups to bypass "server too busy" message
// Enter the usergroup id's here, seperated by comma
// Example: $BypassGroup = '5,6';
$BypassGroup = '138,140,5,6,132,144';
// End configuration

if (in_array($vbulletin->userinfo['usergroupid'], explode(',', $BypassGroup))) {
        $servertoobusy = FALSE;
}


BigSoccer Tech. 02-08-2006 08:06 PM

Quote:

Originally Posted by husshuss
And in case you want to see my code in global_start:

Code:

// Configure some usergroups to bypass "server too busy" message
// Enter the usergroup id's here, seperated by comma
// Example: $BypassGroup = '5,6';
$BypassGroup = '138,140,5,6,132,144';
// End configuration

if (in_array($vbulletin->userinfo['usergroupid'], explode(',', $BypassGroup))) {
        $servertoobusy = FALSE;
}


hello?


All times are GMT. The time now is 08:41 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.01126 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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