<?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>Make Money from Blogs &#187; Security</title>
	<atom:link href="http://earn-cash-tips.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://earn-cash-tips.com</link>
	<description>Articles on how to improve your money making abilities</description>
	<lastBuildDate>Thu, 17 Nov 2011 09:19:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quick Security Checklist for Webmasters &#8211; from the Google Blog</title>
		<link>http://earn-cash-tips.com/2010/02/quick-security-checklist-for-webmasters-from-the-google-blog/</link>
		<comments>http://earn-cash-tips.com/2010/02/quick-security-checklist-for-webmasters-from-the-google-blog/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:54:25 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[Optimize]]></category>

		<guid isPermaLink="false">http://earn-cash-tips.com/?p=374</guid>
		<description><![CDATA[<p>For many people, getting content onto a web page is the most important part of developing traffic and ensuring that you increase the chances of earning revenue. However, consider that you need to ensure that your page remains on the internet, and does not get hacked, something that is happening with a higher frequency nowadays. [...]]]></description>
			<content:encoded><![CDATA[<p>For many people, getting content onto a web page is the most important part of developing traffic and ensuring that you increase the chances of earning revenue. However, consider that you need to ensure that your page remains on the internet, and does not get hacked, something that is happening with a higher frequency nowadays. But what can do you ? Well, you can find out more, learn about the steps you can take to increase the security level of your site, and you can read the information at this Google Help Page (<a href="http://googlewebmastercentral.blogspot.com/2007/09/quick-security-checklist-for-webmasters.html" target="_blank">link to article</a>)</p>
<blockquote><p>
Check your server configuration.<br />
Stay up-to-date with the latest software updates and patches.<br />
Regularly keep an eye on your log files.<br />
Check your site for common vulnerabilities.<br />
Be wary of third-party content providers.<br />
Try a Google site: search to see what&#8217;s indexed.<br />
Use Google&#8217;s Webmaster Tools.<br />
Use secure protocols.
</p></blockquote>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://earn-cash-tips.com/2010/02/quick-security-checklist-for-webmasters-from-the-google-blog/' addthis:title='Quick Security Checklist for Webmasters &#8211; from the Google Blog '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://earn-cash-tips.com/2010/02/quick-security-checklist-for-webmasters-from-the-google-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protecting your .htaccess file &#8211; a tutorial</title>
		<link>http://earn-cash-tips.com/2009/12/protecting-your-htaccess-file-a-tutorial/</link>
		<comments>http://earn-cash-tips.com/2009/12/protecting-your-htaccess-file-a-tutorial/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 18:35:53 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Protect]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Article]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Traffic]]></category>

		<guid isPermaLink="false">http://earn-cash-tips.com/?p=298</guid>
		<description><![CDATA[<p>For slightly more advanced users, securing your blog or web host is an important part of ensuring the security. However, people tend to quake when it comes to doing such operations, and there is a heightened sense of fear at making any changes that could end up corrupting your settings or otherwise tampering with the [...]]]></description>
			<content:encoded><![CDATA[<p>For slightly more advanced users, securing your blog or web host is an important part of ensuring the security. However, people tend to quake when it comes to doing such operations, and there is a heightened sense of fear at making any changes that could end up corrupting your settings or otherwise tampering with the smooth operations of your server. And not everybody can afford to hire expensive consultants for helping in this regard. However, here is a tutorial that could help you understand more about what .htaccess does, and how do you tweak your settings (<a href="http://www.josiahcole.com/2007/07/11/almost-perfect-htaccess-file-for-wordpress-blogs/" target="_blank">learn more</a>). Some of the stuff you can learn in the article is:</p>
<blockquote><p>
This quick tutorial will provide you with an htaccess file that does the following:<br />
1. Protects itself (security)<br />
2. Turns the digital signature off (security)<br />
3. Limits upload size (security)<br />
4. Protects wp-config.php (security)<br />
5. Gives access permission to all visitors with exceptions (security, usability)<br />
6. Specifies custom error documents (usability)<br />
7. Disables directory browsing (security)<br />
8. Redirect old pages to new (optional)<br />
9. Disables image hotlinking (bandwidth)<br />
10. Enables PHP compression (bandwidth)<br />
11. Sets the canonical or “standard” url for your site (seo, usability)
</p></blockquote>
<p>Once you get this done, you will have increased the security level of your site,  as well as being able to handle visitors.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://earn-cash-tips.com/2009/12/protecting-your-htaccess-file-a-tutorial/' addthis:title='Protecting your .htaccess file &#8211; a tutorial '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://earn-cash-tips.com/2009/12/protecting-your-htaccess-file-a-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn more about hardening WordPress at Codex</title>
		<link>http://earn-cash-tips.com/2009/12/learn-more-about-hardening-wordpress-at-codex/</link>
		<comments>http://earn-cash-tips.com/2009/12/learn-more-about-hardening-wordpress-at-codex/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 19:14:50 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Protect]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://earn-cash-tips.com/?p=296</guid>
		<description><![CDATA[<p>As part of a security policy for your WordPress installation, you should learn about hardening of the installation. The Hardening WordPress page at the Codex (link) contains a lot of information about how to harden your installation, getting rid of security risks and making your blog more secure. The entire process is geared towards not [...]]]></description>
			<content:encoded><![CDATA[<p>As part of a security policy for your WordPress installation, you should learn about hardening of the installation. The Hardening WordPress page at the Codex (<a href="http://codex.wordpress.org/Hardening_WordPress" target="_blank">link</a>) contains a lot of information about how to harden your installation, getting rid of security risks and making your blog more secure. The entire process is geared towards not only increasing the security of your WordPress, but also ensuring that you have a regular backup, as also to increase the number of security compartments in your installation such that even if you have a security breach, you are able to prevent the attacker from going through your entire installation.<br />
The process starts with ensuring that the computer from which you operate your account remotely is secure, free from viruses and other security risks; that the host which runs your site can be trusted to deploy the latest patches and other such updates; using a more secure network connection to the admin section of your blog and being careful about where all you sit down to administer your network from; having a good and safe password; locking down your file permissions.<br />
The page also explains about ensuring that your wp-admin folder is properly protected, including adding a second level of protection; it is also important to protect your wp-config file.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://earn-cash-tips.com/2009/12/learn-more-about-hardening-wordpress-at-codex/' addthis:title='Learn more about hardening WordPress at Codex '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://earn-cash-tips.com/2009/12/learn-more-about-hardening-wordpress-at-codex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress security tips (part 9) &#8211; Plugins to secure your blog</title>
		<link>http://earn-cash-tips.com/2009/12/wordpress-security-tips-part-9-plugins-to-secure-your-blog/</link>
		<comments>http://earn-cash-tips.com/2009/12/wordpress-security-tips-part-9-plugins-to-secure-your-blog/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 14:22:53 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Block]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Protect]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://earn-cash-tips.com/?p=286</guid>
		<description><![CDATA[<p>In continuation of an earlier series of posts towards making your WordPress installation more secure, here are some more plugins and steps to increase the security of your WordPress installation. An important plugin that can help in ensuring that you are able to detect the security leaks in your WordPress installation is called &#8220;WordPress scanner&#8221;.</p> [...]]]></description>
			<content:encoded><![CDATA[<p>In continuation of an earlier series of posts towards making your WordPress installation more secure, here are some more plugins and steps to increase the security of your WordPress installation. An important plugin that can help in ensuring that you are able to detect the security leaks in your WordPress installation is called &#8220;WordPress scanner&#8221;.</p>
<p>WordPress scanner (<a href="http://blogsecurity.net/wordpress/tools/wp-scanner" target="_blank">learn more at this link</a>).<br />
Running it is fairly simple, you have to move a plugin to your plugins directory and activate it. The plugin will add a link to your WordPress template. Once you are done, you need to disable the plugin (and be sure to do so). Once you have activated the plugin, you need to go to the wpscan page (<a href="http://blogsecurity.net/wpscan" target="_blank">link</a>) and enter your blog details.</p>
<p>In addition to plugins, you need to evaluate the following.<br />
- Check with your web hosts about whether directory browsing is allowed by default, if no index.html file is present. A lot of hosts have turned that off by default, but if it is on, then you should add an index.html file in your plugins directory; you don&#8217;t want people to know which plugins you are using<br />
- Keep your WordPress installation updated, and one way to do the automatically is by using the &#8220;WordPress Automatic Upgrade plugin&#8221; (<a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin-update.html" target="_blank">link</a>) &#8211; Also, WordPress 2.7 onwards has an integrated update feature which you should use.<br />
- Check for the security levels on your Forms / Comments input page. Use a more secure mailer for WordPress (<a href="http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/" target="_blank">Secure Form Mailer Plugin For WordPress</a>)<br />
- Don&#8217;t use plugins without reading a bit more about them. Plugins are made with the best of intentions, but it is quite possible that a plugin can lead to a security hole.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://earn-cash-tips.com/2009/12/wordpress-security-tips-part-9-plugins-to-secure-your-blog/' addthis:title='WordPress security tips (part 9) &#8211; Plugins to secure your blog '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://earn-cash-tips.com/2009/12/wordpress-security-tips-part-9-plugins-to-secure-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress security tips (part 8) &#8211; Plugins to secure your blog</title>
		<link>http://earn-cash-tips.com/2009/11/wordpress-security-tips-part-8-plugins-to-secure-your-blog/</link>
		<comments>http://earn-cash-tips.com/2009/11/wordpress-security-tips-part-8-plugins-to-secure-your-blog/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 15:14:23 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Block]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Prevent]]></category>
		<category><![CDATA[Protect]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Extend]]></category>
		<category><![CDATA[Intercept]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://earn-cash-tips.com/?p=284</guid>
		<description><![CDATA[<p>In continuance of an exploration of a series of articles that explore how to increase the security level of your WordPress blog, I will be presenting information on 2 more plugins in this post. These deal with increasing the security level of the Admin section of your blog (very important) through the use of SSL; [...]]]></description>
			<content:encoded><![CDATA[<p>In continuance of an exploration of a series of articles that explore how to increase the security level of your WordPress blog, I will be presenting information on 2 more plugins in this post. These deal with increasing the security level of the Admin section of your blog (very important) through the use of SSL; this increases the security of the connection between your client and the Admin section of your blog by adding a higher level of encryption for the transmission of information (thus ensuring that it is more difficult to intercept this password).</p>
<p>Admin SSL:<br />
This plugin enhances the security level of the admin and wordpress login pages. Read more at this <a href="http://haris.tv/2007/04/24/admin-ssl-new-wordpress-plugin/" target="_blank">link</a>.</p>
<blockquote><p>
- Supports All SSL Setups (Private and Shared)<br />
- Encrypts cookie contents<br />
- Compatible with all versions of PHP 4 and 5<br />
- Easy to install (1 file uploaded)
</p></blockquote>
<p>Force SSL Plugin:<br />
This plugin ensures a much higher level of security for your entire blog, forcing your users to use SSL. However, you will need to get a certificate for your blog, and that can be somewhat expensive, from a 3rd party certificate provider. This method ensures that your interaction between the client and the server is free of interception.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://earn-cash-tips.com/2009/11/wordpress-security-tips-part-8-plugins-to-secure-your-blog/' addthis:title='WordPress security tips (part 8) &#8211; Plugins to secure your blog '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://earn-cash-tips.com/2009/11/wordpress-security-tips-part-8-plugins-to-secure-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

