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;
}