| @@ -1,253 +1,136 @@ | ||
| 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> | |
| 1 | +<?php defined('ABSPATH') or die("Protected By WT!");?> | |
| 2 | +<?php if(!empty($arguments)):?> | |
| 3 | +<div class="wtotem_content"> | |
| 4 | + <div class="wtotem_container"> | |
| 5 | + <div class="wtotem_holder"> | |
| 6 | + <div class="wtotem_holder__content"> | |
| 7 | + <div class="section-header-mb"> | |
| 8 | + <h2 class="title"> | |
| 9 | + <?= wtsec_locale("options") ?> | |
| 10 | + </h2> | |
| 11 | + </div> | |
| 12 | + <div class="wtotem_option wt_card"> | |
| 13 | + <div class="wtotem_option__desc"> | |
| 14 | + <h3 class="wtotem_option__title"> | |
| 15 | + <?= wtsec_locale("availability") ?> | |
| 16 | + </h3> | |
| 17 | + <p class="wtotem_option__text"> | |
| 18 | + <?= wtsec_locale("descriptions.availability") ?> | |
| 19 | + </p> | |
| 20 | + </div> | |
| 21 | + <div class="wtotem_option__checkbox onoff"> | |
| 22 | + <input | |
| 23 | + type="checkbox" | |
| 24 | + class="onoff__input config_toggle" | |
| 25 | + id="myonoff1" | |
| 26 | + value="<?= $arguments['wa']['id'] ?>" | |
| 27 | + <?= ($arguments['wa']['isActive']) ? 'checked' : ''; ?> | |
| 28 | + /> | |
| 29 | + <label for="myonoff1" class="onoff__label"> | |
| 30 | + <div class="onoff__circle"></div> | |
| 31 | + </label> | |
| 32 | + </div> | |
| 33 | + </div> | |
| 34 | + | |
| 35 | + <div class="wtotem_option wt_card"> | |
| 36 | + <div class="wtotem_option__desc"> | |
| 37 | + <h3 class="wtotem_option__title"> | |
| 38 | + <?= wtsec_locale("remote_antivirus") ?> | |
| 39 | + </h3> | |
| 40 | + <p class="wtotem_option__text"> | |
| 41 | + <?= wtsec_locale("descriptions.malicious") ?> | |
| 42 | + </p> | |
| 43 | + </div> | |
| 44 | + <div class="wtotem_option__checkbox onoff"> | |
| 45 | + <input | |
| 46 | + type="checkbox" | |
| 47 | + class="onoff__input config_toggle" | |
| 48 | + id="myonoff3" | |
| 49 | + value="<?= $arguments['cms']['id'] ?>" | |
| 50 | + <?= ($arguments['cms']['isActive']) ? 'checked' : ''; ?> | |
| 51 | + /> | |
| 52 | + <label for="myonoff3" class="onoff__label"> | |
| 53 | + <div class="onoff__circle"></div> | |
| 54 | + </label> | |
| 55 | + </div> | |
| 56 | + </div> | |
| 57 | + | |
| 58 | + <div class="wtotem_option wt_card"> | |
| 59 | + <div class="wtotem_option__desc"> | |
| 60 | + <h3 class="wtotem_option__title"> | |
| 61 | + <?= wtsec_locale("deface_scanner") ?> | |
| 62 | + </h3> | |
| 63 | + <p class="wtotem_option__text"> | |
| 64 | + <?= wtsec_locale("descriptions.deface") ?> | |
| 65 | + </p> | |
| 66 | + </div> | |
| 67 | + <div class="wtotem_option__checkbox onoff"> | |
| 68 | + <input | |
| 69 | + type="checkbox" | |
| 70 | + class="onoff__input config_toggle" | |
| 71 | + id="myonoff4" | |
| 72 | + value="<?= $arguments['dc']['id'] ?>" | |
| 73 | + <?= ($arguments['dc']['isActive']) ? 'checked' : ''; ?> | |
| 74 | + /> | |
| 75 | + <label for="myonoff4" class="onoff__label"> | |
| 76 | + <div class="onoff__circle"></div> | |
| 77 | + </label> | |
| 78 | + </div> | |
| 79 | + </div> | |
| 80 | + | |
| 81 | + <div class="wtotem_option wt_card"> | |
| 82 | + <div class="wtotem_option__desc"> | |
| 83 | + <h3 class="wtotem_option__title"> | |
| 84 | + <?= wtsec_locale("port_scanner") ?> | |
| 85 | + </h3> | |
| 86 | + <p class="wtotem_option__text"> | |
| 87 | + <?= wtsec_locale("descriptions.port") ?> | |
| 88 | + </p> | |
| 89 | + </div> | |
| 90 | + <div class="wtotem_option__checkbox onoff"> | |
| 91 | + <input | |
| 92 | + type="checkbox" | |
| 93 | + class="onoff__input config_toggle" | |
| 94 | + id="myonoff5" | |
| 95 | + value="<?= $arguments['ps']['id'] ?>" | |
| 96 | + <?= ($arguments['ps']['isActive']) ? 'checked' : ''; ?> | |
| 97 | + /> | |
| 98 | + <label for="myonoff5" class="onoff__label"> | |
| 99 | + <div class="onoff__circle"></div> | |
| 100 | + </label> | |
| 101 | + </div> | |
| 102 | + </div> | |
| 103 | + | |
| 104 | + <div class="wtotem_option wt_card"> | |
| 105 | + <div class="wtotem_option__desc"> | |
| 106 | + <h3 class="wtotem_option__title"> | |
| 107 | + <?= wtsec_locale("login_attempt") ?> | |
| 108 | + </h3> | |
| 109 | + <p class="wtotem_option__text"> | |
| 110 | + <?= wtsec_locale("descriptions.login_attempt") ?> | |
| 111 | + </p> | |
| 112 | + </div> | |
| 113 | + <div class="wtotem_option__checkbox onoff"> | |
| 114 | + <input | |
| 115 | + type="checkbox" | |
| 116 | + class="onoff__input settings_toggle" | |
| 117 | + id="settings_login_attempt" | |
| 118 | + <?= ($arguments['settings']['login_attempt']) ? 'checked' : ''; ?> | |
| 119 | + /> | |
| 120 | + <label for="settings_login_attempt" class="onoff__label"> | |
| 121 | + <div class="onoff__circle"></div> | |
| 122 | + </label> | |
| 123 | + </div> | |
| 124 | + </div> | |
| 125 | + | |
| 126 | + </div> | |
| 127 | + | |
| 128 | + </div> | |
| 129 | + | |
| 130 | + </div> | |
| 131 | +</div> | |
| 132 | + | |
| 133 | + | |
| 134 | +<?php else:?> | |
| 135 | + | |
| 136 | +<?php endif;?> | |