
02-08-2006, 08:06 PM
|
|
|
Join Date: Feb 2005
Location: Manhattan
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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?
|