2 || $atype < 1)
$atype = 2;
$problems = [];
if(isset( $_GET["U"], $_GET["AC"] )){
$verify_username = $_GET["U"];
$verify_token = $_GET["AC"];
$hmac = GenHmacMessage($verify_username, "UserActivation", false);
$hmac_hash = bin2hex(base64_url_decode($verify_token));
if(strlen($hmac_hash) != 64){
print_r(strlen($hmac_hash));
echo("INCOMPLETE Activation Code!
");
include("footer.php");
exit();
}
else{
print("
Attempting to Activate your account...
");
if(hash_equals($hmac_hash, $hmac)) {
if(user_exists($verify_username)) {
$user_id = get_userid($verify_username);
if(!get_email_activation_status($user_id)) {
$connect = mysqli_connect($dbhost, $dbuser, $dbpass,$dbname) or die("Unable to connect to '$dbhost'");
$stmt = $connect->prepare("UPDATE Users SET EmailActivated='YES' WHERE Id=?");
$stmt->bind_param("i", $user_id);
$stmt->execute();
echo(' COMPLETED: Successfully Enabled your Account. You may Log in with your name and password at the upper right.
');
include("footer.php");
exit();
}
else{
echo("ACCOUNT ALREADY ACTIVATED: Your account has already been activated. Please login with your username and password.
Your account has been added! Look for the email from '.$from_email.' with your activation code! You cannot play until you CLICK the link with your code in the email. Be sure to check your Spam email box in case it goes there. If you do not get the email soon, feel free to log in with your username and password to re-send the Activation Code to the same or a different email address. Go Back to Main Page |
Horse Isle Create New Account: Only one account per person. Make sure you have parental permission if under 13! Go Back to Main Page |
|