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' => 'No assets currently assigned to user.',
    'user_password_required'    => '',
    'insufficient_permissions'  => '',
    'user_deleted_warning'      => ' ',
    'ldap_not_configured'        => ' LDAP ',
    'password_resets_sent'      => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
    'password_reset_sent'       => 'A password reset link has been sent to :email!',
    'user_has_no_email'         => 'This user does not have an email address in their profile.',
    'log_record_not_found'        => 'A matching log record for this user could not be 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 Server   LDAP Server  LDAP <br> LDAP Server:',
        'ldap_could_not_bind' => ' LDAP Server   LDAP Server  LDAP <br> LDAP Server: ',
        'ldap_could_not_search' => ' LDAP Server   LDAP Server  LDAP <br> LDAP Server:',
        'ldap_could_not_get_entries' => ' LDAP Server   LDAP Server  LDAP <br> LDAP Server:',
        'password_ldap' => ' LDAP / Active Directory ',
    ),

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

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

    'inventorynotification' => array(
        'error'   => 'This user has no email set.',
        'success' => 'The user has been notified about their current inventory.'
    )
); ?>

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' => 'No assets currently assigned to user.',
    'user_password_required'    => '',
    'insufficient_permissions'  => '',
    'user_deleted_warning'      => ' ',
    'ldap_not_configured'        => ' LDAP ',
    'password_resets_sent'      => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
    'password_reset_sent'       => 'A password reset link has been sent to :email!',
    'user_has_no_email'         => 'This user does not have an email address in their profile.',
    'log_record_not_found'        => 'A matching log record for this user could not be 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 Server   LDAP Server  LDAP <br> LDAP Server:',
        'ldap_could_not_bind' => ' LDAP Server   LDAP Server  LDAP <br> LDAP Server: ',
        'ldap_could_not_search' => ' LDAP Server   LDAP Server  LDAP <br> LDAP Server:',
        'ldap_could_not_get_entries' => ' LDAP Server   LDAP Server  LDAP <br> LDAP Server:',
        'password_ldap' => ' LDAP / Active Directory ',
    ),

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

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

    'inventorynotification' => array(
        'error'   => 'This user has no email set.',
        'success' => 'The user has been notified about their current inventory.'
    )
);

Function Calls

None

Variables

None

Stats

MD5 e9e0536dc6e7adecd9eb5456d8bbfe4e
Eval Count 0
Decode Time 126 ms