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( 'activated' => '', 'allow' => '', 'checkedout' ..
Decoded Output download
<?php
return array(
'activated' => '',
'allow' => '',
'checkedout' => '',
'created_at' => '',
'createuser' => ' ',
'deny' => '',
'email' => '',
'employee_num' => ' ',
'first_name' => ' ',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => ' ',
'inherit' => '',
'job' => ' ',
'last_login' => ' ',
'last_name' => ' ',
'location' => '',
'lock_passwords' => ' .',
'manager' => '',
'managed_locations' => ' ',
'managed_users' => 'Managed Users',
'name' => '',
'nogroup' => 'No groups have been created yet. To add one, visit: ',
'notes' => '',
'password_confirm' => ' ',
'password' => '',
'phone' => '',
'show_current' => ' ',
'show_deleted' => ' ',
'title' => '',
'to_restore_them' => ' .',
'total_assets_cost' => "Total Assets Cost",
'updateuser' => ' ',
'username' => ' ',
'user_deleted_text' => ' .',
'username_note' => '( Active Directory , .)',
'cloneuser' => ' ',
'viewusers' => ' ',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'activated' => '',
'allow' => '',
'checkedout' => '',
'created_at' => '',
'createuser' => ' ',
'deny' => '',
'email' => '',
'employee_num' => ' ',
'first_name' => ' ',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => ' ',
'inherit' => '',
'job' => ' ',
'last_login' => ' ',
'last_name' => ' ',
'location' => '',
'lock_passwords' => ' .',
'manager' => '',
'managed_locations' => ' ',
'managed_users' => 'Managed Users',
'name' => '',
'nogroup' => 'No groups have been created yet. To add one, visit: ',
'notes' => '',
'password_confirm' => ' ',
'password' => '',
'phone' => '',
'show_current' => ' ',
'show_deleted' => ' ',
'title' => '',
'to_restore_them' => ' .',
'total_assets_cost' => "Total Assets Cost",
'updateuser' => ' ',
'username' => ' ',
'user_deleted_text' => ' .',
'username_note' => '( Active Directory , .)',
'cloneuser' => ' ',
'viewusers' => ' ',
);
Function Calls
None |
Stats
MD5 | 616584aa7112d2c9bdc0b0b51954c49f |
Eval Count | 0 |
Decode Time | 82 ms |