Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/wordfenc.../lib
File: menu_tools_livetraffic.php
</div>
[500] Fix | Delete
</td>
[501] Fix | Delete
</tr>
[502] Fix | Delete
</tbody>
[503] Fix | Delete
</table>
[504] Fix | Delete
</div>
[505] Fix | Delete
<div class="wf-live-traffic-none" data-bind="if: listings().length == 0">
[506] Fix | Delete
<?php esc_html_e('No requests to report yet.', 'wordfence') ?>
[507] Fix | Delete
</div>
[508] Fix | Delete
</div>
[509] Fix | Delete
</div>
[510] Fix | Delete
</div>
[511] Fix | Delete
</div>
[512] Fix | Delete
</div>
[513] Fix | Delete
</div>
[514] Fix | Delete
</div>
[515] Fix | Delete
</div>
[516] Fix | Delete
</div>
[517] Fix | Delete
[518] Fix | Delete
<script type="application/javascript">
[519] Fix | Delete
(function($) {
[520] Fix | Delete
$(function() {
[521] Fix | Delete
$('.wf-option.wf-option-toggled-boolean-switch[data-option="liveTraf_displayExpandedRecords"]').on('change', function() {
[522] Fix | Delete
delete WFAD.pendingChanges['liveTraf_displayExpandedRecords'];
[523] Fix | Delete
var isOn = $(this).find('.wf-boolean-switch').hasClass('wf-active');
[524] Fix | Delete
WFAD.setOption($(this).data('option'), (isOn ? $(this).data('enabledValue') : $(this).data('disabledValue')), function() {
[525] Fix | Delete
$('#wf-live-traffic').toggleClass('wf-live-traffic-display-expanded', isOn);
[526] Fix | Delete
});
[527] Fix | Delete
});
[528] Fix | Delete
[529] Fix | Delete
$(document).on('heartbeat-tick', function(heartbeat) {
[530] Fix | Delete
WFAD.serverMicrotime = heartbeat.timeStamp / 1000;
[531] Fix | Delete
WFAD.updateTimeAgo();
[532] Fix | Delete
})
[533] Fix | Delete
});
[534] Fix | Delete
})(jQuery);
[535] Fix | Delete
</script>
[536] Fix | Delete
[537] Fix | Delete
<div id="wf-live-traffic-util-overlay-wrapper" style="display: none">
[538] Fix | Delete
<div class="wf-live-traffic-util-overlay">
[539] Fix | Delete
<div class="wf-live-traffic-util-overlay-header"></div>
[540] Fix | Delete
<div class="wf-live-traffic-util-overlay-body"></div>
[541] Fix | Delete
<span class="wf-live-traffic-util-overlay-close wf-ion-android-close"></span>
[542] Fix | Delete
</div>
[543] Fix | Delete
</div>
[544] Fix | Delete
[545] Fix | Delete
<div id="wfrawhtml"></div>
[546] Fix | Delete
[547] Fix | Delete
<script type="text/x-jquery-template" id="wf-live-traffic-hostname-template">
[548] Fix | Delete
<span title="${ip}">${(ip && ip.length > 22) ? '...' + ip.substring(ip.length - 22) : ip}</span>
[549] Fix | Delete
</script>
[550] Fix | Delete
[551] Fix | Delete
<?php if (wfOnboardingController::willShowNewTour(wfOnboardingController::TOUR_LIVE_TRAFFIC)): ?>
[552] Fix | Delete
<script type="application/javascript">
[553] Fix | Delete
(function($) {
[554] Fix | Delete
$(function() {
[555] Fix | Delete
WFAD.tour1 = function() {
[556] Fix | Delete
WFAD.tour('wfNewTour1', 'wf-live-traffic', 'bottom', 'bottom', null, WFAD.tourComplete);
[557] Fix | Delete
};
[558] Fix | Delete
WFAD.tourComplete = function() { WFAD.tourFinish('<?php echo esc_attr(wfOnboardingController::TOUR_LIVE_TRAFFIC); ?>'); };
[559] Fix | Delete
[560] Fix | Delete
<?php if (wfOnboardingController::shouldShowNewTour(wfOnboardingController::TOUR_LIVE_TRAFFIC)): ?>
[561] Fix | Delete
if (!WFAD.isSmallScreen) { WFAD.tour1(); }
[562] Fix | Delete
<?php endif; ?>
[563] Fix | Delete
});
[564] Fix | Delete
})(jQuery);
[565] Fix | Delete
</script>
[566] Fix | Delete
[567] Fix | Delete
<script type="text/x-jquery-template" id="wfNewTour1">
[568] Fix | Delete
<div>
[569] Fix | Delete
<h3><?php esc_html_e('Live Traffic', 'wordfence'); ?></h3>
[570] Fix | Delete
<p><?php echo wp_kses(__('Live traffic defaults to a summary view of all security-related traffic. Details are viewable by clicking anywhere within the summary record. To switch to the expanded view, click the <strong>Expand All Records</strong> switch.', 'wordfence'), array('strong'=>array())); ?></p>
[571] Fix | Delete
<div class="wf-pointer-footer">
[572] Fix | Delete
<ul class="wf-tour-pagination">
[573] Fix | Delete
<li class="wf-active">&bullet;</li>
[574] Fix | Delete
</ul>
[575] Fix | Delete
<div id="wf-tour-continue"><a href="#" class="wf-onboarding-btn wf-onboarding-btn-primary" role="button"><?php esc_html_e('Got it', 'wordfence'); ?></a></div>
[576] Fix | Delete
</div>
[577] Fix | Delete
<div id="wf-tour-close"><a href="#" role="button"><i class="wf-fa wf-fa-times-circle" aria-hidden="true"></i></a></div>
[578] Fix | Delete
</div>
[579] Fix | Delete
</script>
[580] Fix | Delete
<?php endif; ?>
[581] Fix | Delete
[582] Fix | Delete
<?php if (wfOnboardingController::willShowUpgradeTour(wfOnboardingController::TOUR_LIVE_TRAFFIC)): ?>
[583] Fix | Delete
<script type="application/javascript">
[584] Fix | Delete
(function($) {
[585] Fix | Delete
$(function() {
[586] Fix | Delete
WFAD.tour1 = function() {
[587] Fix | Delete
WFAD.tour('wfUpgradeTour1', 'wf-live-traffic', 'bottom', 'bottom', null, WFAD.tourComplete);
[588] Fix | Delete
};
[589] Fix | Delete
WFAD.tourComplete = function() { WFAD.tourFinish('<?php echo esc_attr(wfOnboardingController::TOUR_LIVE_TRAFFIC); ?>'); };
[590] Fix | Delete
[591] Fix | Delete
<?php if (wfOnboardingController::shouldShowUpgradeTour(wfOnboardingController::TOUR_LIVE_TRAFFIC)): ?>
[592] Fix | Delete
if (!WFAD.isSmallScreen) { WFAD.tour1(); }
[593] Fix | Delete
<?php endif; ?>
[594] Fix | Delete
});
[595] Fix | Delete
})(jQuery);
[596] Fix | Delete
</script>
[597] Fix | Delete
[598] Fix | Delete
<script type="text/x-jquery-template" id="wfUpgradeTour1">
[599] Fix | Delete
<div>
[600] Fix | Delete
<h3><?php esc_html_e('Live Traffic', 'wordfence'); ?></h3>
[601] Fix | Delete
<p><?php echo wp_kses(__('Live traffic now defaults to a summary view. Details are viewable by clicking anywhere within the summary record. To switch to the expanded view, click the <strong>Expand All Records</strong> switch. New installations will only log security-related traffic by default, though your previous setting has been preserved.', 'wordfence'), array('strong'=>array())); ?></p>
[602] Fix | Delete
<div class="wf-pointer-footer">
[603] Fix | Delete
<ul class="wf-tour-pagination">
[604] Fix | Delete
<li class="wf-active">&bullet;</li>
[605] Fix | Delete
</ul>
[606] Fix | Delete
<div id="wf-tour-continue"><a href="#" role="button" class="wf-onboarding-btn wf-onboarding-btn-primary"><?php esc_html_e('Got it', 'wordfence'); ?></a></div>
[607] Fix | Delete
</div>
[608] Fix | Delete
<div id="wf-tour-close"><a href="#" role="button"><i class="wf-fa wf-fa-times-circle" aria-hidden="true"></i></a></div>
[609] Fix | Delete
</div>
[610] Fix | Delete
</script>
[611] Fix | Delete
<?php endif; ?>
[612] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function