Changeset 1741247
- Timestamp:
- 10/04/2017 10:58:22 PM (8 years ago)
- Location:
- ose-firewall/trunk
- Files:
-
- 46 edited
-
assets/config/joomla.php (modified) (3 diffs)
-
assets/views/affiliateform.php (modified) (1 diff)
-
assets/views/authentication.php (modified) (2 diffs)
-
assets/views/bsconfigadfirewall.php (modified) (1 diff)
-
assets/views/countryblock.php (modified) (1 diff)
-
assets/views/cronjobs.php (modified) (2 diffs)
-
assets/views/gitbackup.php (modified) (1 diff)
-
assets/views/gitbackupsuite.php (modified) (1 diff)
-
assets/views/login.php (modified) (2 diffs)
-
assets/views/rulesets.php (modified) (1 diff)
-
assets/views/subscription.php (modified) (1 diff)
-
assets/views/upload.php (modified) (1 diff)
-
classes/App/Controller/CronjobsController.php (modified) (1 diff)
-
classes/App/Model/CronjobsModel.php (modified) (2 diffs)
-
classes/App/Model/SubscriptionModel.php (modified) (1 diff)
-
classes/Library/RemoteLogin/RemoteLogin.php (modified) (1 diff)
-
classes/Library/adminemails/email.tpl (modified) (2 diffs)
-
classes/Library/adminemails/oseAdmin.php (modified) (2 diffs)
-
classes/Library/audit/audit.php (modified) (2 diffs)
-
classes/Library/emails/email.tpl (modified) (2 diffs)
-
classes/Library/emails/emailv7.tpl (modified) (2 diffs)
-
classes/Library/firewallstat/firewallstatBase.php (modified) (1 diff)
-
classes/Library/fwscanner/email.tpl (modified) (2 diffs)
-
classes/Library/fwscannerv7/fwscannerv7.php (modified) (4 diffs)
-
classes/Library/fwscannerv7/fwstatsv7.php (modified) (5 diffs)
-
classes/Library/oem/236.php (modified) (2 diffs)
-
classes/Library/oem/oem.php (modified) (2 diffs)
-
classes/Library/oseFirewallAjax.php (modified) (1 diff)
-
classes/Library/oseFirewallBase.php (modified) (2 diffs)
-
classes/Library/oseFirewallJoomla.php (modified) (2 diffs)
-
classes/Library/oseFirewallWordpress.php (modified) (8 diffs)
-
classes/Library/panel/panel.php (modified) (2 diffs)
-
classes/Library/vsscanner/cfscanner.php (modified) (4 diffs)
-
includes/oseBadgeWidget.php (modified) (4 diffs)
-
ose_firewall_badge.php (modified) (1 diff)
-
ose_wordpress_firewall.php (modified) (2 diffs)
-
public/js/cronjobs.js (modified) (2 diffs)
-
public/js/oem/236/custom.js (modified) (1 diff)
-
public/messages/da_DK.js (modified) (2 diffs)
-
public/messages/da_DK.php (modified) (1 diff)
-
public/messages/de_DE.js (modified) (1 diff)
-
public/messages/de_DE.php (modified) (1 diff)
-
public/messages/en_US.php (modified) (2 diffs)
-
public/messages/fr_FR.js (modified) (1 diff)
-
public/messages/fr_FR.php (modified) (3 diffs)
-
readme.txt (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ose-firewall/trunk/assets/config/joomla.php
r1730340 r1741247 102 102 //define('CONTENT_FOLDER_LIST_GITIGNORE','media'.ODS.'CentroraBackup'.ODS.'contentfolderlist.php'); 103 103 define('OSE_FWRELURL',OURI::root().'components/com_ose_firewall/'); 104 define('OSE_FWASSETS', OSEFWDIR . ODS. 'assets');104 define('OSE_FWASSETS', OSEFWDIR . 'assets'); 105 105 define('OSE_WPURL',rtrim(OURI::base(), '/') ); 106 106 define('OSE_ADMINURL', OSE_WPURL.'/index.php?option=com_ose_firewall'); … … 108 108 define('OSE_FWCONTROLLERS', OSEFWDIR . 'protected' . ODS . 'controllers'); 109 109 define('OSE_FWMODEL', OSEFWDIR . 'classes' . ODS.'App' . ODS . 'Model'); 110 define('OSE_FWFRAMEWORK', OSEFWDIR . ODS. 'classes' . ODS.'Library');111 define('OSE_FWPUBLIC', OSEFWDIR . ODS .'public');110 define('OSE_FWFRAMEWORK', OSEFWDIR . 'classes' . ODS.'Library'); 111 define('OSE_FWPUBLIC', OSEFWDIR . 'public'); 112 112 define('OSE_FWPUBLICURL', OSE_FWURL . 'public'); 113 113 define('OSE_FWLANGUAGE', OSE_FWPUBLIC . ODS.'messages'); 114 define('OSE_ FWWDATA', OSEFWDIR . ODS . 'protected' . ODS.'data');115 define('OSE_ TEMPFOLDER', OSEFWDIR . ODS . 'protected' . ODS.'data'.ODS.'tmp');114 define('OSE_TEMPFOLDER', OSEFWDIR . 'protected' . ODS.'data'.ODS.'tmp'); 115 define('OSE_FWDATA', OSEFWDIR . 'protected' . ODS.'data'); 116 116 define('OSE_QATESTFILE',CENTRORABACKUP_FOLDER.ODS.'QATest.php'); 117 117 define('OSE_DEFAULT_SCANPATH', dirname(dirname(dirname(OSEFWDIR)))); … … 133 133 define('KEY_BACKUP',CENTRORABACKUP_FOLDER.ODS.'keybackup'.ODS.'*'); 134 134 define('KEY_BACKUP_GITIGNORE','media'.ODS.'CentroraBackup'.ODS.'keybackup'.ODS.'*'); 135 define('OSE_FWDATA', OSEFWDIR . 'protected' . ODS.'data');136 135 define("OSE_GITBACKUP_MEDIAFOLDER",CENTRORABACKUP_FOLDER.ODS."gitbackup"); 137 136 define('OSE_GITBACKUP_QUEUELIST', CENTRORABACKUP_FOLDER.ODS."gitbackup".ODS."backupQueue.php"); -
ose-firewall/trunk/assets/views/affiliateform.php
r1387925 r1741247 27 27 <div class="col-md-12"> 28 28 <div class="pull-right"> 29 <a class="btn btn-default mr5 mr10" href="http ://www.centrora.com/affiliate-partners/" target="_blank"><i class="glyphicon glyphicon-list-alt"></i> Tutorial</a>29 <a class="btn btn-default mr5 mr10" href="https://www.centrora.com/services/affiliate" target="_blank"><i class="glyphicon glyphicon-list-alt"></i> Tutorial</a> 30 30 <button type="submit" class="btn btn-default mr5 mr10" ><i class="glyphicon glyphicon-save"></i> <?php oLang::_('SAVE');?></button> 31 31 </div> -
ose-firewall/trunk/assets/views/authentication.php
r1730340 r1741247 95 95 <div class="row row-set" style="margin-top:24px;"> 96 96 <div class="col-sm-12" style="padding-left: 0px; padding-right: 20px;"> 97 <a href="http ://www.centrora.com/developers/" target="_blank"><div class="call-to-action">97 <a href="https://www.centrora.com/services" target="_blank"><div class="call-to-action"> 98 98 <div class="call-to-action-txt"> 99 99 <img width="35" height="35" alt="C_puma" src="http://googledrive.com/host/0BzcQR8G4BGjUX0ZzTzBvUVNEb00"> … … 132 132 </div> 133 133 <div class="col-md-6" id="unsub-right"> 134 <a href="https://www.centrora.com/ malware-removal" id="leavetous">leave the work to us now</a>134 <a href="https://www.centrora.com/services" id="leavetous">leave the work to us now</a> 135 135 </div> 136 136 </div> -
ose-firewall/trunk/assets/views/bsconfigadfirewall.php
r1730340 r1741247 126 126 </div> 127 127 <div id="unsub-right"> 128 <a href="https://www.centrora.com/ malware-removal" id="leavetous-adfirewall">leave the work to us128 <a href="https://www.centrora.com/services" id="leavetous-adfirewall">leave the work to us 129 129 now</a> 130 130 </div> -
ose-firewall/trunk/assets/views/countryblock.php
r1387925 r1741247 165 165 </div> 166 166 <div class="col-md-6" id="unsub-right"> 167 <a href="https://www.centrora.com/ malware-removal" id="leavetous">leave the work to us now</a>167 <a href="https://www.centrora.com/services" id="leavetous">leave the work to us now</a> 168 168 </div> 169 169 </div> -
ose-firewall/trunk/assets/views/cronjobs.php
r1730340 r1741247 244 244 <div class="col-xs-8"> 245 245 <select class="form-control" id="gitcloudbackuptype" name="cloudbackuptype" size="1"> 246 <!-- --><?php 247 $this->model->getBackupTypeMenu($gitbackupsettings['cloudbt']); 248 // ?> 249 </select> 246 </select> 250 247 </div> 251 248 <label id="cloudbackupicon"></label> … … 335 332 </div> 336 333 <div class="col-md-6" id="unsub-right"> 337 <a href="https://www.centrora.com/ malware-removal" id="leavetous">leave the work to us now</a>334 <a href="https://www.centrora.com/services" id="leavetous">leave the work to us now</a> 338 335 </div> 339 336 </div> -
ose-firewall/trunk/assets/views/gitbackup.php
r1730340 r1741247 301 301 <li><?php oLang::_('PREMIUM_FEATURE_DESC9');?></li> 302 302 </ul> 303 <a target="_blank" href="http ://www.centrora.com/developers/">303 <a target="_blank" href="https://www.centrora.com/services"> 304 304 <button id="btn_gopremium"><?php oLang::_('GO_PREMIUM');?></button></a> 305 305 -
ose-firewall/trunk/assets/views/gitbackupsuite.php
r1730897 r1741247 126 126 <li><?php oLang::_('PREMIUM_FEATURE_DESC9');?></li> 127 127 </ul> 128 <a target="_blank" href="http ://www.centrora.com/developers/">128 <a target="_blank" href="https://www.centrora.com/services"> 129 129 <button id="btn_gopremium"><?php oLang::_('GO_PREMIUM');?></button></a> 130 130 -
ose-firewall/trunk/assets/views/login.php
r1730340 r1741247 24 24 <div class="col-sm-4"> 25 25 <div class="vs-line-1"> 26 <a href="http ://www.centrora.com/store/subscription-packages/">26 <a href="https://www.centrora.com/services/subscribe"> 27 27 <div id="fw-overview" class="vs-line-1-title fw-hover"> <i class="fa fa-shopping-cart"></i></div> 28 28 <div class="vs-line-1-number"> … … 34 34 <div class="col-sm-4"> 35 35 <div class="vs-line-1"> 36 <a href="http ://www.centrora.com/premium-service/">36 <a href="https://www.centrora.com/services"> 37 37 <div id="fw-overview" class="vs-line-1-title fw-hover"> <i class="fa fa-info-circle"></i></div> 38 38 <div class="vs-line-1-number"> -
ose-firewall/trunk/assets/views/rulesets.php
r1730340 r1741247 125 125 </div> 126 126 <div id="unsub-right"> 127 <a href="https://www.centrora.com/malware-removal" 128 id="leavetous-adfirewall">leave the work to us 127 <a href="https://www.centrora.com/services" id="leavetous-adfirewall">leave the work to us 129 128 now</a> 130 129 </div> -
ose-firewall/trunk/assets/views/subscription.php
r1730340 r1741247 21 21 <button onclick="activateCode();" type="button" class="btn btn-sm mr5 mb10"><i class="text-danger glyphicon glyphicon-flash"></i><?php oLang::_('ENTER_ACTIVATION_CODE'); ?></button> 22 22 <button onclick="redirectTut('<?php $this->model->goSubscribeUrl(); ?>');" type="button" class="btn btn-sm mr5 mb10"><i class="text-primary glyphicon glyphicon-shopping-cart"></i> Subscribe To A Plan Now</button> 23 <button onclick="redirectTut('http ://www.centrora.com/premium-service/');" type="button" class="btn btn-sm mr5 mb10"><i class="text-yellow glyphicon glyphicon-info-sign"></i> More about premium service</button>24 <button class="btn btn-sm mr5 mb10" type="button" onClick="redirectTut('https:// www.centrora.com/store/activating-premium-service');"><i class="text-danger glyphicon glyphicon-book"></i> <?php oLang::_('HOW_TO_ACTIVATE'); ?></button>23 <button onclick="redirectTut('https://www.centrora.com/services');" type="button" class="btn btn-sm mr5 mb10"><i class="text-yellow glyphicon glyphicon-info-sign"></i> More about premium service</button> 24 <button class="btn btn-sm mr5 mb10" type="button" onClick="redirectTut('https://docs.centrora.com/en/latest/activate-premium.html');"><i class="text-danger glyphicon glyphicon-book"></i> <?php oLang::_('HOW_TO_ACTIVATE'); ?></button> 25 25 <button class="btn btn-sm mr5 mb10" type="button" onClick="centLogout();"><i class="text-yellow glyphicon glyphicon-log-out"></i> <?php oLang::_('LOGOUT'); ?></button> 26 26 </div> -
ose-firewall/trunk/assets/views/upload.php
r1730340 r1741247 143 143 </div> 144 144 <div class="col-md-6" id="unsub-right"> 145 <a href="https://www.centrora.com/ malware-removal" id="leavetous">leave the work to us now</a>145 <a href="https://www.centrora.com/services" id="leavetous">leave the work to us now</a> 146 146 </div> 147 147 </div> -
ose-firewall/trunk/classes/App/Controller/CronjobsController.php
r1730340 r1741247 79 79 } 80 80 81 public function action_getBackupTypeMenu() 82 { 83 $this->model->loadRequest(); 84 $result = $this->model->getBackupTypeMenu(); 85 return $this->model->returnJSON($result); 86 } 87 81 88 } 82 89 -
ose-firewall/trunk/classes/App/Model/CronjobsModel.php
r1730340 r1741247 191 191 } 192 192 193 public function getBackupTypeMenu($cloudbt) 194 { 193 public function getBackupTypeMenu() 194 { 195 $gitbackupsettings = $this->getCronSettings(4); 196 if(!empty($gitbackupsettings) && isset($gitbackupsettings['cloudbt'])) 197 { 198 $cloudbt = $gitbackupsettings['cloudbt']; 199 }else{ 200 $cloudbt = false; 201 } 202 $menu = false; 195 203 if(!empty($cloudbt)) 196 204 { … … 273 281 } 274 282 } 275 276 echo $menu; 283 if(!empty($menu)) 284 { 285 return oseFirewall::prepareSuccessMessage((string)$menu); 286 }else{ 287 return oseFirewall::prepareErrorMessage("Menu is empty"); 288 } 277 289 } 278 290 -
ose-firewall/trunk/classes/App/Model/SubscriptionModel.php
r1730340 r1741247 118 118 if(oseFirewall::isSuite()) 119 119 { 120 $redirect = 'https://www.centrora.com/s tore/index.php?route=checkout/checkout&user=individual&version=suite';120 $redirect = 'https://www.centrora.com/services/subscribe'; 121 121 }else{ 122 $redirect = 'http ://www.centrora.com/store/index.php?route=checkout/checkout&user=individual&version=plugin';122 $redirect = 'https://www.centrora.com/services/subscribe'; 123 123 } 124 124 if (!empty($trackingCode)) { -
ose-firewall/trunk/classes/Library/RemoteLogin/RemoteLogin.php
r1730340 r1741247 86 86 { 87 87 oseFirewall::loadLanguage(); 88 require_once(OSEFWDIR. ODS.'framework'.ODS.'oseframework'.ODS.'ajax'.ODS.'oseAjax.php');88 require_once(OSEFWDIR.'framework'.ODS.'oseframework'.ODS.'ajax'.ODS.'oseAjax.php'); 89 89 $this->checkEncryptFunction () ; 90 90 $privateKey = null; -
ose-firewall/trunk/classes/Library/adminemails/email.tpl
r1595444 r1741247 70 70 71 71 <td width="600" class="call-to-action"> 72 <a target="_blank" href="http ://www.centrora.com/developers/" style="text-decoration:none; color:white;">72 <a target="_blank" href="https://www.centrora.com/services" style="text-decoration:none; color:white;"> 73 73 <img width="25" height="25" src="https://cdn.centrora.com/images/logo-standalone.png" alt="C_puma" style="margin-bottom:-7px;"/> 74 74 <span> Schedule your scanning and update with Centrora Premium </span> … … 81 81 <tr> 82 82 <td width="600" style="color:white; opacity:0.8; text-align:center; font-size: 13px;"> 83 Need help? <a href="https://www.centrora.com/ contact-us/" style="color: white; text-decoration: none; "><b>Contact us here</b> </a>83 Need help? <a href="https://www.centrora.com/support" style="color: white; text-decoration: none; "><b>Contact us here</b> </a> 84 84 </td> 85 85 </tr> -
ose-firewall/trunk/classes/Library/adminemails/oseAdmin.php
r1387925 r1741247 542 542 $flag = $this->db->loadObject(); 543 543 if (empty($flag)) { 544 require_once(dirname(OSEFWDIR) . ODS. 'com_users' . ODS . 'models' . ODS . 'group.php');544 require_once(dirname(OSEFWDIR) . 'com_users' . ODS . 'models' . ODS . 'group.php'); 545 545 $userGroup = new UsersModelGroup(); 546 546 $Array = array( … … 614 614 $db->setQuery($query); 615 615 $flag = $this->db->loadObject(); 616 require_once(dirname(OSEFWDIR) . ODS. 'com_users' . ODS . 'models' . ODS . 'user.php');616 require_once(dirname(OSEFWDIR) . 'com_users' . ODS . 'models' . ODS . 'user.php'); 617 617 $user = new UsersModelUser(); 618 618 $Array = array( -
ose-firewall/trunk/classes/Library/audit/audit.php
r1730340 r1741247 115 115 $oseFirewallStat = new oseFirewallStatPro(); 116 116 $ready = $oseFirewallStat->isGAuthenticatorReady(); 117 $action = ($print == true) ? '<a class="btn btn-danger btn-xs fx-button" href ="http ://www.centrora.com/plugin-tutorial/google-2-step-verification/" target="_blank"><i class="glyphicon glyphicon-wrench"></i> Fix It</a>' : '';117 $action = ($print == true) ? '<a class="btn btn-danger btn-xs fx-button" href ="https://docs.centrora.com/en/latest/config-firewall-settings-v7.html#brute-force-protection" target="_blank"><i class="glyphicon glyphicon-wrench"></i> Fix It</a>' : ''; 118 118 if ($ready == true) { 119 119 $return = '<li class="list-group-item"><span class="label label-success">OK</span> ' . oLang::_get('GAUTHENTICATOR_READY') . "</li>"; … … 133 133 $oseFirewallStat = new oseFirewallStatPro(); 134 134 $ready = $oseFirewallStat->isGAuthenticatorReady(); 135 $action = ($print == true) ? '<a class="btn btn-danger btn-xs fx-button" href ="http ://www.centrora.com/plugin-tutorial/google-2-step-verification/" target="_blank"><i class="glyphicon glyphicon-wrench"></i> Fix It</a>' : '';135 $action = ($print == true) ? '<a class="btn btn-danger btn-xs fx-button" href ="https://docs.centrora.com/en/latest/config-firewall-settings-v7.html#brute-force-protection" target="_blank"><i class="glyphicon glyphicon-wrench"></i> Fix It</a>' : ''; 136 136 if ($ready == true) { 137 137 $return = '<li class="list-group-item"><span class="label label-success">OK</span> ' . oLang::_get('GAUTHENTICATOR_READY') . "</li>"; -
ose-firewall/trunk/classes/Library/emails/email.tpl
r1595444 r1741247 70 70 71 71 <td width="600" class="call-to-action"> 72 <a target="_blank" href="http://www.centrora.com/ developers/" style="text-decoration:none; color:white;">72 <a target="_blank" href="http://www.centrora.com/services/" style="text-decoration:none; color:white;"> 73 73 <img width="25" height="25" src="https://cdn.centrora.com/images/logo-standalone.png" alt="C_puma" style="margin-bottom:-7px;"/> 74 74 <span> Schedule your scanning and update with Centrora Premium </span> … … 81 81 <tr> 82 82 <td width="600" style="color:white; opacity:0.8; text-align:center; font-size: 13px;"> 83 Need help? <a href="https://www.centrora.com/ contact-us/" style="color: white; text-decoration: none; "><b>Contact us here</b> </a>83 Need help? <a href="https://www.centrora.com/support/" style="color: white; text-decoration: none; "><b>Contact us here</b> </a> 84 84 </td> 85 85 </tr> -
ose-firewall/trunk/classes/Library/emails/emailv7.tpl
r1730897 r1741247 70 70 71 71 <td width="600" class="call-to-action"> 72 <a target="_blank" href="http ://www.centrora.com/developers/" style="text-decoration:none; color:white;">72 <a target="_blank" href="https://www.centrora.com/services" style="text-decoration:none; color:white;"> 73 73 <img width="25" height="25" src="https://cdn.centrora.com/images/logo-standalone.png" alt="C_puma" style="margin-bottom:-7px;"/> 74 74 <span> Schedule your scanning and update with Centrora Premium </span> … … 81 81 <tr> 82 82 <td width="600" style="color:white; opacity:0.8; text-align:center; font-size: 13px;"> 83 Need help? <a href="https://www.centrora.com/ contact-us/" style="text-decoration: none; color: white;"><b>Contact us here</b> </a>83 Need help? <a href="https://www.centrora.com/support" style="text-decoration: none; color: white;"><b>Contact us here</b> </a> 84 84 </td> 85 85 </tr> -
ose-firewall/trunk/classes/Library/firewallstat/firewallstatBase.php
r1730340 r1741247 1490 1490 foreach ($results as $result) 1491 1491 { 1492 $link='<a href="http:// www.centrora.com/centrora-security-tutorial/centrora-security-basic-firewall-explanations/#'.$anchors[$results[$i]->id].'" target="_blank"><i class="fa fa-info-circle ruletips"></i></a>';1492 $link='<a href="http://docs.centrora.com/en/latest/centrora-firewall-rules.html?highlight=firewall%20/#'.$anchors[$results[$i]->id].'" target="_blank"><i class="fa fa-info-circle ruletips"></i></a>'; 1493 1493 $results[$i]->rule = ($type=='basic')?oLang::_get($results[$i]->rule).' '.$link:oLang::_get($results[$i]->description); 1494 1494 $results[$i]->action = $this->getActionIcon($results[$i]->id, $results[$i]->action, $type); -
ose-firewall/trunk/classes/Library/fwscanner/email.tpl
r1595444 r1741247 70 70 71 71 <td width="600" class="call-to-action"> 72 <a target="_blank" href="http://www.centrora.com/ developers/" style="text-decoration:none; color:white;">72 <a target="_blank" href="http://www.centrora.com/services/" style="text-decoration:none; color:white;"> 73 73 <img width="25" height="25" src="https://cdn.centrora.com/images/logo-standalone.png" alt="C_puma" style="margin-bottom:-7px;"/> 74 74 <span> Schedule your scanning and update with Centrora Premium </span> … … 81 81 <tr> 82 82 <td width="600" style="color:white; opacity:0.8; text-align:center; font-size: 13px;"> 83 Need help? <a href="https://www.centrora.com/ contact-us/" style="color: white; text-decoration: none; "><b>Contact us here</b> </a>83 Need help? <a href="https://www.centrora.com/support/" style="color: white; text-decoration: none; "><b>Contact us here</b> </a> 84 84 </td> 85 85 </tr> -
ose-firewall/trunk/classes/Library/fwscannerv7/fwscannerv7.php
r1730897 r1741247 14 14 die('Direct Access Not Allowed'); 15 15 } 16 ini_set('memory_limit', '-1');16 //ini_set('memory_limit', '-1'); 17 17 oseFirewall::callLibClass ( 'fwscanner', 'fwscannerbs' ); 18 18 oseFirewall::loadJSON (); … … 494 494 //do not conside 1,7 9 as the values are for user information 495 495 //do not consider ids from 12 to 17 as they are used for diffrent attacks 496 if(!in_array($key, [1,7,9,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33]))496 if(!in_array($key,array(1,7,9,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33))) 497 497 { 498 498 array_push($activeRules,$key); … … 2641 2641 $extname = strtolower($info->getExtension()); 2642 2642 $allowExts = array_map('trim', $this->allowExts); 2643 if ($ext[1] == 'vnd.openxmlformats-officedocument.wordprocessingml.document' && ($mimeType[1] != $ext[1])) {2644 $ext[1] = $mimeType[1] = ' msword';2643 if ($ext[1] == 'vnd.openxmlformats-officedocument.wordprocessingml.document') { 2644 $ext[1] = $mimeType[1] = 'docx'; 2645 2645 } 2646 if ($ext[1] == 'vnd.openxmlformats-officedocument.spreadsheetml.sheet' && ($mimeType[1] != $ext[1])) {2647 $ext[1] = $mimeType[1] = ' msexcel';2646 if ($ext[1] == 'vnd.openxmlformats-officedocument.spreadsheetml.sheet') { 2647 $ext[1] = $mimeType[1] = 'xls'; 2648 2648 } 2649 2649 if ($ext[1] == 'jpg' && ($mimeType[1] == 'jpeg')) { … … 2689 2689 } 2690 2690 return true; 2691 } elseif ( in_array($extname, $allowExts) == false) { ///score was set to 02691 } elseif ((!empty($extname) && (in_array($extname, $allowExts) == false)) || (!empty($ext[1])&& in_array($ext[1],$allowExts)==false)) { ///score was set to 0 2692 2692 //if the type is not allowed 2693 2693 $uploadmgr->insertFileUploadLog($this->ip,$filename,$mimeType[1],1,0); -
ose-firewall/trunk/classes/Library/fwscannerv7/fwstatsv7.php
r1730897 r1741247 537 537 { 538 538 $temp = array(); 539 $browserArray = ['Opera','Chrome','Safari','Firefox','Internet Explorer','Other'];539 $browserArray = array('Opera','Chrome','Safari','Firefox','Internet Explorer','Other'); 540 540 foreach($browserArray as $browser) 541 541 { … … 552 552 { 553 553 $temp = array(); 554 $attackTypeArray = ['Cross Site Scripting','Cross Site Request Forgery','SQL Injection','Remote File Inclusion','Local File Inclusion','Layer 2 Intrusion','Directory Traversal','Local File Modification Attempt','Spamming','Formate String Attack','Inconsistent File Type','Virus File','Brute Force Protection','Undefined Attack'];554 $attackTypeArray = array('Cross Site Scripting','Cross Site Request Forgery','SQL Injection','Remote File Inclusion','Local File Inclusion','Layer 2 Intrusion','Directory Traversal','Local File Modification Attempt','Spamming','Formate String Attack','Inconsistent File Type','Virus File','Brute Force Protection','Undefined Attack'); 555 555 foreach($attackTypeArray as $attackType) 556 556 { … … 887 887 $data_unsetcount = $this->unsetCounts($data); 888 888 889 $attackTypeArray = [2,3,4,5,6,7,8,10,11,12,13,14,15];889 $attackTypeArray = array(2,3,4,5,6,7,8,10,11,12,13,14,15); 890 890 foreach($data_unsetcount as $key=>$value) 891 891 { … … 951 951 { 952 952 $result = array(); 953 $attackArray = [2,3,4,5,6,7,8,10,11,12,13,14,15];953 $attackArray = array(2,3,4,5,6,7,8,10,11,12,13,14,15); 954 954 foreach($attackArray as $attackNo) 955 955 { … … 1028 1028 $currentDate = date('d-m-Y his'); 1029 1029 $zipPath = OSE_WEBLOG_BACKUPFOLDER.ODS.'weblogbackup-'.$currentDate.'.zip'; 1030 if(!oseFirewallBase::isSuite()) 1031 { 1032 if(!file_exists(OSE_WEBLOG_BACKUPFOLDER)) 1033 { 1034 mkdir(OSE_WEBLOG_BACKUPFOLDER); 1035 } 1036 } 1030 1037 if (class_exists('ZipArchive')) { 1031 1038 $zip = new ZipArchive(); -
ose-firewall/trunk/classes/Library/oem/236.php
r1581581 r1741247 79 79 public function getCallToActionAndFooter() 80 80 { 81 return '<div class="row row-set" style="margin-top:14px;"> 82 <div class="col-sm-12" style="padding-left: 0px; padding-right: 20px;"> 81 if(OSE_CMS == "joomla") 82 { 83 $ose_fwpubliccurl = OSE_FWPUBLICURL.ODS; 84 }else { 85 $ose_fwpubliccurl = OSE_FWPUBLICURL; 86 } 87 return '<div class="row row-set footer-box" style="margin-top:14px;"> 88 <div class="col-sm-12 footer-innerbox" style="padding-left: 0px; padding-right: 20px;"> 83 89 <a href="http://gabemedia.dk/" target="_blank"><div class="call-to-action"> 84 90 <div class="call-to-action-txt"> 85 <img width="35" height="35" alt="C_puma" src="'. OSE_FWPUBLICURL.'css/oem/'.$this->customer_id.'/imgs/logo-header.png"> 86 Schedule your scanning and update with Gabemedia Security<sup>Now</sup></div>91 <img width="35" height="35" alt="C_puma" src="'.$ose_fwpubliccurl.'css/oem/'.$this->customer_id.'/imgs/favicon.ico"> 92 Schedule your scanning and update with Gabemedia. <sup>Now</sup></div> 87 93 </div></a> 88 94 </div> … … 96 102 <div id="footer" class="col-sm-12"> 97 103 <p class="pull-center"> 98 Gabemedia Security is a portfolio of Gabemedia. © <?php echo date("Y"); ?> <a104 Gabemedia Security is a portfolio of Gabemedia. © <?php echo date("Y"); ?> <a 99 105 href="http://gabemedia.dk/" target="_blank">Gabemedia</a>. All Rights Reserved. <br /> Credits 100 to: <a href="http://www.centrora.com" target="_blank">Centrora Security!®</a>106 to: <a href="http://www.centrora.com" target="_blank">Centrora Security!®</a> 101 107 </p> 102 108 </div> 103 109 </div>'; 104 110 } 111 105 112 106 113 public function showLoginHeader() -
ose-firewall/trunk/classes/Library/oem/oem.php
r1730340 r1741247 96 96 if (empty($this->newInstance)) 97 97 { 98 $urls = '<li><a href=" //www.centrora.com/store/index.php?route=affiliate/login" title="Affiliate"><i class="glyphicon glyphicon-magnet"></i> <span class="hidden-xs hidden-sm hidden-md">Affiliate</span> </a></li>99 <li><a href="https://www.centrora.com/ store/index.php?route=account/login" title="My Account"><i class="glyphicon glyphicon-user"></i> <span class="hidden-xs hidden-sm hidden-md">My Account</span> </a></li>100 <li><a href="https://www.centrora.com/support -center/" id="support-center" title="Support"><i class="glyphicon glyphicon-cd"></i> <span class="hidden-xs hidden-sm hidden-md">Support</span></a></li>101 <li><a href="http ://www.centrora.com/store/subscription-packages" title="Subscription"><i class="glyphicon glyphicon-share-alt"></i> <span class="hidden-xs hidden-sm hidden-md">Subscription</span></a></li>102 <li><a href="http ://www.centrora.com/tutorial/" title="Tutorial"><i class="glyphicon glyphicon-book"></i> <span class="hidden-xs hidden-sm hidden-md">Tutorial</span></a></li>103 <li><a href="http ://www.centrora.com/cleaning" title="Malware Removal"><i class="glyphicon glyphicon-screenshot"></i> <span class="hidden-xs hidden-sm hidden-md">Malware Removal</span></a></li>';98 $urls = '<li><a href=" https://www.centrora.com/services/affiliate" title="Affiliate"><i class="glyphicon glyphicon-magnet"></i> <span class="hidden-xs hidden-sm hidden-md">Affiliate</span> </a></li> 99 <li><a href="https://www.centrora.com/my-account" title="My Account"><i class="glyphicon glyphicon-user"></i> <span class="hidden-xs hidden-sm hidden-md">My Account</span> </a></li> 100 <li><a href="https://www.centrora.com/support" id="support-center" title="Support"><i class="glyphicon glyphicon-cd"></i> <span class="hidden-xs hidden-sm hidden-md">Support</span></a></li> 101 <li><a href="https://www.centrora.com/services/subscribe" title="Subscription"><i class="glyphicon glyphicon-share-alt"></i> <span class="hidden-xs hidden-sm hidden-md">Subscription</span></a></li> 102 <li><a href="https://docs.centrora.com/en/latest/" title="Tutorial"><i class="glyphicon glyphicon-book"></i> <span class="hidden-xs hidden-sm hidden-md">Tutorial</span></a></li> 103 <li><a href="https://www.centrora.com/services" title="Malware Removal"><i class="glyphicon glyphicon-screenshot"></i> <span class="hidden-xs hidden-sm hidden-md">Malware Removal</span></a></li>'; 104 104 return $urls; 105 105 } … … 235 235 if (!(defined('OSE_OEM_URL_MAIN'))) define('OSE_OEM_URL_MAIN', 'https://www.centrora.com/'); 236 236 if (!(defined('OSE_OEM_URL_HELPDESK'))) define('OSE_OEM_URL_HELPDESK', 'https://www.centrora.com/support/'); 237 if (!(defined('OSE_OEM_URL_MALWARE_REMOVAL'))) define('OSE_OEM_URL_MALWARE_REMOVAL', 'https://www.centrora.com/malware-removal/'); 238 if (!(defined('OSE_OEM_URL_ADVFW_TUT'))) define('OSE_OEM_URL_ADVFW_TUT', 'https://docs.centrora.com/en/latest/config-firewall-settings.html'); 239 if (!(defined('OSE_OEM_URL_PREMIUM_TUT'))) define('OSE_OEM_URL_PREMIUM_TUT', 'https://www.centrora.com/store/activating-premium-service'); 240 if (!(defined('OSE_OEM_URL_AFFILIATE'))) define('OSE_OEM_URL_AFFILIATE', 'http://www.centrora.com/affiliate-partners/'); 241 if (!(defined('OSE_OEM_URL_SUBSCRIBE'))) define('OSE_OEM_URL_SUBSCRIBE', 'http://www.centrora.com/store/centrora-subscriptions'); 237 if (!(defined('OSE_OEM_URL_MALWARE_REMOVAL'))) define('OSE_OEM_URL_MALWARE_REMOVAL', 'https://www.centrora.com/services'); 238 if(oseFirewall::isFirewallV6Active()) 239 { 240 if (!(defined('OSE_OEM_URL_ADVFW_TUT'))) define('OSE_OEM_URL_ADVFW_TUT', 'http://docs.centrora.com/en/latest/config-firewall-settings-v6.html'); 241 }else 242 { 243 if (!(defined('OSE_OEM_URL_ADVFW_TUT'))) define('OSE_OEM_URL_ADVFW_TUT', 'http://docs.centrora.com/en/latest/config-firewall-settings-v7.html'); 244 } 245 if (!(defined('OSE_OEM_URL_PREMIUM_TUT'))) define('OSE_OEM_URL_PREMIUM_TUT', 'https://docs.centrora.com/en/latest/activate-premium.html'); 246 if (!(defined('OSE_OEM_URL_AFFILIATE'))) define('OSE_OEM_URL_AFFILIATE', 'https://www.centrora.com/services/affiliate'); 247 if (!(defined('OSE_OEM_URL_SUBSCRIBE'))) define('OSE_OEM_URL_SUBSCRIBE', 'https://www.centrora.com/services/subscribe'); 242 248 if (!(defined('OSE_OEM_LANG_TAG'))) define('OSE_OEM_LANG_TAG',''); 243 249 } -
ose-firewall/trunk/classes/Library/oseFirewallAjax.php
r1730340 r1741247 188 188 } 189 189 public static function loadActionCronjobs () { 190 $actions = array('saveCronConfig', 'check','canrunCronJob' );190 $actions = array('saveCronConfig', 'check','canrunCronJob','getBackupTypeMenu'); 191 191 parent::loadActions($actions); 192 192 } -
ose-firewall/trunk/classes/Library/oseFirewallBase.php
r1730340 r1741247 672 672 if (!class_exists('PDO')) { 673 673 $return[0] = false; 674 $return[1] = 'Class PDO not found in your hosting environment, please follow this <a href="http:// www.centrora.com/user-manual/fatal-error-class-pdo-not-found/" target="_blank" >tutorial</a> to enable the PDO class before using the Firewall System.';674 $return[1] = 'Class PDO not found in your hosting environment, please follow this <a href="http://docs.centrora.com/en/latest/pdo-class.html" target="_blank" >tutorial</a> to enable the PDO class before using the Firewall System.'; 675 675 } 676 676 return $return; … … 789 789 return true; 790 790 } 791 791 792 $db = oseFirewall::getDBO(); 792 $query = "SELECT * FROM `#__ose_secConfig` WHERE (`key` = 'profileID' OR `key` = 'profileStatus' ) AND `type` = 'panel'";793 $query = "SELECT * FROM `#__ose_secConfig` WHERE (`key` = 'profileID' OR `key` = 'profileStatus' OR `key` = 'webkey') AND `type` = 'panel'"; 793 794 $db->setQuery($query); 794 795 $results = $db->loadObjectList(); 795 796 $return = array(); 796 797 if(empty($results)) 798 { 799 return false; 800 } 797 801 foreach ($results as $result) { 798 802 $return[$result->key] = $result->value; 799 803 } 800 if (!empty($return['profileID']) && $return['profileStatus'] == 2) {804 if (!empty($return['profileID']) && !empty($return['webkey']) && $return['profileStatus'] == 2) { 801 805 return true; 802 806 } else { -
ose-firewall/trunk/classes/Library/oseFirewallJoomla.php
r1730340 r1741247 286 286 $menu .= '<li '; 287 287 $menu .= (in_array($view, array('login'))) ? 'class="dropdown"' : 'class="dropdown"'; 288 $menu .= '><a href="#" onclick= "showAutoUpdateDialogue(\''.$serverversion.'\', \''."https://www.centrora.com/ category/blog/".'\');return false;" class="dropdown-toggle">';288 $menu .= '><a href="#" onclick= "showAutoUpdateDialogue(\''.$serverversion.'\', \''."https://www.centrora.com/blog/changelog".'\');return false;" class="dropdown-toggle">'; 289 289 $menu .= '<img src=' . OSE_FWPUBLICURL . '/images/topbar/icon_u_yellow.png>'; 290 290 $menu .= 'Update to: '. $serverversion.'</a></li>'; … … 425 425 $isOutdated = true; 426 426 if ($isOutdated) { 427 $head .= '<button class="version-update" type="button" onclick="showAutoUpdateDialogue(\''.$serverversion.'\', \''."https://www.centrora.com/ category/blog/".'\')"/><i class="glyphicon glyphicon-refresh"></i> Update to : '.$serverversion.'</button>';427 $head .= '<button class="version-update" type="button" onclick="showAutoUpdateDialogue(\''.$serverversion.'\', \''."https://www.centrora.com/blog/changelog".'\')"/><i class="glyphicon glyphicon-refresh"></i> Update to : '.$serverversion.'</button>'; 428 428 } 429 429 $head .= '</div>'; 430 430 if ($oemShowNews) { 431 431 $hasNews = self::checkNewsUpdated(); 432 $head .= '<div class="centrora-news"><i class="glyphicon glyphicon-bullhorn"></i> <a class="color-white" href="https://www.centrora.com/ category/blog/changelog/" target="_blank">What\'s New? </a><i class="glyphicon glyphicon-' . (($hasNews == true) ? 'asterisk' : '') . ' color-magenta"></i></div>';432 $head .= '<div class="centrora-news"><i class="glyphicon glyphicon-bullhorn"></i> <a class="color-white" href="https://www.centrora.com/blog/changelog" target="_blank">What\'s New? </a><i class="glyphicon glyphicon-' . (($hasNews == true) ? 'asterisk' : '') . ' color-magenta"></i></div>'; 433 433 } 434 434 if (OSE_CMS == 'joomla' && !class_exists('Sconfig')) -
ose-firewall/trunk/classes/Library/oseFirewallWordpress.php
r1730340 r1741247 270 270 $menu .= '<li '; 271 271 $menu .= (in_array($view, array('login'))) ? 'class="dropdown"' : 'class="dropdown"'; 272 $menu .= '><a href="#" onclick= "showAutoUpdateDialogue(\'' . $serverversion . '\', \'' . "https://www.centrora.com/ category/blog/" . '\',272 $menu .= '><a href="#" onclick= "showAutoUpdateDialogue(\'' . $serverversion . '\', \'' . "https://www.centrora.com/blog/changelog" . '\', 273 273 \'' . $updateurl . '\', 274 274 \'' . $file . '\', … … 363 363 <li>Save your hosting space and save you money</li> 364 364 </ul> 365 <a target="_blank" href="http://www.centrora.com/ developers/">365 <a target="_blank" href="http://www.centrora.com/services/"> 366 366 <button id="btn_gopremium">Go Premium</button></a> 367 367 </div>'; … … 455 455 add_submenu_page('ose_fw_configuration', MF_SCAN, MF_SCAN, $permission, 'ose_fw_aiscan', 'oseFirewall::aiscan'); 456 456 457 add_submenu_page('ose_firewall', SSL_PAGE_TITLE, SSL, $permission, 'ose_fw_ssl', 'oseFirewall::ssl');458 457 459 458 if ($oemShowNews) { … … 516 515 if ($isOutdated) { 517 516 $head .= '<button class="version-update" type="button" 518 onclick="showAutoUpdateDialogue(\'' . $serverversion . '\', \'' . "https://www.centrora.com/ category/blog/" . '\',517 onclick="showAutoUpdateDialogue(\'' . $serverversion . '\', \'' . "https://www.centrora.com/blog/changelog" . '\', 519 518 \'' . $updateurl . '\', 520 519 \'' . $file . '\', … … 525 524 if ($oemShowNews) { 526 525 $hasNews = self::checkNewsUpdated(); 527 $head .= '<div class="centrora-news"><i class="glyphicon glyphicon-bullhorn"></i> <a class="color-white" href="https://www.centrora.com/ category/blog/changelog/" target="_blank">What\'s New? </a><i class="glyphicon glyphicon-' . (($hasNews == true) ? 'asterisk' : '') . ' color-magenta"></i></div>';526 $head .= '<div class="centrora-news"><i class="glyphicon glyphicon-bullhorn"></i> <a class="color-white" href="https://www.centrora.com/blog/changelog" target="_blank">What\'s New? </a><i class="glyphicon glyphicon-' . (($hasNews == true) ? 'asterisk' : '') . ' color-magenta"></i></div>'; 528 527 } 529 528 … … 575 574 private static function getVersionCompare($serverversion) 576 575 { 577 $pluginData = get_plugin_data(OSEFWDIR . ' /ose_wordpress_firewall.php');576 $pluginData = get_plugin_data(OSEFWDIR . 'ose_wordpress_firewall.php'); 578 577 $localversion = $pluginData['Version']; 579 578 $compareversions = version_compare($serverversion, $localversion); … … 583 582 private static function getVersion() 584 583 { 585 $pluginData = get_plugin_data(OSEFWDIR . ' /ose_wordpress_firewall.php');584 $pluginData = get_plugin_data(OSEFWDIR . 'ose_wordpress_firewall.php'); 586 585 return 'Version: ' . $pluginData['Version']; 587 586 } … … 589 588 public static function checkVersion() 590 589 { 591 $pluginData = get_plugin_data(OSEFWDIR . ' /ose_wordpress_firewall.php');590 $pluginData = get_plugin_data(OSEFWDIR . 'ose_wordpress_firewall.php'); 592 591 return $pluginData['Version']; 593 592 } -
ose-firewall/trunk/classes/Library/panel/panel.php
r1730340 r1741247 462 462 $query1 = "DELETE FROM `#__ose_secConfig` WHERE `key` = 'webkey' AND `type` ='panel'"; 463 463 $query2 = "DELETE FROM `#__ose_secConfig` WHERE `key` = 'verified' AND `type` ='panel'"; 464 $query3 = "DELETE FROM `#__ose_secConfig` WHERE `key` = 'profileID' AND `type` ='panel'"; 465 $query4 = "DELETE FROM `#__ose_secConfig` WHERE `key` = 'profileStatus' AND `type` ='panel'"; 464 466 $result = $this->runDbQuery($query1); 465 467 $result = $this->runDbQuery($query2); 468 $result = $this->runDbQuery($query3); 469 $result = $this->runDbQuery($query4); 466 470 return $result; 467 471 } … … 566 570 $list = '<ul id="filetreelist" class="filetree" style="display: none;">'; 567 571 if (class_exists('SConfig')){ 568 $list .= '<li class="" name="" id=""><a href="http:// www.centrora.com/centrora-security-suite-tutorial/installing-centrora-suite-dedicated-server/#special"572 $list .= '<li class="" name="" id=""><a href="http://docs.centrora.com/en/latest/install-suite-whm.html?highlight=installing%20centrora%20suite%20dedicated%20server" 569 573 target="_blank" title="Please follow this guide to stop seeing this restriction (right click and open in new tab/window)"> 570 574 {Restricted Permissions}</a></li>'; -
ose-firewall/trunk/classes/Library/vsscanner/cfscanner.php
r1730340 r1741247 80 80 $fileID = $this->db->addData('insert', $this->filestable, '', '', $insertFolder); 81 81 if (CENT_AI == true) { 82 $temp['file'] = $this->GetFormattedFilePath(OSE_ABSPATH . '/' . $file);; 83 $temp['size'] = $this->human_filesize(filesize(OSE_ABSPATH . '/' . $file)) . '---<button onclick="addToAi(' . $fileID . ')">Add to AI</button>'; 84 } else { 85 $temp['file'] = $this->GetFormattedFilePath(OSE_ABSPATH . '/' . $file);; 86 $temp['size'] = $this->human_filesize(filesize(OSE_ABSPATH . '/' . $file)); 82 if (!is_dir(OSE_ABSPATH . '/' . $file)) { 83 $temp['file'] = $this->GetFormattedFilePath(OSE_ABSPATH . '/' . $file);; 84 $temp['size'] = $this->human_filesize(filesize(OSE_ABSPATH . '/' . $file)) . '---<button onclick="addToAi(' . $fileID . ')">Add to AI</button>'; 85 } 86 }else { 87 if (!is_dir(OSE_ABSPATH . '/' . $file)) { 88 $temp['file'] = $this->GetFormattedFilePath(OSE_ABSPATH . '/' . $file); 89 $temp['size'] = $this->human_filesize(filesize(OSE_ABSPATH . '/' . $file)); 90 } 87 91 } 88 92 array_push($modified, $temp); … … 99 103 $fileID = $this->db->addData('insert', $this->filestable, '', '', $insertFolder); 100 104 if (CENT_AI == true) { 101 $temp['file'] = $this->GetFormattedFilePath(OSE_ABSPATH . '/' . $file);; 102 $temp['size'] = $this->human_filesize(filesize(OSE_ABSPATH . '/' . $file)) . '---<button onclick="addToAi(' . $fileID . ')">Add to AI</button>'; 103 } else { 104 $temp['file'] = $this->GetFormattedFilePath(OSE_ABSPATH . '/' . $file);; 105 $temp['size'] = $this->human_filesize(filesize(OSE_ABSPATH . '/' . $file)); 105 if (!is_dir(OSE_ABSPATH . '/' . $file)) { 106 $temp['file'] = $this->GetFormattedFilePath(OSE_ABSPATH . '/' . $file);; 107 $temp['size'] = $this->human_filesize(filesize(OSE_ABSPATH . '/' . $file)) . '---<button onclick="addToAi(' . $fileID . ')">Add to AI</button>'; 108 } 109 }else { 110 if (!is_dir(OSE_ABSPATH . '/' . $file)) { 111 $temp['file'] = $this->GetFormattedFilePath(OSE_ABSPATH . '/' . $file);; 112 $temp['size'] = $this->human_filesize(filesize(OSE_ABSPATH . '/' . $file)); 113 } 106 114 } 107 115 array_push($suspicious, $temp); … … 171 179 } else { 172 180 $return['cont'] = false; 173 $return['summary'] = 'jcore.phpfile not found';181 $return['summary'] ='jcore' . $version . '.php'.' file not found'; 174 182 $return['details'] = 'The file containing all Joomla core files currently not available, please contact centrora support team'; 175 183 $return['status'] = 'Interrupted'; … … 195 203 $fileID = $this->db->addData('insert', $this->filestable, '', '', $insertFolder); 196 204 if (CENT_AI == true) { 197 $temp['file'] = $this->GetFormattedFilePath($full_path); 198 $temp['size'] = $this->human_filesize(filesize($full_path)). '---<button onclick="addToAi(' . $fileID . ')">Add to AI</button>'; 205 if(!is_dir($full_path)) { 206 $temp['file'] = $this->GetFormattedFilePath($full_path); 207 $temp['size'] = $this->human_filesize(filesize($full_path)) . '---<button onclick="addToAi(' . $fileID . ')">Add to AI</button>'; 208 } 199 209 } else { 200 $temp['file'] = $this->GetFormattedFilePath($full_path); 201 $temp['size'] = $this->human_filesize(filesize($full_path)); 202 210 if(!is_dir($full_path)) 211 { 212 $temp['file'] = $this->GetFormattedFilePath($full_path); 213 $temp['size'] = $this->human_filesize(filesize($full_path)); 214 } 203 215 } 204 216 array_push($modified, $temp); -
ose-firewall/trunk/includes/oseBadgeWidget.php
r1387925 r1741247 27 27 $widget_ops = array ( 28 28 'classname' => 'ose-badge-widget', 29 'description' => 'Show the Centrora Security Badge t'29 'description' => 'Show the Centrora Security Badge' 30 30 ); 31 31 … … 38 38 } 39 39 public function __construct() { 40 parent::__construct ( 'ose_Badge_Widget', 'Centrora Security Badge Widget', array ( 41 'description' => __ ( 'Show the Centrora Security Badget' ) 42 ) ); 43 } 40 41 if(($this->isV7Active() || $this->isV6Active())&& $this->centroraPluginActivated()) 42 { 43 parent::__construct ( 'ose_Badge_Widget', 'Centrora Security Badge Widget', array ( 44 'description' => __ ( 'Show the Centrora Security Badget' ) 45 ) ); 46 } 47 } 44 48 public function form( $instance ) { 45 49 $style = ! empty( $instance['style'] ) ? $instance['style'] : __( '1', 'text_domain' ); … … 74 78 } 75 79 $this->register_plugin_styles ($style); 76 $trackingCode = $this->getTrackingCode();77 if (!empty($trackingCode))78 {79 $url = 'http://www.centrora.com/store/centrora-subscriptions?tracking='.$trackingCode;80 }81 else82 {83 $url ='http ://www.centrora.com/store/centrora-subscriptions';84 }80 // $trackingCode = $this->getTrackingCode(); 81 // if (!empty($trackingCode)) 82 // { 83 // $url = 'http://www.centrora.com/store/centrora-subscriptions?tracking='.$trackingCode; 84 // } 85 // else 86 // { 87 $url ='https://www.centrora.com/'; 88 // } 85 89 echo '<div id ="osebadge"><a href="'.$url.'" target="_blank"><div id="osebadge-content"><div class="osestatus">' . $status . '</div></div><div id="osebadge-footer"></div></a></div>'; 86 90 } … … 105 109 wp_enqueue_style ( 'ose-badge-style-'.$style ); 106 110 } 111 112 private function isV7Active() 113 { 114 global $wpdb; 115 $results = $wpdb->get_results( 'SELECT `value` FROM `'.$wpdb->prefix.'osefirewall_fwscannerv7Config` WHERE `key` = "firewall_status"', OBJECT ); 116 if (!empty($results) && isset($results[0]) && (isset($results[0]->value)) && $results[0]->value ==1) 117 { 118 return true; 119 } 120 else 121 { 122 return false; 123 } 124 } 125 private function isV6Active() 126 { 127 global $wpdb; 128 $results = $wpdb->get_results( 'SELECT `value` FROM `'.$wpdb->prefix.'ose_secConfig` WHERE `key` LIKE "devmode"', OBJECT ); 129 if (!empty($results) && isset($results[0]) && (isset($results[0]->value)) && $results[0]->value ==0) 130 { 131 return true; 132 } 133 else 134 { 135 return false; 136 } 137 } 138 private function centroraPluginActivated() 139 { 140 $pluginList = get_option( 'active_plugins' ); 141 if(!empty($pluginList) && in_array('ose-firewall/ose_wordpress_firewall.php',$pluginList)) 142 { 143 return true; 144 }else{ 145 return false; 146 } 147 148 } 107 149 } 108 150 add_action ( 'widgets_init', create_function ( '', 'register_widget( "oseBadgeWidget" );' ) ); -
ose-firewall/trunk/ose_firewall_badge.php
r1730897 r1741247 4 4 Description: Plugin For Showing Centrora Security Badge 5 5 Author: Centrora Security 6 Version: 7.0. 17 */ 8 //include(dirname(__FILE__).'/includes/oseBadgeWidget.php');6 Version: 7.0.0 7 */ 8 include(dirname(__FILE__).'/includes/oseBadgeWidget.php'); 9 9 ?> -
ose-firewall/trunk/ose_wordpress_firewall.php
r1730897 r1741247 5 5 Description: Centrora Security (previously OSE Firewall) - A WordPress Security Firewall plugin created by Centrora. Protect your WordPress site by identify any malicious codes, spam, virus, SQL injection, and security vulnerabilities. 6 6 Author: Centrora (Previously ProWeb) 7 Version: 7.0. 17 Version: 7.0.2 8 8 Author URI: http://www.centrora.com/ 9 9 */ … … 44 44 } 45 45 // If PHP 5.3.0 is satisfied, continue; 46 require_once (OSEFWDIR. ODS.'classes'.ODS.'Library'.ODS.'RemoteLogin'.ODS.'RemoteLogin.php');47 require_once (OSEFWDIR.' /vendor/autoload.php');46 require_once (OSEFWDIR.'classes'.ODS.'Library'.ODS.'RemoteLogin'.ODS.'RemoteLogin.php'); 47 require_once (OSEFWDIR.'vendor/autoload.php'); 48 48 // Load the OSE Framework ; 49 49 $oseFirewall = new oseFirewall(); -
ose-firewall/trunk/public/js/cronjobs.js
r1730340 r1741247 221 221 { 222 222 //can use the gitbackup cron jobs 223 getBackupTypeMenu(); 223 224 hideLoading(); 224 225 }else … … 259 260 } 260 261 } 262 263 function getBackupTypeMenu() 264 { 265 jQuery(document).ready(function ($) { 266 $.ajax({ 267 type: "POST", 268 url: url, 269 dataType: 'json', 270 data: { 271 option: option, 272 controller: controller, 273 action: 'getBackupTypeMenu', 274 task: 'getBackupTypeMenu', 275 centnounce: $('#centnounce').val() 276 }, 277 success: function (data) { 278 if(data.status == 1) 279 { 280 $("#gitcloudbackuptype").append(data.info); 281 } 282 } 283 }); 284 }); 285 } -
ose-firewall/trunk/public/js/oem/236/custom.js
r1387925 r1741247 1 1 jQuery(document).ready(function ($) { 2 removejscssfile("template.css", "css"); 2 3 $('body').appStart({ 3 4 //main color scheme for template -
ose-firewall/trunk/public/messages/da_DK.js
r1408513 r1741247 99 99 var O_ADD_ADMIN_SUCCESS = "Successfully added the administrator account"; 100 100 var O_ADD_ADMIN_FAIL = "There are errors when adding the administrator account"; 101 var O_PLEASE_WAIT = 'Please wait...';102 101 var O_GDIALOG_MSG = 'Be sure to link your account with Google Authenticator under WordPress users '; 103 102 var O_GDIALOG_TITLE = 'REMINDER: Link Google Autheniticator'; … … 128 127 var O_MARKASCLEAN_FAIL_DESC = 'Unsuccessful mark as Clean! Please try again.'; 129 128 var O_MARKASCLEAN = 'Mark As Clean'; 129 130 131 //ADD Missing for 7.0.0 132 var O_DETECTED_SUSPICIOUS_FILES = 'Detected suspicious files'; 133 var O_DETECTED_FILES = 'Detected files'; 134 var O_PRIVATE_API_KEY = 'Enter your Centrora private API Key'; 135 var O_WORONG_PASSCODE = 'wrong passcode, try again'; 136 var O_ERROR_ACCESS_JS = 'ERROR in the createht access javascript'; 137 var O_ERROR_ACCESS_FIREALL_VERSION = 'Error Accessing the Firewall Version'; 138 var O_LOADING_GET_TOKEN = 'Getting Access Token...'; 139 var O_LOADING_FINAL_AUTH = 'Final Authentication...'; 140 var O_LOADING_PLEASE_WAIT= 'Please Wait...'; 141 var O_LOADING_WAIT_BACKUP = 'This may take a few seconds, please keep this page open until this backup is successfully built'; 142 var O_LOCAL_BACKUP = 'Local Backup'; 143 var O_BACKUP_TIME = 'MMMM Do YYYY, h:mm:ss a'; 144 var O_BACKUP_AUTHED = 'Authenticated'; 145 var O_LOGOUT = 'Logout'; 146 var O_BACKUP_AUTH = 'Authentication'; 147 var O_BACKUP_NOAUTHED = 'Not Authenticated'; 148 var O_BACKUP_NEED_SUBS = 'Need Subscription'; 149 var O_SUBS_NOW = 'Subscribe Now'; 150 var O_NO_BACKUP_RECORDS_FOUNDS = 'No Schedule Backup Records Found'; 151 var O_NEED_SUBS = 'Need Subscription'; 152 var O_DOWNLOAD = 'Download'; 153 var O_BACKUP_TIMES = 'Backup Time'; 154 var O_BACKUP_NAME= 'Backup Name'; 155 var O_BACKUP_PLATFORMS = 'Backup Platforms'; 156 var O_BACKUP_FILES = 'Backup Files'; 157 var O_NO_BACKUP_RECORDS_FOUND = 'No Backup Records Found'; 158 var O_WIZARD = 'Wizard'; 159 var O_WIZARD_DESC = 'Follow the steps to configure the firewall with the basic settings.'; 160 var O_ADVANCE_SETTING = 'Advance Settings'; 161 var O_ADVANCE_SETTING_DESC = 'Enable the advance features to further enhance the protection of the website'; 162 var O_FIREWALL_OVERVIEW = 'Firewall Control Panel'; 163 var O_FIREWALL_OVERVIEW_DESC = 'To setup basic firewall settings and manage logs / IP rules'; 164 var O_FIREWALL_CONFIGURATION= 'Firewall Configuration'; 165 var O_FIREWALL_CONFIGURATION_DESC = 'File upload logs on the website filtered by the firewall'; 166 var O_WAENING_NOT_ABLE_LOGIN_THIS_CODE = 'WARNING : PLEASE NOTE THAT YOU WOULD NOT BE ABLE TO LOGIN WITHOUT THIS CODE'; 167 var O_WAENING_NEED_GOOGLE_AUTH = 'You will need to download Google Authenticator App on Your Mobile'; 168 var O_CONTINUE= 'Continue'; 169 var O_ENTER_EMAIL_IN_FIREWALL_OVERVIEW_SETTING = 'please enter a valid email address in firewall overview settings to ensure we can safely deliver the report to you.'; 170 var O_FILL_VALIDATE_EMAIL_ADDRESS = 'Please fill in a validate email address'; 171 var O_INSENSITIVE = 'insensitive'; 172 var O_MODERATE = 'moderate'; 173 var O_SENSITIVE = 'sensitive'; 174 var O_VERY_SENSITIVE = 'very sensitive'; 175 var O_HIGHTLY_SENSITIVE = 'highly sensitive'; 176 var O_SAVE_WIZARD_CONFIRMATION = 'Once saved basic settings, the advanced settngs for the system will be disabled by default. However, you can configure them from the Firewall Settings > Firewall ScannerV7 > Advanced Settings at any time'; 177 var O_FINISH = 'Finish'; 178 var O_SCAN_QR = 'please scan the QR code'; 179 var O_GOOGLE_AUTH_ACTIVE_BOX = 'In the Google Authentication Settings, please click on the Active box and Scan the secret QR Code, do you want to do this now?'; 180 var O_CONTINUE_TO_USER_PROFILE = 'Continue to User Profile'; 181 var O_FAILED_TO_UPDATE = 'Failed to Update'; 182 var O_SCAN_SUMMARY = 'Scan Summary'; 183 var O_DETECTED_MODIFILED_CORE_FILES = 'Detected modified core files'; 184 var O_DETECTED_MISSING_FILES = 'Detected missing files'; 185 var O_COUNTRYBLOCK_DATABASE_COMPLETED = 'CountryBlock Database Completed'; 186 var O_ATTACK_HISTORY_24H = 'Attack History (24-hour clock)'; 187 var O_NUMBER_OF_ATTATCKS_TIMES = 'Number of attacks (times)'; 188 var O_COUNTRY_DATABASE_NOT_INSTALLED = 'Country database is not installed'; 189 var O_SYSTEM_INITIALISING_GITBACKUP = 'The system is now initialising gitbackup'; 190 var O_ENTER_ALPHANUMERIC_CHARACTERS_ONLY = 'PLEASE ENTER ALPHANUMERIC CHARACTERS ONLY'; 191 var O_ALL = 'All'; 192 var O_WHITELISTED= 'WhiteListed'; 193 var O_BLACKLISTED = 'BlackListed'; 194 var O_MONITORED = 'Monitored'; 195 var O_IMPORTING_CSV= 'The System is now Importing the CSV File......Please wait.'; 196 var O_DELETE_IP = 'Are you sure you wan to delete the ip(s)'; 197 var O_DELETE_ALL_IP_RECORDS = 'Are you sure you want to delete all the ip records '; 198 var O_EXPAND_ALL_SUBSMENUS = 'Expand all SubMenus'; 199 var O_COLLAPSE_ALL_SUBSMENUS = 'Collapse all SubMenus'; 200 var O_LOADING_DATABASE_STRUCTURE = 'Changing Database structure, please wait...'; 201 var O_GENERATING_TREE= 'Generating Tree...'; 202 var O_HIDE_CHANGELOG = 'Hide Changelog'; 203 var O_SHOW_CHANGELOG = 'Show Changelog'; 204 var O_CURRENT_FOLDER_ROOT = 'Current Folder: ROOT'; 205 var O_FOLDER_S = 'Folder(s):'; 206 var O_FILE_S = 'File(s)'; 207 var O_ACTIVE = 'Active'; 208 var O_INACTIVE = 'InActive'; 209 var O_STATUS = 'Status'; 210 var O_SIGN_UPDATE = 'Signature is being updated, please wait...'; 211 var O_NO_ACTION = 'No action'; 212 var O_CLEANED = 'Cleaned'; 213 var O_QUARANTINED = 'Quarantined'; 214 var O_GENERATING_NEW_ORDER= 'Please wait, generating a new order...'; 215 var O_REDIRECTING_PAYPAL = 'Please wait, redirecting to Paypal...'; 216 var O_PATH = 'Path'; 217 var O_ALLOWED = 'Allowed'; 218 var O_FORBIDDEN = 'Forbidden'; 219 var O_TYPE = 'Type'; 220 var O_FILES_TEXT = 'Text Files'; 221 var O_FILES_DATA = 'Data Files'; 222 var O_FILES_AUDIO = 'Audio Files'; 223 var O_FILES_VIDEO = 'Video Files'; 224 var O_FILES_3D_IMAGE = '3D Image Files'; 225 var O_FILES_RASTER_IMAGE = 'Raster Image Files'; 226 var O_FILES_VECTOR_IMAGE = 'Vector Image Files'; 227 var O_FILES_PAGE_LAOUT = 'Page Layout Files'; 228 var O_FILES_SPREADSHEET = 'Spreadsheet Files'; 229 var O_FILES_DATABASE = 'Database Files'; 230 var O_FILES_EXECUTABLE = 'Executable Files'; 231 var O_FILES_GAME = 'Game Files'; 232 var O_FILES_CAD = 'CAD Files'; 233 var O_FILES_GIS = 'GIS Files'; 234 var O_FILES_WEB = 'Web Files'; 235 var O_FILES_PLUGIN = 'Plugin Files'; 236 var O_FILES_FONT = 'Font Files'; 237 var O_FILES_SYSTEM = 'System Files'; 238 var O_FILES_SETTING = 'Settings Files'; 239 var O_FILES_ENCODED = 'Encoded Files'; 240 var O_FILES_COMPRESSED = 'Compressed Files'; 241 var O_FILES_DISK_IMAGE = 'Disk Image Files'; 242 var O_FILES_DEVELOPER = 'Developer Files'; 243 var O_FILES_BACKUP = 'Backup Files'; 244 var O_FILES_MISC = 'Misc Files'; 245 var O_SCANNED = 'Scanned'; 246 var O_FILTERED = 'Filtered'; 247 var O_IGNORED = 'Ignored'; 248 var O_PROBLEMS_ADDING_WHITELIST = 'There was some problem in adding the default whitelist variables'; 249 var O_WAITING_SERVER_RESPONSE = 'Waiting server response...'; 250 var O_PHP_FILES_SCANNED_PERMISSION_ISSUE = 'These php files can not be scanned due to permission issue or exceed maximum excution time, please manually check them.'; 251 var O_ENTER_VALIDATED_EMAIL_ENSURE = 'Please enter a validated email address to ensure our scan report would not be homeless :'; 252 var O_EMAIL_STORED_SUCCESSFULY = 'the email has been stored successfuly'; 253 var O_PROBLEM_RETIEVING_EMAIL_ADDRESS= 'There was some problem in retieving email address'; 254 var O_SCANNER_DETECTED = 'The scanner has detected'; 255 var O_VIRUSES = 'viruses'; 256 var O_SACNNING_RESULT = 'Scanning Result'; 257 var O_CHECKING_VIRUSES_SIGN = 'Checking virus signature...'; 258 var O_STRINGS = 'Strings'; 259 var O_VARIABLES = 'Variables'; 260 var O_IMPORT_VARIABLE_LIST = 'Are you sure you wan to import the Variable List from Firewall Version 6.6 (The existing records will not be overwritten)'; 261 var O_STRING_VALUE = 'String Value'; 262 var O_ENTITY_KEY_NAME = 'Entity Key Name'; 263 var O_SYSTEM_GENERATING_BACKUP = 'The system is now generating a backup of the complete website and the database.'; 264 var O_ASK_RESTORE_DATABASE = 'Do you want to restore the database of'; 265 var O_RECOMMENED_NOT_RESTORE_OLD_DATABASE = 'It is highly recommended not restoring the database if there is no error in the database.'; 266 var O_SYSTEM_ROLLING_BACK = 'The system is now rolling back'; 267 var O_SYSTEM_ROLLING_BACK_TO = 'The system has been rolled back to '; 268 var O_SYSTEM_BACKUP_WEBSITE = 'The system is now backing up your website'; 269 var O_BACKUP_SUCCESSFULLY = 'The Backup has been Created Successfully'; 270 var O_CANNT_GIT_BACKUP = 'The git could not backup the website, please contact the support team.'; 271 var O_GIT_INITIALISED_WEBSITE = 'The git has been initialised for the website'; 272 var O_BACKUP_ALL_TO_CLOUD = 'The system is now uploading the backup to the cloud'; 273 var O_COPY_BACKUP_ON_CLOUD = 'A copy of backup is stored on the cloud'; 274 var O_SYSTEM_GENERATING_ZIP_OF_WEBSITE = 'The system is now generating the Zip file of the website'; 275 var O_SYSTEM_PREPARING_ZIP_OF_WEBSITE = 'The system is now preparing to download the Zip file of the website'; 276 var O_ZIP_BACKUP_NOT_EXISTS = 'The zip Backup file does not exists'; 277 var O_KEEP_UNSAVED_CHANGES= 'There are some unsaved changes do you want to keep them ?'; 278 var O_DATE = 'Date'; 279 var O_FILE_CHANGES = 'Files changed'; 280 var O_CHOOSE_DOMAIN = 'Choose Domain'; 281 var O_SSL_DOMAIN = 'The domain your want to get SSL'; 282 var O_CHOOSE_EMAIL = 'Choose Email'; 283 var O_DOMAIN_EMAIL_GET_CODE = 'The domain email will receive verification code'; 284 var O_SEND_CODE = 'Send Verification Code'; 285 var O_PREVIOUS = 'Previous'; 286 var O_REVALIDATION_EMAIL_WILL_SEND = 'The Re validation code will be sent to the chosen email address'; 287 var O_VERIFY = 'Verify'; 288 var O_VALIDATION = 'Validation'; 289 var O_VERIFIY_YOUR_CODE = 'Verifiy your code'; 290 var O_RE_VALIDATION = 'Re - Validation'; 291 var O_VERIFIY_CODE_TO_REVALIDATE_DOMAIN = 'Verifiy your code to Re Validate the domain'; 292 var O_REVALIDATE = 'Re validate'; 293 var O_GENERATE_SSL_CERT= 'Generate SSL Certificate'; 294 var O_COUNTRY_NAME = 'Country Name'; 295 var O_VALIDATION2 = 'Validation 2'; 296 var O_VERIFIY_CODE2 = 'Verifiy your code 2'; 297 var O_COMPLETED = 'Completed'; 298 var O_CONGRATULATIONS = 'Congratulations'; 299 var O_DOWNLOAD_SSL_CERT = 'Now you can download your SSL Certificate'; 300 var O_SSL_CERT_CURRENTLY_HAVE = 'Here is the SSL Certificate you currently have'; 301 var O_CREATE_NEW = 'Create new'; 302 var O_RETRIEVING_EMAIL_IDS = 'Retrieving the list of email ids, Please Wait'; 303 var O_SENDING_CODE_EMAIL = 'Sending verification code to the email. Please Wait ...'; 304 var O_SENDING_REVALIDATION_EMAIL = 'Sending Re validation code to the email. Please Wait ...'; 305 var O_VALIDATION_DOMAIN_NOW = 'Please wait.......validation the domain now'; 306 var O_REVALIDATION_DOMAIN_NOW = 'Please wait.......Re validation the domain now'; 307 var O_GENERATING_SSL_CERT = 'Generating ssl certificate'; 308 var O_PREPARING_DOWNLOAD_SSL_CERT = 'Preparing to download the SSL Certificate'; 309 var O_PREPARING_DOWNLOAD = 'Preparing to Download, Please wait....'; 310 var O_SELECT_DOMAIN = 'Select Domain'; 311 var O_NEW_DOMAIN = 'New Domain'; 312 var O_PERFORMING_DOMAIN_CHECKS = 'Performing Domain Checks'; 313 var O_DELETE_ALL_VALIDATED_DOMAIN= 'Are you sure you want to delete all the validated domain(s)'; 314 var O_UPDATE_DIALOG_HEADING = "UPDATE"; 315 var O_SEO_CONFIGURATION = "SEO Configuration"; 316 var O_SEO_CONFIGURATION_DESC = "Improve search engine optimization by customising the website keywords"; 317 var O_SEO_CONFIGURATION_SMALL_DESC = "Setup SEO and bots settings here "; 318 var VIEW_SETUP_ADVANCED_FEATURES = 'Setup the advance features and services here'; 319 var O_FILE_UPLOAD_LOGS_SMALL_DESC = "View the list of files uploaded" ; 320 var O_FILE_UPLOAD_LOGS_TITLE = "File Upload Logs"; 321 var O_FILE_EXTENSION_CONTROL_TITLE = "File Extension Control"; 322 var O_FILE_EXTENSION_CONTROL_DESC = "Manages extensions of files which are allowed or blocked to upload by the firewall"; 323 var O_FILE_EXTENSION_CONTROL_SMALL_DESC = "Set up type of files"; 324 var O_DELETE_CONFIRM_DESC_FW7_IPMGMT = "Are you sure you wan to delete the ip(s)"; 325 326 -
ose-firewall/trunk/public/messages/da_DK.php
r1730340 r1741247 944 944 define("SSL_PAGE_CERT","SSL Certificate"); 945 945 define("SSL_PAGE_NEW","Create New"); 946 947 948 //v7 missing tags 949 define('GIT_ADVANTAGES_DESC1','Compared to the traditional backup methods, the technology with Git has'); 950 define('GIT_ADVANTAGES_DESC2','significant advantages.'); 951 define('GIT_ADVANTAGES_DESC3','1. Efficient in resource consumption'); 952 define('GIT_ADVANTAGES_DESC4','Git only tracks the changes. So unlike the traditional backup method, it will not keep the full website files and data upon each backup. Only changes will be committed to the last backup package and it takes much less space and saves a lot of time in a new backup. Assume a website takes 100MB space originally and the size increases by 5MB every day. Let’s see how Git Backup works compared to the traditional way. We can observe the dramatic difference just after 5 days.'); 953 define('GIT_ADVANTAGES_DESC5','2. Super fast in rollback'); 954 define('GIT_ADVANTAGES_DESC6','With the Git method, just one click can resolve all the issues and it could just take less than 30 seconds because it only rollback the changed contents based on the previous version. It totally avoids the boring process of removing the old files, uploading the package, and extracting it as with the traditional way.'); 955 define('GIT_ADVANTAGES_DESC7','3. Easy to track the differences'); 956 define('GIT_ADVANTAGES_DESC8','Whenever we need to compare the files between different versions for development or security purposes, it will be as easy as pie with Git functions. Git is designed to have a complete history and full version tracking abilities. With a few operations, we can get a full list of changed files and also the detailed changed codes of each file.'); 957 define('GIT_ADVANTAGES_DESC9','4. Unlimited space when uploading the backup to Cloud'); 958 define('GIT_ADVANTAGES_DESC10','Cloud backup is a popular solution as we can easily bring the backup with us at any place at any time as long as there is an internet connection. However, the consideration of space will more or less restricts the freedom of keeping the backup in a long term. This is not a problem at all for Git solution. With GitLab free service, we can create unlimited repositories, Git work directories, and each repository offers 10GB space.'); 959 define('EXAMPLE_DIAGRAM','Example Diagram'); 960 define('O_BACKUP_GIT','Backup'); 961 define('O_DOWNLOAD_BACKUP','Download Backup'); 962 define('O_UPLOADTOCLOUD','Upload to Cloud'); 963 define("O_GITLAB_DETAILS","Please Enter Your GitLab Account Details"); 964 define("O_ACCESS_TOKEN","Access Token"); 965 define("O_CREATE_REPO_GITLAB","Create Repository"); 966 define("O_UNISNTALL_GIT","Uninstall Git"); 967 define('CREATE_LOCAL_BACKUP','Create local backup'); 968 define('PUSH_BACKUP_TO_CLOUD','Push backup to cloud'); 969 define('FIREWALL_OVERVIEW','Firewall Control Panel'); 970 define('FIREWALL_OVERVIEW_DESC','To setup basic firewall settings and manage logs / IP rules'); 971 define('V7_HELP_US','Firewall V7 is in beta version, Help us to improve the quality of the product by emailing bugs at '); 972 define('FIREWALL_CONFIG_DESC','Overview of the basic firewall settings'); 973 define('MENU_IP_MANAGEMENT','IP Management'); 974 define('FIREWALL_STATISTICS','Firewall statistics'); 975 define('EMAIL_REPORTS','Email Reports'); 976 define('ANTI_SPAM','Anti Spam'); 977 define('CHECK_USER_AGENT','Check User Agent'); 978 define('BRUTEFORCE_PROTECTION','Bruteforce Protection'); 979 define('FILE_UPLOAD_CONTROL','File Upload Control'); 980 define('SCAN_REQUEST_SETTING','Scan Request Settings'); 981 define('WEB_ADMIN_EMAIL','Web Admin Email'); 982 define('BRUTE_FORCE_PROTECTION_STATUS','Brute force protection status'); 983 define('MAX_LOGIN_ATTEMPTS','Maximum login attempts'); 984 define('PERIOD_FOR_COUNTING_LOGIN_ATTEMPTS','Period for counting login attempts'); 985 define('GOOGLE_VERIFICATION','Google Verification'); 986 define('SHOW_QR','Show QR code'); 987 define('VALIDATE_UPLOAD_FILES','Validate Upload Files'); 988 define('SCAN_VIRUS_FILES','Scan Virus Files'); 989 define("SELECT_ALL", "SELECT ALL"); 990 define("DESELECT_ALL", "CLEAR ALL SELECTIONS"); 991 define('SECURITY_LEVEL_1','Security'); 992 define('SECURITY_LEVEL_2','Level'); 993 define('XSITE_REQUEST_FORGERY','Cross site request forgery'); 994 define('XSITE_SCRIPTION','Cross site scription'); 995 define('SQL_INJECTION','SQL Injection'); 996 define('REMOTE_FILE_INCLUSION','Remote file inclusion'); 997 define('LOCAL_FILE_INCLUSION','Local file inclusion'); 998 define('FORMAT_SRTING_ATTACK','Format string attack'); 999 define('LOCAL_FILE_MODI_ATTEMPT','Local file modification attempt'); 1000 define('DIRECTORY_TRAVERSAL','Directory traversal'); 1001 define('TITLE_SEO_CONFIGURATION','SEO Configuration'); 1002 define('FILE_UPLOAD_LOGS','File Upload Logs'); 1003 define('FILE_EXTENSION_CONTROL_TABLE','File Extension Control Table'); 1004 define('WHITE_LIST_MANAGEMENT','Variable Management'); 1005 define('WHITE_LIST_DESC','Variable Management improves the knowledge of firewall and lets it learn from the experience to increase the accuracy'); 1006 define("ADD_ENTITY","Add an Entity"); 1007 define("ENTITY_NAME","Entity Name"); 1008 define("ENTITY_TYPE","Entity Type"); 1009 define("REQUEST_TYPE","Request Type"); 1010 define('O_IMPORT_VARIABLES','Import Variables from Firewall version 6.6'); 1011 define('COUNTRY_BLOCKING','Country Blocking'); 1012 define("O_COUNTRY_BLOCKINGV7_SMALL_DESC","Configure what countries are able to access the website"); 1013 define("O_AUDITV7_TITLE","Audit My Website"); 1014 define("O_AUDITV7_DESC","Analyses current website settings and gives security advice"); 1015 define("O_AUDITV7_SMALL_DESC","Find out your website security report here "); 1016 define('BAN_PAGE_MANAGEMENT','Ban Page Management'); 1017 define('BRUTEFORCE_SETTINGS_DESC','Hackers can attack your websites by guessing or trying out various combinations of username and password with bots. Protect the login portal on your website by enabling this feature.'); 1018 define('BRUTEFORCE_SETTINGS_SETUP','Brute Force Protection Setups'); 1019 define('BRUTEFORCE_SETTINGS_SETUP_DESC','Please select the attempts threshold after which an attacker will be blocked :'); 1020 define('TIME_FRAME','Please select the time frame for which the the tracks will be tracked, If the number of attacks performed by attacker in the selected time exceeds the threshold, he/she will be blocked:'); 1021 define('GOOGLE_AUTH','Google Authentication'); 1022 define('GOOGLE_AUTH_DESC5','will heavily guard your website against the brute force attacks.To use this feature please download the Google Authentication app from the app store and scan the QR Code from the user page of the website.Use the code from the mobile application to sign into the website.'); 1023 define('HIGHLY_RECOMMENDED','Highly Recommended'); 1024 define('ANTI_SPAMMING','Anti Spamming'); 1025 define('ANTI_SPAMMING_DESC','There are numberous infected bots out there which might try to access your website and slow down the website by bombarding the website with malicious requests, block this spammers by enabling this feature and provide faster services to your customers by improving the speed of your website.'); 1026 define('FILE_UPLOAD_PROTECTION','File Upload Protection'); 1027 define('FILE_UPLOAD_PROTECTION_DESC','According to our experts, the easiest way to hack a website is by uploading a malicious file to the website. Leave this tedious work to Centrora and we will make sure no malicious files are uploaded to your website.'); 1028 define('REQUEST_SCANNING','Request Scanning'); 1029 define('REQUEST_SCANNING_DESC','This feature basically acts as an Anti Virus on your website and detects all the malicious requests sent by the users. This feature will protect your websites against attacks like:'); 1030 define('REQUEST_SCANNING_DESC1','Enable this feature and make your website secure against malicious requests.'); 1031 define('XSITE_SCRIPTING','Cross Site Scripting'); 1032 define('SET_EMAIL_DESC','Please enter your email address, Centrora will send detailed statistics related to the security of the website along with the graphs to the email address provided.'); 1033 define('SET_EMAIL','Set email address to receive statistics of your website.'); 1034 define('FIREWALL_SENSITIVITY','Firewall Sensitivity'); 1035 define('FIREWALL_SENSITIVITY_DESC','The system calculates the score of the attack based on the request from the users, firewall sensitivity helps the system to set a threshold till which it will provide the services to the users.'); 1036 define('FIREWALL_SENSITIVITY_DESC1',' Warning: '); 1037 define('FIREWALL_SENSITIVITY_DESC2',' Higher sensitivity will have a higher chance of blocking an user with low attack score'); 1038 define('FIREWALL_SENSITIVITY_OPTION1','Insensitive'); 1039 define('FIREWALL_SENSITIVITY_OPTION2','Moderate'); 1040 define('FIREWALL_SENSITIVITY_OPTION3','Sensitive'); 1041 define('FIREWALL_SENSITIVITY_OPTION4','Very sensitive'); 1042 define('FIREWALL_SENSITIVITY_OPTION5','Highly sensitive'); 1043 define('FIREWALL_MODE_DESC1','Block Mode'); 1044 define('FIREWALL_MODE_DESC2','Filter Mode'); 1045 define('FIREWALL_MODE_DESC3','Sanitise the malicious request'); 1046 define('PREMIUM_USER','Premium user only'); 1047 define('FIREWALL_MODE_DESC4','Blocks an user if the attack score exceeds the threshold'); 1048 define('FIREWALL_MODE_DESC5','Does not blocks an user instead keeps on filtering the request'); 1049 define('FIREWALL_MODE_DESC6','Click on the Enable Button to enable the BLOCK MODE or the Disable Button to enable FILTER MODE'); 1050 define('FIREWALL_MODE_DESC7','We provide three modes for the firewall:'); 1051 define('FIREWALL_MODE_DESC8','Does not sanitise the malicious request'); 1052 define('FIREWALL_MODE_DESC9','Logging Mode'); 1053 define('FREE','Free'); 1054 define('FIREWALL_MODE_DESC10','Does not blocks nor filters the request'); 1055 define('ENABLE_LOGGING_MODE','Click on '); 1056 define('ENABLE_LOGGING_MODE1','Enable Button'); 1057 define('ENABLE_LOGGING_MODE2',' to enable '); 1058 define('ENABLE_LOGGING_MODE3','Loggin MODE'); 1059 define('COMPLETED_BASIC_SETTING',' Congratulations you have completed the basic settings for your website'); 1060 define('COMPLETED_BASIC_SETTING_DESC1','Not satisfied with just the basic settings, Do you want to make you website absolutely impenetrable to the hackers.Please click on the Advanced Settings button to continue the wizard.'); 1061 define('COMPLETED_BASIC_SETTING_DESC2','Warning : if you click on the save basic settings, the advanced options for the settings will be disabled'); 1062 define('SAVE_BASIC_SETTING','Save Basic Settings'); 1063 define('GO_ADVANCE_SETTING','Go to advance settings'); 1064 define('WHITE_LIST','White List'); 1065 define('SEARCH_ENGINE','Search engine'); 1066 define('COMLETE_ADVANCE_SETTING','Complete Advance settings'); 1067 define('ADVANCE_SETTING_WHITELIST_DESC','Advance Settings: Choose Whitelist String and Variables'); 1068 define('ADVANCE_SETTING_WHITELIST_DESC1','This feature will not scan the variables or strings that are marked as whitelisted and will reduce the false alerts'); 1069 define('ADVANCE_SETTING_WHITELIST_DESC2','Migrate Whitelisted Variables from Firewall Scanner Version 6'); 1070 define('ADVANCE_SETTING_WHITELIST_DESC3','Use default whitelisted string and variables'); 1071 define('SKIP','Skip'); 1072 define('ADVANCE_SETTING_BOTS_SECANNING','Advance Settings: Search Engine Bots Scanning'); 1073 define('ADVANCE_SETTING_BOTS_SECANNING_DESC','Hackers can pretend to be search engine bots and might try to access services from your websites.By default the system will not scan the request from bots for malicious request , you can increase the security level by enabling the search engine bots scanning.'); 1074 define('ENABLE','Enable'); 1075 define('DISABLE','Disable'); 1076 define('FIREWALL_WIZARD_COMPLETED','Congratulation the firewall setup wizard has been completed'); 1077 define('FIREWALL_WIZARD_COMPLETED_DESC','The firewall provides a high level of customisation to its user.'); 1078 define('FILE_UPLOAD_MANAGEMENT2','File Upload Management'); 1079 define('BAN_PAGE_CUSTOM','Ban page Customisation'); 1080 define('COUNTRY_BLOCKING_DESC',': This feature will allow you to block users from certain countries.'); 1081 define('FILE_UPLOAD_MANAGEMENT2_DESC',': This feature allows you to restrict the file types that can be uploaded by the user.'); 1082 define('BAN_PAGE_CUSTOM_DESC',': This feature allows you to design a custom ban page which will be visible to the users who are banned.'); 1083 define('FINISH','Finish'); 1084 define('BACK','Back'); 1085 define('ALLOWED','Allowed'); 1086 define('FORBIDDEN','Forbidden'); 1087 define('MENU_IP_MANAGEMENT_DESC','The panel manages the firewall IP logs and detailed records where the site admin can also manually set blacklist and whitelist IPs'); 1088 define('O_GET_WHITELIST_IPS',"Get Temp WhiteListed Ips"); 1089 define('O_SYNC_IPS_FROMV6','Sync from firewall V6.6'); 1090 define('CHECKING_ALL_FIREWALL','This features provides a detailed graphical representation of the detected attacks'); 1091 define('BACK_TO_ADVANCE_SETTING_ADV','Back to Advance Settings'); 1092 define('BACK_TO_ADVANCE_SETTING','Back to Firewall Control Panel'); 1093 define('TIME_ANALYSIS','Time Analysis'); 1094 define('SUMMARISING_NUMBERS_OF_ATTACKS_BY_TIME','summarising numbers of attacks to your website by time'); 1095 define('BACK_TO_STATISTIC_CURRENT_MONTH','Back to statistic for current Month'); 1096 define('NO_ATTACKS','Congratulations! No attacks were detected on the website'); 1097 define('ATTACK_TYPES','Attack Types'); 1098 define('SUMMARISING_NUMBERS_OF_ATTACKS_BY_TYPE','summarising numbers of attacks to your website by Attacking type'); 1099 define('IP_INFO','IP Information'); 1100 define('SUMMARISING_NUMBERS_OF_ATTACKS_BY_IP','summarising numbers of attacks by IP address'); 1101 define('MOST_COMMON_BROWSERS','Most common browsers for hackers'); 1102 define('SETUP_EMAIL_NOTIFICATION','With the feature the site admin can stay up to date with the firewall status and regular statistical reports'); 1103 define('ALL_EMAIL_SEND_TO','All the emails will be sent to'); 1104 define('CHANGE_EMAIL_ADDRESS_BACK','To change your email address , please go back to ‘Firewall Overview’'); 1105 define('EMAIL_ALERT_DESC','Please choose the events for which you will like to receive email alerts'); 1106 define('IP_BLOCK','IP Block'); 1107 define('EMAIL_MODE_DESC','If you have enabled Filtered Mode an email will be sent when the first attack is detected or if you have Blocked Mode Enabled an email will be sent when an IP is blocked. The email will contain all the details of the attack(s).'); 1108 define('GOOGLE_AUTH_LOGIN_CODE','Google Authentication Login code'); 1109 define('GOOGLE_AUTH_LOGIN_CODE_DESC','Whenever you set up google authentication, the system will send you an email with the QRCode so that you don’t need to worry about losing this code.Scan the QR Code using the Google Authenticator app and use the code from the app to login'); 1110 define('STATISTICS','Statistics'); 1111 define('STATISTICS_DESC1','This feature will send you a detailed graphical analysis of all the attacks performed on the website'); 1112 define('STATISTICS_DESC2','Please download the Country Databse from the country blocking page in FirewallV7>Advanced Settings>Country Blocking'); 1113 define('STATISTICS_DESC3','For Premium Users Only : This feature will send you a detailed graphical analysis of all the attacks performed on the website'); 1114 define('SELECT_DATA_TO_RECEIVE','Please select data you want to receive.'); 1115 define('GEO_IP_ANALYSIS','Geo/IP Analysis'); 1116 define('BROWSER_ANALYSIS','Browser Analysis'); 1117 define('SELECT_REPORT_FREQUENCY_CYLCE','Please choose report frequency cylce.'); 1118 define('DAILY','Daily'); 1119 define('WEEKLY','Weekly'); 1120 define('FORNIGHTLY','Fornightly'); 1121 define('MONTHLY','Monthly'); 1122 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_DAILY','An email will be sent daily with the stat type that you have selected.'); 1123 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_WEEKLY','An email will be sent every 7 days with the stat type that you have selected.'); 1124 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_FORNIGHTLY','An email will be sent every 14 days with the stat type that you have selected.'); 1125 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_MONTHLY','An email will be sent every 30 days with the stat type that you have selected.'); 1126 1127 1128 //iteration 2 1129 define("O_GITBACKUP_CRON_INFO","Please select the settings for the Scheduled Git Backup"); 1130 define("O_CRON_LOCALBACKUP","Local Backup"); 1131 define("O_CRON_CLOUDBACKUP","Cloud Backup"); 1132 define("O_CRON_GITBACKUP_TYPE_DESC","Please select the type of backup"); 1133 define("O_CRON_GITBACKUP_RECEIVEEMAIL_DESC","Would You Like to receive email related to the Backup Status "); 1134 define("O_RECEIVE_EMAILS","Receive Emails"); 1135 define("O_BACKUP_TYPE_HELP","Note : You need to setup the Gitlab Repo to use cloud backup"); 1136 define('TOP_UPTODATE', 'Up to date'); 1137 define('SEARCHFORMALWARE','Search for Malware'); 1138 define('FIREWALLSETINGS',"Firewall Settings"); 1139 define('SCHEDULETASKS',"Schedule Tasks"); 1140 define('O_TYPE','Type'); 1141 define('O_FILE_SIZE', 'File Size'); 1142 define('BASE_FILE_PERMISSION','Base file permission'); 1143 define('BASE_FOLDER_PERMISSION','Base folder permission'); 1144 define('ADD_BACKUP_SIZE','New added backup size (MB)'); 1145 define('Git_backup_tittle', 'Centrora Git Backup'); 1146 define('Git_backup_desc', 'Git Backup is a brand-new and great potential tool for website backup and restore in seconds.'); 1147 define('O_ACCOUNTNAME','Account Name'); 1148 define('O_LASTBACKUP_DATE','Last Backup Date'); 1149 define('O_IP', 'IP'); 1150 define('ADD_FILE_EXTENSION','Add file extension'); 1151 define('CENTRORA_SECURITY_AUTO_SCAN2','Make you firewall rules smarter here'); 1152 define("O_COUNTRY_BLOCKINGV7_DESC","This feature allows users to restrict or give access to traffic from certain countries"); 1153 define('O_URL','URL'); 1154 define('O_REFERER','Referer'); 1155 define("O_USERAGENT","User Agent"); 1156 define("O_BROWSER","Browser"); 1157 define("O_DETECTED_VAR","DETECTED VARIABLES"); 1158 define("O_FOR","DURATION"); 1159 define("O_FIREWALL_STATS_SMALL_DESC","View graphical representation of attacks here"); 1160 define("O_EMAIL_STATS_SMALL_DESC","Setup your email preferences here"); 1161 define("O_BANPAGE_TITLE","Ban Page Management"); 1162 define("O_BAN_PAGE_SMALL_DESC","Customize what you want to show to the blocked users"); 1163 define("O_ATTEMPT_TO_UPLOAD_VIRUSFILE","Attempt to Upload Virus File"); 1164 define('ATTACK_DETECTED','Detecting an attack'); 1165 define("O_BAN_PAGE_DESC","Prepare a customised Ban Page which will be shown to users blocked by the firewall"); 1166 ///// 1167 define('O_LIC_STATUS', 'License Status'); 1168 define('O_ORDER_STATUS','Order Status'); 1169 define('O_DOMAIN','Domain'); 1170 define('O_DOWNLOAD_CERT','Download Certificate'); 1171 define('UPDATE',"Update"); 1172 define('LOGS',"Logs"); 1173 define('WEBATTACTS',"Web Attacks"); 1174 define('BRUTEFORCE',"BruteForce"); 1175 define('FILEUPLOADINGLOGS',"File Uploading Logs"); 1176 define('VIRUSSCAN',"Virus Scan"); 1177 define('CREATE_REPOSITORY_GITLAB', 'Create a private repository in GitLab'); 1178 define("FIREWALLV7", "Firewall Scanner V7 <sup><span>(New)</span></sup>"); 1179 define("FIREWALLV7_ OPTIONSMSG", "Please choose the type of attacks you want to enable in firewall scanning "); 1180 define("FILE_UPLOAD", "File Upload"); 1181 define("IP_MANAGEMENT","IP MANAGAMENT"); 1182 define("FIREWALL_V7", " Firewall Scanner V7"); 1183 define("WHITELISTMGMT","WHITE LIST MANAGEMENT"); 1184 define("LOAD_DEFAULT_WHITELIST", "Load default variables and Strings"); 1185 define('O_WHITELISTVARIABLES',"Whitelisted(Choose this option if you trust certain variables or strings)"); 1186 define('O_FILTERVARIABLES',"Filtered(This option will remove malicious content from the request and will provide non malicious request )"); 1187 define('O_SCANVARIABLES',"Actively Scanned(Choose this option if you want the system to scan a specific variable and string)"); 1188 define("ATTACK_INFORMATION","ATTACK INFORMATION"); 1189 define('IP_ADDRESS','IP ADDRESS'); 1190 define("Date","DATE"); 1191 define("TYPE_OF_ATTACK","TYPE OF ATTACK"); 1192 define("STRING_DETECTED","MALICIOUS PATTERN"); 1193 define("SCANNED_VARIABLES","SCANNED REQUEST"); 1194 define("FILES_UPLOAD_REQUEST","FILE UPLOAD REQUEST"); 1195 define("SCORE","SCORE"); 1196 define("ATTEMPTS","ATTEMPTS"); 1197 define('COUNTRYBLOCKV7', 'Country Blocking Version 7<small>(Premium)</small>'); 1198 define('AUDITV7','AUDIT V7'); 1199 define('BANPAGE','BAN PAGE MANAGEMENT'); 1200 define('STATS', 'STATISTICS PAGE'); 1201 define('SYSTEMSTATS','System Statistics'); 1202 define('EMAILNOTIFICATION','Email Notification Management'); 1203 define('SSL','FREE SSL'); 1204 define('SSL_PAGE_TITLE','FREE SSL'); 1205 define('SSL_PAGE_MENU_TITLE','Free SSL Certificate'); 1206 define('CONTACT_SUPPORT',"<br/>".'Please contact Centrora support team at [email protected] to address this issue'); 1207 define('O_SUBSCRIPTION','Subscription Plan'); 1208 define('O_SUB_STATUS','Subscription Status'); 1209 define('O_START_DATE','Start Date'); 1210 define('O_EXPIRE_DATE','Expired Date'); 1211 define('ADMIN_MANAGEMENT_DESC', 'You can centrally manage your administrator and domain addresses here.'); 1212 define('CLOSE','Close'); 1213 define('ACTIVE','Active'); 1214 define('INACTIVE','Inactive'); 1215 define('AI_SCAN','AI scanner'); 1216 define('PATTERNS','Patterns'); 1217 define('STATUS','Status'); 1218 define('LAST_BATCH','Last Batch'); 1219 define('RESET_SAMPLES','Reset Samples'); 1220 define('AI_ANALYSIS','AI Analysis'); 1221 define('CONTENT_ANALYSIS','Content Analysis'); 1222 define('ADD_PATTERN','Add Pattern'); 1223 define('DELETE_PATTERN','Delete Pattern'); 1224 define('PATTERN_ID','Pattern ID'); 1225 define('PATTERN_NAME','Pattern Name'); 1226 define('PATTERN_TYPE','Pattern Type'); 1227 define('PATTERN','Pattern'); 1228 define('TYPE','type'); 1229 define('FIX_IT','Fix it'); 1230 define('NOTE','Note'); 1231 define('FIREWALL_CONDIGURATION','Firewall Configuration'); 1232 define('AUDIT_MY_WEBSITE','Audit My Website'); 1233 define('AUDIT_MY_WEBSITE_DESC','Auditing my website here, this features will be renovated and improved in next version.'); 1234 define('THIRD_PARTY_AUTH','Third Party Authentication'); 1235 define('THIRD_PARTY_AUTH_DESC','To enable cloud backup please authorise Centrora Security™ to your prefered cloud service.'); 1236 define('THIRD_PARTY_AUTH_SELECT','Select one type below to run.'); 1237 define('CENTRORA_PREMIUM','Schedule your scanning and update with Centrora Premium'); 1238 define('CENTRORA_PREMIUM_NOW','Now'); 1239 define('All_RIGHTS_CENTRORA','Centrora 2016 a portfolio of Luxur Group PTY LTD, All rights reserved.'); 1240 define('LEAVE_THE_WORK','leave the work to us now'); 1241 define('BACKUP_MANAGEMENT','Backup Management'); 1242 define('CENTRALLY_MANAGING_BACKUP','Centrally managing database and files backup. ( This is a classic backup function, we recommend you to use Gitbackup instead as it saves more website space )'); 1243 define('SCHEDULED_BACKUPS','Scheduled Backups'); 1244 define('BACKUP_LIST','Backup List'); 1245 define('SETUP','Setup'); 1246 define('CONFIG','Configuration'); 1247 define('BUILD','Build'); 1248 define('BACKUP_STEP1','Step 1: Setup Backup'); 1249 define('BACKUP_PREFIX','Backup Prefix'); 1250 define('ARCHIVE','Archive'); 1251 define('FILES','Files'); 1252 define('DATABASE','DataBase'); 1253 define('PLATFORMS','Platforms'); 1254 define('LOCAL','Local Only'); 1255 define('DROPBOX','DropBox'); 1256 define('ONEDRIVE','OneDrive'); 1257 define('GOOGLEDRIVE','GoogleDrive'); 1258 define('BUILD_BACKUP','Build Backup'); 1259 define('BUILDING_BACKUP','Building Backup'); 1260 define('SUCCESSFUL','Successful'); 1261 define('BACKUP_NAME','Backup Name'); 1262 define('BAN_PAGE','Ban Page'); 1263 define('BAN_PAGE_DESC','Customize your ban page here.'); 1264 define('MANAGE_IP','View the attack information here '); 1265 define('WIZARD','Wizard'); 1266 define('ADV_RULES_VERSION','Advanced Rules Version'); 1267 define('ADV_RULES_UPTODATE','Adv. Rules: Upto Date'); 1268 define('FIREWALL_STATUS','Firewall status'); 1269 define('FIREWALL_STATUS_1','Firewall status in currently on'); 1270 define('FIREWALL_STATUS_2','OFF mode'); 1271 define('FIREWALL_STATUS_3',', to activate settings, please Click ON below'); 1272 define('ON','ON'); 1273 define('OFF','OFF'); 1274 define('INSENSITIVE','insensitive'); 1275 define('MODEL','Model'); 1276 define('SET_NUMBER_OF_ATTEMPTS','Set Number of attempts'); 1277 define('SET_NUMBER_OF_ATTEMPTS_DESC','Combination of firewall sensitivity and Attempt counts will be used as a criteria to determine whether to block an attacker or not'); 1278 define('LOGGING','LOGGING(Only logs attacks)'); 1279 define('BLOCKING','BLOCKING'); 1280 define('FILTERING','FILTERING'); 1281 define('MINS','minutes'); 1282 define('HR','hour'); 1283 define('HRS','hours'); 1284 define('DAY','day'); 1285 define('GOOGLE_AUTH_DESC','Google Authentication is currently in '); 1286 define('GOOGLE_AUTH_DESC_1','off mode'); 1287 define('GOOGLE_AUTH_DESC_2',', Please enable \'Google Authentication\' and '); 1288 define('GOOGLE_AUTH_DESC_3','SAVE'); 1289 define('GOOGLE_AUTH_DESC_4','First'); 1290 define('FIREWALL_DESC1','Centrora Security™ Firewall protects against untrusted file uploads. Use this list to add exceptions (e.g. jpg, png, doc) *Please note: FILEINFO module needs to be installed and configured properly.'); 1291 define('FIREWALL_DESC2','Centrora Security Firewall utilize the built-in malware scanner to scan all uploaded files for malicious codes. Any uploaded malware will be blocked immedialy once detected.'); 1292 define('SAVE_BY_CLICK','Please click save button here to save your changed settings'); 1293 define('VIEW_SETUP_ADVANCED_FEATURES','Setup the advance features and services here'); 1294 define('FILE_UPLOAD_LOGS_DESC','This panel shows the the list of files with invalid file types or malware.'); 1295 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC1','Plesase enable '); 1296 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC2','Validate Upload files'); 1297 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC3',' setting in '); 1298 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC4','Firewall Overview'); 1299 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC5',' page, then you can access this table. '); 1300 define('FIREWALL_EASY_SETUP','Easy set up here for Firewall Configuration'); 1301 define('BF','Brute Force'); 1302 define('BF_SETUP','Brute Force setups'); 1303 define('EMAIL_FIREWALL_SENSITITY','Email and Firewall Sensitity'); 1304 define('BLOCK_FILTER','Block & Filter'); 1305 define('COMPLETE','Complete'); 1306 define('FIREWALL_MODE','Firewall Mode'); 1307 define('FIREWALL_MODE_DESC','We provide two modes for the firewall:'); 1308 define('STEP','Step'); 1309 define('INSERT_DETAILS','Please Insert the following details : '); 1310 define('0_DB_NAME', 'Database Name'); 1311 define('0_DB_USER', 'User Name'); 1312 define('0_DB_PASWD', 'Database Password'); 1313 define('0_DB_HOST', 'Database Host'); 1314 define('0_TABLE_PREFIX', 'Table Prefix'); 1315 define('CORE_DIRECTORIES_SCANNER','Core Directories Scanner'); 1316 define('CORE_DIRECTORIES_SCANNER_DESC','Core directories Scanner is a neat and quick detector, it scans the core directories of your website and detects suspicious files. Please notice that this scanner only applies to joomla and wordpress.'); 1317 define('CHECK_FILE_FULL_PATH','Check file full path'); 1318 define('INSTALLATION_TITLE','Installation'); 1319 define('DATABASE_TABLE_INSTALL_OR_UNINSTALL','Database tables install or uninstall here.'); 1320 define('INSTALL_AND_UNINSATALL','install & uninstall'); 1321 define('READY','Ready'); 1322 define('INCREASE_SECURITY_BY_BLOCK_UNWANTED_COUNTRIES','Increase the website security level by enabling the Country Blocking to block accesses from the unwanted countries. '); 1323 define('PANEL_BLOCK_IP','The Panel to Block IPs from countries.'); 1324 define('SUN','Sunday'); 1325 define('MON','Monday'); 1326 define('TUE','Tuesday'); 1327 define('WED','Wednesday'); 1328 define('THU','Thursday'); 1329 define('FRI','Friday'); 1330 define('\'','Saturday'); 1331 define('DYNAMIC','dynamic'); 1332 define('CLASSIC','classic'); 1333 define('GUIDE','Guide'); 1334 define('FILE_SCANNED','Files Scanned'); 1335 define('INSECURE_PERMISSION_FILE','Insecure permission Files'); 1336 define('SCAN_PATH','Scan Path'); 1337 define('INSECURE_PERMISSION_FILES_DETECTED','Insecure permission Files Detected!'); 1338 define('PERMISSION','Permission'); 1339 define('MODE','Mode'); 1340 define('OWNER','Owner'); 1341 define('GROUP','Group'); 1342 define('PUBLIC','Public'); 1343 define('READ','Read'); 1344 define('WRITE','Write'); 1345 define('EXECUTE','Execute'); 1346 define('CURRENT_COLUMN','Current Version Column'); 1347 define('CURRENT_COLUMN_DESC','This column shows the current Git head in your Git Repository, which indicates in which backup version your website is currently at.'); 1348 define('RESTORE_COLUMN','Restore Column'); 1349 define('RESTORE_COLUMN_DESC','This column shows the current Git head in your Git Repository, which indicates in which backup version your website is currently at.'); 1350 define('PREMIUM_FEATURE','This is a Premium Feature'); 1351 define('PREMIUM_FEATURE_INCLUDES','Premium features includes'); 1352 define('PREMIUM_FEATURE_DESC1','Free Malware Removal Service for annual subscribers until the website is 100% clean.'); 1353 define('PREMIUM_FEATURE_DESC2','View infected files in detail by browsing source codes with suspicious codes highlighted.'); 1354 define('PREMIUM_FEATURE_DESC3','Clean or quarantine infected files within the scan report without accessing FTP.'); 1355 define('PREMIUM_FEATURE_DESC4','Monitor website malware with scheduled automatic virus scanning and email notifications.'); 1356 define('PREMIUM_FEATURE_DESC5','Automated backup to GitLab every 1 hour.'); 1357 define('PREMIUM_FEATURE_DESC6','Store your files securely in GitLab.'); 1358 define('PREMIUM_FEATURE_DESC7','10GB free spaces for each website in GitLab.'); 1359 define('PREMIUM_FEATURE_DESC8','Roll back from copies in GitLab in case of server fault'); 1360 define('PREMIUM_FEATURE_DESC9','Save your hosting space and save you money'); 1361 define('GO_PREMIUM','Go Premium'); 1362 define('CREATE_ACCOUNT_FOR_FREE_BITBUCKET','Create an account for free in GitLab'); 1363 define('CREATE_ACCOUNT_FOR_FREE_GITLAB','Create an account for free in GitLab'); 1364 define('SITE_SIZE','Site Size (MB)'); 1365 define('TRADITIONAL_METHOD','Traditional method'); 1366 define('GIT_METHOD','Git method'); 1367 define('ACCUMULATION','Accumulation'); 1368 define('PREVIOUS','Previous'); 1369 define('NEXT','Next'); 1370 define('BACK_ACC_LIST','Back to Accounts List'); 1371 define('CHECK_SYS_REQUIREMENTS','Please check the system requirements'); 1372 define('DISABLED_PROC_OPEN','Your website has disabled proc open, Please enable it'); 1373 define('DISABLE_ENABLE_GITBACKUP','Please complete the Pre-requisite to use GitBackup'); 1374 define('WELCOME_TO_GITBACKUPO','Welcome to GitBackup'); 1375 define('SUBSCRIBE_PLAN','Subscribe To A Plan Now'); 1376 define('MORE_ABOUT_PREMIUM_SERVICE','More about premium service'); 1377 define('PLACE_AN_ORDER','Place an order'); 1378 define('ACTIVATE_THE_SUBSCRIPTION','Activate the subscription'); 1379 define('WARNING','Warning'); 1380 define('ACTIVATE_STEPS_DESC1','Simply create an account by using the form on the right hand side below, or if you have an account in Centrora already, simply sign in by using the form on the left hand side below.'); 1381 define('ACTIVATE_STEPS_DESC2','We offer 60 days 100% Satisfaction Guarantee, if you are not satisfied, we issue full refund to you without asking a question.'); 1382 define('ACTIVATE_STEPS_DESC3','Next, click the subscribe button to place an order to a subscrption plan. Once the order is placed, pay your subscription through Paypal or Credit Card. Once payments are made, you will see a subscription is active in the subscriptions table.'); 1383 define('ACTIVATE_STEPS_DESC4','Final step: click the link subscription button to activate the subscription for this website.'); 1384 define('ACCOUNT_ALREADY','If you have an account already, please enter your'); 1385 define('CENTRORA_TITLE','Centrora'); 1386 define('OR','Or'); 1387 define('OSE_TITLE','OSE'); 1388 define('ACC_INFO','Account Information'); 1389 define('WEB','Website'); 1390 define('NO_ACCOUNT','If you dont have an account yet, please use the following form to create an account.'); 1391 define('SET_START_DATE','Set Start Date'); 1392 define('SET_END_DATE','Set End Date'); 1393 define('SCANNED','Scanned'); 1394 define('MODI_FILES','Modified Files'); 1395 define('MODI_FILES_FOUND','Modified files found'); 1396 define('SIZE','Size'); 1397 define('MODIFIED','Modified'); 1398 define('SET_PATH','Set Path'); 1399 define('LATEST','Latest'); 1400 define('CHANGELOG','Changelog'); 1401 define('CLICK_HERE','Click here'); 1402 define('CURRENT_FOLDER_ROOT','Current Folder: ROOT'); 1403 define('SCANNER_REPORT','Scanner Report'); 1404 define('DISPLAY_INFECTED_FILES','Display the infected files last scanned by the virus scanner.'); 1405 define('INFECTED','Infected'); 1406 define('QUARANTINED','Quarantined'); 1407 define('CLEANED','Cleaned'); 1408 define('FREE_SSL_CERTI_DESC1','Centrally managing SSL Certificate. This provide secure, encrypted communications between a website and an internet browser. SSL stands for Secure Sockets Layer, the protocol which provides the encryption.'); 1409 define('FREE_SSL_CERTI_DESC2','When SSL Certificates installed on a web server, it activates the padlock and the https protocol and allows secure connections from a web server to a browser. Typically, SSL is used to secure credit card transactions, data transfer and logins, and more recently is becoming the norm when securing browsing of social media sites.'); 1410 define('SSL_CERTIFICATE_SETUP','SSL Certificate Setup'); 1411 define('SSL_CREATE_OR_DOWNLOAD','Create new certificate or download current one'); 1412 define('MANAGE_DOMAINS','MANAGE DOMAINS'); 1413 define('UPDATE_MD5','Click to update your MD5 Virus signature'); 1414 define('VIRUS_FILES','Virus Files'); 1415 define('VIRUS_FILES_DETECTED','Virus Files Detected!'); 1416 define('POST','POST'); 1417 define('GET','GET'); 1418 define('COOKIE','COOKIE'); 1419 define('FILTERED','Filtered'); 1420 define('WHITELISTED','Whitelisted'); 1421 define('DYNAMIC_SCANNER','Dynamic Scanner'); 1422 define('DYNAMIC_SCANNER_DESC','Dynamic Virus Scanner is a powerful tool, acting like an Anti-Virus, to directly scan,detect,clean and quarantine the malware on the website.'); 1423 define('VIRUS_SIGN','Virus Signature'); 1424 define('VIRUS_SIGN_UPDATE','Tuesday 5 April'); 1425 define('WEBSITE_STATUS','Website Status'); 1426 define('NO_VIRUS','No virus files are detected, please ensure to keep the Virus Signature up to date if you are not a premium user.'); 1427 define('ATTENTION','Attention!'); 1428 define('FILES_DETECTED','files are detected. Please click "View Results" button to check the results.'); 1429 define('VIEW_RESULTS','View Results'); 1430 define('SCAN_TYPE','Select Scan Types'); 1431 define('QUICK_SCAN','Quick Scan'); 1432 define('FULL_SCAN','Full Scan'); 1433 define('DEEP_SCAN','Deep Scan'); 1434 define('JS_INJECTION', 'Javascript Injection'); 1435 define('PHP_INJECTION', 'PHP Injection'); 1436 define('IFRAME_INJECTION', 'iFrame Injection'); 1437 define('SPAMMING_MAILER_INJECTION', 'Spamming Mailer Injection '); 1438 define('SCHEDULE_SCAN','Schedule Scan'); 1439 define('CONFIG_SETUP','Config Setup'); 1440 define('START','START'); 1441 define('CONTINUE','CONTINUE'); 1442 define('STOP','STOP'); 1443 define('REFRESH','REFRESH'); 1444 define('BACKGROUND_SCAN','Background Scanning'); 1445 define('BACKGROUND_SCAN_DESC','Background Scanning will run the scans at the backend cosole and the result will be sent to your email address after completion'); 1446 define('STRING','String'); 1447 define('CENTRORA_SECURITY_AUTO_SCAN1','Centrora Security'); 1448 define('PROBLEM_IN_GIT','There were some problem in initialising the git <br/>ERROR: <br/>'); 1449 define('UNINSTALL_GIT',"Uninstall Git"); 1450 define('O_BACKUP_SELECTED_ACCOUNTS', 'Backup Selective Accounts'); 1451 define('O_BACKUP_ALL_ACCOUNTS',"Backup All Accounts"); 1452 define('O_MANAGE_BACKUP_ACCOUNTS', 'Manage Backups for all the accounts'); 1453 define("O_RECEIVE_EMAIL_YES","Receive Email"); 1454 define("O_RECEIVE_EMAIL_NO"," No Thank You"); 1455 define("O_RECEIVE_EMAIL_INFO","Would You Like to receive emails on completion of backup"); 1456 define("O_GITBCKUP_FREQUENCY","Please select the Frequency of Backup"); 1457 define("O_BACKUP_DAYS","Please select days to backup the website "); 1458 define('O_FILE_PATH', 'File Path'); 1459 define('O_CREATED_AT', 'Start Date'); 1460 define('O_EXPIRY_DATE', 'Expires On'); 1461 define('O_LAST_MODIFIED','Last Modified On'); 1462 define('O_DOWNLOAD_CSV','Export Scan Results as CSV'); 1463 define('FILEEXTENSION_DESC_BRIEF',''); 946 1464 ?> -
ose-firewall/trunk/public/messages/de_DE.js
r1408513 r1741247 128 128 var O_MARKASCLEAN_FAIL_DESC = 'Unsuccessful mark as Clean! Please try again.'; 129 129 var O_MARKASCLEAN = 'Mark As Clean'; 130 131 132 //ADD Missing for 7.0.0 133 var O_DETECTED_SUSPICIOUS_FILES = 'Detected suspicious files'; 134 var O_DETECTED_FILES = 'Detected files'; 135 var O_PRIVATE_API_KEY = 'Enter your Centrora private API Key'; 136 var O_WORONG_PASSCODE = 'wrong passcode, try again'; 137 var O_ERROR_ACCESS_JS = 'ERROR in the createht access javascript'; 138 var O_ERROR_ACCESS_FIREALL_VERSION = 'Error Accessing the Firewall Version'; 139 var O_LOADING_GET_TOKEN = 'Getting Access Token...'; 140 var O_LOADING_FINAL_AUTH = 'Final Authentication...'; 141 var O_LOADING_PLEASE_WAIT= 'Please Wait...'; 142 var O_LOADING_WAIT_BACKUP = 'This may take a few seconds, please keep this page open until this backup is successfully built'; 143 var O_LOCAL_BACKUP = 'Local Backup'; 144 var O_BACKUP_TIME = 'MMMM Do YYYY, h:mm:ss a'; 145 var O_BACKUP_AUTHED = 'Authenticated'; 146 var O_LOGOUT = 'Logout'; 147 var O_BACKUP_AUTH = 'Authentication'; 148 var O_BACKUP_NOAUTHED = 'Not Authenticated'; 149 var O_BACKUP_NEED_SUBS = 'Need Subscription'; 150 var O_SUBS_NOW = 'Subscribe Now'; 151 var O_NO_BACKUP_RECORDS_FOUNDS = 'No Schedule Backup Records Found'; 152 var O_NEED_SUBS = 'Need Subscription'; 153 var O_DOWNLOAD = 'Download'; 154 var O_BACKUP_TIMES = 'Backup Time'; 155 var O_BACKUP_NAME= 'Backup Name'; 156 var O_BACKUP_PLATFORMS = 'Backup Platforms'; 157 var O_BACKUP_FILES = 'Backup Files'; 158 var O_NO_BACKUP_RECORDS_FOUND = 'No Backup Records Found'; 159 var O_WIZARD = 'Wizard'; 160 var O_WIZARD_DESC = 'Follow the steps to configure the firewall with the basic settings.'; 161 var O_ADVANCE_SETTING = 'Advance Settings'; 162 var O_ADVANCE_SETTING_DESC = 'Enable the advance features to further enhance the protection of the website'; 163 var O_FIREWALL_OVERVIEW = 'Firewall Control Panel'; 164 var O_FIREWALL_OVERVIEW_DESC = 'To setup basic firewall settings and manage logs / IP rules'; 165 var O_FIREWALL_CONFIGURATION= 'Firewall Configuration'; 166 var O_FIREWALL_CONFIGURATION_DESC = 'File upload logs on the website filtered by the firewall'; 167 var O_WAENING_NOT_ABLE_LOGIN_THIS_CODE = 'WARNING : PLEASE NOTE THAT YOU WOULD NOT BE ABLE TO LOGIN WITHOUT THIS CODE'; 168 var O_WAENING_NEED_GOOGLE_AUTH = 'You will need to download Google Authenticator App on Your Mobile'; 169 var O_CONTINUE= 'Continue'; 170 var O_ENTER_EMAIL_IN_FIREWALL_OVERVIEW_SETTING = 'please enter a valid email address in firewall overview settings to ensure we can safely deliver the report to you.'; 171 var O_FILL_VALIDATE_EMAIL_ADDRESS = 'Please fill in a validate email address'; 172 var O_INSENSITIVE = 'insensitive'; 173 var O_MODERATE = 'moderate'; 174 var O_SENSITIVE = 'sensitive'; 175 var O_VERY_SENSITIVE = 'very sensitive'; 176 var O_HIGHTLY_SENSITIVE = 'highly sensitive'; 177 var O_SAVE_WIZARD_CONFIRMATION = 'Once saved basic settings, the advanced settngs for the system will be disabled by default. However, you can configure them from the Firewall Settings > Firewall ScannerV7 > Advanced Settings at any time'; 178 var O_FINISH = 'Finish'; 179 var O_SCAN_QR = 'please scan the QR code'; 180 var O_GOOGLE_AUTH_ACTIVE_BOX = 'In the Google Authentication Settings, please click on the Active box and Scan the secret QR Code, do you want to do this now?'; 181 var O_CONTINUE_TO_USER_PROFILE = 'Continue to User Profile'; 182 var O_FAILED_TO_UPDATE = 'Failed to Update'; 183 var O_SCAN_SUMMARY = 'Scan Summary'; 184 var O_DETECTED_MODIFILED_CORE_FILES = 'Detected modified core files'; 185 var O_DETECTED_MISSING_FILES = 'Detected missing files'; 186 var O_COUNTRYBLOCK_DATABASE_COMPLETED = 'CountryBlock Database Completed'; 187 var O_ATTACK_HISTORY_24H = 'Attack History (24-hour clock)'; 188 var O_NUMBER_OF_ATTATCKS_TIMES = 'Number of attacks (times)'; 189 var O_COUNTRY_DATABASE_NOT_INSTALLED = 'Country database is not installed'; 190 var O_SYSTEM_INITIALISING_GITBACKUP = 'The system is now initialising gitbackup'; 191 var O_ENTER_ALPHANUMERIC_CHARACTERS_ONLY = 'PLEASE ENTER ALPHANUMERIC CHARACTERS ONLY'; 192 var O_ALL = 'All'; 193 var O_WHITELISTED= 'WhiteListed'; 194 var O_BLACKLISTED = 'BlackListed'; 195 var O_MONITORED = 'Monitored'; 196 var O_IMPORTING_CSV= 'The System is now Importing the CSV File......Please wait.'; 197 var O_DELETE_IP = 'Are you sure you wan to delete the ip(s)'; 198 var O_DELETE_ALL_IP_RECORDS = 'Are you sure you want to delete all the ip records '; 199 var O_EXPAND_ALL_SUBSMENUS = 'Expand all SubMenus'; 200 var O_COLLAPSE_ALL_SUBSMENUS = 'Collapse all SubMenus'; 201 var O_LOADING_DATABASE_STRUCTURE = 'Changing Database structure, please wait...'; 202 var O_GENERATING_TREE= 'Generating Tree...'; 203 var O_HIDE_CHANGELOG = 'Hide Changelog'; 204 var O_SHOW_CHANGELOG = 'Show Changelog'; 205 var O_CURRENT_FOLDER_ROOT = 'Current Folder: ROOT'; 206 var O_FOLDER_S = 'Folder(s):'; 207 var O_FILE_S = 'File(s)'; 208 var O_ACTIVE = 'Active'; 209 var O_INACTIVE = 'InActive'; 210 var O_STATUS = 'Status'; 211 var O_SIGN_UPDATE = 'Signature is being updated, please wait...'; 212 var O_NO_ACTION = 'No action'; 213 var O_CLEANED = 'Cleaned'; 214 var O_QUARANTINED = 'Quarantined'; 215 var O_GENERATING_NEW_ORDER= 'Please wait, generating a new order...'; 216 var O_REDIRECTING_PAYPAL = 'Please wait, redirecting to Paypal...'; 217 var O_PATH = 'Path'; 218 var O_ALLOWED = 'Allowed'; 219 var O_FORBIDDEN = 'Forbidden'; 220 var O_TYPE = 'Type'; 221 var O_FILES_TEXT = 'Text Files'; 222 var O_FILES_DATA = 'Data Files'; 223 var O_FILES_AUDIO = 'Audio Files'; 224 var O_FILES_VIDEO = 'Video Files'; 225 var O_FILES_3D_IMAGE = '3D Image Files'; 226 var O_FILES_RASTER_IMAGE = 'Raster Image Files'; 227 var O_FILES_VECTOR_IMAGE = 'Vector Image Files'; 228 var O_FILES_PAGE_LAOUT = 'Page Layout Files'; 229 var O_FILES_SPREADSHEET = 'Spreadsheet Files'; 230 var O_FILES_DATABASE = 'Database Files'; 231 var O_FILES_EXECUTABLE = 'Executable Files'; 232 var O_FILES_GAME = 'Game Files'; 233 var O_FILES_CAD = 'CAD Files'; 234 var O_FILES_GIS = 'GIS Files'; 235 var O_FILES_WEB = 'Web Files'; 236 var O_FILES_PLUGIN = 'Plugin Files'; 237 var O_FILES_FONT = 'Font Files'; 238 var O_FILES_SYSTEM = 'System Files'; 239 var O_FILES_SETTING = 'Settings Files'; 240 var O_FILES_ENCODED = 'Encoded Files'; 241 var O_FILES_COMPRESSED = 'Compressed Files'; 242 var O_FILES_DISK_IMAGE = 'Disk Image Files'; 243 var O_FILES_DEVELOPER = 'Developer Files'; 244 var O_FILES_BACKUP = 'Backup Files'; 245 var O_FILES_MISC = 'Misc Files'; 246 var O_SCANNED = 'Scanned'; 247 var O_FILTERED = 'Filtered'; 248 var O_IGNORED = 'Ignored'; 249 var O_PROBLEMS_ADDING_WHITELIST = 'There was some problem in adding the default whitelist variables'; 250 var O_WAITING_SERVER_RESPONSE = 'Waiting server response...'; 251 var O_PHP_FILES_SCANNED_PERMISSION_ISSUE = 'These php files can not be scanned due to permission issue or exceed maximum excution time, please manually check them.'; 252 var O_ENTER_VALIDATED_EMAIL_ENSURE = 'Please enter a validated email address to ensure our scan report would not be homeless :'; 253 var O_EMAIL_STORED_SUCCESSFULY = 'the email has been stored successfuly'; 254 var O_PROBLEM_RETIEVING_EMAIL_ADDRESS= 'There was some problem in retieving email address'; 255 var O_SCANNER_DETECTED = 'The scanner has detected'; 256 var O_VIRUSES = 'viruses'; 257 var O_SACNNING_RESULT = 'Scanning Result'; 258 var O_CHECKING_VIRUSES_SIGN = 'Checking virus signature...'; 259 var O_STRINGS = 'Strings'; 260 var O_VARIABLES = 'Variables'; 261 var O_IMPORT_VARIABLE_LIST = 'Are you sure you wan to import the Variable List from Firewall Version 6.6 (The existing records will not be overwritten)'; 262 var O_STRING_VALUE = 'String Value'; 263 var O_ENTITY_KEY_NAME = 'Entity Key Name'; 264 var O_SYSTEM_GENERATING_BACKUP = 'The system is now generating a backup of the complete website and the database.'; 265 var O_ASK_RESTORE_DATABASE = 'Do you want to restore the database of'; 266 var O_RECOMMENED_NOT_RESTORE_OLD_DATABASE = 'It is highly recommended not restoring the database if there is no error in the database.'; 267 var O_SYSTEM_ROLLING_BACK = 'The system is now rolling back'; 268 var O_SYSTEM_ROLLING_BACK_TO = 'The system has been rolled back to '; 269 var O_SYSTEM_BACKUP_WEBSITE = 'The system is now backing up your website'; 270 var O_BACKUP_SUCCESSFULLY = 'The Backup has been Created Successfully'; 271 var O_CANNT_GIT_BACKUP = 'The git could not backup the website, please contact the support team.'; 272 var O_GIT_INITIALISED_WEBSITE = 'The git has been initialised for the website'; 273 var O_BACKUP_ALL_TO_CLOUD = 'The system is now uploading the backup to the cloud'; 274 var O_COPY_BACKUP_ON_CLOUD = 'A copy of backup is stored on the cloud'; 275 var O_SYSTEM_GENERATING_ZIP_OF_WEBSITE = 'The system is now generating the Zip file of the website'; 276 var O_SYSTEM_PREPARING_ZIP_OF_WEBSITE = 'The system is now preparing to download the Zip file of the website'; 277 var O_ZIP_BACKUP_NOT_EXISTS = 'The zip Backup file does not exists'; 278 var O_KEEP_UNSAVED_CHANGES= 'There are some unsaved changes do you want to keep them ?'; 279 var O_DATE = 'Date'; 280 var O_FILE_CHANGES = 'Files changed'; 281 var O_CHOOSE_DOMAIN = 'Choose Domain'; 282 var O_SSL_DOMAIN = 'The domain your want to get SSL'; 283 var O_CHOOSE_EMAIL = 'Choose Email'; 284 var O_DOMAIN_EMAIL_GET_CODE = 'The domain email will receive verification code'; 285 var O_SEND_CODE = 'Send Verification Code'; 286 var O_PREVIOUS = 'Previous'; 287 var O_REVALIDATION_EMAIL_WILL_SEND = 'The Re validation code will be sent to the chosen email address'; 288 var O_VERIFY = 'Verify'; 289 var O_VALIDATION = 'Validation'; 290 var O_VERIFIY_YOUR_CODE = 'Verifiy your code'; 291 var O_RE_VALIDATION = 'Re - Validation'; 292 var O_VERIFIY_CODE_TO_REVALIDATE_DOMAIN = 'Verifiy your code to Re Validate the domain'; 293 var O_REVALIDATE = 'Re validate'; 294 var O_GENERATE_SSL_CERT= 'Generate SSL Certificate'; 295 var O_COUNTRY_NAME = 'Country Name'; 296 var O_VALIDATION2 = 'Validation 2'; 297 var O_VERIFIY_CODE2 = 'Verifiy your code 2'; 298 var O_COMPLETED = 'Completed'; 299 var O_CONGRATULATIONS = 'Congratulations'; 300 var O_DOWNLOAD_SSL_CERT = 'Now you can download your SSL Certificate'; 301 var O_SSL_CERT_CURRENTLY_HAVE = 'Here is the SSL Certificate you currently have'; 302 var O_CREATE_NEW = 'Create new'; 303 var O_RETRIEVING_EMAIL_IDS = 'Retrieving the list of email ids, Please Wait'; 304 var O_SENDING_CODE_EMAIL = 'Sending verification code to the email. Please Wait ...'; 305 var O_SENDING_REVALIDATION_EMAIL = 'Sending Re validation code to the email. Please Wait ...'; 306 var O_VALIDATION_DOMAIN_NOW = 'Please wait.......validation the domain now'; 307 var O_REVALIDATION_DOMAIN_NOW = 'Please wait.......Re validation the domain now'; 308 var O_GENERATING_SSL_CERT = 'Generating ssl certificate'; 309 var O_PREPARING_DOWNLOAD_SSL_CERT = 'Preparing to download the SSL Certificate'; 310 var O_PREPARING_DOWNLOAD = 'Preparing to Download, Please wait....'; 311 var O_SELECT_DOMAIN = 'Select Domain'; 312 var O_NEW_DOMAIN = 'New Domain'; 313 var O_PERFORMING_DOMAIN_CHECKS = 'Performing Domain Checks'; 314 var O_DELETE_ALL_VALIDATED_DOMAIN= 'Are you sure you want to delete all the validated domain(s)'; 315 var O_UPDATE_DIALOG_HEADING = "UPDATE"; 316 var O_SEO_CONFIGURATION = "SEO Configuration"; 317 var O_SEO_CONFIGURATION_DESC = "Improve search engine optimization by customising the website keywords"; 318 var O_SEO_CONFIGURATION_SMALL_DESC = "Setup SEO and bots settings here "; 319 var VIEW_SETUP_ADVANCED_FEATURES = 'Setup the advance features and services here'; 320 var O_FILE_UPLOAD_LOGS_SMALL_DESC = "View the list of files uploaded" ; 321 var O_FILE_UPLOAD_LOGS_TITLE = "File Upload Logs"; 322 var O_FILE_EXTENSION_CONTROL_TITLE = "File Extension Control"; 323 var O_FILE_EXTENSION_CONTROL_DESC = "Manages extensions of files which are allowed or blocked to upload by the firewall"; 324 var O_FILE_EXTENSION_CONTROL_SMALL_DESC = "Set up type of files"; 325 var O_DELETE_CONFIRM_DESC_FW7_IPMGMT = "Are you sure you wan to delete the ip(s)"; 326 -
ose-firewall/trunk/public/messages/de_DE.php
r1730340 r1741247 946 946 define("SSL_PAGE_CERT","SSL Certificate"); 947 947 define("SSL_PAGE_NEW","Create New"); 948 949 950 //v7 missing tags 951 define('GIT_ADVANTAGES_DESC1','Compared to the traditional backup methods, the technology with Git has'); 952 define('GIT_ADVANTAGES_DESC2','significant advantages.'); 953 define('GIT_ADVANTAGES_DESC3','1. Efficient in resource consumption'); 954 define('GIT_ADVANTAGES_DESC4','Git only tracks the changes. So unlike the traditional backup method, it will not keep the full website files and data upon each backup. Only changes will be committed to the last backup package and it takes much less space and saves a lot of time in a new backup. Assume a website takes 100MB space originally and the size increases by 5MB every day. Let’s see how Git Backup works compared to the traditional way. We can observe the dramatic difference just after 5 days.'); 955 define('GIT_ADVANTAGES_DESC5','2. Super fast in rollback'); 956 define('GIT_ADVANTAGES_DESC6','With the Git method, just one click can resolve all the issues and it could just take less than 30 seconds because it only rollback the changed contents based on the previous version. It totally avoids the boring process of removing the old files, uploading the package, and extracting it as with the traditional way.'); 957 define('GIT_ADVANTAGES_DESC7','3. Easy to track the differences'); 958 define('GIT_ADVANTAGES_DESC8','Whenever we need to compare the files between different versions for development or security purposes, it will be as easy as pie with Git functions. Git is designed to have a complete history and full version tracking abilities. With a few operations, we can get a full list of changed files and also the detailed changed codes of each file.'); 959 define('GIT_ADVANTAGES_DESC9','4. Unlimited space when uploading the backup to Cloud'); 960 define('GIT_ADVANTAGES_DESC10','Cloud backup is a popular solution as we can easily bring the backup with us at any place at any time as long as there is an internet connection. However, the consideration of space will more or less restricts the freedom of keeping the backup in a long term. This is not a problem at all for Git solution. With GitLab free service, we can create unlimited repositories, Git work directories, and each repository offers 10GB space.'); 961 define('EXAMPLE_DIAGRAM','Example Diagram'); 962 define('O_BACKUP_GIT','Backup'); 963 define('O_DOWNLOAD_BACKUP','Download Backup'); 964 define('O_UPLOADTOCLOUD','Upload to Cloud'); 965 define("O_GITLAB_DETAILS","Please Enter Your GitLab Account Details"); 966 define("O_ACCESS_TOKEN","Access Token"); 967 define("O_CREATE_REPO_GITLAB","Create Repository"); 968 define("O_UNISNTALL_GIT","Uninstall Git"); 969 define('CREATE_LOCAL_BACKUP','Create local backup'); 970 define('PUSH_BACKUP_TO_CLOUD','Push backup to cloud'); 971 define('FIREWALL_OVERVIEW','Firewall Control Panel'); 972 define('FIREWALL_OVERVIEW_DESC','To setup basic firewall settings and manage logs / IP rules'); 973 define('V7_HELP_US','Firewall V7 is in beta version, Help us to improve the quality of the product by emailing bugs at '); 974 define('FIREWALL_CONFIG_DESC','Overview of the basic firewall settings'); 975 define('MENU_IP_MANAGEMENT','IP Management'); 976 define('FIREWALL_STATISTICS','Firewall statistics'); 977 define('EMAIL_REPORTS','Email Reports'); 978 define('ANTI_SPAM','Anti Spam'); 979 define('CHECK_USER_AGENT','Check User Agent'); 980 define('BRUTEFORCE_PROTECTION','Bruteforce Protection'); 981 define('FILE_UPLOAD_CONTROL','File Upload Control'); 982 define('SCAN_REQUEST_SETTING','Scan Request Settings'); 983 define('WEB_ADMIN_EMAIL','Web Admin Email'); 984 define('BRUTE_FORCE_PROTECTION_STATUS','Brute force protection status'); 985 define('MAX_LOGIN_ATTEMPTS','Maximum login attempts'); 986 define('PERIOD_FOR_COUNTING_LOGIN_ATTEMPTS','Period for counting login attempts'); 987 define('GOOGLE_VERIFICATION','Google Verification'); 988 define('SHOW_QR','Show QR code'); 989 define('VALIDATE_UPLOAD_FILES','Validate Upload Files'); 990 define('SCAN_VIRUS_FILES','Scan Virus Files'); 991 define("SELECT_ALL", "SELECT ALL"); 992 define("DESELECT_ALL", "CLEAR ALL SELECTIONS"); 993 define('SECURITY_LEVEL_1','Security'); 994 define('SECURITY_LEVEL_2','Level'); 995 define('XSITE_REQUEST_FORGERY','Cross site request forgery'); 996 define('XSITE_SCRIPTION','Cross site scription'); 997 define('SQL_INJECTION','SQL Injection'); 998 define('REMOTE_FILE_INCLUSION','Remote file inclusion'); 999 define('LOCAL_FILE_INCLUSION','Local file inclusion'); 1000 define('FORMAT_SRTING_ATTACK','Format string attack'); 1001 define('LOCAL_FILE_MODI_ATTEMPT','Local file modification attempt'); 1002 define('DIRECTORY_TRAVERSAL','Directory traversal'); 1003 define('TITLE_SEO_CONFIGURATION','SEO Configuration'); 1004 define('FILE_UPLOAD_LOGS','File Upload Logs'); 1005 define('FILE_EXTENSION_CONTROL_TABLE','File Extension Control Table'); 1006 define('WHITE_LIST_MANAGEMENT','Variable Management'); 1007 define('WHITE_LIST_DESC','Variable Management improves the knowledge of firewall and lets it learn from the experience to increase the accuracy'); 1008 define("ADD_ENTITY","Add an Entity"); 1009 define("ENTITY_NAME","Entity Name"); 1010 define("ENTITY_TYPE","Entity Type"); 1011 define("REQUEST_TYPE","Request Type"); 1012 define('O_IMPORT_VARIABLES','Import Variables from Firewall version 6.6'); 1013 define('COUNTRY_BLOCKING','Country Blocking'); 1014 define("O_COUNTRY_BLOCKINGV7_SMALL_DESC","Configure what countries are able to access the website"); 1015 define("O_AUDITV7_TITLE","Audit My Website"); 1016 define("O_AUDITV7_DESC","Analyses current website settings and gives security advice"); 1017 define("O_AUDITV7_SMALL_DESC","Find out your website security report here "); 1018 define('BAN_PAGE_MANAGEMENT','Ban Page Management'); 1019 define('BRUTEFORCE_SETTINGS_DESC','Hackers can attack your websites by guessing or trying out various combinations of username and password with bots. Protect the login portal on your website by enabling this feature.'); 1020 define('BRUTEFORCE_SETTINGS_SETUP','Brute Force Protection Setups'); 1021 define('BRUTEFORCE_SETTINGS_SETUP_DESC','Please select the attempts threshold after which an attacker will be blocked :'); 1022 define('TIME_FRAME','Please select the time frame for which the the tracks will be tracked, If the number of attacks performed by attacker in the selected time exceeds the threshold, he/she will be blocked:'); 1023 define('GOOGLE_AUTH','Google Authentication'); 1024 define('GOOGLE_AUTH_DESC5','will heavily guard your website against the brute force attacks.To use this feature please download the Google Authentication app from the app store and scan the QR Code from the user page of the website.Use the code from the mobile application to sign into the website.'); 1025 define('HIGHLY_RECOMMENDED','Highly Recommended'); 1026 define('ANTI_SPAMMING','Anti Spamming'); 1027 define('ANTI_SPAMMING_DESC','There are numberous infected bots out there which might try to access your website and slow down the website by bombarding the website with malicious requests, block this spammers by enabling this feature and provide faster services to your customers by improving the speed of your website.'); 1028 define('FILE_UPLOAD_PROTECTION','File Upload Protection'); 1029 define('FILE_UPLOAD_PROTECTION_DESC','According to our experts, the easiest way to hack a website is by uploading a malicious file to the website. Leave this tedious work to Centrora and we will make sure no malicious files are uploaded to your website.'); 1030 define('REQUEST_SCANNING','Request Scanning'); 1031 define('REQUEST_SCANNING_DESC','This feature basically acts as an Anti Virus on your website and detects all the malicious requests sent by the users. This feature will protect your websites against attacks like:'); 1032 define('REQUEST_SCANNING_DESC1','Enable this feature and make your website secure against malicious requests.'); 1033 define('XSITE_SCRIPTING','Cross Site Scripting'); 1034 define('SET_EMAIL_DESC','Please enter your email address, Centrora will send detailed statistics related to the security of the website along with the graphs to the email address provided.'); 1035 define('SET_EMAIL','Set email address to receive statistics of your website.'); 1036 define('FIREWALL_SENSITIVITY','Firewall Sensitivity'); 1037 define('FIREWALL_SENSITIVITY_DESC','The system calculates the score of the attack based on the request from the users, firewall sensitivity helps the system to set a threshold till which it will provide the services to the users.'); 1038 define('FIREWALL_SENSITIVITY_DESC1',' Warning: '); 1039 define('FIREWALL_SENSITIVITY_DESC2',' Higher sensitivity will have a higher chance of blocking an user with low attack score'); 1040 define('FIREWALL_SENSITIVITY_OPTION1','Insensitive'); 1041 define('FIREWALL_SENSITIVITY_OPTION2','Moderate'); 1042 define('FIREWALL_SENSITIVITY_OPTION3','Sensitive'); 1043 define('FIREWALL_SENSITIVITY_OPTION4','Very sensitive'); 1044 define('FIREWALL_SENSITIVITY_OPTION5','Highly sensitive'); 1045 define('FIREWALL_MODE_DESC1','Block Mode'); 1046 define('FIREWALL_MODE_DESC2','Filter Mode'); 1047 define('FIREWALL_MODE_DESC3','Sanitise the malicious request'); 1048 define('PREMIUM_USER','Premium user only'); 1049 define('FIREWALL_MODE_DESC4','Blocks an user if the attack score exceeds the threshold'); 1050 define('FIREWALL_MODE_DESC5','Does not blocks an user instead keeps on filtering the request'); 1051 define('FIREWALL_MODE_DESC6','Click on the Enable Button to enable the BLOCK MODE or the Disable Button to enable FILTER MODE'); 1052 define('FIREWALL_MODE_DESC7','We provide three modes for the firewall:'); 1053 define('FIREWALL_MODE_DESC8','Does not sanitise the malicious request'); 1054 define('FIREWALL_MODE_DESC9','Logging Mode'); 1055 define('FREE','Free'); 1056 define('FIREWALL_MODE_DESC10','Does not blocks nor filters the request'); 1057 define('ENABLE_LOGGING_MODE','Click on '); 1058 define('ENABLE_LOGGING_MODE1','Enable Button'); 1059 define('ENABLE_LOGGING_MODE2',' to enable '); 1060 define('ENABLE_LOGGING_MODE3','Loggin MODE'); 1061 define('COMPLETED_BASIC_SETTING',' Congratulations you have completed the basic settings for your website'); 1062 define('COMPLETED_BASIC_SETTING_DESC1','Not satisfied with just the basic settings, Do you want to make you website absolutely impenetrable to the hackers.Please click on the Advanced Settings button to continue the wizard.'); 1063 define('COMPLETED_BASIC_SETTING_DESC2','Warning : if you click on the save basic settings, the advanced options for the settings will be disabled'); 1064 define('SAVE_BASIC_SETTING','Save Basic Settings'); 1065 define('GO_ADVANCE_SETTING','Go to advance settings'); 1066 define('WHITE_LIST','White List'); 1067 define('SEARCH_ENGINE','Search engine'); 1068 define('COMLETE_ADVANCE_SETTING','Complete Advance settings'); 1069 define('ADVANCE_SETTING_WHITELIST_DESC','Advance Settings: Choose Whitelist String and Variables'); 1070 define('ADVANCE_SETTING_WHITELIST_DESC1','This feature will not scan the variables or strings that are marked as whitelisted and will reduce the false alerts'); 1071 define('ADVANCE_SETTING_WHITELIST_DESC2','Migrate Whitelisted Variables from Firewall Scanner Version 6'); 1072 define('ADVANCE_SETTING_WHITELIST_DESC3','Use default whitelisted string and variables'); 1073 define('SKIP','Skip'); 1074 define('ADVANCE_SETTING_BOTS_SECANNING','Advance Settings: Search Engine Bots Scanning'); 1075 define('ADVANCE_SETTING_BOTS_SECANNING_DESC','Hackers can pretend to be search engine bots and might try to access services from your websites.By default the system will not scan the request from bots for malicious request , you can increase the security level by enabling the search engine bots scanning.'); 1076 define('ENABLE','Enable'); 1077 define('DISABLE','Disable'); 1078 define('FIREWALL_WIZARD_COMPLETED','Congratulation the firewall setup wizard has been completed'); 1079 define('FIREWALL_WIZARD_COMPLETED_DESC','The firewall provides a high level of customisation to its user.'); 1080 define('FILE_UPLOAD_MANAGEMENT2','File Upload Management'); 1081 define('BAN_PAGE_CUSTOM','Ban page Customisation'); 1082 define('COUNTRY_BLOCKING_DESC',': This feature will allow you to block users from certain countries.'); 1083 define('FILE_UPLOAD_MANAGEMENT2_DESC',': This feature allows you to restrict the file types that can be uploaded by the user.'); 1084 define('BAN_PAGE_CUSTOM_DESC',': This feature allows you to design a custom ban page which will be visible to the users who are banned.'); 1085 define('FINISH','Finish'); 1086 define('BACK','Back'); 1087 define('ALLOWED','Allowed'); 1088 define('FORBIDDEN','Forbidden'); 1089 define('MENU_IP_MANAGEMENT_DESC','The panel manages the firewall IP logs and detailed records where the site admin can also manually set blacklist and whitelist IPs'); 1090 define('O_GET_WHITELIST_IPS',"Get Temp WhiteListed Ips"); 1091 define('O_SYNC_IPS_FROMV6','Sync from firewall V6.6'); 1092 define('CHECKING_ALL_FIREWALL','This features provides a detailed graphical representation of the detected attacks'); 1093 define('BACK_TO_ADVANCE_SETTING_ADV','Back to Advance Settings'); 1094 define('BACK_TO_ADVANCE_SETTING','Back to Firewall Control Panel'); 1095 define('TIME_ANALYSIS','Time Analysis'); 1096 define('SUMMARISING_NUMBERS_OF_ATTACKS_BY_TIME','summarising numbers of attacks to your website by time'); 1097 define('BACK_TO_STATISTIC_CURRENT_MONTH','Back to statistic for current Month'); 1098 define('NO_ATTACKS','Congratulations! No attacks were detected on the website'); 1099 define('ATTACK_TYPES','Attack Types'); 1100 define('SUMMARISING_NUMBERS_OF_ATTACKS_BY_TYPE','summarising numbers of attacks to your website by Attacking type'); 1101 define('IP_INFO','IP Information'); 1102 define('SUMMARISING_NUMBERS_OF_ATTACKS_BY_IP','summarising numbers of attacks by IP address'); 1103 define('MOST_COMMON_BROWSERS','Most common browsers for hackers'); 1104 define('SETUP_EMAIL_NOTIFICATION','With the feature the site admin can stay up to date with the firewall status and regular statistical reports'); 1105 define('ALL_EMAIL_SEND_TO','All the emails will be sent to'); 1106 define('CHANGE_EMAIL_ADDRESS_BACK','To change your email address , please go back to ‘Firewall Overview’'); 1107 define('EMAIL_ALERT_DESC','Please choose the events for which you will like to receive email alerts'); 1108 define('IP_BLOCK','IP Block'); 1109 define('EMAIL_MODE_DESC','If you have enabled Filtered Mode an email will be sent when the first attack is detected or if you have Blocked Mode Enabled an email will be sent when an IP is blocked. The email will contain all the details of the attack(s).'); 1110 define('GOOGLE_AUTH_LOGIN_CODE','Google Authentication Login code'); 1111 define('GOOGLE_AUTH_LOGIN_CODE_DESC','Whenever you set up google authentication, the system will send you an email with the QRCode so that you don’t need to worry about losing this code.Scan the QR Code using the Google Authenticator app and use the code from the app to login'); 1112 define('STATISTICS','Statistics'); 1113 define('STATISTICS_DESC1','This feature will send you a detailed graphical analysis of all the attacks performed on the website'); 1114 define('STATISTICS_DESC2','Please download the Country Databse from the country blocking page in FirewallV7>Advanced Settings>Country Blocking'); 1115 define('STATISTICS_DESC3','For Premium Users Only : This feature will send you a detailed graphical analysis of all the attacks performed on the website'); 1116 define('SELECT_DATA_TO_RECEIVE','Please select data you want to receive.'); 1117 define('GEO_IP_ANALYSIS','Geo/IP Analysis'); 1118 define('BROWSER_ANALYSIS','Browser Analysis'); 1119 define('SELECT_REPORT_FREQUENCY_CYLCE','Please choose report frequency cylce.'); 1120 define('DAILY','Daily'); 1121 define('WEEKLY','Weekly'); 1122 define('FORNIGHTLY','Fornightly'); 1123 define('MONTHLY','Monthly'); 1124 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_DAILY','An email will be sent daily with the stat type that you have selected.'); 1125 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_WEEKLY','An email will be sent every 7 days with the stat type that you have selected.'); 1126 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_FORNIGHTLY','An email will be sent every 14 days with the stat type that you have selected.'); 1127 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_MONTHLY','An email will be sent every 30 days with the stat type that you have selected.'); 1128 1129 1130 //iteration 2 1131 define("O_GITBACKUP_CRON_INFO","Please select the settings for the Scheduled Git Backup"); 1132 define("O_CRON_LOCALBACKUP","Local Backup"); 1133 define("O_CRON_CLOUDBACKUP","Cloud Backup"); 1134 define("O_CRON_GITBACKUP_TYPE_DESC","Please select the type of backup"); 1135 define("O_CRON_GITBACKUP_RECEIVEEMAIL_DESC","Would You Like to receive email related to the Backup Status "); 1136 define("O_RECEIVE_EMAILS","Receive Emails"); 1137 define("O_BACKUP_TYPE_HELP","Note : You need to setup the Gitlab Repo to use cloud backup"); 1138 define('TOP_UPTODATE', 'Up to date'); 1139 define('SEARCHFORMALWARE','Search for Malware'); 1140 define('FIREWALLSETINGS',"Firewall Settings"); 1141 define('SCHEDULETASKS',"Schedule Tasks"); 1142 define('O_TYPE','Type'); 1143 define('O_FILE_SIZE', 'File Size'); 1144 define('BASE_FILE_PERMISSION','Base file permission'); 1145 define('BASE_FOLDER_PERMISSION','Base folder permission'); 1146 define('ADD_BACKUP_SIZE','New added backup size (MB)'); 1147 define('Git_backup_tittle', 'Centrora Git Backup'); 1148 define('Git_backup_desc', 'Git Backup is a brand-new and great potential tool for website backup and restore in seconds.'); 1149 define('O_ACCOUNTNAME','Account Name'); 1150 define('O_LASTBACKUP_DATE','Last Backup Date'); 1151 define('O_IP', 'IP'); 1152 define('ADD_FILE_EXTENSION','Add file extension'); 1153 define('CENTRORA_SECURITY_AUTO_SCAN2','Make you firewall rules smarter here'); 1154 define("O_COUNTRY_BLOCKINGV7_DESC","This feature allows users to restrict or give access to traffic from certain countries"); 1155 define('O_URL','URL'); 1156 define('O_REFERER','Referer'); 1157 define("O_USERAGENT","User Agent"); 1158 define("O_BROWSER","Browser"); 1159 define("O_DETECTED_VAR","DETECTED VARIABLES"); 1160 define("O_FOR","DURATION"); 1161 define("O_FIREWALL_STATS_SMALL_DESC","View graphical representation of attacks here"); 1162 define("O_EMAIL_STATS_SMALL_DESC","Setup your email preferences here"); 1163 define("O_BANPAGE_TITLE","Ban Page Management"); 1164 define("O_BAN_PAGE_SMALL_DESC","Customize what you want to show to the blocked users"); 1165 define("O_ATTEMPT_TO_UPLOAD_VIRUSFILE","Attempt to Upload Virus File"); 1166 define('ATTACK_DETECTED','Detecting an attack'); 1167 define("O_BAN_PAGE_DESC","Prepare a customised Ban Page which will be shown to users blocked by the firewall"); 1168 ///// 1169 define('O_LIC_STATUS', 'License Status'); 1170 define('O_ORDER_STATUS','Order Status'); 1171 define('O_DOMAIN','Domain'); 1172 define('O_DOWNLOAD_CERT','Download Certificate'); 1173 define('UPDATE',"Update"); 1174 define('LOGS',"Logs"); 1175 define('WEBATTACTS',"Web Attacks"); 1176 define('BRUTEFORCE',"BruteForce"); 1177 define('FILEUPLOADINGLOGS',"File Uploading Logs"); 1178 define('VIRUSSCAN',"Virus Scan"); 1179 define('CREATE_REPOSITORY_GITLAB', 'Create a private repository in GitLab'); 1180 define("FIREWALLV7", "Firewall Scanner V7 <sup><span>(New)</span></sup>"); 1181 define("FIREWALLV7_ OPTIONSMSG", "Please choose the type of attacks you want to enable in firewall scanning "); 1182 define("FILE_UPLOAD", "File Upload"); 1183 define("IP_MANAGEMENT","IP MANAGAMENT"); 1184 define("FIREWALL_V7", " Firewall Scanner V7"); 1185 define("WHITELISTMGMT","WHITE LIST MANAGEMENT"); 1186 define("LOAD_DEFAULT_WHITELIST", "Load default variables and Strings"); 1187 define('O_WHITELISTVARIABLES',"Whitelisted(Choose this option if you trust certain variables or strings)"); 1188 define('O_FILTERVARIABLES',"Filtered(This option will remove malicious content from the request and will provide non malicious request )"); 1189 define('O_SCANVARIABLES',"Actively Scanned(Choose this option if you want the system to scan a specific variable and string)"); 1190 define("ATTACK_INFORMATION","ATTACK INFORMATION"); 1191 define('IP_ADDRESS','IP ADDRESS'); 1192 define("Date","DATE"); 1193 define("TYPE_OF_ATTACK","TYPE OF ATTACK"); 1194 define("STRING_DETECTED","MALICIOUS PATTERN"); 1195 define("SCANNED_VARIABLES","SCANNED REQUEST"); 1196 define("FILES_UPLOAD_REQUEST","FILE UPLOAD REQUEST"); 1197 define("SCORE","SCORE"); 1198 define("ATTEMPTS","ATTEMPTS"); 1199 define('COUNTRYBLOCKV7', 'Country Blocking Version 7<small>(Premium)</small>'); 1200 define('AUDITV7','AUDIT V7'); 1201 define('BANPAGE','BAN PAGE MANAGEMENT'); 1202 define('STATS', 'STATISTICS PAGE'); 1203 define('SYSTEMSTATS','System Statistics'); 1204 define('EMAILNOTIFICATION','Email Notification Management'); 1205 define('SSL','FREE SSL'); 1206 define('SSL_PAGE_TITLE','FREE SSL'); 1207 define('SSL_PAGE_MENU_TITLE','Free SSL Certificate'); 1208 define('CONTACT_SUPPORT',"<br/>".'Please contact Centrora support team at [email protected] to address this issue'); 1209 define('O_SUBSCRIPTION','Subscription Plan'); 1210 define('O_SUB_STATUS','Subscription Status'); 1211 define('O_START_DATE','Start Date'); 1212 define('O_EXPIRE_DATE','Expired Date'); 1213 define('ADMIN_MANAGEMENT_DESC', 'You can centrally manage your administrator and domain addresses here.'); 1214 define('CLOSE','Close'); 1215 define('ACTIVE','Active'); 1216 define('INACTIVE','Inactive'); 1217 define('AI_SCAN','AI scanner'); 1218 define('PATTERNS','Patterns'); 1219 define('STATUS','Status'); 1220 define('LAST_BATCH','Last Batch'); 1221 define('RESET_SAMPLES','Reset Samples'); 1222 define('AI_ANALYSIS','AI Analysis'); 1223 define('CONTENT_ANALYSIS','Content Analysis'); 1224 define('ADD_PATTERN','Add Pattern'); 1225 define('DELETE_PATTERN','Delete Pattern'); 1226 define('PATTERN_ID','Pattern ID'); 1227 define('PATTERN_NAME','Pattern Name'); 1228 define('PATTERN_TYPE','Pattern Type'); 1229 define('PATTERN','Pattern'); 1230 define('TYPE','type'); 1231 define('FIX_IT','Fix it'); 1232 define('NOTE','Note'); 1233 define('FIREWALL_CONDIGURATION','Firewall Configuration'); 1234 define('AUDIT_MY_WEBSITE','Audit My Website'); 1235 define('AUDIT_MY_WEBSITE_DESC','Auditing my website here, this features will be renovated and improved in next version.'); 1236 define('THIRD_PARTY_AUTH','Third Party Authentication'); 1237 define('THIRD_PARTY_AUTH_DESC','To enable cloud backup please authorise Centrora Security™ to your prefered cloud service.'); 1238 define('THIRD_PARTY_AUTH_SELECT','Select one type below to run.'); 1239 define('CENTRORA_PREMIUM','Schedule your scanning and update with Centrora Premium'); 1240 define('CENTRORA_PREMIUM_NOW','Now'); 1241 define('All_RIGHTS_CENTRORA','Centrora 2016 a portfolio of Luxur Group PTY LTD, All rights reserved.'); 1242 define('LEAVE_THE_WORK','leave the work to us now'); 1243 define('BACKUP_MANAGEMENT','Backup Management'); 1244 define('CENTRALLY_MANAGING_BACKUP','Centrally managing database and files backup. ( This is a classic backup function, we recommend you to use Gitbackup instead as it saves more website space )'); 1245 define('SCHEDULED_BACKUPS','Scheduled Backups'); 1246 define('BACKUP_LIST','Backup List'); 1247 define('SETUP','Setup'); 1248 define('CONFIG','Configuration'); 1249 define('BUILD','Build'); 1250 define('BACKUP_STEP1','Step 1: Setup Backup'); 1251 define('BACKUP_PREFIX','Backup Prefix'); 1252 define('ARCHIVE','Archive'); 1253 define('FILES','Files'); 1254 define('DATABASE','DataBase'); 1255 define('PLATFORMS','Platforms'); 1256 define('LOCAL','Local Only'); 1257 define('DROPBOX','DropBox'); 1258 define('ONEDRIVE','OneDrive'); 1259 define('GOOGLEDRIVE','GoogleDrive'); 1260 define('BUILD_BACKUP','Build Backup'); 1261 define('BUILDING_BACKUP','Building Backup'); 1262 define('SUCCESSFUL','Successful'); 1263 define('BACKUP_NAME','Backup Name'); 1264 define('BAN_PAGE','Ban Page'); 1265 define('BAN_PAGE_DESC','Customize your ban page here.'); 1266 define('MANAGE_IP','View the attack information here '); 1267 define('WIZARD','Wizard'); 1268 define('ADV_RULES_VERSION','Advanced Rules Version'); 1269 define('ADV_RULES_UPTODATE','Adv. Rules: Upto Date'); 1270 define('FIREWALL_STATUS','Firewall status'); 1271 define('FIREWALL_STATUS_1','Firewall status in currently on'); 1272 define('FIREWALL_STATUS_2','OFF mode'); 1273 define('FIREWALL_STATUS_3',', to activate settings, please Click ON below'); 1274 define('ON','ON'); 1275 define('OFF','OFF'); 1276 define('INSENSITIVE','insensitive'); 1277 define('MODEL','Model'); 1278 define('SET_NUMBER_OF_ATTEMPTS','Set Number of attempts'); 1279 define('SET_NUMBER_OF_ATTEMPTS_DESC','Combination of firewall sensitivity and Attempt counts will be used as a criteria to determine whether to block an attacker or not'); 1280 define('LOGGING','LOGGING(Only logs attacks)'); 1281 define('BLOCKING','BLOCKING'); 1282 define('FILTERING','FILTERING'); 1283 define('MINS','minutes'); 1284 define('HR','hour'); 1285 define('HRS','hours'); 1286 define('DAY','day'); 1287 define('GOOGLE_AUTH_DESC','Google Authentication is currently in '); 1288 define('GOOGLE_AUTH_DESC_1','off mode'); 1289 define('GOOGLE_AUTH_DESC_2',', Please enable \'Google Authentication\' and '); 1290 define('GOOGLE_AUTH_DESC_3','SAVE'); 1291 define('GOOGLE_AUTH_DESC_4','First'); 1292 define('FIREWALL_DESC1','Centrora Security™ Firewall protects against untrusted file uploads. Use this list to add exceptions (e.g. jpg, png, doc) *Please note: FILEINFO module needs to be installed and configured properly.'); 1293 define('FIREWALL_DESC2','Centrora Security Firewall utilize the built-in malware scanner to scan all uploaded files for malicious codes. Any uploaded malware will be blocked immedialy once detected.'); 1294 define('SAVE_BY_CLICK','Please click save button here to save your changed settings'); 1295 define('VIEW_SETUP_ADVANCED_FEATURES','Setup the advance features and services here'); 1296 define('FILE_UPLOAD_LOGS_DESC','This panel shows the the list of files with invalid file types or malware.'); 1297 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC1','Plesase enable '); 1298 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC2','Validate Upload files'); 1299 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC3',' setting in '); 1300 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC4','Firewall Overview'); 1301 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC5',' page, then you can access this table. '); 1302 define('FIREWALL_EASY_SETUP','Easy set up here for Firewall Configuration'); 1303 define('BF','Brute Force'); 1304 define('BF_SETUP','Brute Force setups'); 1305 define('EMAIL_FIREWALL_SENSITITY','Email and Firewall Sensitity'); 1306 define('BLOCK_FILTER','Block & Filter'); 1307 define('COMPLETE','Complete'); 1308 define('FIREWALL_MODE','Firewall Mode'); 1309 define('FIREWALL_MODE_DESC','We provide two modes for the firewall:'); 1310 define('STEP','Step'); 1311 define('INSERT_DETAILS','Please Insert the following details : '); 1312 define('0_DB_NAME', 'Database Name'); 1313 define('0_DB_USER', 'User Name'); 1314 define('0_DB_PASWD', 'Database Password'); 1315 define('0_DB_HOST', 'Database Host'); 1316 define('0_TABLE_PREFIX', 'Table Prefix'); 1317 define('CORE_DIRECTORIES_SCANNER','Core Directories Scanner'); 1318 define('CORE_DIRECTORIES_SCANNER_DESC','Core directories Scanner is a neat and quick detector, it scans the core directories of your website and detects suspicious files. Please notice that this scanner only applies to joomla and wordpress.'); 1319 define('CHECK_FILE_FULL_PATH','Check file full path'); 1320 define('INSTALLATION_TITLE','Installation'); 1321 define('DATABASE_TABLE_INSTALL_OR_UNINSTALL','Database tables install or uninstall here.'); 1322 define('INSTALL_AND_UNINSATALL','install & uninstall'); 1323 define('READY','Ready'); 1324 define('INCREASE_SECURITY_BY_BLOCK_UNWANTED_COUNTRIES','Increase the website security level by enabling the Country Blocking to block accesses from the unwanted countries. '); 1325 define('PANEL_BLOCK_IP','The Panel to Block IPs from countries.'); 1326 define('SUN','Sunday'); 1327 define('MON','Monday'); 1328 define('TUE','Tuesday'); 1329 define('WED','Wednesday'); 1330 define('THU','Thursday'); 1331 define('FRI','Friday'); 1332 define('\'','Saturday'); 1333 define('DYNAMIC','dynamic'); 1334 define('CLASSIC','classic'); 1335 define('GUIDE','Guide'); 1336 define('FILE_SCANNED','Files Scanned'); 1337 define('INSECURE_PERMISSION_FILE','Insecure permission Files'); 1338 define('SCAN_PATH','Scan Path'); 1339 define('INSECURE_PERMISSION_FILES_DETECTED','Insecure permission Files Detected!'); 1340 define('PERMISSION','Permission'); 1341 define('MODE','Mode'); 1342 define('OWNER','Owner'); 1343 define('GROUP','Group'); 1344 define('PUBLIC','Public'); 1345 define('READ','Read'); 1346 define('WRITE','Write'); 1347 define('EXECUTE','Execute'); 1348 define('CURRENT_COLUMN','Current Version Column'); 1349 define('CURRENT_COLUMN_DESC','This column shows the current Git head in your Git Repository, which indicates in which backup version your website is currently at.'); 1350 define('RESTORE_COLUMN','Restore Column'); 1351 define('RESTORE_COLUMN_DESC','This column shows the current Git head in your Git Repository, which indicates in which backup version your website is currently at.'); 1352 define('PREMIUM_FEATURE','This is a Premium Feature'); 1353 define('PREMIUM_FEATURE_INCLUDES','Premium features includes'); 1354 define('PREMIUM_FEATURE_DESC1','Free Malware Removal Service for annual subscribers until the website is 100% clean.'); 1355 define('PREMIUM_FEATURE_DESC2','View infected files in detail by browsing source codes with suspicious codes highlighted.'); 1356 define('PREMIUM_FEATURE_DESC3','Clean or quarantine infected files within the scan report without accessing FTP.'); 1357 define('PREMIUM_FEATURE_DESC4','Monitor website malware with scheduled automatic virus scanning and email notifications.'); 1358 define('PREMIUM_FEATURE_DESC5','Automated backup to GitLab every 1 hour.'); 1359 define('PREMIUM_FEATURE_DESC6','Store your files securely in GitLab.'); 1360 define('PREMIUM_FEATURE_DESC7','10GB free spaces for each website in GitLab.'); 1361 define('PREMIUM_FEATURE_DESC8','Roll back from copies in GitLab in case of server fault'); 1362 define('PREMIUM_FEATURE_DESC9','Save your hosting space and save you money'); 1363 define('GO_PREMIUM','Go Premium'); 1364 define('CREATE_ACCOUNT_FOR_FREE_BITBUCKET','Create an account for free in GitLab'); 1365 define('CREATE_ACCOUNT_FOR_FREE_GITLAB','Create an account for free in GitLab'); 1366 define('SITE_SIZE','Site Size (MB)'); 1367 define('TRADITIONAL_METHOD','Traditional method'); 1368 define('GIT_METHOD','Git method'); 1369 define('ACCUMULATION','Accumulation'); 1370 define('PREVIOUS','Previous'); 1371 define('NEXT','Next'); 1372 define('BACK_ACC_LIST','Back to Accounts List'); 1373 define('CHECK_SYS_REQUIREMENTS','Please check the system requirements'); 1374 define('DISABLED_PROC_OPEN','Your website has disabled proc open, Please enable it'); 1375 define('DISABLE_ENABLE_GITBACKUP','Please complete the Pre-requisite to use GitBackup'); 1376 define('WELCOME_TO_GITBACKUPO','Welcome to GitBackup'); 1377 define('SUBSCRIBE_PLAN','Subscribe To A Plan Now'); 1378 define('MORE_ABOUT_PREMIUM_SERVICE','More about premium service'); 1379 define('PLACE_AN_ORDER','Place an order'); 1380 define('ACTIVATE_THE_SUBSCRIPTION','Activate the subscription'); 1381 define('WARNING','Warning'); 1382 define('ACTIVATE_STEPS_DESC1','Simply create an account by using the form on the right hand side below, or if you have an account in Centrora already, simply sign in by using the form on the left hand side below.'); 1383 define('ACTIVATE_STEPS_DESC2','We offer 60 days 100% Satisfaction Guarantee, if you are not satisfied, we issue full refund to you without asking a question.'); 1384 define('ACTIVATE_STEPS_DESC3','Next, click the subscribe button to place an order to a subscrption plan. Once the order is placed, pay your subscription through Paypal or Credit Card. Once payments are made, you will see a subscription is active in the subscriptions table.'); 1385 define('ACTIVATE_STEPS_DESC4','Final step: click the link subscription button to activate the subscription for this website.'); 1386 define('ACCOUNT_ALREADY','If you have an account already, please enter your'); 1387 define('CENTRORA_TITLE','Centrora'); 1388 define('OR','Or'); 1389 define('OSE_TITLE','OSE'); 1390 define('ACC_INFO','Account Information'); 1391 define('WEB','Website'); 1392 define('NO_ACCOUNT','If you dont have an account yet, please use the following form to create an account.'); 1393 define('SET_START_DATE','Set Start Date'); 1394 define('SET_END_DATE','Set End Date'); 1395 define('SCANNED','Scanned'); 1396 define('MODI_FILES','Modified Files'); 1397 define('MODI_FILES_FOUND','Modified files found'); 1398 define('SIZE','Size'); 1399 define('MODIFIED','Modified'); 1400 define('SET_PATH','Set Path'); 1401 define('LATEST','Latest'); 1402 define('CHANGELOG','Changelog'); 1403 define('CLICK_HERE','Click here'); 1404 define('CURRENT_FOLDER_ROOT','Current Folder: ROOT'); 1405 define('SCANNER_REPORT','Scanner Report'); 1406 define('DISPLAY_INFECTED_FILES','Display the infected files last scanned by the virus scanner.'); 1407 define('INFECTED','Infected'); 1408 define('QUARANTINED','Quarantined'); 1409 define('CLEANED','Cleaned'); 1410 define('FREE_SSL_CERTI_DESC1','Centrally managing SSL Certificate. This provide secure, encrypted communications between a website and an internet browser. SSL stands for Secure Sockets Layer, the protocol which provides the encryption.'); 1411 define('FREE_SSL_CERTI_DESC2','When SSL Certificates installed on a web server, it activates the padlock and the https protocol and allows secure connections from a web server to a browser. Typically, SSL is used to secure credit card transactions, data transfer and logins, and more recently is becoming the norm when securing browsing of social media sites.'); 1412 define('SSL_CERTIFICATE_SETUP','SSL Certificate Setup'); 1413 define('SSL_CREATE_OR_DOWNLOAD','Create new certificate or download current one'); 1414 define('MANAGE_DOMAINS','MANAGE DOMAINS'); 1415 define('UPDATE_MD5','Click to update your MD5 Virus signature'); 1416 define('VIRUS_FILES','Virus Files'); 1417 define('VIRUS_FILES_DETECTED','Virus Files Detected!'); 1418 define('POST','POST'); 1419 define('GET','GET'); 1420 define('COOKIE','COOKIE'); 1421 define('FILTERED','Filtered'); 1422 define('WHITELISTED','Whitelisted'); 1423 define('DYNAMIC_SCANNER','Dynamic Scanner'); 1424 define('DYNAMIC_SCANNER_DESC','Dynamic Virus Scanner is a powerful tool, acting like an Anti-Virus, to directly scan,detect,clean and quarantine the malware on the website.'); 1425 define('VIRUS_SIGN','Virus Signature'); 1426 define('VIRUS_SIGN_UPDATE','Tuesday 5 April'); 1427 define('WEBSITE_STATUS','Website Status'); 1428 define('NO_VIRUS','No virus files are detected, please ensure to keep the Virus Signature up to date if you are not a premium user.'); 1429 define('ATTENTION','Attention!'); 1430 define('FILES_DETECTED','files are detected. Please click "View Results" button to check the results.'); 1431 define('VIEW_RESULTS','View Results'); 1432 define('SCAN_TYPE','Select Scan Types'); 1433 define('QUICK_SCAN','Quick Scan'); 1434 define('FULL_SCAN','Full Scan'); 1435 define('DEEP_SCAN','Deep Scan'); 1436 define('JS_INJECTION', 'Javascript Injection'); 1437 define('PHP_INJECTION', 'PHP Injection'); 1438 define('IFRAME_INJECTION', 'iFrame Injection'); 1439 define('SPAMMING_MAILER_INJECTION', 'Spamming Mailer Injection '); 1440 define('SCHEDULE_SCAN','Schedule Scan'); 1441 define('CONFIG_SETUP','Config Setup'); 1442 define('START','START'); 1443 define('CONTINUE','CONTINUE'); 1444 define('STOP','STOP'); 1445 define('REFRESH','REFRESH'); 1446 define('BACKGROUND_SCAN','Background Scanning'); 1447 define('BACKGROUND_SCAN_DESC','Background Scanning will run the scans at the backend cosole and the result will be sent to your email address after completion'); 1448 define('STRING','String'); 1449 define('CENTRORA_SECURITY_AUTO_SCAN1','Centrora Security'); 1450 define('PROBLEM_IN_GIT','There were some problem in initialising the git <br/>ERROR: <br/>'); 1451 define('UNINSTALL_GIT',"Uninstall Git"); 1452 define('O_BACKUP_SELECTED_ACCOUNTS', 'Backup Selective Accounts'); 1453 define('O_BACKUP_ALL_ACCOUNTS',"Backup All Accounts"); 1454 define('O_MANAGE_BACKUP_ACCOUNTS', 'Manage Backups for all the accounts'); 1455 define("O_RECEIVE_EMAIL_YES","Receive Email"); 1456 define("O_RECEIVE_EMAIL_NO"," No Thank You"); 1457 define("O_RECEIVE_EMAIL_INFO","Would You Like to receive emails on completion of backup"); 1458 define("O_GITBCKUP_FREQUENCY","Please select the Frequency of Backup"); 1459 define("O_BACKUP_DAYS","Please select days to backup the website "); 1460 define('O_FILE_PATH', 'File Path'); 1461 define('O_CREATED_AT', 'Start Date'); 1462 define('O_EXPIRY_DATE', 'Expires On'); 1463 define('O_LAST_MODIFIED','Last Modified On'); 1464 define('O_DOWNLOAD_CSV','Export Scan Results as CSV'); 1465 define('FILEEXTENSION_DESC_BRIEF',''); 948 1466 ?> -
ose-firewall/trunk/public/messages/en_US.php
r1730340 r1741247 232 232 define('CLAMAV', 'ClamAV Integration'); 233 233 define('CLAMAV_TITLE', '<b>ClamAV Integration</b>'); 234 define('CLAMAV_DESC', 'ClamAV is an open source anti-virus software for linux server. '.OSE_WORDPRESS_FIREWALL.' can integrate ClamAV into the virus scanning function to enhance the power for picking malicious files. For server installation instruction, please see <a href ="http ://www.centrora.com/blog/install-free-antivirus-clamav-on-linux/" target="_blank">this tutorial</a>. Once installed, please see <a href="http://www.centrora.com/blog/free-antivirus-for-wordpress/" target = "_blank">this tutorial</a> to enable ClamAV scanning in '.OSE_WORDPRESS_FIREWALL.'.');234 define('CLAMAV_DESC', 'ClamAV is an open source anti-virus software for linux server. '.OSE_WORDPRESS_FIREWALL.' can integrate ClamAV into the virus scanning function to enhance the power for picking malicious files. For server installation instruction, please see <a href ="https://www.centrora.com/blog/285-how-to-install-free-antivirus-clamav-on-your-linux" target="_blank">this tutorial</a>. Once installed, please see <a href="http://www.centrora.com/blog/free-antivirus-for-wordpress/" target = "_blank">this tutorial</a> to enable ClamAV scanning in '.OSE_WORDPRESS_FIREWALL.'.'); 235 235 define('CLAMAV_CONNECT_SUCCESS', 'Successfully connected to Clam Daemon'); 236 236 define('CLAMAV_CANNOT_CONNECT','Cannot connect to the ClamAV Daemon'); … … 498 498 define('CALL_TO_ACTION_P', 'We are now serving <span id="numofWebsite"></span> websites.'); 499 499 define('CALL_TO_ACTION_UL', '<p>We love the intellectual thrill of cleaning malware and viruses and making sure that our software is able to block any attempt to bypass our security. Our degree-qualified team is always looking for innovative ways to improve our products as new malware and hacks evolve.</p>' . ' 500 <p>Our goal is to take care of your website security so you can focus on growing your business. With our outstanding customer service and timely response, you can enjoy the peace of mind that comes with knowing we ’ve got your back. </p>' . '500 <p>Our goal is to take care of your website security so you can focus on growing your business. With our outstanding customer service and timely response, you can enjoy the peace of mind that comes with knowing we have got your back. </p>' . ' 501 501 <p>We have been helping thousands of customers to protect and clean their websites since 2009, if you need any help protecting or cleaning malware on your website, please feel free to contact us.</p></li> 502 502 '); 503 503 define('CALL_TO_ACTION_TITLE2', 'Urgent Hacking and malware help is here!'); 504 504 define('CALL_TO_ACTION_DESC2', 'Need help? Contact us here.<br> 505 Centrora © 2015, a portfolio of Luxur Group PTY LTD<br>505 Centrora © 2017, a portfolio of Luxur Group PTY LTD<br> 506 506 Level 9, Melbourne Central Tower,<br> 507 507 360 Elizabeth Street,<br> -
ose-firewall/trunk/public/messages/fr_FR.js
r1461098 r1741247 127 127 var O_MARKASCLEAN_FAIL_DESC = 'Unsuccessful mark as Clean! Please try again.'; 128 128 var O_MARKASCLEAN = 'Mark As Clean'; 129 130 131 //ADD Missing for 7.0.0 132 var O_DETECTED_SUSPICIOUS_FILES = 'Detected suspicious files'; 133 var O_DETECTED_FILES = 'Detected files'; 134 var O_PRIVATE_API_KEY = 'Enter your Centrora private API Key'; 135 var O_WORONG_PASSCODE = 'wrong passcode, try again'; 136 var O_ERROR_ACCESS_JS = 'ERROR in the createht access javascript'; 137 var O_ERROR_ACCESS_FIREALL_VERSION = 'Error Accessing the Firewall Version'; 138 var O_LOADING_GET_TOKEN = 'Getting Access Token...'; 139 var O_LOADING_FINAL_AUTH = 'Final Authentication...'; 140 var O_LOADING_PLEASE_WAIT= 'Please Wait...'; 141 var O_LOADING_WAIT_BACKUP = 'This may take a few seconds, please keep this page open until this backup is successfully built'; 142 var O_LOCAL_BACKUP = 'Local Backup'; 143 var O_BACKUP_TIME = 'MMMM Do YYYY, h:mm:ss a'; 144 var O_BACKUP_AUTHED = 'Authenticated'; 145 var O_LOGOUT = 'Logout'; 146 var O_BACKUP_AUTH = 'Authentication'; 147 var O_BACKUP_NOAUTHED = 'Not Authenticated'; 148 var O_BACKUP_NEED_SUBS = 'Need Subscription'; 149 var O_SUBS_NOW = 'Subscribe Now'; 150 var O_NO_BACKUP_RECORDS_FOUNDS = 'No Schedule Backup Records Found'; 151 var O_NEED_SUBS = 'Need Subscription'; 152 var O_DOWNLOAD = 'Download'; 153 var O_BACKUP_TIMES = 'Backup Time'; 154 var O_BACKUP_NAME= 'Backup Name'; 155 var O_BACKUP_PLATFORMS = 'Backup Platforms'; 156 var O_BACKUP_FILES = 'Backup Files'; 157 var O_NO_BACKUP_RECORDS_FOUND = 'No Backup Records Found'; 158 var O_WIZARD = 'Wizard'; 159 var O_WIZARD_DESC = 'Follow the steps to configure the firewall with the basic settings.'; 160 var O_ADVANCE_SETTING = 'Advance Settings'; 161 var O_ADVANCE_SETTING_DESC = 'Enable the advance features to further enhance the protection of the website'; 162 var O_FIREWALL_OVERVIEW = 'Firewall Control Panel'; 163 var O_FIREWALL_OVERVIEW_DESC = 'To setup basic firewall settings and manage logs / IP rules'; 164 var O_FIREWALL_CONFIGURATION= 'Firewall Configuration'; 165 var O_FIREWALL_CONFIGURATION_DESC = 'File upload logs on the website filtered by the firewall'; 166 var O_WAENING_NOT_ABLE_LOGIN_THIS_CODE = 'WARNING : PLEASE NOTE THAT YOU WOULD NOT BE ABLE TO LOGIN WITHOUT THIS CODE'; 167 var O_WAENING_NEED_GOOGLE_AUTH = 'You will need to download Google Authenticator App on Your Mobile'; 168 var O_CONTINUE= 'Continue'; 169 var O_ENTER_EMAIL_IN_FIREWALL_OVERVIEW_SETTING = 'please enter a valid email address in firewall overview settings to ensure we can safely deliver the report to you.'; 170 var O_FILL_VALIDATE_EMAIL_ADDRESS = 'Please fill in a validate email address'; 171 var O_INSENSITIVE = 'insensitive'; 172 var O_MODERATE = 'moderate'; 173 var O_SENSITIVE = 'sensitive'; 174 var O_VERY_SENSITIVE = 'very sensitive'; 175 var O_HIGHTLY_SENSITIVE = 'highly sensitive'; 176 var O_SAVE_WIZARD_CONFIRMATION = 'Once saved basic settings, the advanced settngs for the system will be disabled by default. However, you can configure them from the Firewall Settings > Firewall ScannerV7 > Advanced Settings at any time'; 177 var O_FINISH = 'Finish'; 178 var O_SCAN_QR = 'please scan the QR code'; 179 var O_GOOGLE_AUTH_ACTIVE_BOX = 'In the Google Authentication Settings, please click on the Active box and Scan the secret QR Code, do you want to do this now?'; 180 var O_CONTINUE_TO_USER_PROFILE = 'Continue to User Profile'; 181 var O_FAILED_TO_UPDATE = 'Failed to Update'; 182 var O_SCAN_SUMMARY = 'Scan Summary'; 183 var O_DETECTED_MODIFILED_CORE_FILES = 'Detected modified core files'; 184 var O_DETECTED_MISSING_FILES = 'Detected missing files'; 185 var O_COUNTRYBLOCK_DATABASE_COMPLETED = 'CountryBlock Database Completed'; 186 var O_ATTACK_HISTORY_24H = 'Attack History (24-hour clock)'; 187 var O_NUMBER_OF_ATTATCKS_TIMES = 'Number of attacks (times)'; 188 var O_COUNTRY_DATABASE_NOT_INSTALLED = 'Country database is not installed'; 189 var O_SYSTEM_INITIALISING_GITBACKUP = 'The system is now initialising gitbackup'; 190 var O_ENTER_ALPHANUMERIC_CHARACTERS_ONLY = 'PLEASE ENTER ALPHANUMERIC CHARACTERS ONLY'; 191 var O_ALL = 'All'; 192 var O_WHITELISTED= 'WhiteListed'; 193 var O_BLACKLISTED = 'BlackListed'; 194 var O_MONITORED = 'Monitored'; 195 var O_IMPORTING_CSV= 'The System is now Importing the CSV File......Please wait.'; 196 var O_DELETE_IP = 'Are you sure you wan to delete the ip(s)'; 197 var O_DELETE_ALL_IP_RECORDS = 'Are you sure you want to delete all the ip records '; 198 var O_EXPAND_ALL_SUBSMENUS = 'Expand all SubMenus'; 199 var O_COLLAPSE_ALL_SUBSMENUS = 'Collapse all SubMenus'; 200 var O_LOADING_DATABASE_STRUCTURE = 'Changing Database structure, please wait...'; 201 var O_GENERATING_TREE= 'Generating Tree...'; 202 var O_HIDE_CHANGELOG = 'Hide Changelog'; 203 var O_SHOW_CHANGELOG = 'Show Changelog'; 204 var O_CURRENT_FOLDER_ROOT = 'Current Folder: ROOT'; 205 var O_FOLDER_S = 'Folder(s):'; 206 var O_FILE_S = 'File(s)'; 207 var O_ACTIVE = 'Active'; 208 var O_INACTIVE = 'InActive'; 209 var O_STATUS = 'Status'; 210 var O_SIGN_UPDATE = 'Signature is being updated, please wait...'; 211 var O_NO_ACTION = 'No action'; 212 var O_CLEANED = 'Cleaned'; 213 var O_QUARANTINED = 'Quarantined'; 214 var O_GENERATING_NEW_ORDER= 'Please wait, generating a new order...'; 215 var O_REDIRECTING_PAYPAL = 'Please wait, redirecting to Paypal...'; 216 var O_PATH = 'Path'; 217 var O_ALLOWED = 'Allowed'; 218 var O_FORBIDDEN = 'Forbidden'; 219 var O_TYPE = 'Type'; 220 var O_FILES_TEXT = 'Text Files'; 221 var O_FILES_DATA = 'Data Files'; 222 var O_FILES_AUDIO = 'Audio Files'; 223 var O_FILES_VIDEO = 'Video Files'; 224 var O_FILES_3D_IMAGE = '3D Image Files'; 225 var O_FILES_RASTER_IMAGE = 'Raster Image Files'; 226 var O_FILES_VECTOR_IMAGE = 'Vector Image Files'; 227 var O_FILES_PAGE_LAOUT = 'Page Layout Files'; 228 var O_FILES_SPREADSHEET = 'Spreadsheet Files'; 229 var O_FILES_DATABASE = 'Database Files'; 230 var O_FILES_EXECUTABLE = 'Executable Files'; 231 var O_FILES_GAME = 'Game Files'; 232 var O_FILES_CAD = 'CAD Files'; 233 var O_FILES_GIS = 'GIS Files'; 234 var O_FILES_WEB = 'Web Files'; 235 var O_FILES_PLUGIN = 'Plugin Files'; 236 var O_FILES_FONT = 'Font Files'; 237 var O_FILES_SYSTEM = 'System Files'; 238 var O_FILES_SETTING = 'Settings Files'; 239 var O_FILES_ENCODED = 'Encoded Files'; 240 var O_FILES_COMPRESSED = 'Compressed Files'; 241 var O_FILES_DISK_IMAGE = 'Disk Image Files'; 242 var O_FILES_DEVELOPER = 'Developer Files'; 243 var O_FILES_BACKUP = 'Backup Files'; 244 var O_FILES_MISC = 'Misc Files'; 245 var O_SCANNED = 'Scanned'; 246 var O_FILTERED = 'Filtered'; 247 var O_IGNORED = 'Ignored'; 248 var O_PROBLEMS_ADDING_WHITELIST = 'There was some problem in adding the default whitelist variables'; 249 var O_WAITING_SERVER_RESPONSE = 'Waiting server response...'; 250 var O_PHP_FILES_SCANNED_PERMISSION_ISSUE = 'These php files can not be scanned due to permission issue or exceed maximum excution time, please manually check them.'; 251 var O_ENTER_VALIDATED_EMAIL_ENSURE = 'Please enter a validated email address to ensure our scan report would not be homeless :'; 252 var O_EMAIL_STORED_SUCCESSFULY = 'the email has been stored successfuly'; 253 var O_PROBLEM_RETIEVING_EMAIL_ADDRESS= 'There was some problem in retieving email address'; 254 var O_SCANNER_DETECTED = 'The scanner has detected'; 255 var O_VIRUSES = 'viruses'; 256 var O_SACNNING_RESULT = 'Scanning Result'; 257 var O_CHECKING_VIRUSES_SIGN = 'Checking virus signature...'; 258 var O_STRINGS = 'Strings'; 259 var O_VARIABLES = 'Variables'; 260 var O_IMPORT_VARIABLE_LIST = 'Are you sure you wan to import the Variable List from Firewall Version 6.6 (The existing records will not be overwritten)'; 261 var O_STRING_VALUE = 'String Value'; 262 var O_ENTITY_KEY_NAME = 'Entity Key Name'; 263 var O_SYSTEM_GENERATING_BACKUP = 'The system is now generating a backup of the complete website and the database.'; 264 var O_ASK_RESTORE_DATABASE = 'Do you want to restore the database of'; 265 var O_RECOMMENED_NOT_RESTORE_OLD_DATABASE = 'It is highly recommended not restoring the database if there is no error in the database.'; 266 var O_SYSTEM_ROLLING_BACK = 'The system is now rolling back'; 267 var O_SYSTEM_ROLLING_BACK_TO = 'The system has been rolled back to '; 268 var O_SYSTEM_BACKUP_WEBSITE = 'The system is now backing up your website'; 269 var O_BACKUP_SUCCESSFULLY = 'The Backup has been Created Successfully'; 270 var O_CANNT_GIT_BACKUP = 'The git could not backup the website, please contact the support team.'; 271 var O_GIT_INITIALISED_WEBSITE = 'The git has been initialised for the website'; 272 var O_BACKUP_ALL_TO_CLOUD = 'The system is now uploading the backup to the cloud'; 273 var O_COPY_BACKUP_ON_CLOUD = 'A copy of backup is stored on the cloud'; 274 var O_SYSTEM_GENERATING_ZIP_OF_WEBSITE = 'The system is now generating the Zip file of the website'; 275 var O_SYSTEM_PREPARING_ZIP_OF_WEBSITE = 'The system is now preparing to download the Zip file of the website'; 276 var O_ZIP_BACKUP_NOT_EXISTS = 'The zip Backup file does not exists'; 277 var O_KEEP_UNSAVED_CHANGES= 'There are some unsaved changes do you want to keep them ?'; 278 var O_DATE = 'Date'; 279 var O_FILE_CHANGES = 'Files changed'; 280 var O_CHOOSE_DOMAIN = 'Choose Domain'; 281 var O_SSL_DOMAIN = 'The domain your want to get SSL'; 282 var O_CHOOSE_EMAIL = 'Choose Email'; 283 var O_DOMAIN_EMAIL_GET_CODE = 'The domain email will receive verification code'; 284 var O_SEND_CODE = 'Send Verification Code'; 285 var O_PREVIOUS = 'Previous'; 286 var O_REVALIDATION_EMAIL_WILL_SEND = 'The Re validation code will be sent to the chosen email address'; 287 var O_VERIFY = 'Verify'; 288 var O_VALIDATION = 'Validation'; 289 var O_VERIFIY_YOUR_CODE = 'Verifiy your code'; 290 var O_RE_VALIDATION = 'Re - Validation'; 291 var O_VERIFIY_CODE_TO_REVALIDATE_DOMAIN = 'Verifiy your code to Re Validate the domain'; 292 var O_REVALIDATE = 'Re validate'; 293 var O_GENERATE_SSL_CERT= 'Generate SSL Certificate'; 294 var O_COUNTRY_NAME = 'Country Name'; 295 var O_VALIDATION2 = 'Validation 2'; 296 var O_VERIFIY_CODE2 = 'Verifiy your code 2'; 297 var O_COMPLETED = 'Completed'; 298 var O_CONGRATULATIONS = 'Congratulations'; 299 var O_DOWNLOAD_SSL_CERT = 'Now you can download your SSL Certificate'; 300 var O_SSL_CERT_CURRENTLY_HAVE = 'Here is the SSL Certificate you currently have'; 301 var O_CREATE_NEW = 'Create new'; 302 var O_RETRIEVING_EMAIL_IDS = 'Retrieving the list of email ids, Please Wait'; 303 var O_SENDING_CODE_EMAIL = 'Sending verification code to the email. Please Wait ...'; 304 var O_SENDING_REVALIDATION_EMAIL = 'Sending Re validation code to the email. Please Wait ...'; 305 var O_VALIDATION_DOMAIN_NOW = 'Please wait.......validation the domain now'; 306 var O_REVALIDATION_DOMAIN_NOW = 'Please wait.......Re validation the domain now'; 307 var O_GENERATING_SSL_CERT = 'Generating ssl certificate'; 308 var O_PREPARING_DOWNLOAD_SSL_CERT = 'Preparing to download the SSL Certificate'; 309 var O_PREPARING_DOWNLOAD = 'Preparing to Download, Please wait....'; 310 var O_SELECT_DOMAIN = 'Select Domain'; 311 var O_NEW_DOMAIN = 'New Domain'; 312 var O_PERFORMING_DOMAIN_CHECKS = 'Performing Domain Checks'; 313 var O_DELETE_ALL_VALIDATED_DOMAIN= 'Are you sure you want to delete all the validated domain(s)'; 314 var O_UPDATE_DIALOG_HEADING = "UPDATE"; 315 var O_SEO_CONFIGURATION = "SEO Configuration"; 316 var O_SEO_CONFIGURATION_DESC = "Improve search engine optimization by customising the website keywords"; 317 var O_SEO_CONFIGURATION_SMALL_DESC = "Setup SEO and bots settings here "; 318 var VIEW_SETUP_ADVANCED_FEATURES = 'Setup the advance features and services here'; 319 var O_FILE_UPLOAD_LOGS_SMALL_DESC = "View the list of files uploaded" ; 320 var O_FILE_UPLOAD_LOGS_TITLE = "File Upload Logs"; 321 var O_FILE_EXTENSION_CONTROL_TITLE = "File Extension Control"; 322 var O_FILE_EXTENSION_CONTROL_DESC = "Manages extensions of files which are allowed or blocked to upload by the firewall"; 323 var O_FILE_EXTENSION_CONTROL_SMALL_DESC = "Set up type of files"; 324 var O_DELETE_CONFIRM_DESC_FW7_IPMGMT = "Are you sure you wan to delete the ip(s)"; 325 -
ose-firewall/trunk/public/messages/fr_FR.php
r1730340 r1741247 318 318 define('CLAMAV_DEF_VIRSION', 'ClamAV Virus Definition Version'); 319 319 define('CLAMAV_TITLE', '<b>ClamAV Integration</b>'); 320 define('CLAMAV_DESC', 'ClamAV is an open source anti-virus software for linux server. ' . OSE_WORDPRESS_FIREWALL . ' can integrate ClamAV into the virus scanning function to enhance the power for picking malicious files. For server installation instruction, please see <a href ="http ://www.centrora.com/blog/install-free-antivirus-clamav-on-linux/" target="_blank">this tutorial</a>. Once installed, please see <a href="http://www.centrora.com/blog/free-antivirus-for-wordpress/" target = "_blank">this tutorial</a> to enable ClamAV scanning in ' . OSE_WORDPRESS_FIREWALL . '.');320 define('CLAMAV_DESC', 'ClamAV is an open source anti-virus software for linux server. ' . OSE_WORDPRESS_FIREWALL . ' can integrate ClamAV into the virus scanning function to enhance the power for picking malicious files. For server installation instruction, please see <a href ="https://www.centrora.com/blog/285-how-to-install-free-antivirus-clamav-on-your-linux" target="_blank">this tutorial</a>. Once installed, please see <a href="http://www.centrora.com/blog/free-antivirus-for-wordpress/" target = "_blank">this tutorial</a> to enable ClamAV scanning in ' . OSE_WORDPRESS_FIREWALL . '.'); 321 321 define('CLAMAV_CONNECT_SUCCESS', 'Successfully connected to Clam Daemon'); 322 322 define('CLAMAV_DEF_VERSION', 'ClamAV Definition Version'); … … 627 627 define('CALL_TO_ACTION_P', 'We are now serving <span id="numofWebsite"></span> websites.'); 628 628 define('CALL_TO_ACTION_UL', '<p>We love the intellectual thrill of cleaning malware and viruses and making sure that our software is able to block any attempt to bypass our security. Our degree-qualified team is always looking for innovative ways to improve our products as new malware and hacks evolve.</p>' . ' 629 <p>Our goal is to take care of your website security so you can focus on growing your business. With our outstanding customer service and timely response, you can enjoy the peace of mind that comes with knowing we ’ve got your back. </p>' . '629 <p>Our goal is to take care of your website security so you can focus on growing your business. With our outstanding customer service and timely response, you can enjoy the peace of mind that comes with knowing we have got your back. </p>' . ' 630 630 <p>We have been helping thousands of customers to protect and clean their websites since 2009, if you need any help protecting or cleaning malware on your website, please feel free to contact us.</p></li> 631 631 '); 632 632 define('CALL_TO_ACTION_TITLE2', 'Urgent Hacking and malware help is here!'); 633 633 define('CALL_TO_ACTION_DESC2', 'Need help? Contact us here.<br> 634 Centrora © 2015, a portfolio of Luxur Group PTY LTD<br>634 Centrora © 2017, a portfolio of Luxur Group PTY LTD<br> 635 635 Level 9, Melbourne Central Tower,<br> 636 636 360 Elizabeth Street,<br> … … 960 960 define("SSL_PAGE_CERT","SSL Certificate"); 961 961 define("SSL_PAGE_NEW","Create New"); 962 963 964 //v7 missing tags 965 define('GIT_ADVANTAGES_DESC1','Compared to the traditional backup methods, the technology with Git has'); 966 define('GIT_ADVANTAGES_DESC2','significant advantages.'); 967 define('GIT_ADVANTAGES_DESC3','1. Efficient in resource consumption'); 968 define('GIT_ADVANTAGES_DESC4','Git only tracks the changes. So unlike the traditional backup method, it will not keep the full website files and data upon each backup. Only changes will be committed to the last backup package and it takes much less space and saves a lot of time in a new backup. Assume a website takes 100MB space originally and the size increases by 5MB every day. Let’s see how Git Backup works compared to the traditional way. We can observe the dramatic difference just after 5 days.'); 969 define('GIT_ADVANTAGES_DESC5','2. Super fast in rollback'); 970 define('GIT_ADVANTAGES_DESC6','With the Git method, just one click can resolve all the issues and it could just take less than 30 seconds because it only rollback the changed contents based on the previous version. It totally avoids the boring process of removing the old files, uploading the package, and extracting it as with the traditional way.'); 971 define('GIT_ADVANTAGES_DESC7','3. Easy to track the differences'); 972 define('GIT_ADVANTAGES_DESC8','Whenever we need to compare the files between different versions for development or security purposes, it will be as easy as pie with Git functions. Git is designed to have a complete history and full version tracking abilities. With a few operations, we can get a full list of changed files and also the detailed changed codes of each file.'); 973 define('GIT_ADVANTAGES_DESC9','4. Unlimited space when uploading the backup to Cloud'); 974 define('GIT_ADVANTAGES_DESC10','Cloud backup is a popular solution as we can easily bring the backup with us at any place at any time as long as there is an internet connection. However, the consideration of space will more or less restricts the freedom of keeping the backup in a long term. This is not a problem at all for Git solution. With GitLab free service, we can create unlimited repositories, Git work directories, and each repository offers 10GB space.'); 975 define('EXAMPLE_DIAGRAM','Example Diagram'); 976 define('O_BACKUP_GIT','Backup'); 977 define('O_DOWNLOAD_BACKUP','Download Backup'); 978 define('O_UPLOADTOCLOUD','Upload to Cloud'); 979 define("O_GITLAB_DETAILS","Please Enter Your GitLab Account Details"); 980 define("O_ACCESS_TOKEN","Access Token"); 981 define("O_CREATE_REPO_GITLAB","Create Repository"); 982 define("O_UNISNTALL_GIT","Uninstall Git"); 983 define('CREATE_LOCAL_BACKUP','Create local backup'); 984 define('PUSH_BACKUP_TO_CLOUD','Push backup to cloud'); 985 define('FIREWALL_OVERVIEW','Firewall Control Panel'); 986 define('FIREWALL_OVERVIEW_DESC','To setup basic firewall settings and manage logs / IP rules'); 987 define('V7_HELP_US','Firewall V7 is in beta version, Help us to improve the quality of the product by emailing bugs at '); 988 define('FIREWALL_CONFIG_DESC','Overview of the basic firewall settings'); 989 define('MENU_IP_MANAGEMENT','IP Management'); 990 define('FIREWALL_STATISTICS','Firewall statistics'); 991 define('EMAIL_REPORTS','Email Reports'); 992 define('ANTI_SPAM','Anti Spam'); 993 define('CHECK_USER_AGENT','Check User Agent'); 994 define('BRUTEFORCE_PROTECTION','Bruteforce Protection'); 995 define('FILE_UPLOAD_CONTROL','File Upload Control'); 996 define('SCAN_REQUEST_SETTING','Scan Request Settings'); 997 define('WEB_ADMIN_EMAIL','Web Admin Email'); 998 define('BRUTE_FORCE_PROTECTION_STATUS','Brute force protection status'); 999 define('MAX_LOGIN_ATTEMPTS','Maximum login attempts'); 1000 define('PERIOD_FOR_COUNTING_LOGIN_ATTEMPTS','Period for counting login attempts'); 1001 define('GOOGLE_VERIFICATION','Google Verification'); 1002 define('SHOW_QR','Show QR code'); 1003 define('VALIDATE_UPLOAD_FILES','Validate Upload Files'); 1004 define('SCAN_VIRUS_FILES','Scan Virus Files'); 1005 define("SELECT_ALL", "SELECT ALL"); 1006 define("DESELECT_ALL", "CLEAR ALL SELECTIONS"); 1007 define('SECURITY_LEVEL_1','Security'); 1008 define('SECURITY_LEVEL_2','Level'); 1009 define('XSITE_REQUEST_FORGERY','Cross site request forgery'); 1010 define('XSITE_SCRIPTION','Cross site scription'); 1011 define('SQL_INJECTION','SQL Injection'); 1012 define('REMOTE_FILE_INCLUSION','Remote file inclusion'); 1013 define('LOCAL_FILE_INCLUSION','Local file inclusion'); 1014 define('FORMAT_SRTING_ATTACK','Format string attack'); 1015 define('LOCAL_FILE_MODI_ATTEMPT','Local file modification attempt'); 1016 define('DIRECTORY_TRAVERSAL','Directory traversal'); 1017 define('TITLE_SEO_CONFIGURATION','SEO Configuration'); 1018 define('FILE_UPLOAD_LOGS','File Upload Logs'); 1019 define('FILE_EXTENSION_CONTROL_TABLE','File Extension Control Table'); 1020 define('WHITE_LIST_MANAGEMENT','Variable Management'); 1021 define('WHITE_LIST_DESC','Variable Management improves the knowledge of firewall and lets it learn from the experience to increase the accuracy'); 1022 define("ADD_ENTITY","Add an Entity"); 1023 define("ENTITY_NAME","Entity Name"); 1024 define("ENTITY_TYPE","Entity Type"); 1025 define("REQUEST_TYPE","Request Type"); 1026 define('O_IMPORT_VARIABLES','Import Variables from Firewall version 6.6'); 1027 define('COUNTRY_BLOCKING','Country Blocking'); 1028 define("O_COUNTRY_BLOCKINGV7_SMALL_DESC","Configure what countries are able to access the website"); 1029 define("O_AUDITV7_TITLE","Audit My Website"); 1030 define("O_AUDITV7_DESC","Analyses current website settings and gives security advice"); 1031 define("O_AUDITV7_SMALL_DESC","Find out your website security report here "); 1032 define('BAN_PAGE_MANAGEMENT','Ban Page Management'); 1033 define('BRUTEFORCE_SETTINGS_DESC','Hackers can attack your websites by guessing or trying out various combinations of username and password with bots. Protect the login portal on your website by enabling this feature.'); 1034 define('BRUTEFORCE_SETTINGS_SETUP','Brute Force Protection Setups'); 1035 define('BRUTEFORCE_SETTINGS_SETUP_DESC','Please select the attempts threshold after which an attacker will be blocked :'); 1036 define('TIME_FRAME','Please select the time frame for which the the tracks will be tracked, If the number of attacks performed by attacker in the selected time exceeds the threshold, he/she will be blocked:'); 1037 define('GOOGLE_AUTH','Google Authentication'); 1038 define('GOOGLE_AUTH_DESC5','will heavily guard your website against the brute force attacks.To use this feature please download the Google Authentication app from the app store and scan the QR Code from the user page of the website.Use the code from the mobile application to sign into the website.'); 1039 define('HIGHLY_RECOMMENDED','Highly Recommended'); 1040 define('ANTI_SPAMMING','Anti Spamming'); 1041 define('ANTI_SPAMMING_DESC','There are numberous infected bots out there which might try to access your website and slow down the website by bombarding the website with malicious requests, block this spammers by enabling this feature and provide faster services to your customers by improving the speed of your website.'); 1042 define('FILE_UPLOAD_PROTECTION','File Upload Protection'); 1043 define('FILE_UPLOAD_PROTECTION_DESC','According to our experts, the easiest way to hack a website is by uploading a malicious file to the website. Leave this tedious work to Centrora and we will make sure no malicious files are uploaded to your website.'); 1044 define('REQUEST_SCANNING','Request Scanning'); 1045 define('REQUEST_SCANNING_DESC','This feature basically acts as an Anti Virus on your website and detects all the malicious requests sent by the users. This feature will protect your websites against attacks like:'); 1046 define('REQUEST_SCANNING_DESC1','Enable this feature and make your website secure against malicious requests.'); 1047 define('XSITE_SCRIPTING','Cross Site Scripting'); 1048 define('SET_EMAIL_DESC','Please enter your email address, Centrora will send detailed statistics related to the security of the website along with the graphs to the email address provided.'); 1049 define('SET_EMAIL','Set email address to receive statistics of your website.'); 1050 define('FIREWALL_SENSITIVITY','Firewall Sensitivity'); 1051 define('FIREWALL_SENSITIVITY_DESC','The system calculates the score of the attack based on the request from the users, firewall sensitivity helps the system to set a threshold till which it will provide the services to the users.'); 1052 define('FIREWALL_SENSITIVITY_DESC1',' Warning: '); 1053 define('FIREWALL_SENSITIVITY_DESC2',' Higher sensitivity will have a higher chance of blocking an user with low attack score'); 1054 define('FIREWALL_SENSITIVITY_OPTION1','Insensitive'); 1055 define('FIREWALL_SENSITIVITY_OPTION2','Moderate'); 1056 define('FIREWALL_SENSITIVITY_OPTION3','Sensitive'); 1057 define('FIREWALL_SENSITIVITY_OPTION4','Very sensitive'); 1058 define('FIREWALL_SENSITIVITY_OPTION5','Highly sensitive'); 1059 define('FIREWALL_MODE_DESC1','Block Mode'); 1060 define('FIREWALL_MODE_DESC2','Filter Mode'); 1061 define('FIREWALL_MODE_DESC3','Sanitise the malicious request'); 1062 define('PREMIUM_USER','Premium user only'); 1063 define('FIREWALL_MODE_DESC4','Blocks an user if the attack score exceeds the threshold'); 1064 define('FIREWALL_MODE_DESC5','Does not blocks an user instead keeps on filtering the request'); 1065 define('FIREWALL_MODE_DESC6','Click on the Enable Button to enable the BLOCK MODE or the Disable Button to enable FILTER MODE'); 1066 define('FIREWALL_MODE_DESC7','We provide three modes for the firewall:'); 1067 define('FIREWALL_MODE_DESC8','Does not sanitise the malicious request'); 1068 define('FIREWALL_MODE_DESC9','Logging Mode'); 1069 define('FREE','Free'); 1070 define('FIREWALL_MODE_DESC10','Does not blocks nor filters the request'); 1071 define('ENABLE_LOGGING_MODE','Click on '); 1072 define('ENABLE_LOGGING_MODE1','Enable Button'); 1073 define('ENABLE_LOGGING_MODE2',' to enable '); 1074 define('ENABLE_LOGGING_MODE3','Loggin MODE'); 1075 define('COMPLETED_BASIC_SETTING',' Congratulations you have completed the basic settings for your website'); 1076 define('COMPLETED_BASIC_SETTING_DESC1','Not satisfied with just the basic settings, Do you want to make you website absolutely impenetrable to the hackers.Please click on the Advanced Settings button to continue the wizard.'); 1077 define('COMPLETED_BASIC_SETTING_DESC2','Warning : if you click on the save basic settings, the advanced options for the settings will be disabled'); 1078 define('SAVE_BASIC_SETTING','Save Basic Settings'); 1079 define('GO_ADVANCE_SETTING','Go to advance settings'); 1080 define('WHITE_LIST','White List'); 1081 define('SEARCH_ENGINE','Search engine'); 1082 define('COMLETE_ADVANCE_SETTING','Complete Advance settings'); 1083 define('ADVANCE_SETTING_WHITELIST_DESC','Advance Settings: Choose Whitelist String and Variables'); 1084 define('ADVANCE_SETTING_WHITELIST_DESC1','This feature will not scan the variables or strings that are marked as whitelisted and will reduce the false alerts'); 1085 define('ADVANCE_SETTING_WHITELIST_DESC2','Migrate Whitelisted Variables from Firewall Scanner Version 6'); 1086 define('ADVANCE_SETTING_WHITELIST_DESC3','Use default whitelisted string and variables'); 1087 define('SKIP','Skip'); 1088 define('ADVANCE_SETTING_BOTS_SECANNING','Advance Settings: Search Engine Bots Scanning'); 1089 define('ADVANCE_SETTING_BOTS_SECANNING_DESC','Hackers can pretend to be search engine bots and might try to access services from your websites.By default the system will not scan the request from bots for malicious request , you can increase the security level by enabling the search engine bots scanning.'); 1090 define('ENABLE','Enable'); 1091 define('DISABLE','Disable'); 1092 define('FIREWALL_WIZARD_COMPLETED','Congratulation the firewall setup wizard has been completed'); 1093 define('FIREWALL_WIZARD_COMPLETED_DESC','The firewall provides a high level of customisation to its user.'); 1094 define('FILE_UPLOAD_MANAGEMENT2','File Upload Management'); 1095 define('BAN_PAGE_CUSTOM','Ban page Customisation'); 1096 define('COUNTRY_BLOCKING_DESC',': This feature will allow you to block users from certain countries.'); 1097 define('FILE_UPLOAD_MANAGEMENT2_DESC',': This feature allows you to restrict the file types that can be uploaded by the user.'); 1098 define('BAN_PAGE_CUSTOM_DESC',': This feature allows you to design a custom ban page which will be visible to the users who are banned.'); 1099 define('FINISH','Finish'); 1100 define('BACK','Back'); 1101 define('ALLOWED','Allowed'); 1102 define('FORBIDDEN','Forbidden'); 1103 define('MENU_IP_MANAGEMENT_DESC','The panel manages the firewall IP logs and detailed records where the site admin can also manually set blacklist and whitelist IPs'); 1104 define('O_GET_WHITELIST_IPS',"Get Temp WhiteListed Ips"); 1105 define('O_SYNC_IPS_FROMV6','Sync from firewall V6.6'); 1106 define('CHECKING_ALL_FIREWALL','This features provides a detailed graphical representation of the detected attacks'); 1107 define('BACK_TO_ADVANCE_SETTING_ADV','Back to Advance Settings'); 1108 define('BACK_TO_ADVANCE_SETTING','Back to Firewall Control Panel'); 1109 define('TIME_ANALYSIS','Time Analysis'); 1110 define('SUMMARISING_NUMBERS_OF_ATTACKS_BY_TIME','summarising numbers of attacks to your website by time'); 1111 define('BACK_TO_STATISTIC_CURRENT_MONTH','Back to statistic for current Month'); 1112 define('NO_ATTACKS','Congratulations! No attacks were detected on the website'); 1113 define('ATTACK_TYPES','Attack Types'); 1114 define('SUMMARISING_NUMBERS_OF_ATTACKS_BY_TYPE','summarising numbers of attacks to your website by Attacking type'); 1115 define('IP_INFO','IP Information'); 1116 define('SUMMARISING_NUMBERS_OF_ATTACKS_BY_IP','summarising numbers of attacks by IP address'); 1117 define('MOST_COMMON_BROWSERS','Most common browsers for hackers'); 1118 define('SETUP_EMAIL_NOTIFICATION','With the feature the site admin can stay up to date with the firewall status and regular statistical reports'); 1119 define('ALL_EMAIL_SEND_TO','All the emails will be sent to'); 1120 define('CHANGE_EMAIL_ADDRESS_BACK','To change your email address , please go back to ‘Firewall Overview’'); 1121 define('EMAIL_ALERT_DESC','Please choose the events for which you will like to receive email alerts'); 1122 define('IP_BLOCK','IP Block'); 1123 define('EMAIL_MODE_DESC','If you have enabled Filtered Mode an email will be sent when the first attack is detected or if you have Blocked Mode Enabled an email will be sent when an IP is blocked. The email will contain all the details of the attack(s).'); 1124 define('GOOGLE_AUTH_LOGIN_CODE','Google Authentication Login code'); 1125 define('GOOGLE_AUTH_LOGIN_CODE_DESC','Whenever you set up google authentication, the system will send you an email with the QRCode so that you don’t need to worry about losing this code.Scan the QR Code using the Google Authenticator app and use the code from the app to login'); 1126 define('STATISTICS','Statistics'); 1127 define('STATISTICS_DESC1','This feature will send you a detailed graphical analysis of all the attacks performed on the website'); 1128 define('STATISTICS_DESC2','Please download the Country Databse from the country blocking page in FirewallV7>Advanced Settings>Country Blocking'); 1129 define('STATISTICS_DESC3','For Premium Users Only : This feature will send you a detailed graphical analysis of all the attacks performed on the website'); 1130 define('SELECT_DATA_TO_RECEIVE','Please select data you want to receive.'); 1131 define('GEO_IP_ANALYSIS','Geo/IP Analysis'); 1132 define('BROWSER_ANALYSIS','Browser Analysis'); 1133 define('SELECT_REPORT_FREQUENCY_CYLCE','Please choose report frequency cylce.'); 1134 define('DAILY','Daily'); 1135 define('WEEKLY','Weekly'); 1136 define('FORNIGHTLY','Fornightly'); 1137 define('MONTHLY','Monthly'); 1138 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_DAILY','An email will be sent daily with the stat type that you have selected.'); 1139 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_WEEKLY','An email will be sent every 7 days with the stat type that you have selected.'); 1140 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_FORNIGHTLY','An email will be sent every 14 days with the stat type that you have selected.'); 1141 define('SELECT_REPORT_FREQUENCY_CYLCE_DESC_MONTHLY','An email will be sent every 30 days with the stat type that you have selected.'); 1142 1143 1144 //iteration 2 1145 define("O_GITBACKUP_CRON_INFO","Please select the settings for the Scheduled Git Backup"); 1146 define("O_CRON_LOCALBACKUP","Local Backup"); 1147 define("O_CRON_CLOUDBACKUP","Cloud Backup"); 1148 define("O_CRON_GITBACKUP_TYPE_DESC","Please select the type of backup"); 1149 define("O_CRON_GITBACKUP_RECEIVEEMAIL_DESC","Would You Like to receive email related to the Backup Status "); 1150 define("O_RECEIVE_EMAILS","Receive Emails"); 1151 define("O_BACKUP_TYPE_HELP","Note : You need to setup the Gitlab Repo to use cloud backup"); 1152 define('TOP_UPTODATE', 'Up to date'); 1153 define('SEARCHFORMALWARE','Search for Malware'); 1154 define('FIREWALLSETINGS',"Firewall Settings"); 1155 define('SCHEDULETASKS',"Schedule Tasks"); 1156 define('O_TYPE','Type'); 1157 define('O_FILE_SIZE', 'File Size'); 1158 define('BASE_FILE_PERMISSION','Base file permission'); 1159 define('BASE_FOLDER_PERMISSION','Base folder permission'); 1160 define('ADD_BACKUP_SIZE','New added backup size (MB)'); 1161 define('Git_backup_tittle', 'Centrora Git Backup'); 1162 define('Git_backup_desc', 'Git Backup is a brand-new and great potential tool for website backup and restore in seconds.'); 1163 define('O_ACCOUNTNAME','Account Name'); 1164 define('O_LASTBACKUP_DATE','Last Backup Date'); 1165 define('O_IP', 'IP'); 1166 define('ADD_FILE_EXTENSION','Add file extension'); 1167 define('CENTRORA_SECURITY_AUTO_SCAN2','Make you firewall rules smarter here'); 1168 define("O_COUNTRY_BLOCKINGV7_DESC","This feature allows users to restrict or give access to traffic from certain countries"); 1169 define('O_URL','URL'); 1170 define('O_REFERER','Referer'); 1171 define("O_USERAGENT","User Agent"); 1172 define("O_BROWSER","Browser"); 1173 define("O_DETECTED_VAR","DETECTED VARIABLES"); 1174 define("O_FOR","DURATION"); 1175 define("O_FIREWALL_STATS_SMALL_DESC","View graphical representation of attacks here"); 1176 define("O_EMAIL_STATS_SMALL_DESC","Setup your email preferences here"); 1177 define("O_BANPAGE_TITLE","Ban Page Management"); 1178 define("O_BAN_PAGE_SMALL_DESC","Customize what you want to show to the blocked users"); 1179 define("O_ATTEMPT_TO_UPLOAD_VIRUSFILE","Attempt to Upload Virus File"); 1180 define('ATTACK_DETECTED','Detecting an attack'); 1181 define("O_BAN_PAGE_DESC","Prepare a customised Ban Page which will be shown to users blocked by the firewall"); 1182 ///// 1183 define('O_LIC_STATUS', 'License Status'); 1184 define('O_ORDER_STATUS','Order Status'); 1185 define('O_DOMAIN','Domain'); 1186 define('O_DOWNLOAD_CERT','Download Certificate'); 1187 define('UPDATE',"Update"); 1188 define('LOGS',"Logs"); 1189 define('WEBATTACTS',"Web Attacks"); 1190 define('BRUTEFORCE',"BruteForce"); 1191 define('FILEUPLOADINGLOGS',"File Uploading Logs"); 1192 define('VIRUSSCAN',"Virus Scan"); 1193 define('CREATE_REPOSITORY_GITLAB', 'Create a private repository in GitLab'); 1194 define("FIREWALLV7", "Firewall Scanner V7 <sup><span>(New)</span></sup>"); 1195 define("FIREWALLV7_ OPTIONSMSG", "Please choose the type of attacks you want to enable in firewall scanning "); 1196 define("FILE_UPLOAD", "File Upload"); 1197 define("IP_MANAGEMENT","IP MANAGAMENT"); 1198 define("FIREWALL_V7", " Firewall Scanner V7"); 1199 define("WHITELISTMGMT","WHITE LIST MANAGEMENT"); 1200 define("LOAD_DEFAULT_WHITELIST", "Load default variables and Strings"); 1201 define('O_WHITELISTVARIABLES',"Whitelisted(Choose this option if you trust certain variables or strings)"); 1202 define('O_FILTERVARIABLES',"Filtered(This option will remove malicious content from the request and will provide non malicious request )"); 1203 define('O_SCANVARIABLES',"Actively Scanned(Choose this option if you want the system to scan a specific variable and string)"); 1204 define("ATTACK_INFORMATION","ATTACK INFORMATION"); 1205 define('IP_ADDRESS','IP ADDRESS'); 1206 define("Date","DATE"); 1207 define("TYPE_OF_ATTACK","TYPE OF ATTACK"); 1208 define("STRING_DETECTED","MALICIOUS PATTERN"); 1209 define("SCANNED_VARIABLES","SCANNED REQUEST"); 1210 define("FILES_UPLOAD_REQUEST","FILE UPLOAD REQUEST"); 1211 define("SCORE","SCORE"); 1212 define("ATTEMPTS","ATTEMPTS"); 1213 define('COUNTRYBLOCKV7', 'Country Blocking Version 7<small>(Premium)</small>'); 1214 define('AUDITV7','AUDIT V7'); 1215 define('BANPAGE','BAN PAGE MANAGEMENT'); 1216 define('STATS', 'STATISTICS PAGE'); 1217 define('SYSTEMSTATS','System Statistics'); 1218 define('EMAILNOTIFICATION','Email Notification Management'); 1219 define('SSL','FREE SSL'); 1220 define('SSL_PAGE_TITLE','FREE SSL'); 1221 define('SSL_PAGE_MENU_TITLE','Free SSL Certificate'); 1222 define('CONTACT_SUPPORT',"<br/>".'Please contact Centrora support team at [email protected] to address this issue'); 1223 define('O_SUBSCRIPTION','Subscription Plan'); 1224 define('O_SUB_STATUS','Subscription Status'); 1225 define('O_START_DATE','Start Date'); 1226 define('O_EXPIRE_DATE','Expired Date'); 1227 define('ADMIN_MANAGEMENT_DESC', 'You can centrally manage your administrator and domain addresses here.'); 1228 define('CLOSE','Close'); 1229 define('ACTIVE','Active'); 1230 define('INACTIVE','Inactive'); 1231 define('AI_SCAN','AI scanner'); 1232 define('PATTERNS','Patterns'); 1233 define('STATUS','Status'); 1234 define('LAST_BATCH','Last Batch'); 1235 define('RESET_SAMPLES','Reset Samples'); 1236 define('AI_ANALYSIS','AI Analysis'); 1237 define('CONTENT_ANALYSIS','Content Analysis'); 1238 define('ADD_PATTERN','Add Pattern'); 1239 define('DELETE_PATTERN','Delete Pattern'); 1240 define('PATTERN_ID','Pattern ID'); 1241 define('PATTERN_NAME','Pattern Name'); 1242 define('PATTERN_TYPE','Pattern Type'); 1243 define('PATTERN','Pattern'); 1244 define('TYPE','type'); 1245 define('FIX_IT','Fix it'); 1246 define('NOTE','Note'); 1247 define('FIREWALL_CONDIGURATION','Firewall Configuration'); 1248 define('AUDIT_MY_WEBSITE','Audit My Website'); 1249 define('AUDIT_MY_WEBSITE_DESC','Auditing my website here, this features will be renovated and improved in next version.'); 1250 define('THIRD_PARTY_AUTH','Third Party Authentication'); 1251 define('THIRD_PARTY_AUTH_DESC','To enable cloud backup please authorise Centrora Security™ to your prefered cloud service.'); 1252 define('THIRD_PARTY_AUTH_SELECT','Select one type below to run.'); 1253 define('CENTRORA_PREMIUM','Schedule your scanning and update with Centrora Premium'); 1254 define('CENTRORA_PREMIUM_NOW','Now'); 1255 define('All_RIGHTS_CENTRORA','Centrora 2016 a portfolio of Luxur Group PTY LTD, All rights reserved.'); 1256 define('LEAVE_THE_WORK','leave the work to us now'); 1257 define('BACKUP_MANAGEMENT','Backup Management'); 1258 define('CENTRALLY_MANAGING_BACKUP','Centrally managing database and files backup. ( This is a classic backup function, we recommend you to use Gitbackup instead as it saves more website space )'); 1259 define('SCHEDULED_BACKUPS','Scheduled Backups'); 1260 define('BACKUP_LIST','Backup List'); 1261 define('SETUP','Setup'); 1262 define('CONFIG','Configuration'); 1263 define('BUILD','Build'); 1264 define('BACKUP_STEP1','Step 1: Setup Backup'); 1265 define('BACKUP_PREFIX','Backup Prefix'); 1266 define('ARCHIVE','Archive'); 1267 define('FILES','Files'); 1268 define('DATABASE','DataBase'); 1269 define('PLATFORMS','Platforms'); 1270 define('LOCAL','Local Only'); 1271 define('DROPBOX','DropBox'); 1272 define('ONEDRIVE','OneDrive'); 1273 define('GOOGLEDRIVE','GoogleDrive'); 1274 define('BUILD_BACKUP','Build Backup'); 1275 define('BUILDING_BACKUP','Building Backup'); 1276 define('SUCCESSFUL','Successful'); 1277 define('BACKUP_NAME','Backup Name'); 1278 define('BAN_PAGE','Ban Page'); 1279 define('BAN_PAGE_DESC','Customize your ban page here.'); 1280 define('MANAGE_IP','View the attack information here '); 1281 define('WIZARD','Wizard'); 1282 define('ADV_RULES_VERSION','Advanced Rules Version'); 1283 define('ADV_RULES_UPTODATE','Adv. Rules: Upto Date'); 1284 define('FIREWALL_STATUS','Firewall status'); 1285 define('FIREWALL_STATUS_1','Firewall status in currently on'); 1286 define('FIREWALL_STATUS_2','OFF mode'); 1287 define('FIREWALL_STATUS_3',', to activate settings, please Click ON below'); 1288 define('ON','ON'); 1289 define('OFF','OFF'); 1290 define('INSENSITIVE','insensitive'); 1291 define('MODEL','Model'); 1292 define('SET_NUMBER_OF_ATTEMPTS','Set Number of attempts'); 1293 define('SET_NUMBER_OF_ATTEMPTS_DESC','Combination of firewall sensitivity and Attempt counts will be used as a criteria to determine whether to block an attacker or not'); 1294 define('LOGGING','LOGGING(Only logs attacks)'); 1295 define('BLOCKING','BLOCKING'); 1296 define('FILTERING','FILTERING'); 1297 define('MINS','minutes'); 1298 define('HR','hour'); 1299 define('HRS','hours'); 1300 define('DAY','day'); 1301 define('GOOGLE_AUTH_DESC','Google Authentication is currently in '); 1302 define('GOOGLE_AUTH_DESC_1','off mode'); 1303 define('GOOGLE_AUTH_DESC_2',', Please enable \'Google Authentication\' and '); 1304 define('GOOGLE_AUTH_DESC_3','SAVE'); 1305 define('GOOGLE_AUTH_DESC_4','First'); 1306 define('FIREWALL_DESC1','Centrora Security™ Firewall protects against untrusted file uploads. Use this list to add exceptions (e.g. jpg, png, doc) *Please note: FILEINFO module needs to be installed and configured properly.'); 1307 define('FIREWALL_DESC2','Centrora Security Firewall utilize the built-in malware scanner to scan all uploaded files for malicious codes. Any uploaded malware will be blocked immedialy once detected.'); 1308 define('SAVE_BY_CLICK','Please click save button here to save your changed settings'); 1309 define('VIEW_SETUP_ADVANCED_FEATURES','Setup the advance features and services here'); 1310 define('FILE_UPLOAD_LOGS_DESC','This panel shows the the list of files with invalid file types or malware.'); 1311 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC1','Plesase enable '); 1312 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC2','Validate Upload files'); 1313 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC3',' setting in '); 1314 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC4','Firewall Overview'); 1315 define('ENABLE_VALIDATE_UPLOAD_FILES_DESC5',' page, then you can access this table. '); 1316 define('FIREWALL_EASY_SETUP','Easy set up here for Firewall Configuration'); 1317 define('BF','Brute Force'); 1318 define('BF_SETUP','Brute Force setups'); 1319 define('EMAIL_FIREWALL_SENSITITY','Email and Firewall Sensitity'); 1320 define('BLOCK_FILTER','Block & Filter'); 1321 define('COMPLETE','Complete'); 1322 define('FIREWALL_MODE','Firewall Mode'); 1323 define('FIREWALL_MODE_DESC','We provide two modes for the firewall:'); 1324 define('STEP','Step'); 1325 define('INSERT_DETAILS','Please Insert the following details : '); 1326 define('0_DB_NAME', 'Database Name'); 1327 define('0_DB_USER', 'User Name'); 1328 define('0_DB_PASWD', 'Database Password'); 1329 define('0_DB_HOST', 'Database Host'); 1330 define('0_TABLE_PREFIX', 'Table Prefix'); 1331 define('CORE_DIRECTORIES_SCANNER','Core Directories Scanner'); 1332 define('CORE_DIRECTORIES_SCANNER_DESC','Core directories Scanner is a neat and quick detector, it scans the core directories of your website and detects suspicious files. Please notice that this scanner only applies to joomla and wordpress.'); 1333 define('CHECK_FILE_FULL_PATH','Check file full path'); 1334 define('INSTALLATION_TITLE','Installation'); 1335 define('DATABASE_TABLE_INSTALL_OR_UNINSTALL','Database tables install or uninstall here.'); 1336 define('INSTALL_AND_UNINSATALL','install & uninstall'); 1337 define('READY','Ready'); 1338 define('INCREASE_SECURITY_BY_BLOCK_UNWANTED_COUNTRIES','Increase the website security level by enabling the Country Blocking to block accesses from the unwanted countries. '); 1339 define('PANEL_BLOCK_IP','The Panel to Block IPs from countries.'); 1340 define('SUN','Sunday'); 1341 define('MON','Monday'); 1342 define('TUE','Tuesday'); 1343 define('WED','Wednesday'); 1344 define('THU','Thursday'); 1345 define('FRI','Friday'); 1346 define('\'','Saturday'); 1347 define('DYNAMIC','dynamic'); 1348 define('CLASSIC','classic'); 1349 define('GUIDE','Guide'); 1350 define('FILE_SCANNED','Files Scanned'); 1351 define('INSECURE_PERMISSION_FILE','Insecure permission Files'); 1352 define('SCAN_PATH','Scan Path'); 1353 define('INSECURE_PERMISSION_FILES_DETECTED','Insecure permission Files Detected!'); 1354 define('PERMISSION','Permission'); 1355 define('MODE','Mode'); 1356 define('OWNER','Owner'); 1357 define('GROUP','Group'); 1358 define('PUBLIC','Public'); 1359 define('READ','Read'); 1360 define('WRITE','Write'); 1361 define('EXECUTE','Execute'); 1362 define('CURRENT_COLUMN','Current Version Column'); 1363 define('CURRENT_COLUMN_DESC','This column shows the current Git head in your Git Repository, which indicates in which backup version your website is currently at.'); 1364 define('RESTORE_COLUMN','Restore Column'); 1365 define('RESTORE_COLUMN_DESC','This column shows the current Git head in your Git Repository, which indicates in which backup version your website is currently at.'); 1366 define('PREMIUM_FEATURE','This is a Premium Feature'); 1367 define('PREMIUM_FEATURE_INCLUDES','Premium features includes'); 1368 define('PREMIUM_FEATURE_DESC1','Free Malware Removal Service for annual subscribers until the website is 100% clean.'); 1369 define('PREMIUM_FEATURE_DESC2','View infected files in detail by browsing source codes with suspicious codes highlighted.'); 1370 define('PREMIUM_FEATURE_DESC3','Clean or quarantine infected files within the scan report without accessing FTP.'); 1371 define('PREMIUM_FEATURE_DESC4','Monitor website malware with scheduled automatic virus scanning and email notifications.'); 1372 define('PREMIUM_FEATURE_DESC5','Automated backup to GitLab every 1 hour.'); 1373 define('PREMIUM_FEATURE_DESC6','Store your files securely in GitLab.'); 1374 define('PREMIUM_FEATURE_DESC7','10GB free spaces for each website in GitLab.'); 1375 define('PREMIUM_FEATURE_DESC8','Roll back from copies in GitLab in case of server fault'); 1376 define('PREMIUM_FEATURE_DESC9','Save your hosting space and save you money'); 1377 define('GO_PREMIUM','Go Premium'); 1378 define('CREATE_ACCOUNT_FOR_FREE_BITBUCKET','Create an account for free in GitLab'); 1379 define('CREATE_ACCOUNT_FOR_FREE_GITLAB','Create an account for free in GitLab'); 1380 define('SITE_SIZE','Site Size (MB)'); 1381 define('TRADITIONAL_METHOD','Traditional method'); 1382 define('GIT_METHOD','Git method'); 1383 define('ACCUMULATION','Accumulation'); 1384 define('PREVIOUS','Previous'); 1385 define('NEXT','Next'); 1386 define('BACK_ACC_LIST','Back to Accounts List'); 1387 define('CHECK_SYS_REQUIREMENTS','Please check the system requirements'); 1388 define('DISABLED_PROC_OPEN','Your website has disabled proc open, Please enable it'); 1389 define('DISABLE_ENABLE_GITBACKUP','Please complete the Pre-requisite to use GitBackup'); 1390 define('WELCOME_TO_GITBACKUPO','Welcome to GitBackup'); 1391 define('SUBSCRIBE_PLAN','Subscribe To A Plan Now'); 1392 define('MORE_ABOUT_PREMIUM_SERVICE','More about premium service'); 1393 define('PLACE_AN_ORDER','Place an order'); 1394 define('ACTIVATE_THE_SUBSCRIPTION','Activate the subscription'); 1395 define('WARNING','Warning'); 1396 define('ACTIVATE_STEPS_DESC1','Simply create an account by using the form on the right hand side below, or if you have an account in Centrora already, simply sign in by using the form on the left hand side below.'); 1397 define('ACTIVATE_STEPS_DESC2','We offer 60 days 100% Satisfaction Guarantee, if you are not satisfied, we issue full refund to you without asking a question.'); 1398 define('ACTIVATE_STEPS_DESC3','Next, click the subscribe button to place an order to a subscrption plan. Once the order is placed, pay your subscription through Paypal or Credit Card. Once payments are made, you will see a subscription is active in the subscriptions table.'); 1399 define('ACTIVATE_STEPS_DESC4','Final step: click the link subscription button to activate the subscription for this website.'); 1400 define('ACCOUNT_ALREADY','If you have an account already, please enter your'); 1401 define('CENTRORA_TITLE','Centrora'); 1402 define('OR','Or'); 1403 define('OSE_TITLE','OSE'); 1404 define('ACC_INFO','Account Information'); 1405 define('WEB','Website'); 1406 define('NO_ACCOUNT','If you dont have an account yet, please use the following form to create an account.'); 1407 define('SET_START_DATE','Set Start Date'); 1408 define('SET_END_DATE','Set End Date'); 1409 define('SCANNED','Scanned'); 1410 define('MODI_FILES','Modified Files'); 1411 define('MODI_FILES_FOUND','Modified files found'); 1412 define('SIZE','Size'); 1413 define('MODIFIED','Modified'); 1414 define('SET_PATH','Set Path'); 1415 define('LATEST','Latest'); 1416 define('CHANGELOG','Changelog'); 1417 define('CLICK_HERE','Click here'); 1418 define('CURRENT_FOLDER_ROOT','Current Folder: ROOT'); 1419 define('SCANNER_REPORT','Scanner Report'); 1420 define('DISPLAY_INFECTED_FILES','Display the infected files last scanned by the virus scanner.'); 1421 define('INFECTED','Infected'); 1422 define('QUARANTINED','Quarantined'); 1423 define('CLEANED','Cleaned'); 1424 define('FREE_SSL_CERTI_DESC1','Centrally managing SSL Certificate. This provide secure, encrypted communications between a website and an internet browser. SSL stands for Secure Sockets Layer, the protocol which provides the encryption.'); 1425 define('FREE_SSL_CERTI_DESC2','When SSL Certificates installed on a web server, it activates the padlock and the https protocol and allows secure connections from a web server to a browser. Typically, SSL is used to secure credit card transactions, data transfer and logins, and more recently is becoming the norm when securing browsing of social media sites.'); 1426 define('SSL_CERTIFICATE_SETUP','SSL Certificate Setup'); 1427 define('SSL_CREATE_OR_DOWNLOAD','Create new certificate or download current one'); 1428 define('MANAGE_DOMAINS','MANAGE DOMAINS'); 1429 define('UPDATE_MD5','Click to update your MD5 Virus signature'); 1430 define('VIRUS_FILES','Virus Files'); 1431 define('VIRUS_FILES_DETECTED','Virus Files Detected!'); 1432 define('POST','POST'); 1433 define('GET','GET'); 1434 define('COOKIE','COOKIE'); 1435 define('FILTERED','Filtered'); 1436 define('WHITELISTED','Whitelisted'); 1437 define('DYNAMIC_SCANNER','Dynamic Scanner'); 1438 define('DYNAMIC_SCANNER_DESC','Dynamic Virus Scanner is a powerful tool, acting like an Anti-Virus, to directly scan,detect,clean and quarantine the malware on the website.'); 1439 define('VIRUS_SIGN','Virus Signature'); 1440 define('VIRUS_SIGN_UPDATE','Tuesday 5 April'); 1441 define('WEBSITE_STATUS','Website Status'); 1442 define('NO_VIRUS','No virus files are detected, please ensure to keep the Virus Signature up to date if you are not a premium user.'); 1443 define('ATTENTION','Attention!'); 1444 define('FILES_DETECTED','files are detected. Please click "View Results" button to check the results.'); 1445 define('VIEW_RESULTS','View Results'); 1446 define('SCAN_TYPE','Select Scan Types'); 1447 define('QUICK_SCAN','Quick Scan'); 1448 define('FULL_SCAN','Full Scan'); 1449 define('DEEP_SCAN','Deep Scan'); 1450 define('JS_INJECTION', 'Javascript Injection'); 1451 define('PHP_INJECTION', 'PHP Injection'); 1452 define('IFRAME_INJECTION', 'iFrame Injection'); 1453 define('SPAMMING_MAILER_INJECTION', 'Spamming Mailer Injection '); 1454 define('SCHEDULE_SCAN','Schedule Scan'); 1455 define('CONFIG_SETUP','Config Setup'); 1456 define('START','START'); 1457 define('CONTINUE','CONTINUE'); 1458 define('STOP','STOP'); 1459 define('REFRESH','REFRESH'); 1460 define('BACKGROUND_SCAN','Background Scanning'); 1461 define('BACKGROUND_SCAN_DESC','Background Scanning will run the scans at the backend cosole and the result will be sent to your email address after completion'); 1462 define('STRING','String'); 1463 define('CENTRORA_SECURITY_AUTO_SCAN1','Centrora Security'); 1464 define('PROBLEM_IN_GIT','There were some problem in initialising the git <br/>ERROR: <br/>'); 1465 define('UNINSTALL_GIT',"Uninstall Git"); 1466 define('O_BACKUP_SELECTED_ACCOUNTS', 'Backup Selective Accounts'); 1467 define('O_BACKUP_ALL_ACCOUNTS',"Backup All Accounts"); 1468 define('O_MANAGE_BACKUP_ACCOUNTS', 'Manage Backups for all the accounts'); 1469 define("O_RECEIVE_EMAIL_YES","Receive Email"); 1470 define("O_RECEIVE_EMAIL_NO"," No Thank You"); 1471 define("O_RECEIVE_EMAIL_INFO","Would You Like to receive emails on completion of backup"); 1472 define("O_GITBCKUP_FREQUENCY","Please select the Frequency of Backup"); 1473 define("O_BACKUP_DAYS","Please select days to backup the website "); 1474 define('O_FILE_PATH', 'File Path'); 1475 define('O_CREATED_AT', 'Start Date'); 1476 define('O_EXPIRY_DATE', 'Expires On'); 1477 define('O_LAST_MODIFIED','Last Modified On'); 1478 define('O_DOWNLOAD_CSV','Export Scan Results as CSV'); 1479 define('FILEEXTENSION_DESC_BRIEF',''); 1480 962 1481 ?> -
ose-firewall/trunk/readme.txt
r1730899 r1741247 6 6 Requires at least: 3.7 7 7 Tested up to: 4.8.1 8 Stable tag: 7.0. 18 Stable tag: 7.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 21 21 = New features in the version 7.0.0: = 22 22 * Freshly refurbished UI brings both new themes and better user experience. 23 * New and faster firewall version 7 with improved performance. 24 * Improved gitbackup to support large database backups and also it now integrates with GitLab which offers increased cloud backup space. 23 * New and faster firewall version 7 with improved performance. 24 * Improved gitbackup to support large database backups and also it now integrates with GitLab which offers increased cloud backup space. 25 25 * Security enhancement: Improved malware scanners to display the long list of detected files. 26 26 … … 123 123 = Tutorials = 124 124 125 At <a href="http:// www.centrora.com/tutorials/">http://www.centrora.com/tutorials/</a>, you can find step-by-step tutorials for activating all security functions incorporated in the Centrora Security plugin.125 At <a href="http://docs.centrora.com/en/latest/">http://docs.centrora.com/en/latest/</a>, you can find step-by-step tutorials for activating all security functions incorporated in the Centrora Security plugin. 126 126 127 127 = Customer Support = 128 If you need help in using Centrora Security™ plugin, save time by starting your support request online and we'll connect you to a security analyst or even the senior security consultant. <a href = "http://www.centrora.com/support -center/">Click here for help.</a>128 If you need help in using Centrora Security™ plugin, save time by starting your support request online and we'll connect you to a security analyst or even the senior security consultant. <a href = "http://www.centrora.com/support/">Click here for help.</a> 129 129 130 130 … … 137 137 3. Click 'Install Now' to install the Plugin. 138 138 139 Visit the Full Tutorial <a href = "http:// www.centrora.com/plugin-tutorial/plugin-ip-management/">here</a>.139 Visit the Full Tutorial <a href = "http://docs.centrora.com/en/latest/manage-ip-variables-v6.html#manage-ips">here</a>. 140 140 141 141 … … 144 144 = What to do if i have a problem? = 145 145 * You can disable the plugin by renaming the file /wp-content/plugins/ose-firewall/ose_wordpress_firewall.php to /wp-content/plugins/ose-firewall/ose_wordpress_firewall_bk.php, or 146 * You can always visit our <a href = "https://www.centrora.com/support -center/">support center</a> to raise a ticket, and we will assign an expert to fix your problem immediately.146 * You can always visit our <a href = "https://www.centrora.com/support">support center</a> to raise a ticket, and we will assign an expert to fix your problem immediately. 147 147 148 148 = I get a Fatal Error: 'Class PDO not found'? = 149 * If you encounter the error 'Fatal error: Class 'PDO' not found' when the Centrora Security is activated, this indicates the PHP Data Objects is not loaded in your PHP environment. PDO is activated by default as of PHP 5.1.0, so please contact your hosting company to enable it if it is disabled. If you know how to customize the php configuration, add these codes into... <a href = "http ://www.centrora.com/user-manual/application-runtime-path-valid/">Learn more</a>.149 * If you encounter the error 'Fatal error: Class 'PDO' not found' when the Centrora Security is activated, this indicates the PHP Data Objects is not loaded in your PHP environment. PDO is activated by default as of PHP 5.1.0, so please contact your hosting company to enable it if it is disabled. If you know how to customize the php configuration, add these codes into... <a href = "https://docs.centrora.com/en/latest/pdo-class.html">Learn more</a>. 150 150 151 151 = Application runtime path not valid? = 152 * If you are getting this error, you have to change the permission for both of these folders and set them writable. <a href = "http ://www.centrora.com/user-manual/application-runtime-path-valid/">Learn more</a>.152 * If you are getting this error, you have to change the permission for both of these folders and set them writable. <a href = "https://docs.centrora.com/en/latest/pdo-class.html">Learn more</a>. 153 153 154 154 = Does the plugin block User Agent attacks? = … … 161 161 == Screenshots == 162 162 1. Dashboard of the Centrora Security Plugin 163 2. Dy manic Virus Scanning Panel163 2. Dynamic Virus Scanning Panel 164 164 3. File Permission Scanner Panel 165 165 4. Firewall Configuration Panel … … 171 171 == Changelog == 172 172 173 = 7.0.2 = 174 * Minor bug fixes for firewall scanner v7. 175 * Minor bug fixes for core directory scanner. 176 * Added new hash files. 177 * Added missing language tags. 178 * Fixed Wordpress centrora security badge. 179 * Fixed cron job page to include git backup pre-requisite checks only when the user want to change the scheduled git backup settings. 180 * Added new OEM. 181 * Fixed links to update the plugin version 182 173 183 = 7.0.1 = 174 184 * Fixed missing v7 firewall files issues … … 177 187 * Added new Firewall Scanner version 7 with improved performance and easy to use UI. 178 188 * Improved Gitbackup to support large database backups with increased cloud storage space. 179 * Improved Automatic firewall sig anture and virus rules update for premium users.189 * Improved Automatic firewall signature and virus rules update for premium users. 180 190 * Improved MD5 hash scanner, Core directory scanner, Vulnerability scanner and File permission scanner. 181 191 * Minor bug fixes for the Dynamic virus scanner.
Note: See TracChangeset
for help on using the changeset viewer.