In global.php, find:
PHP Code:
if ($servertoobusy AND $bbuserinfo['usergroupid'] != 6) {
And replace it as:
PHP Code:
if ($servertoobusy AND $bbuserinfo['usergroupid'] == 1) {
But remember even this is not the perfect solution as non-cookie users are also "guests" and can not login anymore. Besides if server load is that high, it is not suggest to let members in either..
Ps. Code taken from 2.2.6, I'm not sure if later versions has a different algorithm for server busy error handling..