Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * @author 38 Elements DOO * * 38 Elements DOO ("COMPANY") CONFIDENTIAL ..
Decoded Output download
<?php
/**
* @author 38 Elements DOO
*
* 38 Elements DOO ("COMPANY") CONFIDENTIAL
*
* Copyright (c) 2020 38 Elements DOO, Belgrade, Serbia - All Rights Reserved
*
* NOTICE: All information contained herein is, and remains the property
* of COMPANY. The intellectual and technical concepts contained herein are
* proprietary to COMPANY and may be covered by Serbia and Foreign Patents,
* patents in process, and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material is strictly
* forbidden unless prior written permission is obtained from COMPANY.
* Access to the source code contained herein is hereby forbidden to anyone except
* current COMPANY employees, managers or contractors who have executed
* Confidentiality and Non-disclosure agreements explicitly covering such access.
*
* The copyright notice above does not evidence any actual or intended publication
* or disclosure of this source code, which includes information that is
* confidential and/or proprietary, and is a trade secret, of COMPANY.
* ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC PERFORMANCE,OR PUBLIC
* DISPLAY OF OR THROUGH USE OF THIS SOURCE CODE WITHOUT THE EXPRESS WRITTEN
* CONSENT OF COMPANY IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE LAWS
* AND INTERNATIONAL TREATIES. THE RECEIPT OR POSSESSION OF THIS SOURCE CODE
* AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS TO REPRODUCE,
* DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING
* THAT IT MAY DESCRIBE, IN WHOLE OR IN PART.
*
* Please contact 38 Elements DOO for further details at [email protected]
*/
$app_strings["LBL_E38_2FA_NOT_ADMIN"] = "Only users with admin privileges can access this page."; $app_strings["LBL_E38_2FA_ENABLED"] = "2FA Enabled"; $app_strings["LBL_E38_2FA_ENABLED_INFO"] = "Require user to use 2FA as part of their login attempt. User will be prompted to complete 2FA setup wizard if he has not done so already. 2FA setup wizard will be displayed upon user's next login attempt."; $app_strings["LBL_E38_2FA_USERNAME"] = "Username"; $app_strings["LBL_E38_2FA_ENABLED_CONFIGURATION"] = "Configure which users should have 2 factor authentication enabled"; $app_strings["LBL_E38_2FA_ENABLED_SAVE"] = "Save"; $app_strings["LBL_E38_2FA_ENABLED_CANCEL"] = "Cancel"; $app_strings["LBL_E38_2FA_GENERIC_ERROR"] = "An error occurred. Please refresh the page and try again."; $app_strings["LBL_E38_2FA_CONFIG_SAVED"] = "Configuration has been successfully saved."; $app_strings["LBL_E38_2FA_SEND_CODE"] = "Send Code to User"; $app_strings["LBL_E38_2FA_SEND_CODE_INFO"] = "Send login code that lasts for 5 minutes to user's email. User will need to use the code received in this email in order to log in."; $app_strings["LBL_E38_2FA_SEND"] = "Send"; $app_strings["LBL_E38_2FA_CODE_SENT"] = "Code has been sent to the user."; $app_strings["LBL_E38_2FA_RESET_CODE"] = "Reset 2FA Secret Code"; $app_strings["LBL_E38_2FA_RESET_CODE_INFO"] = "Reset 2FA configuration for user. After reset is complete user will be required to complete 2FA setup wizard upon next login attempt."; $app_strings["LBL_E38_2FA_RESET"] = "Reset"; $app_strings["LBL_E38_2FA_CODE_RESET"] = "Secret code was reset for this user. User will be required to complete 2FA setup wizard upon next login attempt."; $app_strings["LBL_E38_2FA_CONFIRM_RESET"] = "Are you sure that you want to reset 2FA configuration for this user?"; $app_strings["LBL_E38_2FA_CONFIRM_CODE_SENDING"] = "Are you sure that you want to send 2FA login code to this user? User will need to use the code received in this email in order to log in."; $app_strings["LBL_E38_2FA_DISABLED"] = "2 factor authentication is disabled for this user."; $app_strings["LBL_E38_2FA_USER_ID_NOT_SET"] = "User's ID was not passed."; $app_strings["LBL_E38_2FA_NOT_CONFIGURED"] = "2FA is not configured for this user."; $app_strings["LBL_E38_2FA_USERNAME_NOT_SET"] = "Username was not passed."; $app_strings["LBL_E38_2FA_PASSWORD_NOT_SET"] = "Password was not passed."; $app_strings["LBL_E38_2FA_NO_USER_FOR_USERNAME"] = "2FA configuration was not found (error 1), please try again."; $app_strings["LBL_E38_2FA_MULTIPLE_USERS_FOR_USERNAME"] = "2FA configuration was not found (error 2), please try again."; $app_strings["LBL_E38_2FA_QUERY_FAILED"] = "2FA configuration was not found (error 3), please try again."; $app_strings["LBL_E38_2FA_INVALID_USER"] = "User bean seems to be invalid."; $app_strings["LBL_E38_2FA_TOKEN_MISSING"] = "App generated code is missing."; $app_strings["LBL_E38_2FA_SECRET_CODE_MISSING"] = "Secret code is missing."; $app_strings["LBL_E38_2FA_INVALID_CREDENTIALS"] = "Invalid credentials"; $app_strings["LBL_E38_2FA_LICENSE_INVALID"] = "2FA license is invalid, your process of logging in is not safe. Please contact your administrator."; $app_strings["LBL_E38_2FA_CODE_EXPIRED"] = "Code is invalid or expired. Please enter correct code."; $app_strings["LBL_E38_2FA_CODE_CHECK_FAILED"] = "Checking 2FA code validity has failed. Please refresh the page and try again."; $app_strings["LBL_E38_2FA_GETTING_SECRET_FAILED"] = "Retrieving 2FA secret code has failed. Please refresh the page and try again."; $app_strings["LBL_E38_2FA_VALIDATION_FAILED"] = "Verifying 2FA code has failed. Please refresh the page and try again."; $app_strings["LBL_E38_2FA_PLEASE_ENTER_CODE"] = "Please enter the code generated by authentication application."; $app_strings["LBL_E38_2FA_PLEASE_ENTER_ANOTHER_CODE"] = "Entered code has expired, please enter another one."; $app_strings["LBL_E38_2FA_LDAP_ENABLED"] = "LDAP Authentication is enabled on your system, 2FA will be disabled. Please contact 38 Elements."; $app_strings["LBL_E38_2FA_SAML_ENABLED"] = "SAML Authentication is enabled on your system, 2FA will be disabled. Please contact 38 Elements."; $app_strings["LBL_E38_2FA_CONTACT_ADMIN"] = "Please contact your administrator if you use 2FA."; $app_strings["LBL_E38_2FA_ENABLE_TO_ALL"] = "Enable to all"; $app_strings["LBL_E38_2FA_NOT_YET_CONFIGURED"] = "User did not yet configure 2FA"; $app_strings["LBL_E38_2FA_EMAIL_HI"] = "Hi"; $app_strings["LBL_E38_2FA_EMAIL_YOUR_CODE"] = "your temporary 2FA code is:"; $app_strings["LBL_E38_2FA_EMAIL_CODE_EXPIRES"] = "Code expires in 5 minutes."; $app_strings["LBL_E38_2FA_TITLE"] = "2 Factor Authentication"; $app_strings["LBL_E38_2FA_PLEASE_AUTHENTICATE"] = "Please authenticate to proceed"; $app_strings["LBL_E38_2FA_LOGIN_PROGRESS"] = "Login progress"; $app_strings["LBL_E38_2FA_CODE"] = "2FA Code"; $app_strings["LBL_E38_2FA_ENTER_CODE"] = "Enter 2FA Code"; $app_strings["LBL_E38_2FA_LOGIN"] = "Login"; $app_strings["LBL_E38_2FA_SETUP_YOUR_2FA"] = "Setup your 2 factor authentication"; $app_strings["LBL_E38_2FA_SETUP_PROGRESS"] = "Setup progress"; $app_strings["LBL_E38_2FA_WIZARD_WELCOME"] = "Welcome to 2FA configuration wizard."; $app_strings["LBL_E38_2FA_WIZARD_WELCOME_2"] = "Your system administrator has enabled 2 factor authentication and you are required to complete configuration wizard."; $app_strings["LBL_E38_2FA_WIZARD_NEXT"] = "Next"; $app_strings["LBL_E38_2FA_WIZARD_STEP_1"] = "1. Install an Authenticator App from your phone's store such as the Google Authenticator App."; $app_strings["LBL_E38_2FA_WIZARD_STEP_2"] = "2. Open the Authenticator App."; $app_strings["LBL_E38_2FA_WIZARD_STEP_3"] = "3. Tap the Add icon or the Begin Setup button."; $app_strings["LBL_E38_2FA_WIZARD_STEP_4"] = "4. Choose 'Scan a Barcode' (or 'Scan a QR code'), and scan using your phone:"; $app_strings["LBL_E38_2FA_WIZARD_ENTER_CODE"] = "or enter the code manually: "; $app_strings["LBL_E38_2FA_WIZARD_ENTER_CODE_INFO"] = "If you chose entering the code manually and if authenticator app asks for 'Account name' enter something that
will reference the SugarCRM application that you are creating 2 factor authentication for. If asked for 'Type of key' select 'Time based'."; $app_strings["LBL_E38_2FA_WIZARD_APP_6_DIGITS"] = "Authenticator app will start generating temporary 6 digit codes that refresh every 30 seconds. You will be asked\xa to enter this code every time you want to log in into SugarCRM."; $app_strings["LBL_E38_2FA_WIZARD_VERIFY_CODE"] = "Please verify that 2FA is up and running by entering the code generated by authenticator app:"; $app_strings["LBL_E38_2FA_SETUP_THANK_YOU"] = "Thank you for completing 2FA setup wizard. Your account has been successfully configured to use 2FA."; $app_strings["LBL_E38_2FA_SETUP_GOING_FORWARD"] = "Going forward every time you try to log in you will be required to enter 2FA code as well.";
?>
Did this file decode correctly?
Original Code
<?php
/**
* @author 38 Elements DOO
*
* 38 Elements DOO ("COMPANY") CONFIDENTIAL
*
* Copyright (c) 2020 38 Elements DOO, Belgrade, Serbia - All Rights Reserved
*
* NOTICE: All information contained herein is, and remains the property
* of COMPANY. The intellectual and technical concepts contained herein are
* proprietary to COMPANY and may be covered by Serbia and Foreign Patents,
* patents in process, and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material is strictly
* forbidden unless prior written permission is obtained from COMPANY.
* Access to the source code contained herein is hereby forbidden to anyone except
* current COMPANY employees, managers or contractors who have executed
* Confidentiality and Non-disclosure agreements explicitly covering such access.
*
* The copyright notice above does not evidence any actual or intended publication
* or disclosure of this source code, which includes information that is
* confidential and/or proprietary, and is a trade secret, of COMPANY.
* ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC PERFORMANCE,OR PUBLIC
* DISPLAY OF OR THROUGH USE OF THIS SOURCE CODE WITHOUT THE EXPRESS WRITTEN
* CONSENT OF COMPANY IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE LAWS
* AND INTERNATIONAL TREATIES. THE RECEIPT OR POSSESSION OF THIS SOURCE CODE
* AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS TO REPRODUCE,
* DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING
* THAT IT MAY DESCRIBE, IN WHOLE OR IN PART.
*
* Please contact 38 Elements DOO for further details at [email protected]
*/
$app_strings["\x4c\x42\114\x5f\105\63\x38\137\x32\106\101\x5f\x4e\117\124\137\x41\x44\115\111\116"] = "\117\156\154\171\40\x75\x73\x65\x72\x73\40\167\x69\164\x68\x20\141\144\155\151\156\x20\x70\x72\x69\x76\x69\x6c\x65\x67\145\163\40\x63\141\x6e\40\x61\143\x63\x65\163\x73\x20\x74\x68\x69\163\x20\x70\141\x67\x65\56"; $app_strings["\114\102\x4c\137\x45\x33\70\x5f\x32\x46\101\137\105\116\x41\x42\x4c\105\104"] = "\x32\106\x41\x20\105\156\x61\142\154\x65\144"; $app_strings["\114\x42\x4c\x5f\105\63\70\x5f\x32\x46\x41\x5f\x45\116\x41\x42\114\105\x44\x5f\111\x4e\106\117"] = "\122\145\161\165\151\x72\x65\40\165\163\145\x72\40\164\157\40\x75\x73\x65\x20\62\x46\x41\x20\141\x73\x20\x70\141\x72\164\x20\x6f\x66\40\x74\150\x65\151\162\x20\154\157\147\151\156\40\x61\x74\164\145\155\160\x74\56\40\x55\x73\145\x72\40\x77\x69\x6c\x6c\40\142\145\x20\160\162\157\155\x70\x74\x65\x64\40\x74\x6f\x20\x63\157\155\x70\154\x65\164\145\x20\62\106\101\40\163\145\x74\165\160\40\x77\x69\x7a\x61\162\x64\40\151\146\40\x68\145\x20\150\141\163\x20\156\157\164\40\144\x6f\x6e\145\40\x73\x6f\x20\141\154\162\x65\141\x64\171\x2e\x20\62\106\101\40\163\145\164\x75\160\x20\167\151\x7a\x61\162\x64\40\167\151\154\154\x20\142\x65\x20\x64\151\163\160\154\x61\x79\145\x64\40\x75\160\157\156\40\x75\x73\x65\162\47\x73\40\156\145\x78\164\x20\154\157\147\x69\156\40\141\164\164\x65\x6d\160\164\x2e"; $app_strings["\114\x42\114\137\105\63\x38\137\62\106\101\x5f\x55\x53\105\122\116\x41\115\x45"] = "\125\163\x65\162\x6e\141\155\x65"; $app_strings["\x4c\x42\114\137\x45\x33\x38\x5f\x32\x46\x41\x5f\105\x4e\x41\102\x4c\x45\104\x5f\103\x4f\x4e\106\111\x47\125\x52\x41\124\111\117\x4e"] = "\x43\x6f\156\x66\151\147\x75\162\x65\x20\167\x68\x69\143\150\40\165\163\145\162\163\40\163\150\x6f\x75\154\x64\40\150\141\x76\145\40\x32\x20\146\x61\143\164\157\x72\40\141\165\x74\150\x65\x6e\x74\x69\143\141\164\151\157\x6e\x20\x65\156\141\142\x6c\x65\x64"; $app_strings["\114\102\114\x5f\105\63\70\x5f\62\x46\101\x5f\105\116\x41\102\114\x45\104\137\123\101\x56\105"] = "\x53\x61\x76\145"; $app_strings["\114\x42\x4c\x5f\x45\x33\x38\137\x32\106\x41\x5f\105\x4e\x41\102\114\x45\104\137\x43\101\116\103\x45\x4c"] = "\x43\141\156\143\145\x6c"; $app_strings["\114\102\114\x5f\x45\63\x38\137\62\x46\x41\137\107\105\x4e\105\x52\111\x43\x5f\x45\122\x52\117\122"] = "\x41\156\40\145\162\162\x6f\x72\40\157\x63\x63\x75\162\162\x65\x64\x2e\40\x50\154\145\x61\163\145\x20\162\145\146\162\145\163\150\x20\164\x68\145\x20\160\141\147\145\x20\141\156\144\40\x74\x72\x79\40\141\147\x61\x69\156\56"; $app_strings["\114\x42\114\137\x45\63\x38\137\62\x46\x41\137\103\117\x4e\x46\111\x47\x5f\123\101\126\105\x44"] = "\103\x6f\156\146\151\147\x75\162\x61\164\x69\157\156\x20\150\x61\163\x20\142\145\x65\x6e\x20\x73\165\143\143\x65\163\x73\146\165\154\154\x79\40\163\141\x76\x65\144\x2e"; $app_strings["\114\102\x4c\137\105\x33\x38\x5f\62\x46\101\x5f\x53\x45\116\104\137\103\x4f\x44\105"] = "\x53\x65\x6e\144\x20\103\x6f\x64\x65\x20\x74\x6f\40\x55\x73\145\x72"; $app_strings["\x4c\102\x4c\137\105\x33\x38\137\62\106\101\137\x53\105\x4e\x44\x5f\x43\117\x44\x45\x5f\x49\x4e\106\x4f"] = "\123\145\156\144\x20\154\157\147\x69\156\x20\x63\157\x64\x65\x20\164\x68\x61\164\40\x6c\x61\163\x74\x73\40\x66\157\162\40\x35\x20\x6d\x69\x6e\x75\x74\145\x73\x20\x74\x6f\x20\165\163\145\162\47\163\40\x65\155\x61\151\x6c\56\40\125\x73\145\162\x20\x77\151\154\x6c\40\156\x65\145\x64\x20\x74\x6f\40\165\x73\145\x20\164\x68\145\40\143\157\144\145\40\162\x65\x63\x65\x69\166\145\144\x20\x69\156\40\x74\150\151\x73\x20\145\155\141\x69\154\40\151\x6e\40\x6f\x72\144\x65\x72\40\164\x6f\40\x6c\157\x67\x20\151\156\56"; $app_strings["\x4c\x42\x4c\x5f\105\x33\70\x5f\62\x46\x41\137\x53\105\x4e\104"] = "\123\x65\156\144"; $app_strings["\114\x42\x4c\137\x45\63\x38\x5f\x32\106\101\x5f\x43\117\104\105\x5f\x53\105\x4e\124"] = "\103\157\x64\145\x20\150\x61\163\40\142\x65\x65\x6e\x20\163\x65\x6e\x74\x20\x74\157\40\x74\150\145\40\x75\163\145\x72\56"; $app_strings["\x4c\102\114\x5f\105\x33\x38\x5f\62\106\x41\137\x52\x45\x53\x45\124\x5f\x43\x4f\104\105"] = "\122\145\x73\x65\164\40\62\106\101\40\123\x65\x63\x72\145\x74\40\103\x6f\x64\145"; $app_strings["\114\102\x4c\137\x45\x33\x38\x5f\x32\x46\x41\137\122\x45\123\x45\x54\x5f\x43\x4f\x44\105\137\111\x4e\x46\x4f"] = "\x52\x65\x73\145\164\40\62\x46\101\40\x63\157\156\x66\x69\147\x75\x72\141\164\x69\157\156\40\x66\157\x72\x20\x75\x73\x65\162\56\40\101\x66\164\145\x72\x20\x72\x65\163\145\164\40\151\163\x20\143\157\x6d\160\x6c\x65\164\x65\x20\165\x73\145\x72\40\167\x69\154\154\40\142\145\x20\x72\x65\x71\x75\151\162\145\x64\40\164\157\x20\143\157\x6d\x70\x6c\x65\x74\x65\40\62\106\x41\x20\x73\x65\164\x75\x70\x20\167\x69\x7a\x61\162\144\40\165\x70\157\x6e\x20\x6e\145\x78\164\40\x6c\x6f\x67\151\x6e\x20\x61\164\x74\x65\x6d\x70\164\56"; $app_strings["\114\x42\114\137\x45\x33\70\137\x32\x46\101\137\122\x45\x53\105\124"] = "\122\x65\163\x65\x74"; $app_strings["\x4c\102\x4c\x5f\105\63\x38\x5f\x32\106\101\137\x43\x4f\104\105\137\122\105\x53\x45\x54"] = "\123\145\x63\162\x65\164\x20\x63\x6f\x64\x65\x20\x77\141\x73\x20\162\145\163\x65\164\40\x66\x6f\162\x20\164\150\151\x73\40\165\163\x65\162\x2e\40\125\163\x65\x72\40\167\x69\154\154\x20\142\145\40\x72\145\161\165\x69\x72\x65\144\40\164\157\x20\x63\x6f\155\x70\154\x65\164\145\x20\62\106\x41\x20\163\x65\x74\165\x70\x20\x77\151\x7a\x61\162\x64\40\165\x70\157\156\x20\156\145\170\164\40\154\x6f\x67\151\156\x20\x61\164\164\x65\x6d\160\x74\56"; $app_strings["\x4c\102\x4c\x5f\x45\x33\70\x5f\x32\106\101\x5f\103\117\x4e\106\x49\122\x4d\x5f\x52\105\x53\x45\x54"] = "\101\162\x65\x20\x79\157\165\40\x73\165\x72\x65\40\164\150\x61\164\x20\x79\157\x75\40\x77\141\x6e\x74\40\164\x6f\x20\x72\x65\163\x65\164\x20\x32\x46\101\40\x63\x6f\156\x66\x69\147\x75\x72\x61\x74\x69\x6f\x6e\40\146\x6f\162\40\x74\x68\x69\163\40\165\x73\145\x72\x3f"; $app_strings["\x4c\102\x4c\x5f\x45\x33\70\137\x32\x46\101\137\x43\x4f\x4e\x46\111\122\115\137\103\117\104\105\137\x53\105\116\104\x49\116\107"] = "\x41\162\145\40\171\x6f\x75\x20\x73\x75\162\x65\40\164\x68\x61\x74\x20\171\157\x75\x20\167\141\x6e\x74\x20\x74\157\40\163\x65\156\x64\x20\62\x46\x41\40\154\x6f\147\x69\x6e\x20\x63\x6f\144\x65\40\164\x6f\x20\164\150\151\x73\40\165\x73\x65\162\x3f\x20\125\x73\145\162\x20\x77\151\154\154\x20\x6e\145\x65\x64\x20\164\x6f\40\165\163\x65\x20\x74\150\145\x20\x63\157\x64\145\x20\x72\x65\143\x65\x69\166\x65\x64\x20\151\156\40\164\150\x69\163\40\x65\155\141\151\154\x20\151\156\40\157\x72\144\x65\162\x20\x74\x6f\40\154\157\147\x20\151\156\56"; $app_strings["\114\x42\x4c\137\105\x33\70\137\x32\106\101\137\104\x49\123\101\x42\114\x45\104"] = "\x32\x20\146\141\143\x74\x6f\162\x20\x61\x75\x74\x68\x65\156\164\151\143\141\x74\151\157\156\40\151\x73\40\x64\x69\x73\141\x62\x6c\x65\144\40\146\x6f\x72\x20\164\x68\x69\163\40\165\163\145\x72\x2e"; $app_strings["\x4c\102\x4c\x5f\x45\63\x38\137\62\106\101\137\x55\123\x45\x52\x5f\111\104\x5f\116\x4f\x54\x5f\x53\105\124"] = "\x55\163\145\162\x27\163\40\x49\104\x20\167\141\x73\40\156\x6f\164\x20\160\x61\163\163\145\x64\x2e"; $app_strings["\x4c\102\x4c\x5f\105\x33\x38\x5f\62\106\x41\137\116\117\124\137\x43\117\116\x46\111\x47\125\122\105\104"] = "\x32\x46\x41\x20\151\x73\x20\x6e\157\164\40\x63\157\156\x66\x69\x67\x75\162\x65\x64\x20\x66\157\162\x20\164\150\151\x73\x20\x75\x73\145\162\x2e"; $app_strings["\x4c\x42\x4c\137\x45\63\70\x5f\x32\106\x41\x5f\125\123\105\x52\116\101\x4d\x45\x5f\116\117\124\x5f\123\105\124"] = "\x55\163\145\x72\x6e\141\x6d\145\x20\x77\x61\163\x20\156\157\x74\40\x70\x61\163\x73\145\x64\56"; $app_strings["\x4c\102\x4c\x5f\105\63\x38\137\x32\106\101\137\x50\x41\x53\123\127\117\x52\104\137\x4e\x4f\124\137\x53\105\124"] = "\x50\141\163\163\x77\157\162\144\40\x77\141\163\x20\156\157\x74\40\160\141\x73\163\x65\144\56"; $app_strings["\114\x42\x4c\137\105\x33\x38\137\x32\x46\x41\x5f\116\x4f\x5f\x55\123\x45\x52\x5f\106\x4f\122\x5f\125\x53\x45\x52\116\x41\115\x45"] = "\x32\x46\x41\40\x63\157\156\146\151\x67\165\162\141\164\x69\157\156\x20\x77\x61\163\x20\156\157\164\x20\146\x6f\165\x6e\x64\x20\x28\x65\x72\162\x6f\x72\40\61\51\x2c\40\160\154\x65\141\x73\x65\40\x74\162\171\x20\x61\147\141\151\156\x2e"; $app_strings["\x4c\x42\114\137\105\x33\70\x5f\x32\106\x41\x5f\115\x55\114\124\x49\120\114\x45\x5f\125\x53\105\122\123\137\106\117\x52\x5f\125\x53\105\122\116\101\115\105"] = "\x32\106\101\40\143\x6f\156\146\x69\147\165\162\141\164\151\157\156\x20\x77\141\163\x20\156\x6f\x74\x20\146\x6f\x75\x6e\144\x20\50\x65\162\x72\x6f\162\40\x32\x29\x2c\40\160\x6c\x65\141\x73\145\x20\164\162\171\x20\x61\x67\141\151\x6e\x2e"; $app_strings["\x4c\x42\x4c\137\105\63\x38\x5f\x32\x46\101\137\121\x55\105\122\x59\137\106\101\x49\x4c\105\x44"] = "\62\106\x41\x20\x63\x6f\156\x66\151\x67\165\162\x61\x74\x69\157\x6e\x20\167\141\x73\40\x6e\157\164\40\x66\x6f\x75\156\144\x20\50\x65\162\x72\157\162\40\x33\x29\54\40\x70\154\145\141\163\x65\40\x74\162\171\x20\141\147\141\x69\156\x2e"; $app_strings["\x4c\x42\114\x5f\105\x33\70\x5f\62\106\101\137\x49\x4e\126\101\x4c\x49\x44\x5f\125\123\x45\122"] = "\125\x73\x65\162\40\x62\145\x61\x6e\40\x73\145\145\x6d\163\40\164\x6f\40\x62\x65\x20\151\x6e\x76\141\x6c\151\x64\x2e"; $app_strings["\114\102\x4c\x5f\x45\63\70\137\62\106\x41\x5f\x54\x4f\113\105\116\x5f\115\x49\123\123\111\116\107"] = "\x41\160\x70\x20\147\x65\156\145\162\141\164\x65\144\x20\143\x6f\x64\x65\40\151\163\x20\155\x69\x73\163\151\x6e\x67\x2e"; $app_strings["\x4c\102\114\x5f\105\63\x38\137\62\x46\x41\137\x53\105\x43\x52\105\124\x5f\x43\x4f\104\x45\137\115\111\x53\123\111\116\x47"] = "\123\145\143\162\145\x74\x20\x63\x6f\144\x65\x20\x69\x73\40\x6d\x69\x73\163\x69\156\x67\x2e"; $app_strings["\x4c\102\x4c\x5f\x45\x33\70\137\62\106\101\x5f\x49\116\126\x41\114\111\104\137\x43\x52\105\x44\x45\x4e\x54\x49\101\114\123"] = "\111\156\166\141\154\151\144\x20\x63\x72\x65\x64\x65\x6e\x74\x69\141\x6c\x73"; $app_strings["\x4c\x42\x4c\137\105\63\x38\137\x32\106\101\x5f\114\111\103\x45\x4e\123\105\x5f\x49\116\x56\101\x4c\111\x44"] = "\x32\106\101\x20\x6c\151\x63\x65\x6e\163\x65\x20\x69\x73\40\x69\x6e\166\x61\154\x69\144\x2c\x20\x79\157\165\x72\40\160\x72\157\x63\x65\x73\x73\40\157\146\x20\154\157\x67\147\151\x6e\x67\x20\x69\x6e\x20\151\163\x20\x6e\x6f\164\40\163\x61\146\x65\56\40\x50\x6c\145\x61\163\x65\40\x63\157\156\x74\141\x63\164\x20\171\x6f\165\x72\x20\141\144\155\x69\156\151\x73\164\162\141\164\x6f\162\56"; $app_strings["\114\102\x4c\x5f\105\x33\70\137\62\x46\x41\x5f\x43\x4f\x44\105\137\105\x58\120\111\122\105\104"] = "\103\157\144\x65\40\151\x73\x20\151\156\166\x61\x6c\x69\x64\40\x6f\162\x20\145\x78\x70\x69\162\145\x64\x2e\x20\120\154\145\x61\x73\x65\40\145\156\x74\x65\x72\40\143\x6f\x72\162\145\143\164\40\143\157\144\x65\56"; $app_strings["\x4c\102\x4c\137\105\x33\70\137\x32\x46\x41\137\103\117\104\x45\x5f\x43\110\105\103\x4b\137\x46\x41\x49\114\105\x44"] = "\103\150\145\x63\153\151\156\147\x20\x32\x46\x41\x20\143\x6f\144\x65\40\x76\141\x6c\151\x64\x69\x74\x79\40\x68\141\163\x20\146\141\151\x6c\x65\x64\56\x20\120\154\x65\x61\163\145\40\162\x65\146\162\x65\x73\x68\x20\164\150\x65\40\x70\x61\147\x65\x20\x61\x6e\144\40\x74\x72\x79\40\141\x67\x61\151\156\56"; $app_strings["\x4c\102\114\x5f\105\63\x38\x5f\x32\x46\x41\x5f\x47\105\x54\x54\111\x4e\x47\137\123\105\103\x52\105\x54\x5f\x46\101\111\x4c\105\104"] = "\x52\145\x74\x72\x69\145\166\x69\x6e\x67\x20\x32\x46\x41\x20\x73\145\x63\162\145\164\x20\x63\x6f\144\x65\40\x68\x61\x73\40\x66\141\151\154\x65\x64\x2e\40\x50\x6c\145\141\x73\145\40\x72\x65\x66\162\x65\163\x68\x20\164\x68\145\40\160\141\x67\145\40\141\156\x64\x20\x74\162\171\x20\x61\x67\x61\151\156\x2e"; $app_strings["\x4c\x42\114\x5f\105\x33\70\x5f\62\106\x41\137\x56\x41\114\x49\104\x41\x54\111\x4f\x4e\x5f\106\101\111\114\105\x44"] = "\126\145\x72\x69\x66\171\x69\156\147\40\x32\106\x41\40\x63\x6f\144\145\40\150\x61\163\x20\x66\x61\x69\154\x65\144\56\x20\x50\x6c\x65\x61\x73\x65\x20\162\145\x66\162\x65\163\150\40\x74\150\x65\x20\160\x61\x67\145\40\141\x6e\144\40\x74\162\x79\40\141\147\x61\151\x6e\56"; $app_strings["\114\x42\x4c\x5f\105\x33\70\x5f\62\106\101\137\x50\114\105\x41\x53\x45\x5f\105\116\x54\105\x52\x5f\x43\117\104\105"] = "\x50\x6c\145\141\163\145\40\145\156\x74\145\x72\40\x74\150\x65\40\143\157\144\145\x20\147\x65\x6e\145\162\x61\164\x65\144\40\x62\171\x20\x61\x75\164\150\145\156\164\x69\143\141\164\x69\x6f\x6e\40\x61\x70\160\154\x69\x63\141\164\151\157\x6e\56"; $app_strings["\114\x42\114\x5f\105\63\70\x5f\x32\x46\101\137\x50\x4c\105\101\x53\105\x5f\105\x4e\124\105\x52\137\101\x4e\117\124\x48\105\122\137\x43\x4f\x44\x45"] = "\x45\x6e\164\x65\x72\145\x64\40\x63\157\144\x65\40\x68\141\x73\40\x65\170\x70\x69\162\x65\144\54\x20\x70\x6c\x65\141\x73\x65\40\145\x6e\164\145\162\x20\141\x6e\x6f\164\150\x65\x72\x20\x6f\x6e\x65\56"; $app_strings["\x4c\x42\x4c\x5f\x45\x33\70\x5f\62\106\101\137\114\104\101\x50\x5f\105\x4e\x41\102\x4c\x45\104"] = "\x4c\x44\101\120\x20\101\165\164\150\145\x6e\164\151\x63\x61\x74\x69\x6f\156\x20\x69\163\40\145\156\141\142\154\145\x64\40\x6f\156\x20\x79\x6f\165\162\40\x73\171\x73\164\x65\x6d\x2c\40\62\x46\x41\x20\x77\x69\x6c\154\40\142\x65\x20\x64\151\x73\x61\142\x6c\145\144\56\40\120\154\145\x61\x73\145\x20\143\x6f\156\x74\x61\x63\164\40\x33\70\40\x45\154\145\155\145\x6e\164\x73\x2e"; $app_strings["\114\x42\114\x5f\x45\63\x38\137\x32\x46\101\x5f\123\101\115\x4c\137\x45\x4e\x41\x42\x4c\x45\104"] = "\x53\101\x4d\114\x20\101\x75\164\150\145\x6e\164\151\x63\x61\164\151\x6f\x6e\x20\x69\x73\x20\145\156\141\x62\154\145\144\40\x6f\156\x20\171\157\165\x72\40\x73\x79\163\164\145\x6d\x2c\x20\62\106\101\40\x77\151\x6c\154\x20\142\145\40\x64\151\x73\141\x62\154\x65\x64\x2e\x20\120\x6c\x65\141\x73\x65\40\143\x6f\156\164\141\x63\x74\x20\63\x38\x20\x45\154\x65\x6d\145\x6e\x74\163\56"; $app_strings["\x4c\x42\x4c\x5f\x45\x33\x38\137\62\106\x41\137\x43\117\x4e\x54\x41\103\124\137\x41\104\115\111\116"] = "\120\154\x65\x61\x73\145\x20\x63\x6f\156\x74\x61\143\x74\40\171\157\165\x72\x20\x61\144\155\151\x6e\151\x73\x74\162\141\x74\x6f\162\40\x69\146\40\x79\157\165\x20\165\163\145\40\x32\x46\x41\x2e"; $app_strings["\114\x42\x4c\x5f\x45\x33\x38\137\62\x46\x41\137\105\x4e\x41\102\x4c\x45\x5f\124\x4f\x5f\x41\x4c\114"] = "\105\156\141\142\154\x65\40\164\x6f\40\141\x6c\x6c"; $app_strings["\114\102\114\x5f\105\63\x38\x5f\62\106\x41\x5f\x4e\117\x54\137\x59\105\x54\137\x43\117\x4e\106\x49\107\x55\x52\105\104"] = "\125\x73\x65\x72\40\144\151\144\40\x6e\157\164\40\x79\145\164\40\x63\x6f\x6e\146\151\147\165\x72\x65\x20\x32\106\x41"; $app_strings["\x4c\x42\x4c\137\x45\63\x38\137\62\106\101\137\x45\x4d\101\111\x4c\x5f\110\111"] = "\110\x69"; $app_strings["\114\102\x4c\137\x45\x33\70\x5f\62\106\x41\137\x45\x4d\101\111\x4c\x5f\x59\117\125\122\137\x43\x4f\x44\105"] = "\171\x6f\x75\162\x20\x74\145\155\x70\157\x72\141\x72\171\40\x32\x46\x41\x20\143\157\x64\x65\40\x69\x73\72"; $app_strings["\114\102\x4c\x5f\x45\63\70\137\x32\x46\x41\137\105\115\x41\x49\x4c\x5f\x43\117\104\105\137\105\130\120\111\122\x45\x53"] = "\x43\x6f\144\x65\x20\145\170\160\x69\x72\x65\163\40\x69\156\x20\65\40\155\151\156\x75\164\145\163\x2e"; $app_strings["\114\102\x4c\x5f\x45\x33\x38\137\x32\106\x41\x5f\124\x49\124\x4c\105"] = "\62\x20\x46\141\x63\x74\157\x72\x20\101\x75\x74\150\x65\x6e\164\151\x63\x61\164\x69\x6f\x6e"; $app_strings["\114\x42\x4c\x5f\105\63\x38\137\x32\x46\x41\x5f\120\x4c\x45\101\x53\105\x5f\101\125\x54\x48\x45\x4e\124\111\x43\101\124\105"] = "\120\154\x65\141\163\145\x20\x61\165\164\150\145\x6e\164\x69\143\x61\164\145\40\164\x6f\x20\160\162\x6f\x63\145\x65\144"; $app_strings["\x4c\x42\114\137\105\63\70\137\x32\106\101\x5f\114\117\107\x49\x4e\x5f\120\122\117\107\x52\105\x53\x53"] = "\114\x6f\x67\x69\156\40\160\x72\157\147\x72\145\x73\x73"; $app_strings["\114\102\114\137\x45\63\70\137\62\106\x41\x5f\x43\117\x44\105"] = "\x32\106\x41\40\x43\157\144\145"; $app_strings["\114\x42\x4c\x5f\x45\x33\x38\137\x32\x46\101\137\x45\116\x54\x45\122\x5f\x43\x4f\104\105"] = "\105\x6e\x74\x65\162\x20\x32\x46\101\x20\103\157\144\145"; $app_strings["\114\x42\114\x5f\105\63\x38\x5f\62\106\101\137\114\x4f\x47\x49\116"] = "\x4c\x6f\x67\151\x6e"; $app_strings["\x4c\102\x4c\x5f\x45\x33\70\x5f\62\x46\x41\137\x53\x45\x54\x55\120\137\131\117\125\122\137\x32\x46\101"] = "\x53\x65\x74\x75\160\x20\x79\157\165\162\40\x32\40\146\x61\x63\x74\x6f\x72\x20\141\x75\164\x68\145\x6e\x74\151\143\x61\164\x69\157\156"; $app_strings["\114\102\114\x5f\x45\x33\70\137\62\x46\x41\x5f\x53\x45\124\125\120\137\x50\122\x4f\107\x52\105\123\x53"] = "\x53\x65\164\x75\x70\x20\x70\162\157\147\162\145\x73\x73"; $app_strings["\114\102\x4c\x5f\x45\63\70\x5f\x32\x46\x41\x5f\127\111\132\101\122\x44\137\127\105\x4c\x43\x4f\115\x45"] = "\127\x65\x6c\x63\157\155\x65\x20\x74\157\40\62\x46\x41\40\x63\157\156\x66\x69\147\165\x72\141\164\151\157\x6e\x20\167\151\172\141\x72\x64\x2e"; $app_strings["\x4c\x42\x4c\137\105\63\x38\x5f\62\106\x41\137\x57\x49\x5a\101\122\104\x5f\x57\x45\114\x43\117\115\105\137\x32"] = "\131\x6f\x75\162\x20\x73\171\163\164\145\155\40\x61\x64\x6d\151\156\151\x73\164\x72\141\x74\157\x72\x20\150\141\x73\40\145\x6e\x61\142\154\145\x64\40\x32\40\146\x61\x63\x74\x6f\162\40\141\165\x74\x68\145\156\x74\x69\143\141\x74\151\x6f\156\x20\141\x6e\144\40\x79\157\165\x20\141\x72\145\x20\x72\145\161\x75\x69\162\x65\x64\40\x74\157\x20\x63\x6f\x6d\x70\x6c\145\164\x65\x20\x63\157\156\146\151\x67\165\162\141\164\151\x6f\x6e\x20\x77\x69\x7a\141\x72\144\x2e"; $app_strings["\114\x42\114\137\105\x33\x38\x5f\62\x46\x41\137\127\111\132\101\122\x44\137\116\x45\x58\124"] = "\116\145\x78\164"; $app_strings["\x4c\102\114\x5f\x45\x33\70\137\62\x46\x41\x5f\x57\111\132\101\122\104\137\x53\x54\x45\x50\137\61"] = "\x31\x2e\x20\111\156\x73\164\141\x6c\x6c\x20\141\x6e\x20\101\x75\x74\x68\x65\156\x74\151\x63\141\x74\157\x72\x20\101\x70\160\x20\146\162\x6f\x6d\x20\x79\157\165\162\40\160\150\x6f\156\x65\x27\x73\40\163\164\157\x72\145\x20\163\x75\x63\150\x20\x61\163\x20\x74\150\x65\x20\107\x6f\157\147\154\145\x20\x41\165\164\x68\x65\x6e\x74\x69\x63\x61\164\157\162\x20\101\x70\x70\x2e"; $app_strings["\x4c\x42\114\x5f\105\63\70\137\62\106\101\x5f\x57\x49\132\101\x52\x44\x5f\123\124\105\x50\137\62"] = "\62\56\40\117\x70\145\x6e\40\164\150\x65\x20\101\x75\x74\x68\x65\x6e\x74\x69\x63\x61\x74\157\x72\x20\101\x70\160\x2e"; $app_strings["\x4c\x42\x4c\137\105\x33\x38\137\62\x46\x41\x5f\127\111\132\101\122\x44\137\x53\124\105\x50\137\63"] = "\63\x2e\40\x54\x61\x70\40\x74\150\x65\40\101\144\x64\40\151\143\157\156\x20\157\x72\x20\x74\150\x65\x20\102\145\x67\151\156\x20\x53\145\164\x75\160\x20\x62\165\164\x74\157\x6e\56"; $app_strings["\x4c\x42\114\137\x45\x33\70\137\62\x46\x41\x5f\x57\111\132\101\x52\104\137\x53\x54\105\120\137\64"] = "\64\56\40\x43\x68\157\157\x73\145\40\47\x53\x63\141\x6e\40\141\40\102\141\x72\x63\157\x64\145\47\x20\x28\x6f\x72\x20\x27\x53\143\141\x6e\x20\141\x20\121\x52\40\143\157\x64\145\47\x29\54\40\x61\156\144\40\x73\x63\x61\x6e\x20\165\x73\151\156\x67\40\171\x6f\165\162\40\x70\150\x6f\x6e\145\x3a"; $app_strings["\114\102\x4c\x5f\105\63\70\137\x32\106\101\137\127\111\132\101\x52\x44\x5f\x45\x4e\124\x45\122\137\103\x4f\x44\105"] = "\x6f\x72\x20\x65\x6e\164\x65\x72\x20\164\150\145\x20\143\157\144\145\40\155\141\156\165\141\x6c\154\171\72\40"; $app_strings["\x4c\102\x4c\137\105\x33\x38\137\x32\x46\101\137\127\x49\x5a\101\122\x44\x5f\105\x4e\124\105\x52\x5f\103\117\x44\105\x5f\x49\x4e\106\117"] = "\x49\x66\x20\171\157\165\x20\x63\x68\157\x73\x65\x20\145\156\164\x65\x72\151\156\x67\40\164\x68\x65\40\x63\157\144\x65\x20\x6d\x61\x6e\165\141\154\154\171\x20\x61\156\144\40\x69\x66\x20\x61\165\164\x68\x65\x6e\164\x69\143\141\x74\157\x72\x20\x61\160\160\x20\141\x73\153\163\x20\146\x6f\162\x20\47\101\x63\x63\157\x75\x6e\x74\40\156\x61\x6d\145\x27\x20\145\156\164\x65\x72\x20\163\x6f\x6d\145\x74\150\151\156\147\x20\164\x68\x61\164\x20\12\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x77\x69\154\154\x20\162\x65\146\x65\x72\x65\156\x63\145\x20\x74\150\x65\40\123\165\147\x61\162\x43\x52\115\40\x61\160\x70\154\x69\143\x61\164\x69\157\156\40\x74\150\x61\x74\x20\171\x6f\x75\x20\141\x72\x65\40\143\162\145\x61\x74\x69\x6e\x67\40\x32\x20\x66\x61\143\164\157\x72\x20\x61\165\164\150\145\x6e\x74\x69\143\x61\x74\x69\x6f\x6e\x20\146\157\x72\56\40\111\x66\x20\x61\163\x6b\145\144\40\x66\x6f\162\x20\47\x54\x79\160\145\x20\x6f\146\x20\x6b\145\171\x27\x20\x73\145\154\x65\143\x74\40\x27\124\151\155\145\40\x62\x61\x73\145\144\47\56"; $app_strings["\114\102\114\137\x45\63\70\x5f\62\x46\101\x5f\127\x49\132\x41\x52\104\x5f\101\120\x50\137\x36\137\x44\x49\107\111\x54\123"] = "\101\x75\x74\150\x65\156\164\x69\143\x61\164\157\162\40\x61\x70\160\x20\x77\x69\x6c\154\40\163\x74\x61\x72\164\40\147\145\156\x65\x72\141\164\151\156\147\x20\x74\x65\x6d\160\157\162\141\x72\x79\x20\x36\x20\x64\x69\147\151\164\x20\143\157\x64\145\163\40\164\x68\x61\x74\40\162\x65\146\x72\145\x73\x68\x20\145\166\145\x72\x79\x20\x33\60\40\x73\x65\x63\x6f\156\x64\x73\x2e\x20\131\x6f\165\40\167\x69\154\154\40\142\145\40\x61\x73\153\145\144\xa\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\164\157\40\145\156\x74\x65\x72\x20\x74\x68\x69\163\x20\x63\x6f\144\145\40\x65\166\145\162\x79\x20\x74\x69\x6d\x65\x20\x79\157\165\40\167\141\156\x74\x20\164\x6f\x20\154\157\x67\x20\x69\156\x20\151\x6e\164\157\40\123\165\147\141\x72\x43\122\x4d\x2e"; $app_strings["\x4c\x42\x4c\137\x45\63\70\137\62\106\x41\x5f\x57\x49\x5a\x41\x52\x44\x5f\126\x45\122\x49\106\131\137\103\x4f\x44\x45"] = "\120\x6c\x65\x61\163\145\40\x76\x65\x72\x69\146\x79\x20\x74\150\x61\x74\x20\62\x46\101\x20\x69\163\x20\x75\x70\40\141\x6e\x64\40\162\165\x6e\156\x69\156\x67\40\142\x79\40\145\x6e\x74\x65\x72\x69\x6e\x67\40\164\150\145\40\x63\157\144\x65\x20\x67\x65\x6e\x65\x72\x61\164\x65\144\40\142\171\x20\x61\165\x74\150\x65\x6e\x74\151\x63\x61\164\157\162\x20\x61\x70\160\72"; $app_strings["\114\102\x4c\137\x45\x33\70\x5f\x32\x46\x41\x5f\123\105\x54\x55\x50\137\x54\x48\101\x4e\113\x5f\x59\x4f\x55"] = "\x54\x68\141\156\153\40\171\157\165\40\x66\157\162\x20\x63\x6f\155\x70\x6c\x65\x74\151\x6e\x67\x20\62\106\101\x20\x73\x65\x74\165\160\x20\x77\x69\x7a\x61\162\x64\56\x20\131\157\165\162\40\141\x63\143\157\x75\156\x74\40\150\141\163\x20\x62\x65\x65\x6e\x20\x73\165\143\x63\x65\x73\x73\146\x75\154\x6c\x79\x20\x63\x6f\156\146\151\x67\165\162\x65\144\40\164\x6f\x20\165\x73\x65\40\62\x46\101\x2e"; $app_strings["\114\102\114\x5f\105\x33\x38\x5f\x32\x46\101\x5f\x53\105\124\125\x50\137\107\x4f\x49\116\x47\137\x46\117\122\x57\101\x52\x44"] = "\107\x6f\151\x6e\x67\40\146\x6f\162\x77\141\x72\x64\40\x65\x76\x65\162\x79\40\x74\151\x6d\x65\40\x79\157\x75\x20\164\x72\x79\x20\164\x6f\40\154\x6f\147\x20\151\x6e\x20\x79\x6f\165\x20\x77\x69\x6c\x6c\x20\142\145\x20\162\145\x71\165\151\x72\145\x64\x20\x74\x6f\40\145\x6e\x74\x65\x72\x20\x32\x46\x41\x20\x63\157\144\x65\x20\141\x73\x20\x77\x65\154\154\x2e";
Function Calls
None |
Stats
MD5 | e614c190dd4756d7816f4885e7c8bc72 |
Eval Count | 0 |
Decode Time | 70 ms |