Changeset 700270
- Timestamp:
- 04/19/2013 12:46:46 PM (13 years ago)
- Location:
- better-wp-security
- Files:
-
- 65 added
- 3 edited
-
tags/3.4.10 (added)
-
tags/3.4.10/backups (added)
-
tags/3.4.10/backups/.htaccess (added)
-
tags/3.4.10/backups/index.php (added)
-
tags/3.4.10/better-wp-security.php (added)
-
tags/3.4.10/images (added)
-
tags/3.4.10/images/index.php (added)
-
tags/3.4.10/images/shield-large.png (added)
-
tags/3.4.10/images/shield-small.png (added)
-
tags/3.4.10/inc (added)
-
tags/3.4.10/inc/admin (added)
-
tags/3.4.10/inc/admin/common.php (added)
-
tags/3.4.10/inc/admin/construct.php (added)
-
tags/3.4.10/inc/admin/content.php (added)
-
tags/3.4.10/inc/admin/css (added)
-
tags/3.4.10/inc/admin/css/style.css (added)
-
tags/3.4.10/inc/admin/hackrepair-apache.inc (added)
-
tags/3.4.10/inc/admin/hackrepair-nginx.inc (added)
-
tags/3.4.10/inc/admin/index.php (added)
-
tags/3.4.10/inc/admin/process.php (added)
-
tags/3.4.10/inc/admin/tables.php (added)
-
tags/3.4.10/inc/admin/wpcontent.php (added)
-
tags/3.4.10/inc/auth.php (added)
-
tags/3.4.10/inc/backup.php (added)
-
tags/3.4.10/inc/filecheck.php (added)
-
tags/3.4.10/inc/index.php (added)
-
tags/3.4.10/inc/secure.php (added)
-
tags/3.4.10/inc/setup.php (added)
-
tags/3.4.10/index.php (added)
-
tags/3.4.10/languages (added)
-
tags/3.4.10/languages/better-wp-security-es_ES.mo (added)
-
tags/3.4.10/languages/better-wp-security-es_ES.po (added)
-
tags/3.4.10/languages/better-wp-security-fr_FR.mo (added)
-
tags/3.4.10/languages/better-wp-security-fr_FR.po (added)
-
tags/3.4.10/languages/better-wp-security-fr_FR_HI.mo (added)
-
tags/3.4.10/languages/better-wp-security-fr_FR_HI.po (added)
-
tags/3.4.10/languages/better-wp-security-lt_LT.mo (added)
-
tags/3.4.10/languages/better-wp-security-lt_LT.po (added)
-
tags/3.4.10/languages/better-wp-security-ru_RU.mo (added)
-
tags/3.4.10/languages/better-wp-security-ru_RU.po (added)
-
tags/3.4.10/languages/better-wp-security-sk_SK.mo (added)
-
tags/3.4.10/languages/better-wp-security-sk_SK.po (added)
-
tags/3.4.10/languages/better-wp-security-tl_TL.mo (added)
-
tags/3.4.10/languages/better-wp-security-tl_TL.po (added)
-
tags/3.4.10/languages/better-wp-security.pot (added)
-
tags/3.4.10/languages/index.php (added)
-
tags/3.4.10/lib (added)
-
tags/3.4.10/lib/bit51 (added)
-
tags/3.4.10/lib/bit51/bit51.css (added)
-
tags/3.4.10/lib/bit51/bit51.php (added)
-
tags/3.4.10/lib/bit51/images (added)
-
tags/3.4.10/lib/bit51/images/bit51-small.png (added)
-
tags/3.4.10/lib/bit51/images/bit51.png (added)
-
tags/3.4.10/lib/bit51/images/facebook.png (added)
-
tags/3.4.10/lib/bit51/images/google.png (added)
-
tags/3.4.10/lib/bit51/images/index.php (added)
-
tags/3.4.10/lib/bit51/images/subscribe.png (added)
-
tags/3.4.10/lib/bit51/images/twitter.png (added)
-
tags/3.4.10/lib/bit51/index.php (added)
-
tags/3.4.10/lib/index.php (added)
-
tags/3.4.10/readme.txt (added)
-
tags/3.4.10/screenshot-1.png (added)
-
tags/3.4.10/screenshot-2.png (added)
-
tags/3.4.10/screenshot-3.png (added)
-
tags/3.4.10/screenshot-4.png (added)
-
trunk/better-wp-security.php (modified) (2 diffs)
-
trunk/lib/bit51/bit51.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
better-wp-security/trunk/better-wp-security.php
r690782 r700270 4 4 Plugin URI: http://bit51.com/software/better-wp-security/ 5 5 Description: Helps protect your Wordpress installation from attackers. Hardens standard Wordpress security by hiding vital areas of your site, protecting access to important files via htaccess, preventing brute-force login attempts, detecting attack attempts, and more. 6 Version: 3.4. 96 Version: 3.4.10 7 7 Text Domain: better-wp-security 8 8 Domain Path: /languages … … 20 20 class bit51_bwps extends bit51 { 21 21 22 public $pluginversion = '30 59'; //current plugin version22 public $pluginversion = '3060'; //current plugin version 23 23 24 24 //important plugin information -
better-wp-security/trunk/lib/bit51/bit51.php
r621519 r700270 11 11 abstract class Bit51 { 12 12 13 var $feed = 'http:// feeds.feedburner.com/Bit51'; //current address of Bit51.com feed13 var $feed = 'http://bit51.com/feed'; //current address of Bit51.com feed 14 14 15 15 /** … … 350 350 351 351 $feed = fetch_feed( $this->feed ); //get the feed 352 353 $feeditems = $feed->get_items( 0, $feed->get_item_quantity( 5 ) ); //narrow feed to last 5 items 354 355 $content = '<ul>'; //start list 356 357 if ( ! $feeditems ) { 358 359 $content .= '<li class="bit51">' . __( 'No news items, feed might be broken...', $this->hook ) . '</li>'; 352 353 if ( ! isset( $feed->errors ) ) { 354 355 $feeditems = $feed->get_items( 0, $feed->get_item_quantity( 5 ) ); //narrow feed to last 5 items 356 357 $content = '<ul>'; //start list 358 359 if ( ! $feeditems ) { 360 361 $content .= '<li class="bit51">' . __( 'No news items, feed might be broken...', $this->hook ) . '</li>'; 360 362 363 } else { 364 365 foreach ( $feeditems as $item ) { 366 367 $url = preg_replace( '/#.*/', '', esc_url( $item->get_permalink(), $protocolls = null, 'display' ) ); 368 369 $content .= '<li class="bit51"><a class="rsswidget" href="' . $url . '" target="_blank">'. esc_html( $item->get_title() ) .'</a></li>'; 370 371 } 372 373 } 374 375 $content .= '</ul>'; //end list 376 361 377 } else { 362 363 foreach ( $feeditems as $item ) { 364 365 $url = preg_replace( '/#.*/', '', esc_url( $item->get_permalink(), $protocolls = null, 'display' ) ); 366 367 $content .= '<li class="bit51"><a class="rsswidget" href="' . $url . '" target="_blank">'. esc_html( $item->get_title() ) .'</a></li>'; 368 369 } 370 371 } 372 373 $content .= '</ul>'; //end list 378 $content = __( 'It appears as if the feed is currently down. Please try again later', $this->hook ); 379 } 374 380 375 381 $this->postbox( 'bit51posts' , __( 'The Latest from Bit51', $this->hook ), $content ); //set up postbox … … 385 391 function donate() { 386 392 387 $content = __( 'Have you found this plugin useful? Please help support it\'s continued development with a donation of $20, $50, or $100!', $this->hook );393 $content = __( 'Have you found this plugin useful? Please help support it\'s continued development with a donation of $20, $50, or even $100.', $this->hook ); 388 394 389 395 $content .= '<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="' . $this->paypalcode . '"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>'; -
better-wp-security/trunk/readme.txt
r690782 r700270 6 6 Requires at least: 3.4 7 7 Tested up to: 3.5.1 8 Stable tag: 3.4. 98 Stable tag: 3.4.10 9 9 10 10 The easiest, most effective way to secure WordPress. Improve the security of any WordPress site in seconds. … … 152 152 153 153 == Changelog == 154 155 = 3.4.10 = 156 * Replaced feed with standard WordPress feed 157 * Added better error checking for feed should Feedburner (or any other provider) kill it again 154 158 155 159 = 3.4.9 =
Note: See TracChangeset
for help on using the changeset viewer.