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 ',
'auth_pre_register_theme_prevention' => 'User account could not be registered for the provided details',
'email_already_confirmed' => ' , ',
'email_confirmation_invalid' => ' , ',
'email_confirmation_expired' => ' -, .',
'email_confirmation_awaiting' => 'The email address for the account in use needs to be confirmed',
'ldap_fail_anonymous' => ' LDAP bind ',
'ldap_fail_authed' => 'LDAP access failed using given dn & password details',
'ldap_extension_not_installed' => ' LDAP PHP ',
'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed',
'saml_already_logged_in' => ' ',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'oidc_already_logged_in' => ' ',
'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'social_no_action_defined' => ' ',
'social_login_bad_response' => "Error received during :socialAccount login:
:error",
'social_account_in_use' => ' :socialAccount . :socialAccount',
'social_account_email_in_use' => ' :email . :socialAccount .',
'social_account_existing' => ' - :socialAccount .',
'social_account_already_used_existing' => 'This :socialAccount account is already used by another user.',
'social_account_not_used' => ' :socialAccount . .',
'social_account_register_instructions' => ' , :socialAccount',
'social_driver_not_found' => 'Social driver not found',
'social_driver_not_configured' => ' :socialAccount ',
'invite_token_expired' => ' . .',
'login_user_not_found' => 'A user for this action could not be found.',
// System
'path_not_writable' => ' :filePath ',
'cannot_get_image_from_url' => ' :url',
'cannot_create_thumbs' => 'The server cannot create thumbnails. Please check you have the GD PHP extension installed.',
'server_upload_limit' => ' . .',
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
'uploaded' => ' . .',
// Drawing & Images
'image_upload_error' => ' ',
'image_upload_type_error' => ' ',
'image_upload_replace_type' => 'Image file replacements must be of the same type',
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
// Attachments
'attachment_not_found' => ' ',
'attachment_upload_error' => 'An error occurred uploading the attachment file',
// Pages
'page_draft_autosave_fail' => ' . .',
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
'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' => 'No authorization token found on the request',
'api_bad_authorization_format' => 'An authorization token was found on the request but the format appeared incorrect',
'api_user_token_not_found' => 'No matching API token was found for the provided authorization token',
'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect',
'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
'api_user_token_expired' => 'The authorization token used has expired',
// Settings & Maintenance
'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
// HTTP errors
'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
];
?>
Did this file decode correctly?
Original Code
<?php
/**
* Text shown in error messaging.
*/
return [
// Permissions
'permission' => ' .',
'permissionJson' => ' .',
// Auth
'error_user_exists_different_creds' => ' :email ',
'auth_pre_register_theme_prevention' => 'User account could not be registered for the provided details',
'email_already_confirmed' => ' , ',
'email_confirmation_invalid' => ' , ',
'email_confirmation_expired' => ' -, .',
'email_confirmation_awaiting' => 'The email address for the account in use needs to be confirmed',
'ldap_fail_anonymous' => ' LDAP bind ',
'ldap_fail_authed' => 'LDAP access failed using given dn & password details',
'ldap_extension_not_installed' => ' LDAP PHP ',
'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed',
'saml_already_logged_in' => ' ',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'oidc_already_logged_in' => ' ',
'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'social_no_action_defined' => ' ',
'social_login_bad_response' => "Error received during :socialAccount login: \n:error",
'social_account_in_use' => ' :socialAccount . :socialAccount',
'social_account_email_in_use' => ' :email . :socialAccount .',
'social_account_existing' => ' - :socialAccount .',
'social_account_already_used_existing' => 'This :socialAccount account is already used by another user.',
'social_account_not_used' => ' :socialAccount . .',
'social_account_register_instructions' => ' , :socialAccount',
'social_driver_not_found' => 'Social driver not found',
'social_driver_not_configured' => ' :socialAccount ',
'invite_token_expired' => ' . .',
'login_user_not_found' => 'A user for this action could not be found.',
// System
'path_not_writable' => ' :filePath ',
'cannot_get_image_from_url' => ' :url',
'cannot_create_thumbs' => 'The server cannot create thumbnails. Please check you have the GD PHP extension installed.',
'server_upload_limit' => ' . .',
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
'uploaded' => ' . .',
// Drawing & Images
'image_upload_error' => ' ',
'image_upload_type_error' => ' ',
'image_upload_replace_type' => 'Image file replacements must be of the same type',
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
// Attachments
'attachment_not_found' => ' ',
'attachment_upload_error' => 'An error occurred uploading the attachment file',
// Pages
'page_draft_autosave_fail' => ' . .',
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
'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' => 'No authorization token found on the request',
'api_bad_authorization_format' => 'An authorization token was found on the request but the format appeared incorrect',
'api_user_token_not_found' => 'No matching API token was found for the provided authorization token',
'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect',
'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
'api_user_token_expired' => 'The authorization token used has expired',
// Settings & Maintenance
'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
// HTTP errors
'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
];
Function Calls
None |
Stats
MD5 | 5f119aae8215eceb0ff038f6e1d7f6fe |
Eval Count | 0 |
Decode Time | 99 ms |