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 /** * Text shown in error messaging. */ return [ // Permissions 'permissi..
Decoded Output download
<?php
/**
* Text shown in error messaging.
*/
return [
// Permissions
'permission' => '',
'permissionJson' => '',
// Auth
'error_user_exists_different_creds' => 'Email :email ',
'auth_pre_register_theme_prevention' => '',
'email_already_confirmed' => 'Email',
'email_confirmation_invalid' => '',
'email_confirmation_expired' => '',
'email_confirmation_awaiting' => '',
'ldap_fail_anonymous' => 'LDAP',
'ldap_fail_authed' => 'LDAP',
'ldap_extension_not_installed' => 'LDAP PHP',
'ldap_cannot_connect' => 'ldap',
'saml_already_logged_in' => '',
'saml_no_email_address' => 'Email',
'saml_invalid_response_id' => '',
'saml_fail_authed' => ' :system ',
'oidc_already_logged_in' => '',
'oidc_no_email_address' => ' Email ',
'oidc_fail_authed' => ' :system ',
'social_no_action_defined' => '',
'social_login_bad_response' => " :socialAccount
:error",
'social_account_in_use' => ':socialAccount :socialAccount ',
'social_account_email_in_use' => 'Email :email :socialAccount',
'social_account_existing' => ':socialAccount',
'social_account_already_used_existing' => ':socialAccount',
'social_account_not_used' => ':socialAccount',
'social_account_register_instructions' => ' :socialAccount ',
'social_driver_not_found' => '',
'social_driver_not_configured' => ':socialAccount',
'invite_token_expired' => ' ',
'login_user_not_found' => '',
// System
'path_not_writable' => ':filePath',
'cannot_get_image_from_url' => ' :url ',
'cannot_create_thumbs' => 'GD PHP',
'server_upload_limit' => ' ',
'server_post_limit' => '',
'uploaded' => ' ',
// Drawing & Images
'image_upload_error' => '',
'image_upload_type_error' => '',
'image_upload_replace_type' => '',
'image_upload_memory_limit' => '/',
'image_thumbnail_memory_limit' => '',
'image_gallery_thumbnail_memory_limit' => '',
'drawing_data_not_found' => '',
// Attachments
'attachment_not_found' => '',
'attachment_upload_error' => '',
// Pages
'page_draft_autosave_fail' => '',
'page_draft_delete_fail' => '',
'page_custom_home_deletion' => '',
// Entities
'entity_not_found' => '',
'bookshelf_not_found' => '',
'book_not_found' => '',
'page_not_found' => '',
'chapter_not_found' => '',
'selected_book_not_found' => '',
'selected_book_chapter_not_found' => '',
'guests_cannot_save_drafts' => '',
// Users
'users_cannot_delete_only_admin' => '',
'users_cannot_delete_guest' => '',
// Roles
'role_cannot_be_edited' => '',
'role_system_cannot_be_deleted' => '',
'role_registration_default_cannot_delete' => '',
'role_cannot_remove_only_admin' => ' ',
// Comments
'comment_list' => '',
'cannot_add_comment_to_draft' => '',
'comment_add' => '/',
'comment_delete' => '',
'empty_comment' => '',
// Error pages
'404_page_not_found' => '',
'sorry_page_not_found' => '',
'sorry_page_not_found_permission_warning' => '',
'image_not_found' => '',
'image_not_found_subtitle' => '',
'image_not_found_details' => '',
'return_home' => '',
'error_occurred' => '',
'app_down' => ':appName',
'back_soon' => '',
// API errors
'api_no_authorization_found' => '',
'api_bad_authorization_format' => '',
'api_user_token_not_found' => ' API ',
'api_incorrect_token_secret' => 'API',
'api_user_no_api_permission' => ' API API ',
'api_user_token_expired' => '',
// Settings & Maintenance
'maintenance_test_email_failure' => '',
// HTTP errors
'http_ssr_url_no_match' => 'URL SSR ',
];
?>
Did this file decode correctly?
Original Code
<?php
/**
* Text shown in error messaging.
*/
return [
// Permissions
'permission' => '',
'permissionJson' => '',
// Auth
'error_user_exists_different_creds' => 'Email :email ',
'auth_pre_register_theme_prevention' => '',
'email_already_confirmed' => 'Email',
'email_confirmation_invalid' => '',
'email_confirmation_expired' => '',
'email_confirmation_awaiting' => '',
'ldap_fail_anonymous' => 'LDAP',
'ldap_fail_authed' => 'LDAP',
'ldap_extension_not_installed' => 'LDAP PHP',
'ldap_cannot_connect' => 'ldap',
'saml_already_logged_in' => '',
'saml_no_email_address' => 'Email',
'saml_invalid_response_id' => '',
'saml_fail_authed' => ' :system ',
'oidc_already_logged_in' => '',
'oidc_no_email_address' => ' Email ',
'oidc_fail_authed' => ' :system ',
'social_no_action_defined' => '',
'social_login_bad_response' => " :socialAccount \n:error",
'social_account_in_use' => ':socialAccount :socialAccount ',
'social_account_email_in_use' => 'Email :email :socialAccount',
'social_account_existing' => ':socialAccount',
'social_account_already_used_existing' => ':socialAccount',
'social_account_not_used' => ':socialAccount',
'social_account_register_instructions' => ' :socialAccount ',
'social_driver_not_found' => '',
'social_driver_not_configured' => ':socialAccount',
'invite_token_expired' => ' ',
'login_user_not_found' => '',
// System
'path_not_writable' => ':filePath',
'cannot_get_image_from_url' => ' :url ',
'cannot_create_thumbs' => 'GD PHP',
'server_upload_limit' => ' ',
'server_post_limit' => '',
'uploaded' => ' ',
// Drawing & Images
'image_upload_error' => '',
'image_upload_type_error' => '',
'image_upload_replace_type' => '',
'image_upload_memory_limit' => '/',
'image_thumbnail_memory_limit' => '',
'image_gallery_thumbnail_memory_limit' => '',
'drawing_data_not_found' => '',
// Attachments
'attachment_not_found' => '',
'attachment_upload_error' => '',
// Pages
'page_draft_autosave_fail' => '',
'page_draft_delete_fail' => '',
'page_custom_home_deletion' => '',
// Entities
'entity_not_found' => '',
'bookshelf_not_found' => '',
'book_not_found' => '',
'page_not_found' => '',
'chapter_not_found' => '',
'selected_book_not_found' => '',
'selected_book_chapter_not_found' => '',
'guests_cannot_save_drafts' => '',
// Users
'users_cannot_delete_only_admin' => '',
'users_cannot_delete_guest' => '',
// Roles
'role_cannot_be_edited' => '',
'role_system_cannot_be_deleted' => '',
'role_registration_default_cannot_delete' => '',
'role_cannot_remove_only_admin' => ' ',
// Comments
'comment_list' => '',
'cannot_add_comment_to_draft' => '',
'comment_add' => '/',
'comment_delete' => '',
'empty_comment' => '',
// Error pages
'404_page_not_found' => '',
'sorry_page_not_found' => '',
'sorry_page_not_found_permission_warning' => '',
'image_not_found' => '',
'image_not_found_subtitle' => '',
'image_not_found_details' => '',
'return_home' => '',
'error_occurred' => '',
'app_down' => ':appName',
'back_soon' => '',
// API errors
'api_no_authorization_found' => '',
'api_bad_authorization_format' => '',
'api_user_token_not_found' => ' API ',
'api_incorrect_token_secret' => 'API',
'api_user_no_api_permission' => ' API API ',
'api_user_token_expired' => '',
// Settings & Maintenance
'maintenance_test_email_failure' => '',
// HTTP errors
'http_ssr_url_no_match' => 'URL SSR ',
];
Function Calls
None |
Stats
MD5 | a725a52e1e381aeab309144deb2c8748 |
Eval Count | 0 |
Decode Time | 87 ms |