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 /******************************************************************************/ /*..
Decoded Output download
<?php
/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its */
/* state. When there is no comment, it means the entry is fully translated. */
/* The recognized comments are (comment matching is case-insensitive): */
/* + TODO: the entry has never been translated. */
/* + DIRTY: the entry has been translated but needs to be updated. */
/* + IGNORE: the entry does not need to be translated. */
/* When a comment is not recognized, it is discarded. */
/******************************************************************************/
return array(
'action' => array(
'finish' => ' ',
'fix_errors_before' => ' .',
'keep_install' => 'Keep previous configuration', // TODO
'next_step' => ' ',
'reinstall' => 'Reinstall FreshRSS', // TODO
),
'auth' => array(
'form' => ' (, JavaScript)',
'http' => 'HTTP ( HTTPS)',
'none' => ' ()',
'password_form' => '<br /><small>( )</small>',
'password_format' => 'At least 7 characters', // TODO
'type' => ' ',
),
'bdd' => array(
'_' => ' ',
'conf' => array(
'_' => ' ',
'ko' => ' .',
'ok' => ' .',
),
'host' => '',
'password' => 'HTTP ',
'prefix' => ' ',
'type' => ' ',
'username' => 'HTTP ',
),
'check' => array(
'_' => '',
'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO
'cache' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => ' ',
),
'ctype' => array(
'nok' => ' character type checking (php-ctype) ',
'ok' => ' character type checking (ctype) ',
),
'curl' => array(
'nok' => 'URL (php-curl package)',
'ok' => ' %s cURL',
),
'data' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => ' ',
),
'dom' => array(
'nok' => ' DOM (php-xml package)',
'ok' => ' DOM ',
),
'favicons' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => ' favicons ',
),
'fileinfo' => array(
'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO
'ok' => 'You have the fileinfo library.', // TODO
),
'json' => array(
'nok' => 'Cannot find the recommended library to parse JSON.', // TODO
'ok' => 'You have the recommended library to parse JSON.', // TODO
),
'mbstring' => array(
'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO
'ok' => 'You have the recommended library mbstring for Unicode.', // TODO
),
'pcre' => array(
'nok' => ' (php-pcre)',
'ok' => ' (PCRE)',
),
'pdo' => array(
'nok' => 'PDO (pdo_mysql, pdo_sqlite)',
'ok' => 'PDO (pdo_mysql, pdo_sqlite)',
),
'php' => array(
'nok' => ' PHP %s FreshRSS %s',
'ok' => ' PHP %s, FreshRSS',
),
'reload' => ' ',
'tmp' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO
'ok' => 'Permissions on the temp directory are good.', // TODO
),
'unknown_process_username' => 'unknown', // TODO
'users' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO
'ok' => 'Permissions on the users directory are good.', // TODO
),
'xml' => array(
'nok' => 'Cannot find the required library to parse XML.', // TODO
'ok' => 'You have the required library to parse XML.', // TODO
),
),
'conf' => array(
'_' => ' ',
'ok' => ' .',
),
'congratulations' => ' !',
'default_user' => array(
'_' => ' ',
'max_char' => ' 16 ',
),
'fix_errors_before' => ' .',
'javascript_is_better' => 'FreshRSS JavaScript',
'js' => array(
'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO
),
'language' => array(
'_' => '',
'choose' => ' FreshRSS',
'defined' => ' .',
),
'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO
'ok' => 'The installation process was successful.', // TODO
'session' => array(
'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO
),
'step' => 'step %d', // TODO
'steps' => '',
'this_is_the_end' => '',
'title' => ' FreshRSS',
);
?>
Did this file decode correctly?
Original Code
<?php
/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its */
/* state. When there is no comment, it means the entry is fully translated. */
/* The recognized comments are (comment matching is case-insensitive): */
/* + TODO: the entry has never been translated. */
/* + DIRTY: the entry has been translated but needs to be updated. */
/* + IGNORE: the entry does not need to be translated. */
/* When a comment is not recognized, it is discarded. */
/******************************************************************************/
return array(
'action' => array(
'finish' => ' ',
'fix_errors_before' => ' .',
'keep_install' => 'Keep previous configuration', // TODO
'next_step' => ' ',
'reinstall' => 'Reinstall FreshRSS', // TODO
),
'auth' => array(
'form' => ' (, JavaScript)',
'http' => 'HTTP ( HTTPS)',
'none' => ' ()',
'password_form' => '<br /><small>( )</small>',
'password_format' => 'At least 7 characters', // TODO
'type' => ' ',
),
'bdd' => array(
'_' => ' ',
'conf' => array(
'_' => ' ',
'ko' => ' .',
'ok' => ' .',
),
'host' => '',
'password' => 'HTTP ',
'prefix' => ' ',
'type' => ' ',
'username' => 'HTTP ',
),
'check' => array(
'_' => '',
'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO
'cache' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => ' ',
),
'ctype' => array(
'nok' => ' character type checking (php-ctype) ',
'ok' => ' character type checking (ctype) ',
),
'curl' => array(
'nok' => 'URL (php-curl package)',
'ok' => ' %s cURL',
),
'data' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => ' ',
),
'dom' => array(
'nok' => ' DOM (php-xml package)',
'ok' => ' DOM ',
),
'favicons' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => ' favicons ',
),
'fileinfo' => array(
'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO
'ok' => 'You have the fileinfo library.', // TODO
),
'json' => array(
'nok' => 'Cannot find the recommended library to parse JSON.', // TODO
'ok' => 'You have the recommended library to parse JSON.', // TODO
),
'mbstring' => array(
'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO
'ok' => 'You have the recommended library mbstring for Unicode.', // TODO
),
'pcre' => array(
'nok' => ' (php-pcre)',
'ok' => ' (PCRE)',
),
'pdo' => array(
'nok' => 'PDO (pdo_mysql, pdo_sqlite)',
'ok' => 'PDO (pdo_mysql, pdo_sqlite)',
),
'php' => array(
'nok' => ' PHP %s FreshRSS %s',
'ok' => ' PHP %s, FreshRSS',
),
'reload' => ' ',
'tmp' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO
'ok' => 'Permissions on the temp directory are good.', // TODO
),
'unknown_process_username' => 'unknown', // TODO
'users' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO
'ok' => 'Permissions on the users directory are good.', // TODO
),
'xml' => array(
'nok' => 'Cannot find the required library to parse XML.', // TODO
'ok' => 'You have the required library to parse XML.', // TODO
),
),
'conf' => array(
'_' => ' ',
'ok' => ' .',
),
'congratulations' => ' !',
'default_user' => array(
'_' => ' ',
'max_char' => ' 16 ',
),
'fix_errors_before' => ' .',
'javascript_is_better' => 'FreshRSS JavaScript',
'js' => array(
'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO
),
'language' => array(
'_' => '',
'choose' => ' FreshRSS',
'defined' => ' .',
),
'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO
'ok' => 'The installation process was successful.', // TODO
'session' => array(
'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO
),
'step' => 'step %d', // TODO
'steps' => '',
'this_is_the_end' => '',
'title' => ' FreshRSS',
);
Function Calls
None |
Stats
MD5 | 8612ee56661ee5f82a4770403ca7233e |
Eval Count | 0 |
Decode Time | 124 ms |