D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
self
/
root
/
opt
/
cpguard
/
app
/
resources
/
email_templates
/
Filename :
cms_update.html
back
Copy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet" /> <title>{{ title }}</title> </head> <body style="font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;"> <div style="font-size: 1px; display: none !important;">{{ updates|length }} WordPress automatically updated to address security vulnerability</div> <table style="font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; background-color: #ffffff; padding-top: 20px;color: #434245;width: 100%; border: 0; text-align: center; border-collapse: collapse;"> <tr> <td style="vertical-align: top; padding: 0;padding-top: 32px"> <table id="body" style="max-width: 546px; margin: 0 auto; border: 0; border-collapse: collapse; margin: 0 auto; background: white; border-radius: 8px; margin-bottom: 16px;"> <tr> <td style="width: 100%; vertical-align: top; padding-top: 18px;"> <table style="width:100%;border-collapse: collapse;"> <tr> <td style="vertical-align: top; text-align: left;"> <a href="https://www.opsshield.com"> <img height="48" style="margin-top: 0; margin-right: 0; margin-bottom: 32px; margin-left: -2px;" src="https://opsshield.com/assets/img/logo_color.png" alt="cPGuard logo" /> </a> </td> <td style="vertical-align: top; text-align: right;padding-top: 7px;"> <a style="font-size:16px;margin-top: 15px;color:#c9c9c9"></a> </td> </tr> </table> </td> </tr> <tr> <td style="width: 100%; vertical-align: top;text-align:left; "> <h1 style="color: #FF822D;;font-size: 36px; line-height: 46px; letter-spacing: -.25px; margin-bottom: 28px; text-align: left; word-break: break-word;"> 🔔 {{ updates|length }} WordPress {{ updates|length > 1 ? 'have' : 'has' }} been automatically updated </h1> {% if updates|length > 0 %} <p style="font-size: 20px; line-height: 28px; letter-spacing: -0.2px; word-break: break-word;"> {{ updates|length }} WordPress installation{{ updates|length > 1 ? 's' : '' }} under your account with username <strong>{{ user }}</strong> {{ updates|length > 1 ? 'have' : 'has' }} been automatically updated as per the settings configured by your server administrator. </p> <p style="font-size: 20px; line-height: 28px; letter-spacing: -0.2px; word-break: break-word;"> These updates were applied to address potential security vulnerabilities and to ensure the security of your websites and server. </p> <p style="border-bottom: solid 1px #e6e6e6;padding-bottom:15px;margin-bottom:5px;font-size: 20px;font-weight: 500;"> Here are the details </p> <table style="width:100%;font-size:14px;border-collapse: collapse;"> {% set themes_list = '-' %} {% set plugins_list = '-' %} {% for cms in updates %} <tr> <td style="border-bottom:solid 1px #e6e6e6;padding:10px 0;line-height: 1.5;vertical-align: top;width:30%;text-align: left;font-size:18px;font-weight:600;"> <img src="https://opsshield.com/assets/mail/{{ cms.cms.type }}-icon.png" width="13" style="padding-top:2px;margin-right:3px;" /> {{ cms.cms.domain|e }}<br /> <small style="color:#949494;">{{ cms.cms.path|e }}</small> </td> <td style="padding:10px 0;text-align: right;vertical-align: top;font-weight:450;"> {% if cms.core_updated %} {{ cms.cms.latest_version|e }} <span style="background-color: yellow; color:#000; font-weight:500; font-size:12px; padding:3px 6px; border-radius:5px;text-align: right;"> updated </span> {% else %} {{ cms.cms.version|e }} {% endif %} </td> </tr> {% if cms.components_updated.theme is not empty or cms.components_updated.plugin is not empty %} <tr> <td colspan="2" style="padding:0;"> <table style="width:100%;font-size:13px;border-collapse: collapse; align-content: center;"> <tr style="background-color:#f3eeee;"> <td style="padding:5px;"></td> <td style="padding:5px;"> Component</td> <td style="padding:5px;"> Type</td> <td style="padding:5px;text-align:right;"> Version</td> </tr> {% if cms.components_updated.plugin is not empty %} {% for plugin in cms.components_updated.plugin %} <tr> <td style="border-bottom:solid 1px #e6e6e6;padding:5px;"></td> <td style="border-bottom:solid 1px #e6e6e6;padding:5px;">{{ plugin.name }}</td> <td style="border-bottom:solid 1px #e6e6e6;padding:5px;">{{ plugin.type }}</td> <td style="border-bottom:solid 1px #e6e6e6;padding:5px;text-align:right;"> {{ plugin.version }} to {{ plugin.latest_version }}</td> </tr> {% endfor %} {% endif %} {% if cms.components_updated.theme is not empty %} {% for theme in cms.components_updated.theme %} <tr> <td style="border-bottom:solid 1px #e6e6e6;padding:5px;"></td> <td style="border-bottom:solid 1px #e6e6e6;padding:5px;">{{ theme.name }}</td> <td style="border-bottom:solid 1px #e6e6e6;padding:5px;"> Theme</td> <td style="border-bottom:solid 1px #e6e6e6;padding:5px;text-align:right;"> {{ theme.version }} to {{ theme.latest_version }}</td> </tr> {% endfor %} {% endif %} </table> </td> </tr> {% endif %} {% endfor %} </table> {% endif %} <p style="color:#949494;font-size: 12px; text-align: center; line-height: 28px; letter-spacing: -0.2px; word-break: break-word;margin-top:15px;"> Updated at {{ date|date("Y-m-d H:i:s") }} </p> <p style="font-size: 20px; line-height: 28px; letter-spacing: -0.2px; word-break: break-word;"> Please check these make sure your websites are not working fine. You can contact your server admin or raise a suppoprt ticket with your hosting provider for more information. </p> </td> </tr> <tr> <td style="width: 100%; vertical-align: top; padding-top: 35px;text-align:left; "> <div> <h3 style="color:#686669;">🖐 Why this email?</h3> <p style="font-size: 16px; line-height: 24px; letter-spacing: -0.2px; word-break: break-word; color: #868488;"> You've received this email as your server (<a>{{ hostname }}</a>) is being actively protected by cPGuard security. cPGuard is a comprehensive security solution for web hosting servers designed to protect servers from malware, vulnerabilities, and other potential threats. </p> </div> <div> <p style="font-size: 16px; line-height: 24px; letter-spacing: -0.2px; word-break: break-word; color: #868488;"> <strong>Questions?</strong> <a style='color: #616061;' href="https://opsshield.com/cpguard-features.html">learn more</a> about cPGuard </p> </div> </td> </tr> <tr> <td style="width: 100%; padding-top:30px;"> <table style="width:100%;border-collapse: collapse;"> <tr> <td style="width:50%;vertical-align: top; text-align: left;"> <a href="https://www.opsshield.com"> <img height="46" alt="cPGuard logo" style="margin-top: 0; margin-right: 0; margin-bottom: 32px; margin-left: 0px;" src="https://www.opsshield.com/assets/img/opsshield-logo.png" /> </a> </td> <td style="width:50%;vertical-align: top; text-align: right;padding-top: 7px;"> <a href="https://x.com/opsshieldllp" style="margin-left: 20px;"> <img height="27" width="27" title="Twitter" alt="X" src="https://opsshield.com/assets/img/twitter.png" /></a> <a href="https://www.facebook.com/opsshield" style="margin-left: 20px;"> <img height="32" width="32" title="Facebook" alt="fb" src="https://opsshield.com/assets/img/facebook.png" /></a> </td> </tr> <tr> <td colspan="2"> <div style="font-size:12px; opacity:0.5; color:#696969; text-align:left; line-height:15px; margin-bottom:50px; text-align: left;"> <a style="color: #696969 !important;" href="https://www.opsshield.com/blog/">Our Blog</a> | <a style="color: #696969 !important;" href="https://opsshield.com/privacy-policy.html">Privacy Policy</a> | <a style="color: #696969 !important;" href="https://opsshield.com/help/">Help Center</a> <br /><br /> <div>©{{ __year }} OPSSHIELD LLP www.opsshield.com </div> </div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>