Acunetix WP Security - Version 2.7.1.2

Version Description

Download this release

Release Info

Developer hallsofmontezuma
Plugin Icon wp plugin Acunetix WP Security
Version 2.7.1.2
Comparing to
See all releases

Code changes from version 2.7.1.1 to 2.7.1.2

functions.php CHANGED
@@ -116,8 +116,8 @@ $mrt_wp_ver = ereg_replace("[^0-9]", "", $wp_version);
116
  while ($mrt_wp_ver > 10){
117
  $mrt_wp_ver = $mrt_wp_ver/10;
118
  }
119
- if ($mrt_wp_ver >= "2.7") $g2k5 = '<font color="green"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You have the latest stable version of WordPress.</font><br />';
120
- if ($mrt_wp_ver < "2.7") $g2k5 = '<font color="red"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You need version 2.7.1. Please <a href="http://wordpress.org/download/">upgrade</a> immediately.</font><br />';
121
  /*echo "<b>" . $wp_version . "</b> &nbsp;&nbsp;&nbsp " ;*/echo $g2k5;
122
  }
123
 
116
  while ($mrt_wp_ver > 10){
117
  $mrt_wp_ver = $mrt_wp_ver/10;
118
  }
119
+ if ($mrt_wp_ver >= "2.8") $g2k5 = '<font color="green"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You have the latest stable version of WordPress.</font><br />';
120
+ if ($mrt_wp_ver < "2.8") $g2k5 = '<font color="red"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You need version 2.8.6. Please <a href="http://wordpress.org/download/">upgrade</a> immediately.</font><br />';
121
  /*echo "<b>" . $wp_version . "</b> &nbsp;&nbsp;&nbsp " ;*/echo $g2k5;
122
  }
123
 
images/iblogpro.jpg ADDED
Binary file
images/pagelines.jpg ADDED
Binary file
images/whitehouse.jpg ADDED
Binary file
securityscan.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Security Scan
4
  Plugin URI: http://semperfiwebdesign.com/plugins/wp-security-scan/
5
  Description: Perform security scan of WordPress installation.
6
  Author: Michael Torbert
7
- Version: 2.7.1.1
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
 
@@ -113,6 +113,29 @@ if($mrt_latest > $mrt_version)
113
  <ul><li>one-click change file/folder permissions</li><li>test for XSS vulnerabilities</li><li>intrusion detection/prevention</li><li>lock out/log incorrect login attempts</li><li>user enumeration protection</li><li>WordPress admin protection/security</li></ul>
114
  <?php }
115
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
 
117
  function wpss_mrt_meta_box2(){ ?>
118
  <div style="padding-left:10px;">
@@ -249,6 +272,7 @@ function mrt_opt_mng_pg() {
249
  add_meta_box("wpss_mrt", 'Initial Scan', "wpss_mrt_meta_box", "wpss");
250
  add_meta_box("wpss_mrt", 'System Information Scan', "wpss_mrt_meta_box2", "wpss2");
251
  add_meta_box("wpss_mrt", 'Donations', "wpss_mrt_meta_box3", "wpss3");
 
252
 
253
  ?>
254
 
@@ -264,8 +288,12 @@ add_meta_box("wpss_mrt", 'Donations', "wpss_mrt_meta_box3", "wpss3");
264
 
265
  <div style="clear:both"></div>
266
 
267
- <div style="float:left;width:500px;" class="inner-sidebar1">
268
- <?php do_meta_boxes('wpss3','advanced',''); ?>
 
 
 
 
269
  </div>
270
  </div>
271
 
4
  Plugin URI: http://semperfiwebdesign.com/plugins/wp-security-scan/
5
  Description: Perform security scan of WordPress installation.
6
  Author: Michael Torbert
7
+ Version: 2.7.1.2
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
 
113
  <ul><li>one-click change file/folder permissions</li><li>test for XSS vulnerabilities</li><li>intrusion detection/prevention</li><li>lock out/log incorrect login attempts</li><li>user enumeration protection</li><li>WordPress admin protection/security</li></ul>
114
  <?php }
115
 
116
+ function wpss_mrt_meta_box4(){ ?>
117
+ <div style="padding-left:10px;">
118
+ <div style="padding: 10px 10px 10px 10px;border: 1px solid #ddd;">
119
+ <div style="margin-bottom:30px;">
120
+ We would also like to recommend <a href="http://www.pagelines.com/wpthemes/" target="_blank">PageLines</a> for Professional WordPress Themes. They are attractive, affordable, performance optimized CMS themes that integrate perfectly with All in One SEO Pack to put your professional website at the top of the rankings.
121
+ </div>
122
+
123
+ <a target="_blank" title="iBlogPro" href="http://www.pagelines.com/wpthemes/">
124
+ <img src="<?php echo WP_PLUGIN_URL; ?>/wp-security-scan/images/iblogpro.jpg" alt="<?php _e('iBlogPro theme', 'all_in_one_seo_pack') ?>" /> </a>
125
+
126
+ <a target="_blank" title="PageLines Themes" href="http://www.pagelines.com/wpthemes/">
127
+ <img src="<?php echo WP_PLUGIN_URL; ?>/wp-security-scan/images/pagelines.jpg" alt="<?php _e('Pagelines Themes', 'all_in_one_seo_pack') ?>" /> </a>
128
+
129
+ <a target="_blank" title="WhiteHouse" href="http://www.pagelines.com/wpthemes/">
130
+ <img src="<?php echo WP_PLUGIN_URL; ?>/wp-security-scan/images/whitehouse.jpg" alt="<?php _e('WhiteHouse theme', 'all_in_one_seo_pack') ?>" /> </a>
131
+
132
+
133
+ </div>
134
+
135
+
136
+ </div>
137
+
138
+ <?php }
139
 
140
  function wpss_mrt_meta_box2(){ ?>
141
  <div style="padding-left:10px;">
272
  add_meta_box("wpss_mrt", 'Initial Scan', "wpss_mrt_meta_box", "wpss");
273
  add_meta_box("wpss_mrt", 'System Information Scan', "wpss_mrt_meta_box2", "wpss2");
274
  add_meta_box("wpss_mrt", 'Donations', "wpss_mrt_meta_box3", "wpss3");
275
+ add_meta_box("wpss_mrt", 'PageLines WordPress Themes', "wpss_mrt_meta_box4", "wpss4");
276
 
277
  ?>
278
 
288
 
289
  <div style="clear:both"></div>
290
 
291
+ <div style="float:left;width:48%;" class="inner-sidebar1">
292
+ <?php do_meta_boxes('wpss4','advanced',''); ?>
293
+ </div>
294
+
295
+ <div style="float:right; width:48%;" class="inner-sidebar1">
296
+ <?php do_meta_boxes('wpss3','advanced',''); ?>
297
  </div>
298
  </div>
299