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 return array( 'accepted' => ' .', 'declined' ..

Decoded Output download

<?php

return array(

    'accepted'                  => '  .',
    'declined'                  => '  .',
    'bulk_manager_warn'	        => '     ,       ,  ,                   .      ,    .',
    'user_exists'               => '  !',
    'user_not_found'            => '  .',
    'user_login_required'       => '    ',
    'user_has_no_assets_assigned' => '     .',
    'user_password_required'    => '  .',
    'insufficient_permissions'  => '  .',
    'user_deleted_warning'      => '   .           ,     .',
    'ldap_not_configured'        => '  LDAP      .',
    'password_resets_sent'      => ' ,       -         .',
    'password_reset_sent'       => '        :email!',
    'user_has_no_email'         => '   -    .',
    'log_record_not_found'        => '       .',


    'success' => array(
        'create'    => '  .',
        'update'    => '  .',
        'update_bulk'    => '   !',
        'delete'    => '  .',
        'ban'       => '   .',
        'unban'     => '  .',
        'suspend'   => '   .',
        'unsuspend' => '  .',
        'restored'  => '  .',
        'import'    => '  .',
    ),

    'error' => array(
        'create' => '      . ,  .',
        'update' => '      . ,  .',
        'delete' => '      . ,  .',
        'delete_has_assets' => '          .',
        'delete_has_assets_var' => 'This user still has an asset assigned. Please check it in first.|This user still has :count assets assigned. Please check their assets in first.',
        'delete_has_licenses_var' => 'This user still has a license seats assigned. Please check it in first.|This user still has :count license seats assigned. Please check them in first.',
        'delete_has_accessories_var' => 'This user still has an accessory assigned. Please check it in first.|This user still has :count accessories assigned. Please check their assets in first.',
        'delete_has_locations_var' => 'This user still manages a location. Please select another manager first.|This user still manages :count locations. Please select another manager first.',
        'delete_has_users_var' => 'This user still manages another user. Please select another manager for that user first.|This user still manages :count users. Please select another manager for them first.',
        'unsuspend' => '    .   .',
        'import'    => '    .   .',
        'asset_already_accepted' => '    .',
        'accept_or_decline' => '       .',
        'cannot_delete_yourself' => 'We would feel really bad if you deleted yourself, please reconsider.',
        'incorrect_user_accepted' => ',          .',
        'ldap_could_not_connect' => '    LDAP .     LDAP.<br/>  LDAP : ',
        'ldap_could_not_bind' => '    LDAP .     LDAP.<br/>  LDAP : ',
        'ldap_could_not_search' => '    LDAP .     LDAP.<br/>  LDAP : ',
        'ldap_could_not_get_entries' => '      LDAP .     LDAP.<br/>  LDAP :',
        'password_ldap' => '       LDAP / Active Directory. ,      ,     .',
    ),

    'deletefile' => array(
        'error'   => '   . ,  .',
        'success' => '  .',
    ),

    'upload' => array(
        'error'   => '    /.   .',
        'success' => '/  .',
        'nofiles' => '     ',
        'invalidfiles' => '          .     png, gif, jpg, doc, docx, pdf,  txt.',
    ),

    'inventorynotification' => array(
        'error'   => '   -.',
        'success' => '     ,    .'
    )
); ?>

Did this file decode correctly?

Original Code

<?php

return array(

    'accepted'                  => '  .',
    'declined'                  => '  .',
    'bulk_manager_warn'	        => '     ,       ,  ,                   .      ,    .',
    'user_exists'               => '  !',
    'user_not_found'            => '  .',
    'user_login_required'       => '    ',
    'user_has_no_assets_assigned' => '     .',
    'user_password_required'    => '  .',
    'insufficient_permissions'  => '  .',
    'user_deleted_warning'      => '   .           ,     .',
    'ldap_not_configured'        => '  LDAP      .',
    'password_resets_sent'      => ' ,       -         .',
    'password_reset_sent'       => '        :email!',
    'user_has_no_email'         => '   -    .',
    'log_record_not_found'        => '       .',


    'success' => array(
        'create'    => '  .',
        'update'    => '  .',
        'update_bulk'    => '   !',
        'delete'    => '  .',
        'ban'       => '   .',
        'unban'     => '  .',
        'suspend'   => '   .',
        'unsuspend' => '  .',
        'restored'  => '  .',
        'import'    => '  .',
    ),

    'error' => array(
        'create' => '      . ,  .',
        'update' => '      . ,  .',
        'delete' => '      . ,  .',
        'delete_has_assets' => '          .',
        'delete_has_assets_var' => 'This user still has an asset assigned. Please check it in first.|This user still has :count assets assigned. Please check their assets in first.',
        'delete_has_licenses_var' => 'This user still has a license seats assigned. Please check it in first.|This user still has :count license seats assigned. Please check them in first.',
        'delete_has_accessories_var' => 'This user still has an accessory assigned. Please check it in first.|This user still has :count accessories assigned. Please check their assets in first.',
        'delete_has_locations_var' => 'This user still manages a location. Please select another manager first.|This user still manages :count locations. Please select another manager first.',
        'delete_has_users_var' => 'This user still manages another user. Please select another manager for that user first.|This user still manages :count users. Please select another manager for them first.',
        'unsuspend' => '    .   .',
        'import'    => '    .   .',
        'asset_already_accepted' => '    .',
        'accept_or_decline' => '       .',
        'cannot_delete_yourself' => 'We would feel really bad if you deleted yourself, please reconsider.',
        'incorrect_user_accepted' => ',          .',
        'ldap_could_not_connect' => '    LDAP .     LDAP.<br/>  LDAP : ',
        'ldap_could_not_bind' => '    LDAP .     LDAP.<br/>  LDAP : ',
        'ldap_could_not_search' => '    LDAP .     LDAP.<br/>  LDAP : ',
        'ldap_could_not_get_entries' => '      LDAP .     LDAP.<br/>  LDAP :',
        'password_ldap' => '       LDAP / Active Directory. ,      ,     .',
    ),

    'deletefile' => array(
        'error'   => '   . ,  .',
        'success' => '  .',
    ),

    'upload' => array(
        'error'   => '    /.   .',
        'success' => '/  .',
        'nofiles' => '     ',
        'invalidfiles' => '          .     png, gif, jpg, doc, docx, pdf,  txt.',
    ),

    'inventorynotification' => array(
        'error'   => '   -.',
        'success' => '     ,    .'
    )
);

Function Calls

None

Variables

None

Stats

MD5 cd0df445e984837ceb969266ab3b9967
Eval Count 0
Decode Time 105 ms