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(
	'access' => array(
		'denied' => '      ',
		'not_found' => '   ',
	),
	'admin' => array(
		'optimization_complete' => ' ',
	),
	'api' => array(
		'password' => array(
			'failed' => '   ',
			'updated' => ' ',
		),
	),
	'auth' => array(
		'login' => array(
			'invalid' => '  ',
			'success' => '',
		),
		'logout' => array(
			'success' => ' ',
		),
	),
	'conf' => array(
		'error' => '    ',
		'query_created' => ' %s  .',
		'shortcuts_updated' => ' ',
		'updated' => ' ',
	),
	'extensions' => array(
		'already_enabled' => '%s     ',
		'cannot_remove' => '%s ()   ',
		'disable' => array(
			'ko' => '%s      .   <a href="%s">FreshRSS </a> .',
			'ok' => '%s   ',
		),
		'enable' => array(
			'ko' => '%s      .   <a href="%s">FreshRSS </a> .',
			'ok' => '%s   ',
		),
		'no_access' => '%s     ',
		'not_enabled' => '%s    ',
		'not_found' => '%s    ',
		'removed' => '%s  ',
	),
	'import_export' => array(
		'export_no_zip_extension' => 'ZIP      .   .',
		'feeds_imported' => '  .    <i> </i>   .',
		'feeds_imported_with_errors' => ' ,  .    <i> </i>   .',
		'file_cannot_be_uploaded' => '   !',
		'no_zip_extension' => 'ZIP      .',
		'zip_error' => 'ZIP    .',
	),
	'profile' => array(
		'error' => '   ',
		'updated' => ' ',
	),
	'sub' => array(
		'actualize' => '  ',
		'articles' => array(
			'marked_read' => '   .',
			'marked_unread' => '    .',
		),
		'category' => array(
			'created' => '%s  .',
			'deleted' => ' .',
			'emptied' => ' ',
			'error' => '   ',
			'name_exists' => '    .',
			'no_id' => ' id  .',
			'no_name' => '   .',
			'not_delete_default' => '    !',
			'not_exist' => '  !',
			'over_max' => '    (%d)',
			'updated' => ' .',
		),
		'feed' => array(
			'actualized' => '<em>%s</em>    ',
			'actualizeds' => 'RSS    ',
			'added' => '<em>%s</em>  ',
			'already_subscribed' => ' <em>%s</em>   ',
			'cache_cleared' => '<em>%s</em>  ',
			'deleted' => ' ',
			'error' => '   ',
			'internal_problem' => 'RSS    .   <a href="%s">FreshRSS </a> . <code>#force_feed</code> URL       .',
			'invalid_url' => 'URL (<em>%s</em>)  ',
			'n_actualized' => '%d     ',
			'n_entries_deleted' => '%d   ',
			'no_refresh' => '    ',
			'not_added' => '<em>%s</em>    ',
			'not_found' => '   ',
			'over_max' => '    (%d)',
			'reloaded' => '<em>%s</em> ()   ',
			'selector_preview' => array(
				'http_error' => '   .',
				'no_entries' => '    .      .',
				'no_feed' => '  (   ).',
				'no_result' => '   .      .',
				'selector_empty' => ' .     .',
			),
			'updated' => ' ',
		),
		'purge_completed' => '  (%d   )',
	),
	'tag' => array(
		'created' => '%s  .',
		'error' => '  !',
		'name_exists' => '    .',
		'renamed' => '%s  %s ()  .',
		'updated' => '  .',
	),
	'update' => array(
		'can_apply' => 'FreshRSS <strong>%s</strong>  .',
		'error' => '   : %s',
		'file_is_nok' => '<strong>%s</strong>    , <em>%s</em>   . HTTP      ',
		'finished' => ' !',
		'none' => '  ',
		'server_not_found' => '    . [%s]',
	),
	'user' => array(
		'created' => array(
			'_' => '%s  ',
			'error' => '%s    ',
		),
		'deleted' => array(
			'_' => '%s  ',
			'error' => '%s    ',
		),
		'updated' => array(
			'_' => ' %s  ',
			'error' => ' %s   ',
		),
	),
);
 ?>

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(
	'access' => array(
		'denied' => '      ',
		'not_found' => '   ',
	),
	'admin' => array(
		'optimization_complete' => ' ',
	),
	'api' => array(
		'password' => array(
			'failed' => '   ',
			'updated' => ' ',
		),
	),
	'auth' => array(
		'login' => array(
			'invalid' => '  ',
			'success' => '',
		),
		'logout' => array(
			'success' => ' ',
		),
	),
	'conf' => array(
		'error' => '    ',
		'query_created' => ' %s  .',
		'shortcuts_updated' => ' ',
		'updated' => ' ',
	),
	'extensions' => array(
		'already_enabled' => '%s     ',
		'cannot_remove' => '%s ()   ',
		'disable' => array(
			'ko' => '%s      .   <a href="%s">FreshRSS </a> .',
			'ok' => '%s   ',
		),
		'enable' => array(
			'ko' => '%s      .   <a href="%s">FreshRSS </a> .',
			'ok' => '%s   ',
		),
		'no_access' => '%s     ',
		'not_enabled' => '%s    ',
		'not_found' => '%s    ',
		'removed' => '%s  ',
	),
	'import_export' => array(
		'export_no_zip_extension' => 'ZIP      .   .',
		'feeds_imported' => '  .    <i> </i>   .',
		'feeds_imported_with_errors' => ' ,  .    <i> </i>   .',
		'file_cannot_be_uploaded' => '   !',
		'no_zip_extension' => 'ZIP      .',
		'zip_error' => 'ZIP    .',
	),
	'profile' => array(
		'error' => '   ',
		'updated' => ' ',
	),
	'sub' => array(
		'actualize' => '  ',
		'articles' => array(
			'marked_read' => '   .',
			'marked_unread' => '    .',
		),
		'category' => array(
			'created' => '%s  .',
			'deleted' => ' .',
			'emptied' => ' ',
			'error' => '   ',
			'name_exists' => '    .',
			'no_id' => ' id  .',
			'no_name' => '   .',
			'not_delete_default' => '    !',
			'not_exist' => '  !',
			'over_max' => '    (%d)',
			'updated' => ' .',
		),
		'feed' => array(
			'actualized' => '<em>%s</em>    ',
			'actualizeds' => 'RSS    ',
			'added' => '<em>%s</em>  ',
			'already_subscribed' => ' <em>%s</em>   ',
			'cache_cleared' => '<em>%s</em>  ',
			'deleted' => ' ',
			'error' => '   ',
			'internal_problem' => 'RSS    .   <a href="%s">FreshRSS </a> . <code>#force_feed</code> URL       .',
			'invalid_url' => 'URL (<em>%s</em>)  ',
			'n_actualized' => '%d     ',
			'n_entries_deleted' => '%d   ',
			'no_refresh' => '    ',
			'not_added' => '<em>%s</em>    ',
			'not_found' => '   ',
			'over_max' => '    (%d)',
			'reloaded' => '<em>%s</em> ()   ',
			'selector_preview' => array(
				'http_error' => '   .',
				'no_entries' => '    .      .',
				'no_feed' => '  (   ).',
				'no_result' => '   .      .',
				'selector_empty' => ' .     .',
			),
			'updated' => ' ',
		),
		'purge_completed' => '  (%d   )',
	),
	'tag' => array(
		'created' => '%s  .',
		'error' => '  !',
		'name_exists' => '    .',
		'renamed' => '%s  %s ()  .',
		'updated' => '  .',
	),
	'update' => array(
		'can_apply' => 'FreshRSS <strong>%s</strong>  .',
		'error' => '   : %s',
		'file_is_nok' => '<strong>%s</strong>    , <em>%s</em>   . HTTP      ',
		'finished' => ' !',
		'none' => '  ',
		'server_not_found' => '    . [%s]',
	),
	'user' => array(
		'created' => array(
			'_' => '%s  ',
			'error' => '%s    ',
		),
		'deleted' => array(
			'_' => '%s  ',
			'error' => '%s    ',
		),
		'updated' => array(
			'_' => ' %s  ',
			'error' => ' %s   ',
		),
	),
);

Function Calls

None

Variables

None

Stats

MD5 44eb5f5863a8ad2a69077808e952338a
Eval Count 0
Decode Time 129 ms