Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Exempt all administrators, supermoderators, and moderators from server load messages Details »»
Exempt all administrators, supermoderators, and moderators from server load messages
Version: 1.00, by Gary King Gary King is offline
Developer Last Online: Jun 2020 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 08-30-2003 Last Update: Never Installs: 5
 
No support by the author.

What does this hack do?

It exempts all administrators, supermoderators, and moderators from the server load messages. Usually, ALL users except for administrators get the "server is too busy at the moment" message when the server load is higher than the *NIX Load Limit specified in vBulletin Options.

With this hack, all staff (admin, supermod, mod) will be able to browse the board without seeing the message, even if the server load is higher than the amount specified.

I hope this helps you out in some way!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 09-17-2003, 08:54 AM
X-Fan's Avatar
X-Fan X-Fan is offline
 
Join Date: Jan 2002
Location: Adelaide, Australia
Posts: 496
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well the install instructions were pretty simple. I doubt anyone could follow them incorrectly, so I really don't know what it could be.
Reply With Quote
  #13  
Old 09-17-2003, 08:32 PM
JonP JonP is offline
 
Join Date: Nov 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesn't work for me either. Installed correctly.
Reply With Quote
  #14  
Old 09-17-2003, 08:35 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JonP
Doesn't work for me either. Installed correctly.
What problem do you have after installation?
Reply With Quote
  #15  
Old 09-18-2003, 04:49 PM
JonP JonP is offline
 
Join Date: Nov 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The server load message appears for everybody, including administrators, which is of course supposed to be off by default.

Perhaps there is a setting which overrides this? Or maybe there is an inconsistency with grabbing the user levels from the style?

Any help to resolve this is greatly appreciated. Thanks.
Reply With Quote
  #16  
Old 09-18-2003, 07:15 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JonP
The server load message appears for everybody, including administrators, which is of course supposed to be off by default.

Perhaps there is a setting which overrides this? Or maybe there is an inconsistency with grabbing the user levels from the style?

Any help to resolve this is greatly appreciated. Thanks.
That's pretty strange, the modification works fine for me (just re-tested it now.)
Reply With Quote
  #17  
Old 03-09-2004, 01:37 AM
rikku3978 rikku3978 is offline
 
Join Date: Mar 2004
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to get it to work with regular users also?
Reply With Quote
  #18  
Old 03-09-2004, 11:16 AM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rikku3978
Is there a way to get it to work with regular users also?
Replace
PHP Code:
if ($servertoobusy AND $bbuserinfo['usergroupid'] != AND $bbuserinfo['usergroupid'] != AND $bbuserinfo['usergroupid'] != 7) { 
with
PHP Code:
if ($servertoobusy AND $bbuserinfo['usergroupid'] != AND $bbuserinfo['usergroupid'] != AND $bbuserinfo['usergroupid'] != and $bbuserinfo[usergroupid] != 2) { 
Reply With Quote
  #19  
Old 03-10-2004, 09:34 PM
huss huss is offline
 
Join Date: Nov 2001
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its not working for me either.
sould there be parens around the user groups and the ands in those parens become ors?
Reply With Quote
  #20  
Old 03-10-2004, 10:13 PM
huss huss is offline
 
Join Date: Nov 2001
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is my code

if ($servertoobusy and $bbuserinfo['usergroupid'] != 6 and $bbuserinfo['usergroupid'] != 5 and $bbuserinfo['usergroupid'] != 132 and $bbuserinfo['usergroupid'] != 137) {

where the usergroups you don't recognize are my subscribers who pay for this priveldge. it used to work and today stopped when i upgraded to 2.34
Reply With Quote
  #21  
Old 03-10-2004, 10:57 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by huss
this is my code

if ($servertoobusy and $bbuserinfo['usergroupid'] != 6 and $bbuserinfo['usergroupid'] != 5 and $bbuserinfo['usergroupid'] != 132 and $bbuserinfo['usergroupid'] != 137) {

where the usergroups you don't recognize are my subscribers who pay for this priveldge. it used to work and today stopped when i upgraded to 2.34
Wow you sure have a lot of usergroups if you reached 137 Anyways, that sounds strange, maybe you replaced the code completely when upgrading and didn't upgrade correctly?
Reply With Quote
Reply


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 03:38 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04464 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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