The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Excepting moderators from server load restrictions
This is probably in the wrong forum...
I've had to put a log in restriction on the server recently as it's become overloaded. Thankful Admins are except from this, but not moderators. Is there a way I can extend the exemption to moderators too? Thanks |
#2
|
||||
|
||||
In global.php replace this:
Code:
if ($servertoobusy && $bbuserinfo[usergroupid]!=6) { Code:
if ($servertoobusy and ($bbuserinfo['usergroupid'] != 6 and $bbuserinfo['usergroupid'] != 5 and $bbuserinfo['usergroupid'] != 7)) { |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|