Changeset 1108350
- Timestamp:
- 03/08/2015 08:56:14 PM (11 years ago)
- Location:
- total-security
- Files:
-
- 75 added
- 3 edited
-
tags/3.2.4 (added)
-
tags/3.2.4/css (added)
-
tags/3.2.4/css/admin.css (added)
-
tags/3.2.4/css/bookmarklet.css (added)
-
tags/3.2.4/css/snippet.min.css (added)
-
tags/3.2.4/images (added)
-
tags/3.2.4/images/_16x16-3.png (added)
-
tags/3.2.4/images/_16x16.png (added)
-
tags/3.2.4/images/ajax-loader.gif (added)
-
tags/3.2.4/images/bg.png (added)
-
tags/3.2.4/images/error2.png (added)
-
tags/3.2.4/images/ext (added)
-
tags/3.2.4/images/ext/_no.png (added)
-
tags/3.2.4/images/ext/css.png (added)
-
tags/3.2.4/images/ext/data.png (added)
-
tags/3.2.4/images/ext/exe.png (added)
-
tags/3.2.4/images/ext/f1.png (added)
-
tags/3.2.4/images/ext/f2.png (added)
-
tags/3.2.4/images/ext/flash.png (added)
-
tags/3.2.4/images/ext/html.png (added)
-
tags/3.2.4/images/ext/java.png (added)
-
tags/3.2.4/images/ext/jpg.png (added)
-
tags/3.2.4/images/ext/js.png (added)
-
tags/3.2.4/images/ext/pdf.png (added)
-
tags/3.2.4/images/ext/php.png (added)
-
tags/3.2.4/images/ext/txt.png (added)
-
tags/3.2.4/images/ext/zip.png (added)
-
tags/3.2.4/images/h3_icons (added)
-
tags/3.2.4/images/h3_icons/addthis.png (added)
-
tags/3.2.4/images/h3_icons/bug.png (added)
-
tags/3.2.4/images/h3_icons/code.png (added)
-
tags/3.2.4/images/h3_icons/facebook.png (added)
-
tags/3.2.4/images/h3_icons/googleplus.png (added)
-
tags/3.2.4/images/h3_icons/locate.png (added)
-
tags/3.2.4/images/h3_icons/star.png (added)
-
tags/3.2.4/images/h3_icons/twitter.png (added)
-
tags/3.2.4/images/info.png (added)
-
tags/3.2.4/images/info0.png (added)
-
tags/3.2.4/images/info2.png (added)
-
tags/3.2.4/images/loading.gif (added)
-
tags/3.2.4/images/success.png (added)
-
tags/3.2.4/images/warning.png (added)
-
tags/3.2.4/js (added)
-
tags/3.2.4/js/admin.js (added)
-
tags/3.2.4/js/jquery.blockUI.js (added)
-
tags/3.2.4/js/snippet.min.js (added)
-
tags/3.2.4/lang (added)
-
tags/3.2.4/lang/Help translating it.url (added)
-
tags/3.2.4/lang/total-security-ru.mo (added)
-
tags/3.2.4/libs (added)
-
tags/3.2.4/libs/bookmarklet (added)
-
tags/3.2.4/libs/bookmarklet/_footer.php (added)
-
tags/3.2.4/libs/bookmarklet/_head.php (added)
-
tags/3.2.4/libs/bookmarklet/password_hash.php (added)
-
tags/3.2.4/libs/brute-force-dictionary.txt (added)
-
tags/3.2.4/libs/hashes-4.1.1.php (added)
-
tags/3.2.4/modules (added)
-
tags/3.2.4/modules/class-p2.php (added)
-
tags/3.2.4/modules/class-p3.php (added)
-
tags/3.2.4/modules/class-p4.php (added)
-
tags/3.2.4/modules/class-p5.php (added)
-
tags/3.2.4/modules/class-p7.php (added)
-
tags/3.2.4/modules/class-process.php (added)
-
tags/3.2.4/modules/inc-p1.php (added)
-
tags/3.2.4/modules/inc-p2.php (added)
-
tags/3.2.4/modules/inc-p3.php (added)
-
tags/3.2.4/modules/inc-p4.php (added)
-
tags/3.2.4/modules/inc-p5.php (added)
-
tags/3.2.4/modules/inc-p6.php (added)
-
tags/3.2.4/modules/inc-p7.php (added)
-
tags/3.2.4/modules/inc-popup.php (added)
-
tags/3.2.4/modules/inc-sidebar.php (added)
-
tags/3.2.4/readme.txt (added)
-
tags/3.2.4/total-security.php (added)
-
tags/3.2.4/uninstall.php (added)
-
trunk/modules/inc-p3.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/total-security.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
total-security/trunk/modules/inc-p3.php
r903302 r1108350 111 111 $.blockUI({ message: '<img src="<?php echo plugins_url( 'images/loading.gif',dirname(__FILE__));?>" width="24" height="24" border="0" alt="" /><br /><div id="scan-loader" style="display:none;"><span><?php _e('Executing, please wait!', $this->hook) ?></span></div>' }); 112 112 //----------------------------------- 113 max = <?php echo $settings['p3_op1']; ?> ;113 // max = <?php echo $settings['p3_op1']; ?> ; 114 114 $.ajaxSetup({ 115 115 type: 'POST', … … 139 139 _ajax_nonce: fdx_nonce 140 140 }, success: function(r) { 141 var res = jQuery.parseJSON(r);142 if ( 'running' == res.status ) {143 jQuery('#scan-loader span').html(res.data);144 fdx_file_scan(s+max, max);145 } else if ( 'error' == res.status ) {141 // var res = jQuery.parseJSON(r); 142 // if ( 'running' == res.status ) { 143 // jQuery('#scan-loader span').html(res.data); 144 // fdx_file_scan(s+max, max); 145 // } else if ( 'error' == res.status ) { 146 146 // console.log( r ); 147 jQuery('#scan-loader img').hide();148 jQuery('#scan-loader span').html(149 'An error occurred: <pre style="overflow:auto">' + r.toString() + '</pre>'150 );151 } else {147 // jQuery('#scan-loader img').hide(); 148 // jQuery('#scan-loader span').html( 149 // 'An error occurred: <pre style="overflow:auto">' + r.toString() + '</pre>' 150 // ); 151 // } else { 152 152 fdx_db_scan(); 153 }153 // } 154 154 } 155 155 }); -
total-security/trunk/readme.txt
r1101251 r1108350 6 6 Requires at least: 4.1.1 7 7 Tested up to: 4.1.1 8 Stable tag: 3.2. 38 Stable tag: 3.2.4 9 9 License: GPLv2 or later 10 10 … … 128 128 129 129 == Changelog == 130 * 3.2.4 131 * FIX - File System: error in jQuery 132 130 133 * 3.2.3 131 134 * IMPROVED - Compatibility with WordPress 4.1.1 -
total-security/trunk/total-security.php
r1101219 r1108350 4 4 * Plugin URI: http://fabrix.net/total-security/ 5 5 * Description: Checks your WordPress installation and provides detailed reporting on discovered vulnerabilities, anything suspicious and how to fix them. 6 * Version: 3.2. 36 * Version: 3.2.4 7 7 * Author: Fabrix DoRoMo 8 8 * Author URI: http://fabrix.net … … 15 15 class Total_Security { 16 16 public $min_wp_ver = '4.1.1'; // 17 public $pluginversion = '3.2. 3';17 public $pluginversion = '3.2.4'; 18 18 19 19 public $php_lastver = '5.6.6'; // PHP - http://php.net/downloads.php
Note: See TracChangeset
for help on using the changeset viewer.