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 [ '<strong>E-Mail</strong> Summaries' => ' <strong>. </strong>', '<s..
Decoded Output download
<?php
return [
'<strong>E-Mail</strong> Summaries' => ' <strong>. </strong>',
'<strong>Latest</strong> activities' => '<strong></strong> ',
'Activities' => '',
'Daily' => '',
'E-Mail Summaries' => ' . ',
'E-Mail summaries are sent to inform you about recent activities in the network.' => ' . .',
'E-Mail summaries are sent to users to inform them about recent activities in your network.' => ' . .',
'Exclude spaces below from the mail summary' => ' ',
'Hourly' => '',
'Interval' => '. ',
'Latest news' => ' ',
'Never' => '',
'On this page you can configure the contents and the interval of these e-mail updates.' => ' . . .',
'On this page you can define the default behavior for your users. These settings can be overwritten by users in their account settings page.' => ' . .',
'Only include spaces below to the mail summary' => ' ',
'Reset to defaults' => ' ',
'See online:' => ' online:',
'Spaces' => '',
'There are no activities yet.' => ' .',
'Weekly' => '',
'You will only receive an e-mail if there is something new.' => ' . .',
'Your daily summary' => ' ',
'Your weekly summary' => ' ',
'see online' => ' online',
'via' => '',
'{displayName} created the new space {spaceName}' => '/ {displayName} {spaceName}',
'{displayName} created this space.' => '/ {displayName} .',
'{displayName} joined the space {spaceName}' => '/ {displayName} {spaceName}',
'{displayName} joined this space.' => '/ {displayName} .',
'{displayName} left the space {spaceName}' => '/ {displayName} {spaceName}',
'{displayName} left this space.' => '/ {displayName} .',
'{spaceName} has been archived' => '{spaceName} ',
'{spaceName} has been unarchived' => '{spaceName} ',
'{user1} now follows {user2}.' => '/ {user1} / {user2}.',
'Monthly' => '',
'Your monthly summary' => '',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'<strong>E-Mail</strong> Summaries' => ' <strong>. </strong>',
'<strong>Latest</strong> activities' => '<strong></strong> ',
'Activities' => '',
'Daily' => '',
'E-Mail Summaries' => ' . ',
'E-Mail summaries are sent to inform you about recent activities in the network.' => ' . .',
'E-Mail summaries are sent to users to inform them about recent activities in your network.' => ' . .',
'Exclude spaces below from the mail summary' => ' ',
'Hourly' => '',
'Interval' => '. ',
'Latest news' => ' ',
'Never' => '',
'On this page you can configure the contents and the interval of these e-mail updates.' => ' . . .',
'On this page you can define the default behavior for your users. These settings can be overwritten by users in their account settings page.' => ' . .',
'Only include spaces below to the mail summary' => ' ',
'Reset to defaults' => ' ',
'See online:' => ' online:',
'Spaces' => '',
'There are no activities yet.' => ' .',
'Weekly' => '',
'You will only receive an e-mail if there is something new.' => ' . .',
'Your daily summary' => ' ',
'Your weekly summary' => ' ',
'see online' => ' online',
'via' => '',
'{displayName} created the new space {spaceName}' => '/ {displayName} {spaceName}',
'{displayName} created this space.' => '/ {displayName} .',
'{displayName} joined the space {spaceName}' => '/ {displayName} {spaceName}',
'{displayName} joined this space.' => '/ {displayName} .',
'{displayName} left the space {spaceName}' => '/ {displayName} {spaceName}',
'{displayName} left this space.' => '/ {displayName} .',
'{spaceName} has been archived' => '{spaceName} ',
'{spaceName} has been unarchived' => '{spaceName} ',
'{user1} now follows {user2}.' => '/ {user1} / {user2}.',
'Monthly' => '',
'Your monthly summary' => '',
];
Function Calls
None |
Stats
MD5 | 1f42a4e71b37f7b4c05de0ea97070f1c |
Eval Count | 0 |
Decode Time | 88 ms |