Plugin Directory

Changeset 1824315


Ignore:
Timestamp:
02/19/2018 05:22:25 AM (8 years ago)
Author:
osexcel
Message:

Centrora Joomla 7.3.1

Location:
ose-firewall/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • ose-firewall/trunk/classes/Library/panel/panel.php

    r1821941 r1824315  
    5353        // Close request to clear up some resources
    5454        curl_close($curl);
    55         if($this->live_url == "https://update-api.centrora.com/download/updateFWPattern")
     55        if($this->live_url == UPDATE_API."/download/updateFWPattern")
    5656        {
    5757            $temp = json_decode($resp);
     
    223223            }
    224224        }
    225         $this->live_url = "https://update-api.centrora.com/download/updateFWPattern";
     225        $this->live_url = UPDATE_API."/download/updateFWPattern";
    226226        $content = array();
    227227        $content['webkey'] = $this->getWebKey();
     
    924924    protected function getJSPackage($cms,$zipFileName){
    925925        $domain = $_SERVER['HTTP_HOST'];
    926         $url = "https://update-api.centrora.com/download/getPackage?webkey=".$this->getWebKey ()."&domain=".$domain."&cms=".$cms;
     926        $url = UPDATE_API."/download/getPackage?webkey=".$this->getWebKey ()."&domain=".$domain."&cms=".$cms;
    927927        // Define Temp Folder;
    928928        $config     = JFactory::getConfig();
     
    949949    protected function getWPPackage($cms,$zipFileName){
    950950        $domain = $_SERVER['HTTP_HOST'];
    951         $url = "https://update-api.centrora.com/download/getPackage?webkey=".$this->getWebKey ()."&domain=".$domain."&cms=".$cms;
     951        $url = UPDATE_API."/download/getPackage?webkey=".$this->getWebKey ()."&domain=".$domain."&cms=".$cms;
    952952        $tmp_dest = CENTRORABACKUP_FOLDER;
    953953        $updatefile = $this->downloadThroughCURL ($url, $tmp_dest, $zipFileName);
  • ose-firewall/trunk/ose_firewall_badge.php

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

    r1821941 r1824315  
    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.3.0
     7Version: 7.3.1
    88Author URI: http://www.centrora.com/
    99*/
  • ose-firewall/trunk/public/css/main.css

    r1814810 r1824315  
    67246724  margin-right: 30px;
    67256725}
     6726
     6727.premium {
     6728  position: static;
     6729  box-shadow: none;
     6730  color: #ffaa21;
     6731  border: 1px solid #ffaa21;
     6732  background-color: transparent;
     6733  font-weight: 400;
     6734  margin-left: 5px;
     6735  padding: 0px 6px !important;
     6736  font-size: 10px;
     6737}
  • ose-firewall/trunk/public/js/VersionAutoUpdate.js

    r1814810 r1824315  
    2424                callback: function () {
    2525                    showLoadingStatus(O_UPDATE);
    26                       runAutoUpdate(Updateurl, upgradeplugin, activateurl);
     26                      //runAutoUpdate(Updateurl, upgradeplugin, activateurl);
     27                    getPackage(Updateurl, upgradeplugin, activateurl);
    2728                }
    2829            },
     
    101102    });
    102103}
     104function getPackage(Updateurl, upgradeplugin, activateurl) {
     105    jQuery(document).ready(function($){
     106        jQuery.ajax ({
     107            url: url,
     108            type: "POST",
     109            data: {
     110                option : option,
     111                controller:'subscription',
     112                action: 'updatePackage',
     113                task: 'updatePackage',
     114                centnounce: $('#centnounce').val()
     115            },
     116            success: function(output) {
     117                if (activateurl != null && document.readyState === "complete"){ //only run this part in the wordpress version where we have to activate the plugin after updating
     118                    hideLoadingStatus ();
     119                    activateWordpressPlugin(activateurl);
     120                } else {
     121                    hideLoadingStatus ();
     122                    location.reload();
     123                }
     124            }
     125        });
     126    });
     127}
  • ose-firewall/trunk/public/js/dashboard.js

    r1814810 r1824315  
    118118    }, 60000);
    119119    retrieveScanningResult();
    120     retrieveBackupResult();
     120    //retrieveBackupResult();
    121121    checkWebBrowsingStatus();
    122122
  • ose-firewall/trunk/public/messages/en_US.php

    r1814810 r1824315  
    156156define('COMPLETED','Completed');
    157157define('YOUR_SYSTEM_IS_CLEAN','Your system is clean.');
    158 define('VSREPORT', 'Scan Result <small>(Premium)</small>');
     158define('VSREPORT', 'Virus Scanning Results <span class="premium">Premium</span>');
    159159define('SCANREPORT_TITLE','<b>Scan</b> <span><b>Report</b></span>');
    160160define('SCANREPORT_DESC','Display the infected files last scanned by the virus scanner');
     
    661661
    662662// Version 5.1.0
    663 define('CORE_SCAN', 'Core Directories Scanner <small>(Premium)</small>');
     663define('CORE_SCAN', 'Hacked System Files Detector <span class="premium">Premium</span>');
    664664define('CORE_SCAN_TITLE', '<b>Core Directories </b> <span><b>Scanner</b>');
    665665define('CORE_SCAN_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.');
     
    690690define('UPLOAD_FILE_403WARN2', 'You are uploading a suspicous file(file content <strong>does not</strong> match file extension). <br /> <br />If you are the server administrator, please notice that this is a suspicious file.');
    691691define('SETSCANPATH', 'Set Scan Path');
    692 define('SURF_SCAN', 'MD5 Hash Scanner');
     692define('SURF_SCAN', 'Backdoor Scanner <span class="premium">Premium</span>');
    693693define('SURF_SCAN_TITLE', '<b>MD5 Hash Scanner</b>');
    694694define('SURF_SCAN_DESC', 'MD5 Hash Scanner checks for all known viruses and malware. It is recommended that if nothing is detected you use the Dynamic Scanner');
    695 define('DEEPSCAN', 'Dynamic Scanner <small>(Premium)</small>');
     695define('DEEPSCAN', 'Virus Scanner <span class="premium">Premium</span>');
    696696define('SURF_SCAN_SIG_UPDATED', 'Your MD5 Hash Scanner signatures have been updated!');
    697697define('SURF_SCAN_SIG_UPTODATE', 'Great! Your MD5 Hash Scanner signatures are up-to-date.');
     
    751751define('COUNTRYBLOCK_DESC_SLOGAN', 'Simply subscribe to a plan and stop spammers traffic<br> from a specific country immediately.');
    752752define('ANTIVIRUS_DESC_SLOGAN', 'Dig out the well-hidden virus / malicious codes in your website within minutes.<br>'. OSE_WORDPRESS_FIREWALL .' Dynamic Virus Scanner can help you');
    753 define('CORE_SCAN_DESC_SLOGAN', 'Detect underlying malware and modified core files more efficiently<br> by checking current core files against the original ones.');
     753define('CORE_SCAN_DESC_SLOGAN', 'Detect hacking attacks towards the website, block out suspicious activities and protect the website from malware codes.');
    754754define('SCANREPORT_DESC_SLOGAN', 'Review, clean, quarantine and delete malware and malicious codes,<br> get your site back on track within minutes.');
    755755define('CRONJOBS_DESC_SLOGAN', 'Set up schedule tasks for automatic Virus Scanning and Backup.');
Note: See TracChangeset for help on using the changeset viewer.