HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/adspray/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-perhour.html.tpl
<div class="sucuriscan-panel">
    <h3 class="sucuriscan-title">{{Alerts Per Hour}}</h3>

    <div class="inside">
        <p>{{Configure the maximum number of email alerts per hour. If the number is exceeded and the plugin detects more events during the same hour, it will still log the events into the audit logs but will not send the email alerts. Be careful with this as you will miss important information.}}</p>

        <form action="%%SUCURI.URL.Settings%%#alerts" method="post">
            <input type="hidden" name="sucuriscan_page_nonce" value="%%SUCURI.PageNonce%%" />
            <fieldset class="sucuriscan-clearfix">
                <label>{{Maximum Alerts Per Hour:}}</label>
                <select name="sucuriscan_emails_per_hour" data-cy="sucuriscan_alerts_per_hour_select">
                    %%%SUCURI.Alerts.PerHour%%%
                </select>
                <button type="submit" class="button button-primary" data-cy="sucuriscan_alerts_per_hour_submit">{{Submit}}</button>
            </fieldset>
        </form>
    </div>
</div>