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 used in custom JavaScript driven components. */ return [ // Image ..

Decoded Output download

<?php
/**
 * Text used in custom JavaScript driven components.
 */
return [

    // Image Manager
    'image_select' => '',
    'image_list' => '',
    'image_details' => '',
    'image_upload' => '',
    'image_intro' => '',
    'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
    'image_all' => '',
    'image_all_title' => '',
    'image_book_title' => '',
    'image_page_title' => '',
    'image_search_hint' => '',
    'image_uploaded' => ' :uploadedDate',
    'image_uploaded_by' => ' :username ',
    'image_uploaded_to' => ' :pageLink',
    'image_updated' => ':updateDate ',
    'image_load_more' => '',
    'image_image_name' => '',
    'image_delete_used' => '',
    'image_delete_confirm_text' => '',
    'image_select_image' => '',
    'image_dropzone' => '',
    'image_dropzone_drop' => '',
    'images_deleted' => '',
    'image_preview' => '',
    'image_upload_success' => '',
    'image_update_success' => '',
    'image_delete_success' => '',
    'image_replace' => '',
    'image_replace_success' => '',
    'image_rebuild_thumbs' => 'Regenerate Size Variations',
    'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',

    // Code Editor
    'code_editor' => '',
    'code_language' => '',
    'code_content' => '',
    'code_session_history' => '',
    'code_save' => '',
];
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Text used in custom JavaScript driven components.
 */
return [

    // Image Manager
    'image_select' => '',
    'image_list' => '',
    'image_details' => '',
    'image_upload' => '',
    'image_intro' => '',
    'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
    'image_all' => '',
    'image_all_title' => '',
    'image_book_title' => '',
    'image_page_title' => '',
    'image_search_hint' => '',
    'image_uploaded' => ' :uploadedDate',
    'image_uploaded_by' => ' :username ',
    'image_uploaded_to' => ' :pageLink',
    'image_updated' => ':updateDate ',
    'image_load_more' => '',
    'image_image_name' => '',
    'image_delete_used' => '',
    'image_delete_confirm_text' => '',
    'image_select_image' => '',
    'image_dropzone' => '',
    'image_dropzone_drop' => '',
    'images_deleted' => '',
    'image_preview' => '',
    'image_upload_success' => '',
    'image_update_success' => '',
    'image_delete_success' => '',
    'image_replace' => '',
    'image_replace_success' => '',
    'image_rebuild_thumbs' => 'Regenerate Size Variations',
    'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',

    // Code Editor
    'code_editor' => '',
    'code_language' => '',
    'code_content' => '',
    'code_session_history' => '',
    'code_save' => '',
];

Function Calls

None

Variables

None

Stats

MD5 f727315ba52ef8fb758ad69bb0654ae2
Eval Count 0
Decode Time 94 ms