$ATTEMPTS = parent::ATTEMPTS ; ?>
if($attempt <= $ATTEMPTS && !$_COOKIE["attempt"]) {?>
if($error_msg) { $error_msg = $error_msg." Attempt #".$attempt; }?>
} else { $ATTEMPT_COOKIE = parent::ATTEMPT_COOKIE ;
$attempt_cookie_time = time() + $ATTEMPT_COOKIE * 60;
setcookie("attempt", "shku688hb65", $attempt_cookie_time); ?>
Too many login attempts, please try again in minutes.
}?>