@@ -60,9 +60,12 @@ |
||
60 | 60 | </div> |
61 | 61 | </div> |
62 | 62 | </div> |
63 | - <?php else : ?> |
|
63 | + <?php else { |
|
64 | + : ?> |
|
64 | 65 | <div class="alert alert-danger"> |
65 | - <?php _e('panel', 'log_msg_no_logger', 'Sorry, you have to implement ActionLogger to use this function.'); ?> |
|
66 | + <?php _e('panel', 'log_msg_no_logger', 'Sorry, you have to implement ActionLogger to use this function.'); |
|
67 | +} |
|
68 | +?> |
|
66 | 69 | |
67 | 70 | </div> |
68 | 71 | <?php endif; ?> |
@@ -60,9 +60,12 @@ |
||
60 | 60 | </div> |
61 | 61 | </div> |
62 | 62 | </div> |
63 | - <?php else : ?> |
|
63 | + <?php else { |
|
64 | + : ?> |
|
64 | 65 | <div class="alert alert-danger"> |
65 | - <?php _e('panel', 'log_msg_no_logger', 'Sorry, you have to implement ActionLogger to use this function.'); ?> |
|
66 | + <?php _e('panel', 'log_msg_no_logger', 'Sorry, you have to implement ActionLogger to use this function.'); |
|
67 | +} |
|
68 | +?> |
|
66 | 69 | |
67 | 70 | </div> |
68 | 71 | <?php endif; ?> |
@@ -203,7 +203,7 @@ discard block |
||
203 | 203 | <div class="filter-status"> |
204 | 204 | <div class="heading"><?php _e('panel', 'overview_label_action_logger', 'Action Logger'); ?></div> |
205 | 205 | <div class="nums"> |
206 | - <?php echo $data['action_logger'] ? '<i class="far fa-play-circle"></i>' : '<i class="far fa-stop-circle"></i>'; ?> |
|
206 | + <?php echo $data['action_logger'] ? '<i class="far fa-play-circle"></i>' : '<i class="far fa-stop-circle"></i>'; ?> |
|
207 | 207 | </div> |
208 | 208 | <div class="note"><?php _e('panel', 'overview_note_action_logger', 'Record every visitor’s behavior.'); ?></div> |
209 | 209 | </div> |
@@ -222,7 +222,7 @@ discard block |
||
222 | 222 | <div class="filter-status"> |
223 | 223 | <div class="heading"><?php _e('panel', 'overview_label_recaptcha', 'reCAPTCHA'); ?></div> |
224 | 224 | <div class="nums"> |
225 | - <?php echo $captcha['recaptcha'] ? '<i class="far fa-play-circle"></i>' : '<i class="far fa-stop-circle"></i>'; ?> |
|
225 | + <?php echo $captcha['recaptcha'] ? '<i class="far fa-play-circle"></i>' : '<i class="far fa-stop-circle"></i>'; ?> |
|
226 | 226 | </div> |
227 | 227 | <div class="note"><?php _e('panel', 'overview_note_recaptcha', 'Provided by Google.'); ?></div> |
228 | 228 | </div> |
@@ -231,7 +231,7 @@ discard block |
||
231 | 231 | <div class="filter-status"> |
232 | 232 | <div class="heading"><?php _e('panel', 'overview_label_image_captcha', 'Image Captcha'); ?></div> |
233 | 233 | <div class="nums"> |
234 | - <?php echo $captcha['imagecaptcha'] ? '<i class="far fa-play-circle"></i>' : '<i class="far fa-stop-circle"></i>'; ?> |
|
234 | + <?php echo $captcha['imagecaptcha'] ? '<i class="far fa-play-circle"></i>' : '<i class="far fa-stop-circle"></i>'; ?> |
|
235 | 235 | </div> |
236 | 236 | <div class="note"><?php _e('panel', 'overview_note_image_captcha', 'A simple text-in-image Captcha.'); ?></div> |
237 | 237 | </div> |
@@ -251,7 +251,7 @@ discard block |
||
251 | 251 | <div class="filter-status"> |
252 | 252 | <div class="heading"><?php _e('panel', 'overview_label_' . $k, ''); ?></div> |
253 | 253 | <div class="nums"> |
254 | - <?php echo $messengers[$k] ? '<i class="far fa-play-circle"></i>' : '<i class="far fa-stop-circle"></i>'; ?> |
|
254 | + <?php echo $messengers[$k] ? '<i class="far fa-play-circle"></i>' : '<i class="far fa-stop-circle"></i>'; ?> |
|
255 | 255 | </div> |
256 | 256 | <div class="note"><?php _e('panel', 'overview_note_' . $k, ''); ?></div> |
257 | 257 | </div> |
@@ -62,7 +62,8 @@ discard block |
||
62 | 62 | </tbdoy> |
63 | 63 | </table> |
64 | 64 | </div> |
65 | - <?php else: ?> |
|
65 | + <?php else { |
|
66 | + : ?> |
|
66 | 67 | <div id="so-table-loading" class="so-datatables"> |
67 | 68 | <div class="lds-css ng-scope"> |
68 | 69 | <div class="lds-ripple"> |
@@ -71,7 +72,9 @@ discard block |
||
71 | 72 | </div> |
72 | 73 | </div> |
73 | 74 | </div> |
74 | - <?php endif; ?> |
|
75 | + <?php endif; |
|
76 | +} |
|
77 | +?> |
|
75 | 78 | <div id="so-table-container" class="so-datatables" style="display: none;"> |
76 | 79 | <table id="so-datalog" class="cell-border compact stripe responsive" cellspacing="0" width="100%"> |
77 | 80 | <thead> |
@@ -128,7 +128,7 @@ |
||
128 | 128 | </div> |
129 | 129 | </div> |
130 | 130 | <br /> |
131 | - <?php if ( empty($xss_protected_list)) : ?> |
|
131 | + <?php if (empty($xss_protected_list)) : ?> |
|
132 | 132 | <div id="so-table-container" class="so-datatables"> |
133 | 133 | <table id="so-datalog" class="cell-border compact stripe responsive" cellspacing="0" width="100%"> |
134 | 134 | <tbody> |
@@ -236,11 +236,11 @@ |
||
236 | 236 | private function overviewTemplateVarsOfComponents(array $data = []): array |
237 | 237 | { |
238 | 238 | $data['components'] = [ |
239 | - 'Ip' => (!empty($this->kernel->component['Ip'])) ? true : false, |
|
239 | + 'Ip' => (!empty($this->kernel->component['Ip'])) ? true : false, |
|
240 | 240 | 'TrustedBot' => (!empty($this->kernel->component['TrustedBot'])) ? true : false, |
241 | - 'Header' => (!empty($this->kernel->component['Header'])) ? true : false, |
|
242 | - 'Rdns' => (!empty($this->kernel->component['Rdns'])) ? true : false, |
|
243 | - 'UserAgent' => (!empty($this->kernel->component['UserAgent'])) ? true : false, |
|
241 | + 'Header' => (!empty($this->kernel->component['Header'])) ? true : false, |
|
242 | + 'Rdns' => (!empty($this->kernel->component['Rdns'])) ? true : false, |
|
243 | + 'UserAgent' => (!empty($this->kernel->component['UserAgent'])) ? true : false, |
|
244 | 244 | ]; |
245 | 245 | |
246 | 246 | return $data; |
@@ -304,9 +304,12 @@ |
||
304 | 304 | <div> |
305 | 305 | <?php if ($this->mode === 'demo') : ?> |
306 | 306 | <code id="code1" style="display: none">* * * * * root bash your_project_folder/vendor/shieldon/bin/iptables_bridge.sh --watch=your_watching_folder >> /var/log/shieldon.log 2>&1</code> |
307 | - <?php else: ?> |
|
307 | + <?php else { |
|
308 | + : ?> |
|
308 | 309 | <code id="code1" style="display: none">* * * * * root bash <?php echo realpath(__DIR__ . '/../../../bin/iptables_bridge.sh') ?> --watch=<span id="iptables-watch-folder"></span> >> /var/log/shieldon.log 2>&1</code> |
309 | - <?php endif; ?> |
|
310 | + <?php endif; |
|
311 | +} |
|
312 | +?> |
|
310 | 313 | |
311 | 314 | <textarea id="code2" class="form-control" rows="4" style="font-size: 12px; font-family: monospace;"></textarea> |
312 | 315 | </div><br /> |
@@ -58,20 +58,20 @@ |
||
58 | 58 | </thead> |
59 | 59 | <tbody> |
60 | 60 | <?php foreach ($ip_log_list as $ipInfo) : ?> |
61 | - <?php $logData = is_array($ipInfo['log_data']) ? $ipInfo['log_data'] : json_decode($ipInfo['log_data'], true ); ?> |
|
61 | + <?php $logData = is_array($ipInfo['log_data']) ? $ipInfo['log_data'] : json_decode($ipInfo['log_data'], true); ?> |
|
62 | 62 | <?php |
63 | 63 | |
64 | 64 | $text_warning = ''; |
65 | 65 | |
66 | - if ($logData['pageviews_m'] > 6 || $logData['pageviews_h'] > 50 || $logData['pageviews_d'] > 100 ) { |
|
66 | + if ($logData['pageviews_m'] > 6 || $logData['pageviews_h'] > 50 || $logData['pageviews_d'] > 100) { |
|
67 | 67 | $text_warning = '<span class="so-text-warning"><i class="fas fa-exclamation-triangle"></i></span>'; |
68 | 68 | } |
69 | 69 | |
70 | - if ($logData['flag_js_cookie'] > 2 || $logData['flag_multi_session'] > 2 || $logData['flag_empty_referer'] > 2 ) { |
|
70 | + if ($logData['flag_js_cookie'] > 2 || $logData['flag_multi_session'] > 2 || $logData['flag_empty_referer'] > 2) { |
|
71 | 71 | $text_warning = '<span class="so-text-warning"><i class="fas fa-exclamation-triangle"></i></span>'; |
72 | 72 | } |
73 | 73 | |
74 | - if ($logData['flag_js_cookie'] > 3 || $logData['flag_multi_session'] > 3 || $logData['flag_empty_referer'] > 3 ) { |
|
74 | + if ($logData['flag_js_cookie'] > 3 || $logData['flag_multi_session'] > 3 || $logData['flag_empty_referer'] > 3) { |
|
75 | 75 | $text_warning = '<span class="so-text-danger"><i class="fas fa-exclamation-triangle"></i></span>'; |
76 | 76 | } |
77 | 77 | ?> |
@@ -30,7 +30,7 @@ |
||
30 | 30 | public static function get(array $setting): MessengerInterface |
31 | 31 | { |
32 | 32 | $botToken = $setting['config']['bot_token'] ?? ''; |
33 | - $channel = $setting['config']['channel'] ?? ''; |
|
33 | + $channel = $setting['config']['channel'] ?? ''; |
|
34 | 34 | |
35 | 35 | return new Slack($botToken, $channel); |
36 | 36 | } |
@@ -30,10 +30,10 @@ |
||
30 | 30 | */ |
31 | 31 | public static function get(array $setting): MessengerInterface |
32 | 32 | { |
33 | - $apiKey = $setting['config']['api_key'] ?? ''; |
|
33 | + $apiKey = $setting['config']['api_key'] ?? ''; |
|
34 | 34 | $domain = $setting['config']['domain_name'] ?? ''; |
35 | - $sender = $setting['config']['sender'] ?? ''; |
|
36 | - $recipients = $setting['config']['recipients'] ?? []; |
|
35 | + $sender = $setting['config']['sender'] ?? ''; |
|
36 | + $recipients = $setting['config']['recipients'] ?? []; |
|
37 | 37 | |
38 | 38 | $instance = new Mailgun($apiKey, $domain); |
39 | 39 | $instance->setSubject(__('core', 'messenger_text_mail_subject')); |