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 for user-preference specific views within bookstack. */ return [..

Decoded Output download

<?php

/**
 * Text used for user-preference specific views within bookstack.
 */

return [
    'my_account' => ' ',

    'shortcuts' => '',
    'shortcuts_interface' => 'UI   ',
    'shortcuts_toggle_desc' => '           .',
    'shortcuts_customize_desc' => '      .           .',
    'shortcuts_toggle_label' => '  .',
    'shortcuts_section_navigation' => '',
    'shortcuts_section_actions' => ' ',
    'shortcuts_save' => ' ',
    'shortcuts_overlay_desc' => ':    "?"                .',
    'shortcuts_update_success' => '  !',
    'shortcuts_overview_desc' => '          .',

    'notifications' => ' ',
    'notifications_desc' => '         .',
    'notifications_opt_own_page_changes' => '     ',
    'notifications_opt_own_page_comments' => '       ',
    'notifications_opt_comment_replies' => '     ',
    'notifications_save' => ' ',
    'notifications_update_success' => '  !',
    'notifications_watched' => '   ',
    'notifications_watched_desc' => '      .             .',

    'auth' => '  ',
    'auth_change_password' => ' ',
    'auth_change_password_desc' => '     .  8  .',
    'auth_change_password_success' => ' !',

    'profile' => '  ',
    'profile_desc' => '                .',
    'profile_view_public' => '  ',
    'profile_name_desc' => '             .',
    'profile_email_desc' => '          .',
    'profile_email_no_permission' => '        .       .',
    'profile_avatar_desc' => '        .   256 x 256   .',
    'profile_admin_options' => ' ',
    'profile_admin_options_desc' => '         " > "       .',

    'delete_account' => ' ',
    'delete_my_account' => '  ',
    'delete_my_account_desc' => '      .        .          .',
    'delete_my_account_warning' => '  ?',
];
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Text used for user-preference specific views within bookstack.
 */

return [
    'my_account' => ' ',

    'shortcuts' => '',
    'shortcuts_interface' => 'UI   ',
    'shortcuts_toggle_desc' => '           .',
    'shortcuts_customize_desc' => '      .           .',
    'shortcuts_toggle_label' => '  .',
    'shortcuts_section_navigation' => '',
    'shortcuts_section_actions' => ' ',
    'shortcuts_save' => ' ',
    'shortcuts_overlay_desc' => ':    "?"                .',
    'shortcuts_update_success' => '  !',
    'shortcuts_overview_desc' => '          .',

    'notifications' => ' ',
    'notifications_desc' => '         .',
    'notifications_opt_own_page_changes' => '     ',
    'notifications_opt_own_page_comments' => '       ',
    'notifications_opt_comment_replies' => '     ',
    'notifications_save' => ' ',
    'notifications_update_success' => '  !',
    'notifications_watched' => '   ',
    'notifications_watched_desc' => '      .             .',

    'auth' => '  ',
    'auth_change_password' => ' ',
    'auth_change_password_desc' => '     .  8  .',
    'auth_change_password_success' => ' !',

    'profile' => '  ',
    'profile_desc' => '                .',
    'profile_view_public' => '  ',
    'profile_name_desc' => '             .',
    'profile_email_desc' => '          .',
    'profile_email_no_permission' => '        .       .',
    'profile_avatar_desc' => '        .   256 x 256   .',
    'profile_admin_options' => ' ',
    'profile_admin_options_desc' => '         " > "       .',

    'delete_account' => ' ',
    'delete_my_account' => '  ',
    'delete_my_account_desc' => '      .        .          .',
    'delete_my_account_warning' => '  ?',
];

Function Calls

None

Variables

None

Stats

MD5 9f8e1f5812827ca67fc95e5e07779bf9
Eval Count 0
Decode Time 81 ms