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( 'about_licenses_title' => ' ', 'about_licenses' ..

Decoded Output download

<?php

return array(
    'about_licenses_title'      => ' ',
    'about_licenses'            => '      .      ,       ',
    'checkin'  					=> '   ',
    'checkout_history'  		=> '  ',
    'checkout'  				=> '   ',
    'edit'  					=> '  ',
    'filetype_info'				=> '    png, gif, jpg, jpeg, doc, docx, pdf, txt, zip,  rar.',
    'clone'  					=> '  ',
    'history_for'  				=> '  ',
    'in_out'  					=> '',
    'info'  					=> '  ',
    'license_seats'  			=> ' ',
    'seat'  					=> ' ',
    'seats'  					=> ' ',
    'software_licenses'  		=> ' ',
    'user'  					=> '',
    'view'  					=> '  ',
    'delete_disabled'           => '      ,     .',
    'bulk'                      =>
        [
            'checkin_all'           => [
                'button'            => '   ',
                'modal'             => '    . |     :checkedout_seats_count    .',
                'enabled_tooltip'   => '          ',
                'disabled_tooltip'  => '      ',
                'disabled_tooltip_reassignable'  => '  ,       ',
                'success'           => '   ! |     !',
                'log_msg'           => '      GUI',
            ],

            'checkout_all'              => [
                'button'                => '  ',
                'modal'                 => '        . |     :available_seats_count     .     ,                .',
                'enabled_tooltip'   => '   (   )   ',
                'disabled_tooltip'  => '      ',
                'success'           => '   ! | :count    !',
                'error_no_seats'    => '     .',
                'warn_not_enough_seats'    => ':count      ,       .',
                'warn_no_avail_users'    => '   .  ,        .',
                'log_msg'           => '      GUI',


            ],
    ],

    'below_threshold' => '  :remaining_count ()         :min_amt.      .',
    'below_threshold_short' => '      .',
);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
    'about_licenses_title'      => ' ',
    'about_licenses'            => '      .      ,       ',
    'checkin'  					=> '   ',
    'checkout_history'  		=> '  ',
    'checkout'  				=> '   ',
    'edit'  					=> '  ',
    'filetype_info'				=> '    png, gif, jpg, jpeg, doc, docx, pdf, txt, zip,  rar.',
    'clone'  					=> '  ',
    'history_for'  				=> '  ',
    'in_out'  					=> '',
    'info'  					=> '  ',
    'license_seats'  			=> ' ',
    'seat'  					=> ' ',
    'seats'  					=> ' ',
    'software_licenses'  		=> ' ',
    'user'  					=> '',
    'view'  					=> '  ',
    'delete_disabled'           => '      ,     .',
    'bulk'                      =>
        [
            'checkin_all'           => [
                'button'            => '   ',
                'modal'             => '    . |     :checkedout_seats_count    .',
                'enabled_tooltip'   => '          ',
                'disabled_tooltip'  => '      ',
                'disabled_tooltip_reassignable'  => '  ,       ',
                'success'           => '   ! |     !',
                'log_msg'           => '      GUI',
            ],

            'checkout_all'              => [
                'button'                => '  ',
                'modal'                 => '        . |     :available_seats_count     .     ,                .',
                'enabled_tooltip'   => '   (   )   ',
                'disabled_tooltip'  => '      ',
                'success'           => '   ! | :count    !',
                'error_no_seats'    => '     .',
                'warn_not_enough_seats'    => ':count      ,       .',
                'warn_no_avail_users'    => '   .  ,        .',
                'log_msg'           => '      GUI',


            ],
    ],

    'below_threshold' => '  :remaining_count ()         :min_amt.      .',
    'below_threshold_short' => '      .',
);

Function Calls

None

Variables

None

Stats

MD5 262160c222c7f069a74b5e066bb1716e
Eval Count 0
Decode Time 116 ms