Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/plugins/wordfence/lib/ |
Current File : //var/www/web284/html/wp-content/plugins/wordfence/lib/menu_scanSchedule.php |
<div class="wordfenceModeElem" id="wordfenceMode_scanScheduling"></div> <div class="wrap" id="paidWrap"> <?php require('menuHeader.php'); ?> <?php $pageTitle = "Schedule when Wordfence Scans Occur"; $helpLink="http://docs.wordfence.com/en/Wordfence_scan_scheduling"; $helpLabel="Learn more about Scheduling Wordfence Scans"; include('pageTitle.php'); ?> <?php if(! wfConfig::get('isPaid')){ ?> <div class="wfPaidOnlyNotice"> <strong>Scan Scheduling is only available to Premium Members at this time</strong><br /><br /> Scan Scheduling is a premium feature because it places additional load on our scanning servers. If you would like to activate this feature, simply <a href="https://www.wordfence.com/gnl1scanSched1/wordfence-signup/" target="_blank">click here and get a premium Wordfence API Key</a>, and then copy and paste it into your options page. </div> <?php } ?> <div class="wordfenceWrap" style="margin: 20px 20px 20px 30px;"> <p> <strong>Current time:</strong> <?php echo date('l jS \of F Y H:i:s A', current_time('timestamp')); ?> <br /><strong>Next scan will start at:</strong> <span id="wfScanStartTime"> <?php $nextTime = wordfence::getNextScanStartTime(); if($nextTime){ echo $nextTime; } ?> </span> </p> <p> <strong>Scan mode:</strong><select id="schedMode" onchange="WFAD.sched_modeChange();"> <option value="auto"<?php echo (wfConfig::get('schedMode') == 'auto' ? ' selected' : ''); ?>>Let Wordfence automatically schedule scans (recommended)</option> <option value="manual"<?php echo (wfConfig::get('schedMode') == 'manual' ? ' selected' : ''); ?>>Manually schedule scans using calendar below</option> </select> <p> <strong>Shortcuts</strong>: <a href="#" onclick="WFAD.sched_shortcut('onceDaily'); return false;">Once a day</a>, <a href="#" onclick="WFAD.sched_shortcut('twiceDaily'); return false;">Twice a day</a>, <a href="#" onclick="WFAD.sched_shortcut('weekends'); return false;">Weekends</a>, <a href="#" onclick="WFAD.sched_shortcut('oddDaysWE'); return false;">Odd days and weekends</a>, <a href="#" onclick="WFAD.sched_shortcut('every6hours'); return false;">Every 6 hours</a>, </p> <table border="0"> <?php $daysOfWeek = array( array(1, 'Monday'), array(2, 'Tuesday'), array(3, 'Wednesday'), array(4, 'Thursday'), array(5, 'Friday'), array(6, 'Saturday'), array(0, 'Sunday') ); $sched = wfConfig::get_ser('scanSched', array()); foreach($daysOfWeek as $elem){ $dayIndex = $elem[0]; $dayName = $elem[1]; require('schedWeekEntry.php'); } ?> </table> <table border="0" cellpadding="0" cellspacing="0"><tr> <td> <input type="button" name="but3" class="button-primary" value="Save Scan Schedule" onclick="WFAD.sched_save();" /> </td> <td style="height: 24px;"><div class="wfAjax24"></div><span class="wfSavedMsg"> Your changes have been saved!</span></td> </tr> </table> </div> <br /> </div> <script type="text/x-jquery-template" id="wfWelcomeContentScanSched"> <div> <h3>Premium Feature: Scan Scheduling</h3> <strong><p>Want full control over when your scans run?</p></strong> <p> If you upgrade to our premium version you will have access to our scan scheduling feature. This gives you full control over when and how frequently your site is scanned for security vulnerabilities and intrusions. </p> <p> If your site gets a surge of traffic in the mornings, you may choose to run two scans in the late afternoon and at midnight, for example. Or if you are experiencing an unusually high number of attacks, you might choose to run scans once every two to four hours to be extra vigilant during the attack. <p> <?php if(wfConfig::get('isPaid')){ ?> You have upgraded to the premium version of Wordfence and have full access to this feature along with our other premium features and priority support. <?php } else { ?> If you would like access to this premium feature, please <a href="https://www.wordfence.com/gnl1scanSched2/wordfence-signup/" target="_blank">upgrade to our Premium version</a>. </p> <?php } ?> </div> </script>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare