PluginProbe
WebTotem Security / 2.3.36
WebTotem Security v2.3.36
3.0.2 3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 All 110 releases
wt-security / includes / options.php

options.php in WebTotem Security 2.3.36, at includes/options.php

161 lines 8.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined('ABSPATH') or die("Protected By WT!");?>
2 <?php if(!empty($arguments)):?>
3
4 <div class="wtotem_content">
5 <div class="wtotem_container">
6 <div class="wtotem_holder">
7 <div class="wtotem_holder__content">
8 <div class="section-header-mb">
9 <h2 class="title">
10 <?= __( 'Options', 'wtotem' ) ?>
11 </h2>
12 </div>
13 <div class="wtotem_option wt_card">
14 <div class="wtotem_option__desc">
15 <h3 class="wtotem_option__title">
16 <?= __( 'Availability', 'wtotem' ) ?>
17 </h3>
18 <p class="wtotem_option__text">
19 <?= __( 'Activate our real-time protection against intrusion and attacks to your site thanks to the WT.Firewall. It will establish a barrier for automated attacks and spam bots, proactively checking incoming traffic and blocking requests of unwanted nature.', 'wtotem' ) ?>
20 </p>
21 </div>
22 <div class="wtotem_option__checkbox onoff">
23 <input
24 type="checkbox"
25 class="onoff__input config_toggle"
26 id="myonoff1"
27 value="<?= $arguments['wa']['id'] ?>"
28 <?= ($arguments['wa']['isActive']) ? 'checked' : ''; ?>
29 />
30 <label for="myonoff1" class="onoff__label">
31 <span class="onoff__circle"></span>
32 </label>
33 </div>
34 </div>
35
36 <div class="wtotem_option wt_card">
37 <div class="wtotem_option__desc">
38 <h3 class="wtotem_option__title">
39 <?= __( 'Antivirus', 'wtotem' ) ?>
40 </h3>
41 <p class="wtotem_option__text">
42 <?= __( 'Scan the site for malicious code inserts that redirect visitors coming from search engines, redirect visitors from mobile browsers, using users power for mining cryptocurrency, using user traffic to download unsolicited ads, usually of a destructive nature.', 'wtotem' ) ?>
43 </p>
44 </div>
45 <div class="wtotem_option__checkbox onoff">
46 <input
47 type="checkbox"
48 class="onoff__input config_toggle"
49 id="myonoff3"
50 value="<?= $arguments['cms']['id'] ?>"
51 <?= ($arguments['cms']['isActive']) ? 'checked' : ''; ?>
52 />
53 <label for="myonoff3" class="onoff__label">
54 <span class="onoff__circle"></span>
55 </label>
56 </div>
57 </div>
58
59 <div class="wtotem_option wt_card">
60 <div class="wtotem_option__desc">
61 <h3 class="wtotem_option__title">
62 <?= __( 'Deface scanner', 'wtotem' ) ?>
63 </h3>
64 <p class="wtotem_option__text">
65 <?= __( 'Check sites for problems and signs of hacking, in which the main page is replaced with another, usually containing advertisements, threats or callers. Sites that have been defaced, as well as system errors displayed on the page, are not credible to visitors.', 'wtotem' ) ?>
66 </p>
67 </div>
68 <div class="wtotem_option__checkbox onoff">
69 <input
70 type="checkbox"
71 class="onoff__input config_toggle"
72 id="myonoff4"
73 value="<?= $arguments['dc']['id'] ?>"
74 <?= ($arguments['dc']['isActive']) ? 'checked' : ''; ?>
75 />
76 <label for="myonoff4" class="onoff__label">
77 <span class="onoff__circle"></span>
78 </label>
79 </div>
80 </div>
81
82 <div class="wtotem_option wt_card">
83 <div class="wtotem_option__desc">
84 <h3 class="wtotem_option__title">
85 <?= __( 'Port scanner', 'wtotem' ) ?>
86 </h3>
87 <p class="wtotem_option__text">
88 <?= __( 'Monitor the status of network ports on the servers of your sites. Port Scanner will promptly report on popularly vulnerable services that are launched and opened for exploitation by attackers.', 'wtotem' ) ?>
89 </p>
90 </div>
91 <div class="wtotem_option__checkbox onoff">
92 <input
93 type="checkbox"
94 class="onoff__input config_toggle"
95 id="myonoff5"
96 value="<?= $arguments['ps']['id'] ?>"
97 <?= ($arguments['ps']['isActive']) ? 'checked' : ''; ?>
98 />
99 <label for="myonoff5" class="onoff__label">
100 <span class="onoff__circle"></span>
101 </label>
102 </div>
103 </div>
104
105 <div class="wtotem_option wt_card">
106 <div class="wtotem_option__desc">
107 <h3 class="wtotem_option__title">
108 <?= __( 'Limit login attempts', 'wtotem' ) ?>
109 </h3>
110 <p class="wtotem_option__text">
111 <?= __( 'Limit login attempts for login protection, protect site from brute force attacks.', 'wtotem' ) ?>
112 </p>
113 </div>
114 <div class="wtotem_option__checkbox onoff">
115 <input
116 type="checkbox"
117 class="onoff__input settings_toggle"
118 id="settings_login_attempt"
119 <?= ($arguments['settings']['login_attempt']) ? 'checked' : ''; ?>
120 />
121 <label for="settings_login_attempt" class="onoff__label">
122 <span class="onoff__circle"></span>
123 </label>
124 </div>
125 </div>
126
127 </div>
128
129 <div class="wtotem_holder__sidebar">
130 <div class="wtotem_item">
131 <div class="section-header-mb">
132 <h2 class="title"><?= __( 'Agents', 'wtotem' ) ?></h2>
133 </div>
134 <div class="wtotem_control wt_card">
135 <h4 class="wtotem_control__title">
136 <?= __( 'Agent manager control options', 'wtotem' ) ?>
137 </h4>
138
139 <a class="wtotem_button wtotem_dark_btn wtotem_reinstall " href="#" data-text="<?= __( 'Attention, all data will be deleted during the reinstall! Do you want to continue?', 'wtotem' ) ?>">
140 <img src="<?= wtsec_getImagePath("reload.svg") ?>" alt=""> <span><?= __( 'Reinstall agents', 'wtotem' ) ?></span>
141 </a>
142 </div>
143 </div>
144
145 </div>
146
147 </div>
148
149 </div>
150 </div>
151
152
153 <?php else:?>
154 <!-- No data block -->
155 <section class="wtotem_reports-no-data" style="height:300px" >
156 <h2 class="visually-hidden"><?= __( 'No data', 'wtotem' ) ?></h2>
157 <p class="wtotem_reports-no-data__text">
158 <?= __( 'Has no action ready yet', 'wtotem' ) ?>
159 </p>
160 </section>
161 <?php endif;?>