New Backup Plugin for WordPress

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.

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.


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:

  • The content I replaced

  • 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.


    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='&lt;div class="entry-meta"' stop='!-- .entry-meta --' length="-1"].
    and this is what you get: