Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/ht..
Decoded Output download
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
/*
* Client-specific
*/
/* Force Outlook to provide a "view in browser" message */
#outlook a { padding: 0; }
/* Force Hotmail to display emails at full width */
.ReadMsgBody,
.ExternalClass { width: 100%; }
/* Force Hotmail to display normal line spacing */
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div { line-height: 100%; }
/* Prevent WebKit and Windows mobile changing default text sizes */
body, table, td, p, a, li, blockquote {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/* Remove spacing between tables in Outlook 2007 and up */
table, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
/* Help Microsoft platforms smoothly render resized images */
img { -ms-interpolation-mode: bicubic; }
/* Hotmail header color reset */
h1, h2, h3, h4, h5, h6 { color: #333 !important; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #333 !important; }
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { color: #333 !important; }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: #333 !important; }
/*
* Reset
*/
body, #body-table, #body-cell {
width: 100% !important;
height: 100% !important;
margin: 0;
padding: 0;
}
table { border-collapse: collapse !important; }
/*
* Note: All custom styles are inline to support Gmail
*/
/*
* Mobile
* All declarations have to be important to override the inline styles
*/
@media (max-width: 480px) {
#panel-table {
max-width: 480px !important;
width: 100% !important;
}
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%" id="body-table" style="background-color:#fff;">
<tr>
<td valign="top" align="center" id="body-cell" style="padding: 40px 10px">
<table cellpadding="0" cellspacing="0" border="0" width="600" id="panel-table">
<tr>
<td valign="top" align="center" style="font-size: 16px; line-height: 24px; font-family: Helvetica, Arial, sans-serif; color: #666;">
<h1 style="margin: 0 0 30px 0; padding-bottom: 25px; border-bottom: 1px solid #e5e5e5; font-size: 34px; line-height: 40px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #333 !important;"><?= __('Hello!') ?></h1>
<p style="margin: 20px 0; text-align: left;"><?= __('A new user signed up for %site% with the username %username%. Please click the button below to approve the account.', ['%site%' => '<strong style="color: #444">'.$app->module('system/site')->config('title').'</strong>', '%username%' => '<strong style="color: #444">'.$this->escape($user->username).'</strong>']) ?></p>
<p style="margin: 40px 0 0 0; text-align: center;">
<a style="padding: 15px 20px; background: #37a5e4; border-radius: 3px; color: #fff; text-decoration: none;" href="<?= $view->url('@user/registration/activate', ['user' => $user->username, 'key' => $user->activation], 0) ?>"><?= __('Approve Account') ?></a>
</p>
<p style="margin: 50px 0 0 0; padding-top: 30px; border-top: 1px solid #e5e5e5; font-size: 14px; line-height: 20px; font-family: Helvetica, Arial, sans-serif; color: #999;"><a style="color: #777; text-decoration: none;" href="<?= $app['url']->base(0) ?>"><?= $app['url']->base(0) ?></a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Did this file decode correctly?
Original Code
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
/*
* Client-specific
*/
/* Force Outlook to provide a "view in browser" message */
#outlook a { padding: 0; }
/* Force Hotmail to display emails at full width */
.ReadMsgBody,
.ExternalClass { width: 100%; }
/* Force Hotmail to display normal line spacing */
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div { line-height: 100%; }
/* Prevent WebKit and Windows mobile changing default text sizes */
body, table, td, p, a, li, blockquote {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/* Remove spacing between tables in Outlook 2007 and up */
table, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
/* Help Microsoft platforms smoothly render resized images */
img { -ms-interpolation-mode: bicubic; }
/* Hotmail header color reset */
h1, h2, h3, h4, h5, h6 { color: #333 !important; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #333 !important; }
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { color: #333 !important; }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: #333 !important; }
/*
* Reset
*/
body, #body-table, #body-cell {
width: 100% !important;
height: 100% !important;
margin: 0;
padding: 0;
}
table { border-collapse: collapse !important; }
/*
* Note: All custom styles are inline to support Gmail
*/
/*
* Mobile
* All declarations have to be important to override the inline styles
*/
@media (max-width: 480px) {
#panel-table {
max-width: 480px !important;
width: 100% !important;
}
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%" id="body-table" style="background-color:#fff;">
<tr>
<td valign="top" align="center" id="body-cell" style="padding: 40px 10px">
<table cellpadding="0" cellspacing="0" border="0" width="600" id="panel-table">
<tr>
<td valign="top" align="center" style="font-size: 16px; line-height: 24px; font-family: Helvetica, Arial, sans-serif; color: #666;">
<h1 style="margin: 0 0 30px 0; padding-bottom: 25px; border-bottom: 1px solid #e5e5e5; font-size: 34px; line-height: 40px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #333 !important;"><?= __('Hello!') ?></h1>
<p style="margin: 20px 0; text-align: left;"><?= __('A new user signed up for %site% with the username %username%. Please click the button below to approve the account.', ['%site%' => '<strong style="color: #444">'.$app->module('system/site')->config('title').'</strong>', '%username%' => '<strong style="color: #444">'.$this->escape($user->username).'</strong>']) ?></p>
<p style="margin: 40px 0 0 0; text-align: center;">
<a style="padding: 15px 20px; background: #37a5e4; border-radius: 3px; color: #fff; text-decoration: none;" href="<?= $view->url('@user/registration/activate', ['user' => $user->username, 'key' => $user->activation], 0) ?>"><?= __('Approve Account') ?></a>
</p>
<p style="margin: 50px 0 0 0; padding-top: 30px; border-top: 1px solid #e5e5e5; font-size: 14px; line-height: 20px; font-family: Helvetica, Arial, sans-serif; color: #999;"><a style="color: #777; text-decoration: none;" href="<?= $app['url']->base(0) ?>"><?= $app['url']->base(0) ?></a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Function Calls
None |
Stats
MD5 | 897ea0e9fed695c9e98feca02a118d46 |
Eval Count | 0 |
Decode Time | 87 ms |