<?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>Wordpress Fix</title>
	<atom:link href="http://wordpressfix.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpressfix.com</link>
	<description>We Fix Wordpress.</description>
	<lastBuildDate>Thu, 01 Jul 2010 09:54:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Secure Wordpress</title>
		<link>http://wordpressfix.com/uncategorized/how-to-secure-wordpress/</link>
		<comments>http://wordpressfix.com/uncategorized/how-to-secure-wordpress/#comments</comments>
		<pubDate>Mon, 31 May 2010 23:40:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hack WordPress]]></category>
		<category><![CDATA[securing WordPress]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[WordPress for dummies]]></category>
		<category><![CDATA[WordPress hacking]]></category>
		<category><![CDATA[WordPress security exploits]]></category>

		<guid isPermaLink="false">http://wordpressfix.com/?p=41</guid>
		<description><![CDATA[There are a number of steps that you can take to secure your  WordPress installation from hackers and common exploits. Most hackers use commonly exploited holes in the system that are already well known. This is why it is typically stressed to keep your  WordPress installation and plugins up to date. So that [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>There are a number of steps that you can take to secure your  WordPress installation from hackers and common exploits. Most hackers use commonly exploited holes in the system that are already well known. This is why it is typically stressed to keep your  WordPress installation and plugins up to date. So that any patches that have been applied for these known vulnerabilities will be applied to your  WordPress installation to help prevent these attacks from being successful.</p>
<p>Many of these &#8220;hackers&#8221; are actually using scripts that can quickly break into your  WordPress installation using common settings and other methods to compromise the files. You can prevent most of these attacks by applying a few common security tactics to your  WordPress installation.</p>
<p>If you’ve been hacked</p>
<p>1. Upgrade to the latest version of WordPress.<br />
2. Make sure there are no backdoors or malicious code left on your system. This will be in the form of scripts left by the hacker, or modifications to existing files. Check your theme files too.<br />
3. Change your<a href="http://wordpressfix.com/wp-content/uploads/2010/05/secure.png"><img class="alignleft size-full wp-image-42" title="secure" src="http://wordpressfix.com/wp-content/uploads/2010/05/secure.png" alt="" width="280" height="280" /></a> passwords after upgrading and make sure the hacker didn’t create another user.<br />
4. Edit your wp-config.php and change or create the SECRET_KEY definition. It should look like this, but do not use the same key or it won’t be very secret, will it?</p>
<p>define(‘SECRET_KEY’, ‘1234567890′ );</p>
<p>1. Change your admin name from the default which is &#8220;admin&#8221; if you install via Fantastico then it by default allows you to select your username and this may not be an issue. However a manual installation of  WordPress uses &#8220;admin&#8221; as the default username for the admin account. Many of these scripts search for common password combinations such as admin password or admin 1234 and if they find a blog with these settings it automatically cracks the account through brute force methods.</p>
<p>2. Move your  WordPress configuration file named wp-config.php to the directory above your installation. For example, on a  cPanel server, if your  WordPress is installed in the public_html directory you would put the wp-config.php file in the home directory in front of it that contains the public_html directory. This feature was implemented as of  WordPress 2.7 and will work on all versions and makes it difficult for the attacker to compromise your database information.</p>
<p>3. Hide your  WordPress version, you can download a security plugin from within  WordPress that will allow this functionality simply by activating the plugin. This prevents attackers from being able to tell your  WordPress version so they can exploit it.</p>
<p>4. Do not install  WordPress using the default table prefixes for your database which is wp_ change it to something else, this way it is much more difficult to use a script to compromise any commonly known exploits because the database tables names are not known and not the default configuration.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpressfix.com/uncategorized/how-to-secure-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Wordpress</title>
		<link>http://wordpressfix.com/uncategorized/securing-wordpress/</link>
		<comments>http://wordpressfix.com/uncategorized/securing-wordpress/#comments</comments>
		<pubDate>Wed, 05 May 2010 09:57:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordpressfix.com/?p=30</guid>
		<description><![CDATA[Wordpress is one of the most popular platforms that is being hacked by hackers today. The reasons are pretty obvious. Anytime you have a widely used system people are going to try to exploit it to get to those people. Hackers have their own reasons for doing this. Some do it for the attention, some [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Wordpress is one of the most popular platforms that is being hacked by hackers today. The reasons are pretty obvious. Anytime you have a widely used system people are going to try to exploit it to get to those people. Hackers have their own reasons for doing this. Some do it for the attention, some do it for link backs, some do it to get a point across. Whatever their reasons may be it isn&#8217;t fun to fall victim of a hacker.</p>
<p>We have outlined some of the key  points that you should know bout and how to secure them. This will also give you some insight into some of our Wordpress securing techniques.</p>
<p>1) Don&#8217;t use the admin account. By default Wordpress when installed manually uses the admin account. There are several ways to update this information. The easiest for most is to do it through Wordpresses admin area.<br />
a) Create a new account and give it administrator priviledges in your Wordpress blog.<br />
b) Delete the original admin account and use the new account instead.</p>
<p>2) Files should be set to 644 permissions and folders should be set to 755 permissions. Start with these default settis and if you need to set it higher go up correspondingly to 775, then 777.<br />
Many shared hosts do not allow 777 permissions on their servers for security reasons. If you set these to 777 you may experience strange errors such as file not being displayed if the permissions are too low or 500 internal server errors if the permissions are set to high.</p>
<p>File permissions can be changed via FTP or SSH. This is known as CHMOD and is the technical term for changing the permissions on the file.</p>
<p><!--find [your path here] -type d -exec chmod 755 {} \:<br />
find [your path here] -type f -exec chmod 644 {} \:--></p>
<p>3) Move your wp-config.php file. Since Wordpress 2.6 was released, Wordpress has included the ability to move your configuration file to the parent directory. This means that no matter where your blog is located it will search for the configuration file in the parent directory for the script. So if you are on a linux server you can put the blog in your websites root directory. While the configuration file stays outside of the directory making the Wordpress configuration file almost completely innaccessible to hackers.</p>
<p>4) Wordress 2.6 also added the ability to move the wp-content directory. A hacker cannot compromise your content directory if they cannot find it. Not all themes are compatible with this update.</p>
<p>5) Remove the Wordpress version from the header. By default Wordpress displays the version number. Better to not allow this so that hackers cannot determine your Wordpress versions to look for suitable exploits.</p>
<p>6) Stay current on updates and upgrades to Wordpress and your Wordpress plugins.</p>
<p>7) Use Secret Keys &#8211; A secret key is a hashing technique which makes your Wordpress website more difficult to hack by adding random elements to the password.</p>
<p>9) Force SSL on login and or all admin pages. To do this you will need an SSL certificate installed. Many hosting companies have shared SSL that you can use for this by default if you are not concerned with a browser popup warning specifically and only you or your staff will be using the admin area. Then this would come highly recommended as a way of securing all of the data exchanged when you are editing your Wordpress website from the administration area.</p>
<p>10) .htaccess lockdown &#8211; This is really only useful if you only access the blog from one location although you can get around the IP issue by updating your IP using FTP before logging in. This will only allow you access to your admin area and everyone else will be rejected.</p>
<p>11) Run <a href="http://wordpress.org/extend/plugins/wp-security-scan/">wp-security scan</a> &#8211; This nifty little plugin scans your Wordpress installation for known vulnerabilities in the script.</p>
<p id="bte_opp"><small>Originally posted 2010-03-31 04:52:21. Republished by  <a href="http://www.blogtrafficexchange.com/old-post-promoter">Blog Post Promoter</a></small></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpressfix.com/uncategorized/securing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Fix has Been Launched!</title>
		<link>http://wordpressfix.com/uncategorized/wordpress-fix-has-been-launched/</link>
		<comments>http://wordpressfix.com/uncategorized/wordpress-fix-has-been-launched/#comments</comments>
		<pubDate>Wed, 05 May 2010 09:57:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordpressfix.com/?p=5</guid>
		<description><![CDATA[This is just a short post to let everyone know that the site is up and we are currently finishing the rest of the website development and SEO. If you need your blog fixed. Please email sales@wordpressfix.com
Originally posted 2009-10-06 21:43:15. Republished by  Blog Post Promoter

No related posts.
Related posts brought to you by Yet Another [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is just a short post to let everyone know that the site is up and we are currently finishing the rest of the website development and SEO. If you need your blog fixed. Please email sales@wordpressfix.com</p>
<p id="bte_opp"><small>Originally posted 2009-10-06 21:43:15. Republished by  <a href="http://www.blogtrafficexchange.com/old-post-promoter">Blog Post Promoter</a></small></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpressfix.com/uncategorized/wordpress-fix-has-been-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Fix Recommended Downloads</title>
		<link>http://wordpressfix.com/uncategorized/wordpress-fix-recommended-downloads/</link>
		<comments>http://wordpressfix.com/uncategorized/wordpress-fix-recommended-downloads/#comments</comments>
		<pubDate>Wed, 05 May 2010 09:57:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordpressfix.com/?p=16</guid>
		<description><![CDATA[Download the latest Wordpress core files. It is important to keep your core files up to date and untampered with to keep your Wordpress installation secure.
The Wordpress Fix recommended addons can be downloaded here as well. These are the basic plugins and addons we have found the most useful when working with blogs. In many [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Download the latest <a href="http://wordpress.org/latest.zip" target="_blank">Wordpress core files</a>. It is important to keep your core files up to date and untampered with to keep your Wordpress installation secure.</p>
<p>The <a href="http://wordpressfix.com/wp-content/uploads/wordpress-fix-recommended.zip">Wordpress Fix recommended addons</a> can be downloaded here as well. These are the basic plugins and addons we have found the most useful when working with blogs. In many cases we use almost all of these addons contained in this package. If you are concerned that the plugins in this package may not be the latest versions, not to worry Wordpress has a nifty upgrade feature on the plugins page so that you can automatically update any outdated plugins.</p>
<p>Some of the features you will find in the Wordpress Fix recommended addons pack can be found here.</p>
<p>Automatically upgrade your Wordpress blog<br />
Embed Videos from any site with an embed code<br />
Post links never break<br />
Easily generate an SEO friendly site map</p>
<p id="bte_opp"><small>Originally posted 2009-10-31 02:41:06. Republished by  <a href="http://www.blogtrafficexchange.com/old-post-promoter">Blog Post Promoter</a></small></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpressfix.com/uncategorized/wordpress-fix-recommended-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Wordpress Admin Name</title>
		<link>http://wordpressfix.com/plugins/change-wordpress-admin-name/</link>
		<comments>http://wordpressfix.com/plugins/change-wordpress-admin-name/#comments</comments>
		<pubDate>Wed, 05 May 2010 09:57:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[admin username]]></category>
		<category><![CDATA[awesome wordpress plugins]]></category>
		<category><![CDATA[great plugins for wordpress]]></category>
		<category><![CDATA[how to fix wordpress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpressfix.com/?p=36</guid>
		<description><![CDATA[You can change your Wordpress admin name conveniently by using this handy plugin. Simply download the file and unzip the contents. Then you can upload the files to your server in the directory wp-content/plugins
After the plugin is installed, you would then need to activate the plugin. You can do so by logging into the admin [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpressfix.com/wp-content/uploads/2010/05/admin.jpg"><img src="http://wordpressfix.com/wp-content/uploads/2010/05/admin-300x300.jpg" alt="" title="admin" width="300" height="300" class="alignleft size-medium wp-image-39" /></a>You can change your Wordpress admin name conveniently by using this handy plugin. Simply download the file and unzip the contents. Then you can upload the files to your server in the directory wp-content/plugins</p>
<p>After the plugin is installed, you would then need to activate the plugin. You can do so by logging into the admin area and clicking on plugins. Select the inactive plugins option and then activate the plugin from there.</p>
<p><a href='http://wordpressfix.com/wp-content/uploads/2010/05/change-admin-username.zip'>Change Admin Username Plugin</a></p>
<p id="bte_opp"><small>Originally posted 2010-05-05 05:57:08. Republished by  <a href="http://www.blogtrafficexchange.com/old-post-promoter">Blog Post Promoter</a></small></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpressfix.com/plugins/change-wordpress-admin-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adult Wordpress Theme &#8211; Sexy Round</title>
		<link>http://wordpressfix.com/templates/adult/adult-wordpress-theme-sexy-round/</link>
		<comments>http://wordpressfix.com/templates/adult/adult-wordpress-theme-sexy-round/#comments</comments>
		<pubDate>Wed, 05 May 2010 09:57:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adult]]></category>

		<guid isPermaLink="false">http://wordpressfix.com/?p=22</guid>
		<description><![CDATA[Download Sexy Round
2 columns, black, grey and white colors, widgets ready, right sidebar, free Wordpress template for adult blog
Originally posted 2009-10-31 05:04:55. Republished by  Blog Post Promoter

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpressfix.com/wp-content/uploads/2009/10/sexyround.zip"><img class="alignleft size-full wp-image-24" title="sexy-round" src="http://wordpressfix.com/wp-content/uploads/2009/10/sexy-round.jpg" alt="sexy-round" width="200" height="160" />Download Sexy Round</a></p>
<p>2 columns, black, grey and white colors, widgets ready, right sidebar, free Wordpress template for adult blog</p>
<p id="bte_opp"><small>Originally posted 2009-10-31 05:04:55. Republished by  <a href="http://www.blogtrafficexchange.com/old-post-promoter">Blog Post Promoter</a></small></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpressfix.com/templates/adult/adult-wordpress-theme-sexy-round/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
