I just finished this new Backup Plugin for WordPress. It started from a spin-off features I’ve added to my SQL Reports Plugin. I have really dialed in all the important aspects of a database backup in this new plugin and not going to stop there. I have plans to add more backup options soon.
New plugin – EZ Google Analytics
This plugin includes your Google Analytics tracking code on your pages and posts.
Download it here: wordpress.org
Spanish translation added in last release
Thanks to Andrew Kurtis of webhostinghub.com my plugin has now been translated into Spanish of by Jelena Kovacevic. The new language files were tested and packaged in the last release. Now, if you have WPLANG defined as ‘es_ES’ in your wp-config.php file then the Anti-Malware Settings and Scan pages will be output en Español :-)
I’m also thinking of creating a facebook page for my plugin to get more feedback and collaboration form my users. Have some big ideas I would like share and get some help with to move this plugin forward. Leave a comment here and let me know what you think. Would you follow me on facebook? comment, Yes or No.
Added automated database backups to my SQL plugin
I just released a major update for my SQL Reports plugin. The new version, 3.06.14, has a lot of exciting new features like automatic scheduled backups of your database, and the ability to save archives of your DB and have them emailed to you. You can also retore these backups directly into your native WP DB or to an external database. The plugin uses the WordPress CRON API to schedule hourly and/or daily DB backups.
I also added a quick and easy shortcode for displaying a single variable from an SQL query. Just wrap your SQL query in the sqlgetvar short code like this:
This SQL Query has not been allowed by an Administrator.
Have fun with these new features and let me know if you have any ideas or suggestions for improvements.
Just what do you think you are doing, Dave?
In the last two weeks I have been working on perfecting a patch for the wp-login.php page that will prevent a swarm of brute-force attacks from guessing your password or bringing down your server. When I first released this patch it was a bit overzealous and caused a few people to be temporarily locked out of their own blogs as their login attempts were incorrectly identified as brute-force attacks.
This patch of mine has also caused a small wave of paranoia because it displays the unconventional (and a possibly spooky) message “Just what do you think you are doing, Dave?“ whenever brute-force or too many failed logins is detected. This message is a quote from the movie 2001: A Space Odyssey. Even though I intended this message to bring out the humor of the situation, I also feel it is very relevant (unless your name is not Dave :-)
The linked response “Open the Pod bay doors, HAL!“ also a quote from the same movie and it’s just there to link you back to the login page should you wan to try to login again.
I have also received many inquiries as to why the wp-login.php file is flagged as an WP Login Exploit on every install of WordPress, even brand new installs of the most current version. This is simply because WordPress has no built-in brute-force protection and it’s login page is exploitable. It has been clearly demonstrated through the widespread attacks on login pages around the world as of late that it is not only vulnerable to password cracks via brute-force but it also has been shown to overload and bring down a whole server if the attacks are too numerous. That is why my patch also prevents the loading of the WordPress bootstrap if a brute-force attack is detected so that your server’s resources are not tied up just telling hackers if they guessed the right password or not.
I hope this helps answer your questions about this new threat and my approach to solving it. Feel free to leave a comment if I could do better explaining anything.
Clean Energy solution by Dan Tracy
This is a great project from my friend Dan that we all need to support.
Via. http://www.kickstarter.com/projects/1354200512/pacific-sky-power
The world needs more clean energy but for many people, the cost is too high. Building on the successes of conventional wind power technology, Pacific Sky Power has developed affordable wind turbines that can be used at many different locations. If you don’t have a good spot for installation, we also have towers. These systems are good starter kits for learning about this technology.
Wind turbines convert kinetic energy from the wind into mechanical energy which spins a generator to produce clean electricity. Our wind turbine is rated at 15 watts which can be used for charging 12 volt batteries. They’re great for camping, on boats and science projects. The 30 and 45 watt wind turbine systems include multiple turbines on a specialized tower.
Technical Specifications
Startup wind speed: 8 mph
Survival wind speed: 40 mph
Rotor type: Horizontal axis
Number of blades: 2
Blade material: GWS plastic
Rotor diameter: 15″
Generator type: Brushed 30 volt DC motor
Battery charging: 12 volt DC
Operable rpm: 200 to 1800 rpm
Weight: 1 lb
Power cable length: 10 ft
Output: 15 watts
Over speed protection: Yes
I added a shortcode for preg_replace to my SHORTcURL Plugin
Now, with a shortcode for the single most powerful PHP function there is (preg_replace), I dare to imagine that there is nothing that this simple plugin cannot do.
If you know what this amazing function, preg_replace, is capable of then put it to the test.
Here is an example of the syntax for the new new shortcode that calls preg_replace:
[preg_replace replace=”/to be searched/” with=”I replaced”]<li>The content to be searched</li>[/preg_replace]
and this is what you get:
Added the ability to Move comments and modify Karma
I released an update to this Comment Testimonials plugin that makes it easy to manually change the Comment Karma from the main comments section in your WordPress Admin.
You can also move comments, from the page or post that they were made on, to any page or post you want them to be on.
Impossibilities of the world
My new Plugin for making cURL calls
I created this plugin that uses a shortcode to call wp_remote_get with parameters you pass to parsed and display a bit of HTML from a page on another site. You can include this shortcode in your page or post.
Here is an example of the shortcode that will display the Download Stats page for this Plugin on WordPress.org:
[remote_get url="https://wordpress.org/plugins/shortcurl/" start='<div class="entry-meta"' stop='!-- .entry-meta --' length="-1"]
.
and this is what you get: