KeyMaster

Account Lookup Activation Key Lookup Discord User Lookup License Key Lookup

Activation Key Lookup

"; try { checkAccess(); $key = simplifyKey($_POST["key"]); if ($acctid = getAccountIdByActivationKey($key)) { echo "

Stand-Activate-$key belongs to ".acctidToHtml(collapseAccountId($acctid)).".

"; } else { echo "

Activation key is not valid (anymore).

"; } } catch (Exception $e) { echo "

".$e->getMessage()."

"; } } ?>