Plugin Directory

Changeset 1924476


Ignore:
Timestamp:
08/14/2018 07:10:36 AM (8 years ago)
Author:
osexcel
Message:

Centrora Joomla 7.4.5

Location:
ose-firewall/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ose-firewall/trunk/assets/config/define.php

    r1921717 r1924476  
    4949}else {
    5050    define('API_SERVER','https://api2.centrora.com/'); //LIVE
    51     define("BACKUP_API_SERVER","https://backup-api.centrora.com/");
    52     define("VSSCAN_API_SERVER","https://vsscan-api.centrora.com/");
     51    define("BACKUP_API_SERVER","https://backup-api-dev.centrora.com/");
     52    define("VSSCAN_API_SERVER","https://vsscan-api-dev.centrora.com/");
    5353    define('VIRUS_PATTERN_DOWNLOAD_URL',"https://update-api-dev.centrora.com/download/updateVSPattern?domain=".$_SERVER['HTTP_HOST']);
    5454    define("FIREWALL_PATTERN_DOWNLOAD_URL","https://update-api-dev.centrora.com/download/updateFWPattern&update=0&domain=".$_SERVER['HTTP_HOST']);
     
    5656    define("GET_VIRUS_PATTERN_VERSION_URL","https://update-api-dev.centrora.com/version/getVSPatternVersion");
    5757    define("GET_FIREWALL_PATTERN_VERSION_URL","https://update-api-dev.centrora.com/version/getFWPatternVersion");
    58     define("BACKUP_API","https://backup-api.centrora.com/");
    59     define("ACCOUNT_API","https://account-api.centrora.com/");
     58    define("BACKUP_API","https://backup-api-dev.centrora.com/");
     59    define("ACCOUNT_API","https://account-api-dev.centrora.com/");
    6060    define("UPDATE_API","https://update-api-dev.centrora.com/");
    6161    define("DOWNLOAD_CORE_FILES","https://update-api-dev.centrora.com/download/getCoreFile");
  • ose-firewall/trunk/classes/Library/RemoteLogin/RemoteLogin.php

    r1900946 r1924476  
    327327        $ip = $this->getRealIP();
    328328        // Centrora server IP List;
    329         $iplist = array('144.217.86.93','144.217.86.96','144.217.86.94', '85.10.199.199', '163.172.83.244');
     329        $iplist = array('144.217.86.93','144.217.86.96','144.217.86.94', '85.10.199.199', '163.172.83.244','198.27.69.43', '198.27.69.117', '198.27.81.166');
    330330        $enabled_proxy = true;
    331331        if  (isset($_SERVER['http_proxy']) && !empty($_SERVER['http_proxy']) && $enabled_proxy==true) {
  • ose-firewall/trunk/ose_firewall_badge.php

    r1921717 r1924476  
    44   Description: Plugin For Showing Centrora Security Badge
    55   Author: Centrora Security
    6    Version: 7.4.4
     6   Version: 7.4.5
    77*/
    88include(dirname(__FILE__).'/includes/oseBadgeWidget.php');
  • ose-firewall/trunk/ose_wordpress_firewall.php

    r1921717 r1924476  
    55Description: 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.
    66Author: Centrora (Previously ProWeb)
    7 Version: 7.4.4
     7Version: 7.4.5
    88Author URI: http://www.centrora.com/
    99*/
Note: See TracChangeset for help on using the changeset viewer.