PluginProbe
WebTotem Security / 2.1.9
WebTotem Security v2.1.9
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 2.2.4 All 109 releases
wt-security / includes / options.php

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

253 lines 11.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wtotem_content">
2 <div class="wtotem_container">
3 <div class="wtotem_holder">
4 <div class="wtotem_holder__content">
5 <div class="section-header-mb">
6 <h2 class="title">
7 Options
8 </h2>
9 </div>
10 <div class="wtotem_option wt_card">
11 <div class="wtotem_option__desc">
12 <h3 class="wtotem_option__title">
13 Availability
14 </h3>
15 <p class="wtotem_option__text">
16 Check the performance of your site every
17 minute. Stay informed about the problems of
18 accessibility of the site instantly using
19 any available types of notifications: SMS,
20 Email, Telegram, Slack and many others.
21 </p>
22 </div>
23 <div class="wtotem_option__checkbox onoff">
24 <input
25 type="checkbox"
26 class="onoff__input"
27 id="myonoff1"
28 checked
29 />
30 <label for="myonoff1" class="onoff__label">
31 <div class="onoff__circle"></div>
32 </label>
33 </div>
34 </div>
35
36 <div class="wtotem_option card">
37 <div class="wtotem_option__desc">
38 <h3 class="wtotem_option__title">
39 Domain
40 </h3>
41 <p class="wtotem_option__text">
42 Learn about the expiration of your domain.
43 We will send you a notice a day, a week and
44 a month before the expiration date. Keep
45 track of the reputation of the domain in the
46 anti-virus databases and the entry into the
47 black lists of popular browsers.
48 </p>
49 </div>
50 <div class="wtotem_option__checkbox onoff">
51 <input
52 type="checkbox"
53 class="onoff__input"
54 id="myonoff2"
55 />
56 <label for="myonoff2" class="onoff__label">
57 <div class="onoff__circle"></div>
58 </label>
59 </div>
60 </div>
61
62 <div class="wtotem_option card">
63 <div class="wtotem_option__desc">
64 <h3 class="wtotem_option__title">
65 Malicious scripts
66 </h3>
67 <p class="wtotem_option__text">
68 Scan the site for malicious code inserts
69 that redirect visitors coming from search
70 engines, redirect visitors from mobile
71 browsers, using users power for mining
72 cryptocurrency, using user traffic to
73 download unsolicited ads, usually of a
74 destructive nature.
75 </p>
76 </div>
77 <div class="wtotem_option__checkbox onoff">
78 <input
79 type="checkbox"
80 class="onoff__input"
81 id="myonoff3"
82 checked
83 />
84 <label for="myonoff3" class="onoff__label">
85 <div class="onoff__circle"></div>
86 </label>
87 </div>
88 </div>
89
90 <div class="wtotem_option card">
91 <div class="wtotem_option__desc">
92 <h3 class="wtotem_option__title">
93 Deface scanner
94 </h3>
95 <p class="wtotem_option__text">
96 Check sites for problems and signs of
97 hacking, in which the main page is replaced
98 with another, usually containing
99 advertisements, threats or callers. Sites
100 that have been defaced, as well as system
101 errors displayed on the page, are not
102 credible to visitors.
103 </p>
104 </div>
105 <div class="wtotem_option__checkbox onoff">
106 <input
107 type="checkbox"
108 class="onoff__input"
109 id="myonoff4"
110 checked
111 />
112 <label for="myonoff4" class="onoff__label">
113 <div class="onoff__circle"></div>
114 </label>
115 </div>
116 </div>
117
118 <div class="wtotem_option card">
119 <div class="wtotem_option__desc">
120 <h3 class="wtotem_option__title">
121 Port scanner
122 </h3>
123 <p class="wtotem_option__text">
124 Monitor the status of network ports on the
125 servers of your sites. Port Scanner will
126 promptly report on popularly vulnerable
127 services that are launched and opened for
128 exploitation by attackers.
129 </p>
130 </div>
131 <div class="wtotem_option__checkbox onoff">
132 <input
133 type="checkbox"
134 class="onoff__input"
135 id="myonoff5"
136 checked
137 />
138 <label for="myonoff5" class="onoff__label">
139 <div class="onoff__circle"></div>
140 </label>
141 </div>
142 </div>
143
144 <div class="wtotem_option card">
145 <div class="wtotem_option__desc">
146 <h3 class="wtotem_option__title">
147 SSL
148 </h3>
149 <p class="wtotem_option__text">
150 Find out the status of the SSL certificate
151 installed on the site. We examine it for
152 evidence of health, relevance and compliance
153 with safety standards.
154 </p>
155 </div>
156 <div class="wtotem_option__checkbox onoff">
157 <input
158 type="checkbox"
159 class="onoff__input"
160 id="myonoff6"
161 checked
162 />
163 <label for="myonoff6" class="onoff__label">
164 <div class="onoff__circle"></div>
165 </label>
166 </div>
167 </div>
168 </div>
169
170 <div class="wtotem_holder__sidebar">
171 <div class="wtotem_item">
172 <div class="section-header-mb">
173 <h2 class="title">
174 Plugins
175 </h2>
176 </div>
177 <div class="wtotem_control card">
178 <h4 class="wtotem_control__title">
179 Agent manager control options
180 </h4>
181 <div class="wtotem_control__block">
182 <div class="wtotem_control__circle">
183 <img
184 src="img/success.svg"
185 alt="Check mark icon"
186 class="wtotem_control__check-mark"
187 />
188 </div>
189 <div class="wtotem_control__name">
190 Antivirus module
191 </div>
192 <div class="wtotem_control__trash"></div>
193 </div>
194 <div class="wtotem_control__block">
195 <div class="wtotem_control__circle">
196 <img
197 src="img/success.svg"
198 alt="Check mark icon"
199 class="wtotem_control__check-mark"
200 />
201 </div>
202 <div class="wtotem_control__name">
203 FireWall module
204 </div>
205 <div class="wtotem_control__trash"></div>
206 </div>
207 <button class="wtotem_control__btn">
208 Download log
209 </button>
210 </div>
211 </div>
212 <div class="wtotem_item">
213 <div class="section-header-mb">
214 <h2 class="title">
215 Theme
216 </h2>
217 </div>
218 <div class="wtotem_control card">
219 <h4 class="wtotem_control__title">
220 Choose your theme
221 </h4>
222 <div
223 class="wtotem_control__block wtotem_control__block_switch"
224 >
225 <div class="wtotem_control__name">
226 Light/Night mode
227 </div>
228 <div class="wtotem_control__checkbox">
229 <input
230 type="checkbox"
231 class="wtotem_control__input"
232 id="control-checkbox"
233 checked
234 />
235 <label
236 for="control-checkbox"
237 class="wtotem_control__label"
238 >
239 <span
240 class="wtotem_control__switched-circle"
241 ></span>
242 </label>
243 </div>
244 </div>
245 <button class="wtotem_control__btn">
246 Save
247 </button>
248 </div>
249 </div>
250 </div>
251 </div>
252 </div>
253 </div>