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 $translations = array( // label for database system selection (MySQL, SQLite, ...) ..
Decoded Output download
<?php
$translations = array(
// label for database system selection (MySQL, SQLite, ...)
'System' => '',
'Server' => '',
'Username' => ' ',
'Password' => '',
'Permanent login' => ' ',
'Login' => '',
'Logout' => '',
'Logged as: %s' => ' %s',
'Logout successful.' => ' .',
'Invalid credentials.' => ' .',
'Too many unsuccessful logins, try again in %d minute(s).' => array(' , %s .', ' , %s .'),
'Master password expired. <a href="https://www.adminer.org/en/extension/"%s>Implement</a> %s method to make it permanent.' => ' . <a href="https://www.adminer.org/en/extension/"%s></a> %s .',
'Language' => '',
'Invalid CSRF token. Send the form again.' => ' CSRF. .',
'If you did not send this request from Adminer then close this page.' => ' Adminer, .',
'No extension' => ' ',
'None of the supported PHP extensions (%s) are available.' => ' PHP (%s) .',
'Session support must be enabled.' => ' .',
'Session expired, please login again.' => ' , .',
'%s version: %s through PHP extension %s' => '%s : %s PHP %s',
'Refresh' => '',
// text direction - 'ltr' or 'rtl'
'ltr' => 'ltr',
'Privileges' => '',
'Create user' => ' ',
'User has been dropped.' => ' .',
'User has been altered.' => ' .',
'User has been created.' => ' .',
'Hashed' => '',
'Column' => '',
'Routine' => '',
'Grant' => '',
'Revoke' => '',
'Process list' => ' ',
'%d process(es) have been killed.' => array(' %d .', ' %d .'),
'Kill' => '',
'Variables' => '',
'Status' => '',
'SQL command' => ' SQL',
'%d query(s) executed OK.' => array(' %d .', ' %d .'),
'Query executed OK, %d row(s) affected.' => array(' , %d .', ' , %d .'),
'No commands to execute.' => ' .',
'Error in query' => ' ',
'Execute' => '',
'Stop on error' => ' ',
'Show only errors' => ' ',
// sprintf() format for time of the command
'%.3f s' => '%.3f s',
'History' => '',
'Clear' => '',
'Edit all' => ' ',
'File upload' => ' ',
'From server' => ' ',
'Webserver file %s' => ' %s web',
'Run file' => ' ',
'File does not exist.' => ' .',
'File uploads are disabled.' => ' .',
'Unable to upload a file.' => ' .',
'Maximum allowed file size is %sB.' => ' %sB.',
'Too big POST data. Reduce the data or increase the %s configuration directive.' => ' POST. %s.',
'You can upload a big SQL file via FTP and import it from server.' => ' SQL FTP .',
'You are offline.' => ' .',
'Export' => '',
'Output' => '',
'open' => '',
'save' => '',
'Saving' => ' ',
'Format' => '',
'Data' => '',
'Database' => '. ',
'database' => '. ',
'Use' => '',
'Select database' => ' ..',
'Invalid database.' => ' ..',
'Database has been dropped.' => ' .. .',
'Databases have been dropped.' => ' .. .',
'Database has been created.' => ' .. .',
'Database has been renamed.' => '. .. .',
'Database has been altered.' => ' .. .',
'Alter database' => ' ..',
'Create database' => ' ..',
'Database schema' => ' ..',
// link to current database schema layout
'Permanent link' => ' ',
// thousands separator - must contain single byte
',' => '.',
'0123456789' => '0123456789',
'Engine' => '',
'Collation' => 'Collation',
'Data Length' => ' ',
'Index Length' => ' ',
'Data Free' => ' ',
'Rows' => '',
'%d in total' => '%d ',
'Analyze' => '',
'Optimize' => '',
'Vacuum' => '',
'Check' => '',
'Repair' => '',
'Truncate' => '',
'Tables have been truncated.' => ' .',
'Move to other database' => ' ..',
'Move' => '',
'Tables have been moved.' => ' .',
'Copy' => '',
'Tables have been copied.' => ' .',
'Routines' => '',
'Routine has been called, %d row(s) affected.' => array(' , %d .', ' , %d .'),
'Call' => '',
'Parameter name' => ' ',
'Create procedure' => ' ',
'Create function' => ' ',
'Routine has been dropped.' => ' .',
'Routine has been altered.' => ' .',
'Routine has been created.' => ' .',
'Alter function' => ' ',
'Alter procedure' => ' ',
'Return type' => ' ',
'Events' => '',
'Event has been dropped.' => ' .',
'Event has been altered.' => ' .',
'Event has been created.' => ' .',
'Alter event' => ' ',
'Create event' => ' ',
'At given time' => ' ',
'Every' => '',
'Schedule' => '',
'Start' => '',
'End' => '',
'On completion preserve' => ' ',
'Tables' => '',
'Tables and views' => ' ',
'Table' => '',
'No tables.' => ' .',
'Alter table' => ' ',
'Create table' => ' ',
'Table has been dropped.' => ' .',
'Tables have been dropped.' => ' .',
'Tables have been optimized.' => ' .',
'Table has been altered.' => ' .',
'Table has been created.' => ' .',
'Table name' => ' ',
'Show structure' => ' ',
'engine' => '',
'collation' => 'collation',
'Column name' => ' ',
'Type' => '',
'Length' => '',
'Auto Increment' => ' ',
'Options' => '',
'Comment' => '',
'Default value' => ' ',
'Default values' => ' ',
'Drop' => '',
'Are you sure?' => ' ;',
'Size' => '',
'Compute' => '',
'Move up' => ' ',
'Move down' => ' ',
'Remove' => '',
'Maximum number of allowed fields exceeded. Please increase %s.' => ' . %s.',
'Partition by' => ' ',
'Partitions' => '',
'Partition name' => ' ',
'Values' => '',
'View' => '',
'Materialized view' => ' ',
'View has been dropped.' => ' .',
'View has been altered.' => ' .',
'View has been created.' => ' .',
'Alter view' => ' ',
'Create view' => ' ',
'Indexes' => '',
'Indexes have been altered.' => ' .',
'Alter indexes' => ' ',
'Add next' => ' ',
'Index Type' => ' ',
'Column (length)' => ' ()',
'Foreign keys' => ' ',
'Foreign key' => ' ',
'Foreign key has been dropped.' => ' .',
'Foreign key has been altered.' => ' .',
'Foreign key has been created.' => ' .',
'Target table' => ' ',
'Change' => '',
'Source' => '',
'Target' => '',
'Add column' => ' ',
'Alter' => '',
'Add foreign key' => ' ',
'ON DELETE' => ' ',
'ON UPDATE' => ' ',
'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => ' , .',
'Triggers' => '',
'Add trigger' => ' ',
'Trigger has been dropped.' => ' .',
'Trigger has been altered.' => ' .',
'Trigger has been created.' => ' .',
'Alter trigger' => ' ',
'Create trigger' => ' ',
'Time' => '',
'Event' => '',
'Name' => '',
'select' => '',
'Select' => '',
'Select data' => ' ',
'Functions' => '',
'Aggregation' => '',
'Search' => '',
'anywhere' => '',
'Search data in tables' => ' ',
'Sort' => '',
'descending' => '',
'Limit' => '',
'Limit rows' => ' ',
'Text length' => ' ',
'Action' => '',
'Full table scan' => ' ',
'Unable to select the table' => ' ',
'No rows.' => ' .',
'%d / ' => '%d / ',
'%d row(s)' => array('%d ', '%d '),
'Page' => '',
'last' => '',
'Load more data' => ' ',
'Loading' => '',
'Whole result' => ' ',
'%d byte(s)' => array('%d byte', '%d bytes'),
'Import' => '',
'%d row(s) have been imported.' => array('$d .', '%d .'),
'File must be in UTF-8 encoding.' => ' UTF-8.',
// in-place editing in select
'Modify' => '',
'Ctrl+click on a value to modify it.' => ' Ctrl+click .',
'Use edit link to modify this value.' => ' .',
// %s can contain auto-increment value
'Item%s has been inserted.' => ' %s .',
'Item has been deleted.' => ' .',
'Item has been updated.' => ' .',
'%d item(s) have been affected.' => array(' %d .', ' %d .'),
'New item' => ' ',
'original' => '',
// label for value '' in enum data type
'empty' => '',
'edit' => '',
'Edit' => '',
'Insert' => '',
'Save' => '',
'Save and continue edit' => ' ',
'Save and insert next' => ' ',
'Selected' => '',
'Clone' => '',
'Delete' => '',
'You have no privileges to update this table.' => ' .',
'E-mail' => 'E-mail',
'From' => '',
'Subject' => '',
'Attachments' => '',
'Send' => '',
'%d e-mail(s) have been sent.' => array('%d e-mail .', '%d e-mail .'),
// data type descriptions
'Numbers' => '',
'Date and time' => ' ',
'Strings' => '',
'Binary' => '',
'Lists' => '',
'Network' => '',
'Geometry' => '',
'Relations' => '',
'Editor' => '',
// date format in Editor: $1 yyyy, $2 yy, $3 mm, $4 m, $5 dd, $6 d
'$1-$3-$5' => '$5/$3/$1',
// hint for date format - use language equivalents for day, month and year shortcuts
'[yyyy]-mm-dd' => '//[]',
// hint for time format - use language equivalents for hour, minute and second shortcuts
'HH:MM:SS' => '::',
'now' => '',
'yes' => '',
'no' => '',
// general SQLite error in create, drop or rename database
'File exists.' => ' .',
'Please use one of the extensions %s.' => ' %s.',
// PostgreSQL and MS SQL schema support
'Alter schema' => ' ',
'Create schema' => ' ',
'Schema has been dropped.' => ' .',
'Schema has been created.' => ' .',
'Schema has been altered.' => ' .',
'Schema' => '',
'Invalid schema.' => ' .',
// PostgreSQL sequences support
'Sequences' => '',
'Create sequence' => ' ',
'Sequence has been dropped.' => ' .',
'Sequence has been created.' => ' .',
'Sequence has been altered.' => ' .',
'Alter sequence' => ' ',
// PostgreSQL user types support
'User types' => ' ',
'Create type' => ' ',
'Type has been dropped.' => ' .',
'Type has been created.' => ' .',
'Alter type' => ' ',
);
?>
Did this file decode correctly?
Original Code
<?php
$translations = array(
// label for database system selection (MySQL, SQLite, ...)
'System' => '',
'Server' => '',
'Username' => ' ',
'Password' => '',
'Permanent login' => ' ',
'Login' => '',
'Logout' => '',
'Logged as: %s' => ' %s',
'Logout successful.' => ' .',
'Invalid credentials.' => ' .',
'Too many unsuccessful logins, try again in %d minute(s).' => array(' , %s .', ' , %s .'),
'Master password expired. <a href="https://www.adminer.org/en/extension/"%s>Implement</a> %s method to make it permanent.' => ' . <a href="https://www.adminer.org/en/extension/"%s></a> %s .',
'Language' => '',
'Invalid CSRF token. Send the form again.' => ' CSRF. .',
'If you did not send this request from Adminer then close this page.' => ' Adminer, .',
'No extension' => ' ',
'None of the supported PHP extensions (%s) are available.' => ' PHP (%s) .',
'Session support must be enabled.' => ' .',
'Session expired, please login again.' => ' , .',
'%s version: %s through PHP extension %s' => '%s : %s PHP %s',
'Refresh' => '',
// text direction - 'ltr' or 'rtl'
'ltr' => 'ltr',
'Privileges' => '',
'Create user' => ' ',
'User has been dropped.' => ' .',
'User has been altered.' => ' .',
'User has been created.' => ' .',
'Hashed' => '',
'Column' => '',
'Routine' => '',
'Grant' => '',
'Revoke' => '',
'Process list' => ' ',
'%d process(es) have been killed.' => array(' %d .', ' %d .'),
'Kill' => '',
'Variables' => '',
'Status' => '',
'SQL command' => ' SQL',
'%d query(s) executed OK.' => array(' %d .', ' %d .'),
'Query executed OK, %d row(s) affected.' => array(' , %d .', ' , %d .'),
'No commands to execute.' => ' .',
'Error in query' => ' ',
'Execute' => '',
'Stop on error' => ' ',
'Show only errors' => ' ',
// sprintf() format for time of the command
'%.3f s' => '%.3f s',
'History' => '',
'Clear' => '',
'Edit all' => ' ',
'File upload' => ' ',
'From server' => ' ',
'Webserver file %s' => ' %s web',
'Run file' => ' ',
'File does not exist.' => ' .',
'File uploads are disabled.' => ' .',
'Unable to upload a file.' => ' .',
'Maximum allowed file size is %sB.' => ' %sB.',
'Too big POST data. Reduce the data or increase the %s configuration directive.' => ' POST. %s.',
'You can upload a big SQL file via FTP and import it from server.' => ' SQL FTP .',
'You are offline.' => ' .',
'Export' => '',
'Output' => '',
'open' => '',
'save' => '',
'Saving' => ' ',
'Format' => '',
'Data' => '',
'Database' => '. ',
'database' => '. ',
'Use' => '',
'Select database' => ' ..',
'Invalid database.' => ' ..',
'Database has been dropped.' => ' .. .',
'Databases have been dropped.' => ' .. .',
'Database has been created.' => ' .. .',
'Database has been renamed.' => '. .. .',
'Database has been altered.' => ' .. .',
'Alter database' => ' ..',
'Create database' => ' ..',
'Database schema' => ' ..',
// link to current database schema layout
'Permanent link' => ' ',
// thousands separator - must contain single byte
',' => '.',
'0123456789' => '0123456789',
'Engine' => '',
'Collation' => 'Collation',
'Data Length' => ' ',
'Index Length' => ' ',
'Data Free' => ' ',
'Rows' => '',
'%d in total' => '%d ',
'Analyze' => '',
'Optimize' => '',
'Vacuum' => '',
'Check' => '',
'Repair' => '',
'Truncate' => '',
'Tables have been truncated.' => ' .',
'Move to other database' => ' ..',
'Move' => '',
'Tables have been moved.' => ' .',
'Copy' => '',
'Tables have been copied.' => ' .',
'Routines' => '',
'Routine has been called, %d row(s) affected.' => array(' , %d .', ' , %d .'),
'Call' => '',
'Parameter name' => ' ',
'Create procedure' => ' ',
'Create function' => ' ',
'Routine has been dropped.' => ' .',
'Routine has been altered.' => ' .',
'Routine has been created.' => ' .',
'Alter function' => ' ',
'Alter procedure' => ' ',
'Return type' => ' ',
'Events' => '',
'Event has been dropped.' => ' .',
'Event has been altered.' => ' .',
'Event has been created.' => ' .',
'Alter event' => ' ',
'Create event' => ' ',
'At given time' => ' ',
'Every' => '',
'Schedule' => '',
'Start' => '',
'End' => '',
'On completion preserve' => ' ',
'Tables' => '',
'Tables and views' => ' ',
'Table' => '',
'No tables.' => ' .',
'Alter table' => ' ',
'Create table' => ' ',
'Table has been dropped.' => ' .',
'Tables have been dropped.' => ' .',
'Tables have been optimized.' => ' .',
'Table has been altered.' => ' .',
'Table has been created.' => ' .',
'Table name' => ' ',
'Show structure' => ' ',
'engine' => '',
'collation' => 'collation',
'Column name' => ' ',
'Type' => '',
'Length' => '',
'Auto Increment' => ' ',
'Options' => '',
'Comment' => '',
'Default value' => ' ',
'Default values' => ' ',
'Drop' => '',
'Are you sure?' => ' ;',
'Size' => '',
'Compute' => '',
'Move up' => ' ',
'Move down' => ' ',
'Remove' => '',
'Maximum number of allowed fields exceeded. Please increase %s.' => ' . %s.',
'Partition by' => ' ',
'Partitions' => '',
'Partition name' => ' ',
'Values' => '',
'View' => '',
'Materialized view' => ' ',
'View has been dropped.' => ' .',
'View has been altered.' => ' .',
'View has been created.' => ' .',
'Alter view' => ' ',
'Create view' => ' ',
'Indexes' => '',
'Indexes have been altered.' => ' .',
'Alter indexes' => ' ',
'Add next' => ' ',
'Index Type' => ' ',
'Column (length)' => ' ()',
'Foreign keys' => ' ',
'Foreign key' => ' ',
'Foreign key has been dropped.' => ' .',
'Foreign key has been altered.' => ' .',
'Foreign key has been created.' => ' .',
'Target table' => ' ',
'Change' => '',
'Source' => '',
'Target' => '',
'Add column' => ' ',
'Alter' => '',
'Add foreign key' => ' ',
'ON DELETE' => ' ',
'ON UPDATE' => ' ',
'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => ' , .',
'Triggers' => '',
'Add trigger' => ' ',
'Trigger has been dropped.' => ' .',
'Trigger has been altered.' => ' .',
'Trigger has been created.' => ' .',
'Alter trigger' => ' ',
'Create trigger' => ' ',
'Time' => '',
'Event' => '',
'Name' => '',
'select' => '',
'Select' => '',
'Select data' => ' ',
'Functions' => '',
'Aggregation' => '',
'Search' => '',
'anywhere' => '',
'Search data in tables' => ' ',
'Sort' => '',
'descending' => '',
'Limit' => '',
'Limit rows' => ' ',
'Text length' => ' ',
'Action' => '',
'Full table scan' => ' ',
'Unable to select the table' => ' ',
'No rows.' => ' .',
'%d / ' => '%d / ',
'%d row(s)' => array('%d ', '%d '),
'Page' => '',
'last' => '',
'Load more data' => ' ',
'Loading' => '',
'Whole result' => ' ',
'%d byte(s)' => array('%d byte', '%d bytes'),
'Import' => '',
'%d row(s) have been imported.' => array('$d .', '%d .'),
'File must be in UTF-8 encoding.' => ' UTF-8.',
// in-place editing in select
'Modify' => '',
'Ctrl+click on a value to modify it.' => ' Ctrl+click .',
'Use edit link to modify this value.' => ' .',
// %s can contain auto-increment value
'Item%s has been inserted.' => ' %s .',
'Item has been deleted.' => ' .',
'Item has been updated.' => ' .',
'%d item(s) have been affected.' => array(' %d .', ' %d .'),
'New item' => ' ',
'original' => '',
// label for value '' in enum data type
'empty' => '',
'edit' => '',
'Edit' => '',
'Insert' => '',
'Save' => '',
'Save and continue edit' => ' ',
'Save and insert next' => ' ',
'Selected' => '',
'Clone' => '',
'Delete' => '',
'You have no privileges to update this table.' => ' .',
'E-mail' => 'E-mail',
'From' => '',
'Subject' => '',
'Attachments' => '',
'Send' => '',
'%d e-mail(s) have been sent.' => array('%d e-mail .', '%d e-mail .'),
// data type descriptions
'Numbers' => '',
'Date and time' => ' ',
'Strings' => '',
'Binary' => '',
'Lists' => '',
'Network' => '',
'Geometry' => '',
'Relations' => '',
'Editor' => '',
// date format in Editor: $1 yyyy, $2 yy, $3 mm, $4 m, $5 dd, $6 d
'$1-$3-$5' => '$5/$3/$1',
// hint for date format - use language equivalents for day, month and year shortcuts
'[yyyy]-mm-dd' => '//[]',
// hint for time format - use language equivalents for hour, minute and second shortcuts
'HH:MM:SS' => '::',
'now' => '',
'yes' => '',
'no' => '',
// general SQLite error in create, drop or rename database
'File exists.' => ' .',
'Please use one of the extensions %s.' => ' %s.',
// PostgreSQL and MS SQL schema support
'Alter schema' => ' ',
'Create schema' => ' ',
'Schema has been dropped.' => ' .',
'Schema has been created.' => ' .',
'Schema has been altered.' => ' .',
'Schema' => '',
'Invalid schema.' => ' .',
// PostgreSQL sequences support
'Sequences' => '',
'Create sequence' => ' ',
'Sequence has been dropped.' => ' .',
'Sequence has been created.' => ' .',
'Sequence has been altered.' => ' .',
'Alter sequence' => ' ',
// PostgreSQL user types support
'User types' => ' ',
'Create type' => ' ',
'Type has been dropped.' => ' .',
'Type has been created.' => ' .',
'Alter type' => ' ',
);
Function Calls
None |
Stats
MD5 | bc8bbd0169e73485882511791c31a1ce |
Eval Count | 0 |
Decode Time | 145 ms |