KeyMaster
Account Lookup
Activation Key Lookup
Discord User Lookup
License Key Lookup
License Key Lookup
"; try { checkAccess(); if ($key = lookupLicenseKey($_POST["key"])) { printKeyInfo($key); } else { echo "
Found nothing.
"; } } catch (Exception $e) { echo "
".$e->getMessage()."
"; } } ?>