Changeset 1595444
- Timestamp:
- 02/14/2017 06:17:42 AM (9 years ago)
- Location:
- ose-firewall/trunk
- Files:
-
- 12 edited
-
classes/Library/CountryBlock/CountryBlock.php (modified) (2 diffs)
-
classes/Library/adminemails/email.tpl (modified) (1 diff)
-
classes/Library/backup/email.tpl (modified) (1 diff)
-
classes/Library/downloader/oseDownloader.php (modified) (2 diffs)
-
classes/Library/emails/email.tpl (modified) (1 diff)
-
classes/Library/fwscanner/email.tpl (modified) (1 diff)
-
classes/Library/panel/panel.php (modified) (1 diff)
-
classes/Library/vsscanner/vsscanner.php (modified) (2 diffs)
-
ose_firewall_badge.php (modified) (1 diff)
-
ose_wordpress_firewall.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
vendor/oseframework/users/oseUsers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ose-firewall/trunk/classes/Library/CountryBlock/CountryBlock.php
r1496143 r1595444 88 88 private function downloadFile($url, $target = false) 89 89 { 90 $url_fopen = ini_get('allow_url_fopen'); 90 $url_fopen = ini_get('allow_url_fopen'); 91 91 if ($url_fopen == true) 92 92 { 93 93 $handle = $this->downloadThroughFopen($url, $target); 94 } 94 if($handle== false) 95 { 96 $handle = $this->downloadThroughCURL ($url, $target); 97 } 98 } 95 99 else 96 100 { … … 120 124 $meta_data = stream_get_meta_data($inputHandle); 121 125 // Initialise contents buffer 126 if(!empty($meta_data) && isset($meta_data['wrapper_data']) && empty($meta_data['wrapper_data'])) 127 { 128 return false; 129 } 122 130 $contents = null; 123 131 while (!feof($inputHandle)) -
ose-firewall/trunk/classes/Library/adminemails/email.tpl
r1586842 r1595444 89 89 <td width="600" style="color:white; opacity:0.8; text-align:center;"> 90 90 <div style="border-top: 1px solid white; margin:10px 50px"></div> 91 <span style="font-size: 13px;" >Centrora 201 6a portfolio of Luxur Group PTY LTD, All rights reserved.</span>91 <span style="font-size: 13px;" >Centrora 2014-2017 a portfolio of Luxur Group PTY LTD, All rights reserved.</span> 92 92 </td> 93 93 </tr> -
ose-firewall/trunk/classes/Library/backup/email.tpl
r1586842 r1595444 89 89 <td width="600" style="color:white; opacity:0.8; text-align:center;"> 90 90 <div style="border-top: 1px solid white; margin:10px 50px"></div> 91 <span style="font-size: 13px;" >Centrora 201 6a portfolio of Luxur Group PTY LTD, All rights reserved.</span>91 <span style="font-size: 13px;" >Centrora 2014-2017 a portfolio of Luxur Group PTY LTD, All rights reserved.</span> 92 92 </td> 93 93 </tr> -
ose-firewall/trunk/classes/Library/downloader/oseDownloader.php
r1496143 r1595444 138 138 { 139 139 $target = $this->downloadThroughFopen($url, $target); 140 if($target == false) 141 { 142 $target = $this->downloadThroughCURL ($url, $target); 143 } 140 144 } 141 145 else … … 153 157 } 154 158 $meta_data = stream_get_meta_data($inputHandle); 159 if(!empty($meta_data) && isset($meta_data['wrapper_data']) && empty($meta_data['wrapper_data'])) 160 { 161 return false; 162 } 155 163 // Initialise contents buffer 156 164 $contents = null; -
ose-firewall/trunk/classes/Library/emails/email.tpl
r1586842 r1595444 89 89 <td width="600" style="color:white; opacity:0.8; text-align:center;"> 90 90 <div style="border-top: 1px solid white; margin:10px 50px"></div> 91 <span style="font-size: 13px;" >Centrora 201 6a portfolio of Luxur Group PTY LTD, All rights reserved.</span>91 <span style="font-size: 13px;" >Centrora 2014-2017 a portfolio of Luxur Group PTY LTD, All rights reserved.</span> 92 92 </td> 93 93 </tr> -
ose-firewall/trunk/classes/Library/fwscanner/email.tpl
r1586842 r1595444 89 89 <td width="600" style="color:white; opacity:0.8; text-align:center;"> 90 90 <div style="border-top: 1px solid white; margin:10px 50px"></div> 91 <span style="font-size: 13px;" >Centrora 201 6a portfolio of Luxur Group PTY LTD, All rights reserved.</span>91 <span style="font-size: 13px;" >Centrora 2014-2017 a portfolio of Luxur Group PTY LTD, All rights reserved.</span> 92 92 </td> 93 93 </tr> -
ose-firewall/trunk/classes/Library/panel/panel.php
r1581581 r1595444 437 437 $curl = curl_init($url); 438 438 curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); 439 curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true); 439 440 $contents = curl_exec($curl); 440 441 curl_close($curl); -
ose-firewall/trunk/classes/Library/vsscanner/vsscanner.php
r1586842 r1595444 668 668 $i=0; 669 669 while (!empty($this->vsInfo)) { 670 $needle = "com_ose_firewall/protected/data";671 670 $this->last_scanned = stripslashes(array_pop($this->vsInfo)); 672 if(strpos($this->last_scanned,$needle) == false) {673 671 if (oseFile::exists($this->last_scanned) == false) { 674 672 continue; … … 687 685 } 688 686 $i++; 689 }690 687 } 691 688 return $this->returnCompleteMsg($this->last_scanned, $process, $size, $lastfileno, $remote); -
ose-firewall/trunk/ose_firewall_badge.php
r1586842 r1595444 4 4 Description: Plugin For Showing Centrora Security Badge 5 5 Author: Centrora Security 6 Version: 6.6.4 6 Version: 6.6.4.1 7 7 */ 8 8 //include(dirname(__FILE__).'/includes/oseBadgeWidget.php'); -
ose-firewall/trunk/ose_wordpress_firewall.php
r1586842 r1595444 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: 6.6.4 7 Version: 6.6.4.1 8 8 Author URI: http://www.centrora.com/ 9 9 */ -
ose-firewall/trunk/readme.txt
r1586842 r1595444 6 6 Requires at least: 3.7 7 7 Tested up to: 4.7.2 8 Stable tag: 6.6.4 8 Stable tag: 6.6.4.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 164 164 165 165 == Changelog == 166 167 = 6.6.4.1 = 168 * Fixed: download function not working on some websites 169 * Fixed: PHP errors in php7.1.1 170 * Improved Email templates 166 171 167 172 = 6.6.4 = -
ose-firewall/trunk/vendor/oseframework/users/oseUsers.php
r1581581 r1595444 33 33 private $db = null; 34 34 private static $cmsStatic = null; 35 public function __construct($app )35 public function __construct($app=null) 36 36 { 37 37 $this->app = $app;
Note: See TracChangeset
for help on using the changeset viewer.