<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Blog Host Video Tutorials &#187; plugins</title>
	<atom:link href="http://wpbloghost.tv/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpbloghost.tv</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 31 Aug 2011 00:21:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Guarding WordPress Against Hacker URL Requests</title>
		<link>http://wpbloghost.tv/block-bad-requests/</link>
		<comments>http://wpbloghost.tv/block-bad-requests/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:01:11 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Adding To WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=206</guid>
		<description><![CDATA[Update: This plugin can now be found in the WordPress plugin repository for easy installs. I was skimming through my Google FeedReader the other day and read an excellent article by Jeff Starr of Perishable Press which showed us how to create a very simple plugin to help protect our WordPress sites from malicious WordPress [...]


Related posts:<ol><li><a href='http://wpbloghost.tv/seo-egghead-wordpress-firewall-plugin/' rel='bookmark' title='SEO Egghead WordPress Firewall Plugin Video Overview'>SEO Egghead WordPress Firewall Plugin Video Overview</a></li>
<li><a href='http://wpbloghost.tv/how-to-upgrade-wordpress-manually/' rel='bookmark' title='How To Upgrade WordPress Manually'>How To Upgrade WordPress Manually</a></li>
<li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> This plugin can now be found in the <a href="http://wordpress.org/extend/plugins/block-bad-queries/" target="_blank">WordPress plugin repository</a> for easy installs.</p>
<p>I was skimming through my Google FeedReader the other day and <a title="Perishable Press" href="http://perishablepress.com/press/2009/12/22/protect-wordpress-against-malicious-url-requests/" target="_blank">read an excellent article</a> by Jeff Starr of Perishable Press which showed us how to create a very simple plugin to help protect our WordPress sites from malicious WordPress crackers.</p>
<p>He found this code in the <a title="Code collaboration." href="http://pastebin.com/pastebin.php?help=1" target="_blank">pastebin repository</a>, a site where people who write computer code can come together and help one another.</p>
<p>A dead giveaway that someone is trying to hack into your blog is when you see terms like the following being used:</p>
<ul>
<li>base64()</li>
<li>eval()</li>
</ul>
<p>The plugin shown below will attempt to block such requests. So with that, let&#8217;s get on to the tutorial.</p>
<h3>The How-To Video</h3>
<p>Remember you can click the &#8220;full view&#8221; button to see it a little better.</p>
<p><embed src="http://blip.tv/play/AYG502oC" type="application/x-shockwave-flash" width="480" height="390" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<h3>Step-by-Step</h3>
<p><strong>Step1:</strong> Head over to Perishable Press and copy the code Jeff shows us by <a href="http://perishablepress.com/press/2009/12/22/protect-wordpress-against-malicious-url-requests/" target="_blank" title="Copy the code over here">clicking here</a> (link opens in a new window).</p>
<p><strong>Step 2:</strong> Open a text editor and paste the code in. Be sure to save the file as a .php file (for example, <strong>block-bad-requests.php</strong>).</p>
<p><strong>Step 3:</strong> Zip up the file you just created using a zip program like <a href="http://www.winzip.com/index.htm" target="_blank" title="Zip utility">WinZip</a> or the zip utility that comes with Windows.</p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/2-zip-file.jpg" alt="zip the file" title="zip the file" width="580" height="373" class="aligncenter size-full wp-image-210" /></p>
<p><strong>Step4:</strong> Upload, install, and activate the plugin.</p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/add-new-plugin.jpg" alt="" title="Add a new plugin." width="206" height="182" class="aligncenter size-full wp-image-212" /></p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/upload-plugin.jpg" alt="" title="upload-plugin" width="567" height="348" class="aligncenter size-full wp-image-213" /></p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/install-plugin.jpg" alt="" title="install-plugin" width="570" height="294" class="aligncenter size-full wp-image-214" /></p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/activate-plugin.jpg" alt="" title="activate-plugin" width="538" height="269" class="aligncenter size-full wp-image-215" /></p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/done.jpg" alt="" title="done" width="290" height="174" class="aligncenter size-full wp-image-216" /></p>
<p>Quick, simple, and effective.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/seo-egghead-wordpress-firewall-plugin/' rel='bookmark' title='SEO Egghead WordPress Firewall Plugin Video Overview'>SEO Egghead WordPress Firewall Plugin Video Overview</a></li>
<li><a href='http://wpbloghost.tv/how-to-upgrade-wordpress-manually/' rel='bookmark' title='How To Upgrade WordPress Manually'>How To Upgrade WordPress Manually</a></li>
<li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/block-bad-requests/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>How To Backup Your WordPress Blog&#8217;s Database With A Plugin</title>
		<link>http://wpbloghost.tv/wordpress-database-backup-plugin/</link>
		<comments>http://wpbloghost.tv/wordpress-database-backup-plugin/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 04:00:20 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Adding To WordPress]]></category>
		<category><![CDATA[Must Know]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=199</guid>
		<description><![CDATA[In this video tutorial, I&#8217;ll show you how to backup your WordPress blog&#8217;s database using the WordPress Database Backup plugin by Austin Matzko. Keeping a recent backup of your blog is a mandatory step for bloggers. Set this plugin up to email you a copy of your database at least once a week. It&#8217;s good [...]


Related posts:<ol><li><a href='http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/' rel='bookmark' title='How To Backup Your WordPress Database Using phpMyAdmin'>How To Backup Your WordPress Database Using phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/wordpress-share-database/' rel='bookmark' title='How To Set Up Multiple Installs of WordPress To Share One Database'>How To Set Up Multiple Installs of WordPress To Share One Database</a></li>
<li><a href='http://wpbloghost.tv/how-to-fully-backup-your-wordpress-blog-at-wp-blog-host/' rel='bookmark' title='How to Fully Backup Your WordPress Blog at WP Blog Host'>How to Fully Backup Your WordPress Blog at WP Blog Host</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In this video tutorial, I&#8217;ll show you how to backup your WordPress blog&#8217;s database using the <a href="http://ilfilosofo.com/blog/wp-db-backup/">WordPress Database Backup plugin</a> by Austin Matzko.</p>
<p>Keeping a recent backup of your blog is a mandatory step for bloggers. Set this plugin up to email you a copy of your database at least once a week. It&#8217;s good practice to keep database backups for at least 1 year.</p>
<p><center><br />
<embed src="http://blip.tv/play/AYGyrAIA" type="application/x-shockwave-flash" width="580" height="490" allowscriptaccess="always" allowfullscreen="true"></embed><br />
</center></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/' rel='bookmark' title='How To Backup Your WordPress Database Using phpMyAdmin'>How To Backup Your WordPress Database Using phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/wordpress-share-database/' rel='bookmark' title='How To Set Up Multiple Installs of WordPress To Share One Database'>How To Set Up Multiple Installs of WordPress To Share One Database</a></li>
<li><a href='http://wpbloghost.tv/how-to-fully-backup-your-wordpress-blog-at-wp-blog-host/' rel='bookmark' title='How to Fully Backup Your WordPress Blog at WP Blog Host'>How to Fully Backup Your WordPress Blog at WP Blog Host</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/wordpress-database-backup-plugin/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

