$err="You have selected the renew option, but the username you gave does not exist.";
break;
case"usernameinvalid":
$err="That username is not available. Please choose another.";
break;
case"renewpasswrong":
$err="The password is incorrect.";
break;
case"bademail":
$err="The email address is not in a valid format. Try again.";
break;
case"shortpassword":
$err="Your password is too short. It needs to be at least 8 characters long.";
break;
case"commonpassword":
$err="Your chosen password is in a <a href=\"https://github.com/danielmiessler/SecLists/tree/master/Passwords\">public list</a> of 1,000,000 common passwords, and is therefore insecure. Choose a better one.";
break;
case"acceptterms":
$err="You need to accept the terms of service.";
break;
case"":
$err="";
break;
default:
$err="An unknown error occurred. Try again, and if the issue persists, <a href=\"https://support.netsyms.com/index.php?a=add&category=9\">open a support ticket</a>.";