<?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>Advanced Wordpress Tutorials &#187; Tips</title>
	<atom:link href="http://www.advancedwordpresstutorials.com/category/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.advancedwordpresstutorials.com</link>
	<description>including the basics and other Handy Tools</description>
	<lastBuildDate>Mon, 05 Dec 2011 13:26:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Security Plugins- keeping Your Blog Safe</title>
		<link>http://www.advancedwordpresstutorials.com/security-plugins-keeping-your-blog-safe</link>
		<comments>http://www.advancedwordpresstutorials.com/security-plugins-keeping-your-blog-safe#comments</comments>
		<pubDate>Sat, 26 Jun 2010 05:51:20 +0000</pubDate>
		<dc:creator>fqb1</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[WP Stuff]]></category>
		<category><![CDATA[antivirus plugin]]></category>
		<category><![CDATA[login lockdown]]></category>
		<category><![CDATA[protect your blog from hackers]]></category>
		<category><![CDATA[security plugin for wp]]></category>
		<category><![CDATA[security plugins]]></category>
		<category><![CDATA[wp antivirus]]></category>
		<category><![CDATA[wp file monitor]]></category>
		<category><![CDATA[wp hackers]]></category>
		<category><![CDATA[wp malwatch]]></category>
		<category><![CDATA[wp vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.advancedwordpresstutorials.com/?p=317</guid>
		<description><![CDATA[With all the recent attacks recently, security is on the top of most people&#8217;s mind.  There are some very simple things that you can do to make your blog  less of a target. First, how do blogs get hacked in the first place? Because of it&#8217;s design, there are many vulnerable areas in a WP [...]]]></description>
			<content:encoded><![CDATA[<p>With all the recent attacks recently, security is on the top of most people&#8217;s mind.  There are some very simple things that you can do to make your blog  less of a target.</p>
<p>First, how do blogs get hacked in the first place? Because of it&#8217;s design, there are many vulnerable areas in a WP site.In brief:</p>
<ul>
<li>Outdated plugins and themes</li>
<li>Using plugins from unknown sources</li>
<li>using an older version of WordPress</li>
<li>Weak passwords</li>
<li>using admin as your username</li>
<li>insecure or incomplete installations</li>
<li>leaving certain files on your server, such as the readme.html</li>
<li>not removing your WP version from various areas on your site.</li>
<li>keeping the default database prefix.</li>
<li>and several other ways that we&#8217;ll cover another time.</li>
</ul>
<p>Fortunately, WP has several plugins that make doing many of these security  measures a breeze.</p>
<p>Here&#8217;s a list of my favorite ones</p>
<p><a title="Login Lockdown plugin" href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank"><em><strong>Login Lockdown</strong></em></a> ~ records the IP address of every failed login attempt. If  more than a set number of attempts are detected within a short period of time  from the same IP range, then the login function is disabled for all requests from that  range. Currently the  plugin defaults to a 1 hour lock out of an IP block after 3 failed login attempts within  5 minutes. This can be modified via the Options panel and admisitrators can release locked out IP ranges  manually from the panel.</p>
<p><em><strong><a title="WP-secure" href="http://wordpress.org/extend/plugins/wp-secure-by-sitesecuritymonitorcom/" target="_blank">WP Secure</a> ~ </strong></em>does a multitude of functions that used to have be done manually, such as:</p>
<p>upgrade to the last version of wordpress<br />
check plugins that are out of date<br />
Remove error information on login-page<br />
Hide your wordpress version(frontend &amp; dashboard)<br />
Remove really simple discovery<br />
Remove Windows Live Writer<br />
Remove core update information<br />
Remove plugin &amp; theme update information<br />
Add index.php for plugin directory which hides your plugins folder<br />
Change the default admin username &amp; tests the strength of your password<br />
Restrict access to wp-config.php file, wp-includes &amp; wp-content folders<br />
Restrict wp-admin for only your Ip<br />
&#8211;&gt; Restrict access to wp-admin Manual<br />
&#8211;&gt; Check files and folder permissions</p>
<p><em><strong><a title="secure wp plugin" href="http://wordpress.org/extend/plugins/secure-wordpress/" target="_blank">Secure WordPress</a> ~</strong></em> does pretty much the same thing as WP secure, plus it also provides a  free malware and vulnerabilities scan with <a href="http://www.sitesecuritymonitor.com/">SiteSecurityMonitor.com</a></p>
<p><em><strong><a title="wp-malwatch" href="http://wordpress.org/extend/plugins/wp-malwatch/" target="_blank">WP-MalWatch</a> ~</strong></em> is a scanner designed to help  alert you when hackers have been at work inside your blog. WP Malwatch <strong>does not</strong> protect your blog, it only logs suspicious events and alerts you possible security breaches.</p>
<p><em><strong><a title="Antivirus" href="http://wordpress.org/extend/plugins/antivirus/" target="_blank">AntiVirus</a> ~</strong> </em>scans your blog for exploits and spam injections and provides anti-virus  protection for your blog. Although it&#8217;s a very useful plugin, many themes will show a false positive, because it doesn&#8217;t recognize some of the code that is used.</p>
<p><strong><em><a title="WP file monitor" href="http://wordpress.org/extend/plugins/wordpress-file-monitor/" target="_blank">WordPress File Monitor </a>~</em></strong> monitors your WP site for added/deleted/changed files.   When a change is detected an email alert can be sent to a specified  address. Be aware that whenever a plugin updates, or creates any change, you will be notified.</p>
<p>There are many others out there. As I test them out, I will tell you what I think.</p>
<p>Look them over and choose the ones that you like best. I have them all installed and have not had any compatibility problems so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.advancedwordpresstutorials.com/security-plugins-keeping-your-blog-safe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving a WordPress Site to another server</title>
		<link>http://www.advancedwordpresstutorials.com/moving-a-wordpress-site-to-another-server</link>
		<comments>http://www.advancedwordpresstutorials.com/moving-a-wordpress-site-to-another-server#comments</comments>
		<pubDate>Wed, 30 Dec 2009 22:48:22 +0000</pubDate>
		<dc:creator>madison</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.advancedwordpresstutorials.com/?p=290</guid>
		<description><![CDATA[Moving an already installed WordPress site to another server can seem a daunting task. This requires moving all Files and the Database from the old account to the new account. Domain Name remains the same If you are moving the site onto a different server and using the same domain name, then it&#8217;s a simple [...]]]></description>
			<content:encoded><![CDATA[<p>Moving an already installed WordPress site to another server can seem a daunting task. This requires moving all Files and the Database from the old account to the new account.</p>
<h2>Domain Name remains the same</h2>
<p>If you are moving the site onto a different server and using the same domain name, then it&#8217;s a simple matter to export(backup) the site files and the Database and import them onto the new server. Made much easier if the hosting account has Cpanel.</p>
<h2>Moving to a different URL</h2>
<p>If the installed version is living on a domain that is different to the one it&#8217;s being moved too, then it gets a little more complicated.</p>
<p>WordPress Stores absolute URL&#8217;s inside the Database itself so if you change the sites URL, things won&#8217;t match up.</p>
<h2>There is an easy solution.</h2>
<p>The team over at <a title="JustCoded Team" href="http://Justcoded.com" target="_blank">Justcoded.com</a> have come up with a little script that performs all the necessary changes for you. You can read more about that, and get the script from</p>
<p><a title="Moving a WordPress Site to another server" href="http://justcoded.com/article/wordpress-tips-moving-site-to-another-server/" target="_blank">http://justcoded.com/article/wordpress-tips-moving-site-to-another-server/</a>.</p>
<p>I&#8217;ve not yet tried it, but I  will because I&#8217;ll soon be moving some of my development sites I have installed on my onto some of my hosting accounts. Plus I&#8217;m sure some of my students will want to do the same thing at some stage.</p>
<p>Thanks to the &#8220;JustCoded&#8221; Team for providing this and some other useful tips on their site.</p>
<p><em>(I&#8217;m not affiliated with JustCoded &#8211; I just like what they have done. So if you do get to use them for any projects, I don&#8217;t get anything in return.)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.advancedwordpresstutorials.com/moving-a-wordpress-site-to-another-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

