Changeset 1226392
- Timestamp:
- 08/20/2015 05:06:53 PM (11 years ago)
- Location:
- total-security
- Files:
-
- 76 added
- 1 deleted
- 3 edited
-
tags/3.3 (added)
-
tags/3.3/css (added)
-
tags/3.3/css/admin.css (added)
-
tags/3.3/css/bookmarklet.css (added)
-
tags/3.3/css/snippet.min.css (added)
-
tags/3.3/images (added)
-
tags/3.3/images/_16x16-3.png (added)
-
tags/3.3/images/_16x16.png (added)
-
tags/3.3/images/ajax-loader.gif (added)
-
tags/3.3/images/bg.png (added)
-
tags/3.3/images/error2.png (added)
-
tags/3.3/images/ext (added)
-
tags/3.3/images/ext/_no.png (added)
-
tags/3.3/images/ext/css.png (added)
-
tags/3.3/images/ext/data.png (added)
-
tags/3.3/images/ext/exe.png (added)
-
tags/3.3/images/ext/f1.png (added)
-
tags/3.3/images/ext/f2.png (added)
-
tags/3.3/images/ext/flash.png (added)
-
tags/3.3/images/ext/html.png (added)
-
tags/3.3/images/ext/java.png (added)
-
tags/3.3/images/ext/jpg.png (added)
-
tags/3.3/images/ext/js.png (added)
-
tags/3.3/images/ext/pdf.png (added)
-
tags/3.3/images/ext/php.png (added)
-
tags/3.3/images/ext/txt.png (added)
-
tags/3.3/images/ext/zip.png (added)
-
tags/3.3/images/h3_icons (added)
-
tags/3.3/images/h3_icons/addthis.png (added)
-
tags/3.3/images/h3_icons/bug.png (added)
-
tags/3.3/images/h3_icons/code.png (added)
-
tags/3.3/images/h3_icons/facebook.png (added)
-
tags/3.3/images/h3_icons/googleplus.png (added)
-
tags/3.3/images/h3_icons/locate.png (added)
-
tags/3.3/images/h3_icons/star.png (added)
-
tags/3.3/images/h3_icons/twitter.png (added)
-
tags/3.3/images/info.png (added)
-
tags/3.3/images/info0.png (added)
-
tags/3.3/images/info2.png (added)
-
tags/3.3/images/loading.gif (added)
-
tags/3.3/images/success.png (added)
-
tags/3.3/images/warning.png (added)
-
tags/3.3/js (added)
-
tags/3.3/js/admin.js (added)
-
tags/3.3/js/jquery.blockUI.js (added)
-
tags/3.3/js/snippet.min.js (added)
-
tags/3.3/lang (added)
-
tags/3.3/lang/Help translating it.url (added)
-
tags/3.3/lang/total-security-ru_RU.mo (added)
-
tags/3.3/libs (added)
-
tags/3.3/libs/bookmarklet (added)
-
tags/3.3/libs/bookmarklet/_footer.php (added)
-
tags/3.3/libs/bookmarklet/_head.php (added)
-
tags/3.3/libs/bookmarklet/password_hash.php (added)
-
tags/3.3/libs/brute-force-dictionary.txt (added)
-
tags/3.3/libs/hashes-4.3.php (added)
-
tags/3.3/modules (added)
-
tags/3.3/modules/class-p2.php (added)
-
tags/3.3/modules/class-p3.php (added)
-
tags/3.3/modules/class-p4.php (added)
-
tags/3.3/modules/class-p5.php (added)
-
tags/3.3/modules/class-p7.php (added)
-
tags/3.3/modules/class-process.php (added)
-
tags/3.3/modules/inc-p1.php (added)
-
tags/3.3/modules/inc-p2.php (added)
-
tags/3.3/modules/inc-p3.php (added)
-
tags/3.3/modules/inc-p4.php (added)
-
tags/3.3/modules/inc-p5.php (added)
-
tags/3.3/modules/inc-p6.php (added)
-
tags/3.3/modules/inc-p7.php (added)
-
tags/3.3/modules/inc-popup.php (added)
-
tags/3.3/modules/inc-sidebar.php (added)
-
tags/3.3/readme.txt (added)
-
tags/3.3/total-security.php (added)
-
tags/3.3/uninstall.php (added)
-
trunk/libs/hashes-4.2.3.php (deleted)
-
trunk/libs/hashes-4.3.php (added)
-
trunk/modules/inc-sidebar.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/total-security.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
total-security/trunk/modules/inc-sidebar.php
r1144849 r1226392 27 27 28 28 //---------------------------------------- 29 echo '<div class="postbox"><div class="handlediv" title="'.__('Click to toggle', $this->hook) .'"><br /></div><h3 class="hndle"><span>'. __( 'Notices', $this->hook ) . '</span></h3>';30 echo '<div class="inside">';31 29 32 $rss = @fetch_feed( $this->sbar_rss );33 if ( is_object($rss) ) {34 if ( is_wp_error($rss) ) {35 echo 'Newsfeed could not be loaded.';36 } else {37 echo '<ul class="sidebnews">';38 foreach ( $rss->get_items(0, 5) as $item ) {39 $link = $item->get_link();40 while ( stristr($link, 'http') != $link )41 $link = substr($link, 1);42 $link = esc_url(strip_tags($link));43 $title = esc_attr(strip_tags($item->get_title()));44 if ( empty($title) )45 $title = __('Untitled');46 $date = $item->get_date();47 $diff = '';48 if ( $date ) {49 $diff = human_time_diff( strtotime($date, time()) );50 if ( $date_stamp = strtotime( $date ) )51 $date = date_i18n( get_option( 'date_format' ), $date_stamp );52 else53 $date = '';54 }55 echo '<li><a title="'. $date .'" target="_blank" href="'. $link .'">'. $title.' <em class="none">'. $diff.'</em></a></li>';56 }57 echo'</ul>';58 } // if feed error59 }60 echo '</div></div>';61 30 //---------------------------------------- 62 31 echo '</div></div>'; -
total-security/trunk/readme.txt
r1209364 r1226392 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8DHY4NXW35T4Y 5 5 Tags: security, scan ,scanner, hack, exploit, secure, malware, phishing, vulnerability, scours, unsafe, total, 404 log, error 404, stealth login, hidden login, Bookmarklet,Log Viewer, debug.log 6 Requires at least: 4. 2.37 Tested up to: 4. 2.38 Stable tag: 3. 2.76 Requires at least: 4.3 7 Tested up to: 4.3 8 Stable tag: 3.3 9 9 License: GPLv2 or later 10 10 … … 128 128 129 129 == Changelog == 130 * 3.3 131 * IMPROVED - Compatibility with WordPress 4.3 132 130 133 * 3.2.7 131 134 * IMPROVED - Compatibility with WordPress 4.2.3 … … 262 265 * 1.0 263 266 * Initial release 267 268 == Upgrade Notice == 269 270 = 3.3 = 271 IMPORTANT: After upgrade, Deactivate and Activate the plugin to update the files of mobile theme. -
total-security/trunk/total-security.php
r1209364 r1226392 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.76 * Version: 3.3 7 7 * Author: Fabrix DoRoMo 8 8 * Author URI: http://fabrix.net … … 14 14 15 15 class Total_Security { 16 public $min_wp_ver = '4. 2.3'; //17 public $pluginversion = '3. 2.7';18 19 public $php_lastver = '5.6. 8'; // PHP - http://php.net/downloads.php20 public $mySQL_lastver = '5.6.2 4'; // MYSQL - http://dev.mysql.com/downloads/16 public $min_wp_ver = '4.3'; // 17 public $pluginversion = '3.3'; 18 19 public $php_lastver = '5.6.12'; // PHP - http://php.net/downloads.php 20 public $mySQL_lastver = '5.6.26'; // MYSQL - http://dev.mysql.com/downloads/ 21 21 22 22 public $pluginname = 'Total Security';
Note: See TracChangeset
for help on using the changeset viewer.