'.$GLOBALS['DISABLED_REASON'].' '); } else { exit(' '.$GLOBALS['FORUM_TITLE'].$TITLE_EXTRA.' '.$RSS.'
'.($GLOBALS['FUD_OPT_1'] & 1 && $GLOBALS['FUD_OPT_1'] & 16777216 ? '
'._hs.'
 
' : '' ) .' '.$GLOBALS['FORUM_TITLE'].'
'.$GLOBALS['FORUM_DESCR'].'


'.$GLOBALS['DISABLED_REASON'].'


Administrators can login here.

'.(!empty($RIGHT_SIDEBAR) ? '
'); } } /** User is banned. Notify and hang up. */ function exit_user_banned() { $TITLE_EXTRA = $RSS = null; header('HTTP/1.1 403 Forbidden'); header('Status: 403 Forbidden'); header('Connection: Close'); header('Content-type: text/html; charset=utf-8'); exit(' '.$GLOBALS['FORUM_TITLE'].$TITLE_EXTRA.' '.$RSS.'
'.($GLOBALS['FUD_OPT_1'] & 1 && $GLOBALS['FUD_OPT_1'] & 16777216 ? '
'._hs.'
 
' : '' ) .' '.$GLOBALS['FORUM_TITLE'].'
'.$GLOBALS['FORUM_DESCR'].'


Your prior actions have resulted in you being permanently banned from this forum. Goodbye.

'.(!empty($RIGHT_SIDEBAR) ? '
'); } ?>