<?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>AIMseo &#187; SEO Articles</title>
	<atom:link href="http://aimseo.com/category/seo-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://aimseo.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 26 Apr 2010 16:55:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Content Generator</title>
		<link>http://aimseo.com/content-generator/</link>
		<comments>http://aimseo.com/content-generator/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:41:31 +0000</pubDate>
		<dc:creator>jbelfry</dc:creator>
				<category><![CDATA[SEO Articles]]></category>

		<guid isPermaLink="false">http://aimseo.com/?p=465</guid>
		<description><![CDATA[We are in the midst of creating the first ever SEO Content Generator of its kind.  This is not a Black Hat SEO technique. It is somewhere in the middle ground.   I’d say it is grey hat SEO.  You write your own content (white hat) you break it up into paragraphs that can stand alone [...]]]></description>
			<content:encoded><![CDATA[<p>We are in the midst of creating the first ever SEO Content Generator of its kind.  This is not a Black Hat SEO technique. It is somewhere in the middle ground.   I’d say it is grey hat SEO.  You write your own content (white hat) you break it up into paragraphs that can stand alone about your product or company and the generator rotates the content and inserts keywords in the areas that you designate.   You have the option to select and state and city that you want and the content generator will add the state or city name plus the keyword.  For example; if you are targeting SEO and you check Michigan, it will add SEO Michigan to your content and all the cities in that state (SEO Traverse City). The only real way to understand it is to see it in action. Got to our content generator site and read more about it and look at the pages that generated there.</p>
<p>Click here:<a title="Content Generator" href="http://www.aimcontent.com/"><strong> Content Generator</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://aimseo.com/content-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display PHP Randomized Sub Pages (child pages) for WordPress</title>
		<link>http://aimseo.com/display-php-randomized-sub-pages-child-pages-for-wordpress/</link>
		<comments>http://aimseo.com/display-php-randomized-sub-pages-child-pages-for-wordpress/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 22:02:34 +0000</pubDate>
		<dc:creator>jbelfry</dc:creator>
				<category><![CDATA[SEO Articles]]></category>

		<guid isPermaLink="false">http://aimseo.com/?p=435</guid>
		<description><![CDATA[Our programmer here and at AIMseo developed a PHP code to randomize the sub pages or child pages in wordpress. This code will display links at random displaying 10 sub page titles.  Insert this code into your page.php file where you would like it to be displayed. click here for example example Here it is: [...]]]></description>
			<content:encoded><![CDATA[<p>Our programmer here and at AIMseo developed a PHP code to randomize the sub pages or child pages in wordpress. This code will display links at random displaying 10 sub page titles.  Insert this code into your page.php file where you would like it to be displayed.</p>
<p><a href="http://www.thedrugrehab.com/drug-rehab/">click here for example example</a></p>
<h2>Here it is:</h2>
<pre class="brush: php;">

&lt;?php
$sub_pages = get_pages( 'depth=1&amp;child_of=' . $post-&gt;ID .'&amp;parent=' . $post-&gt;ID );
if(is_array($sub_pages)) {
    shuffle($sub_pages);
    $sub_pages = array_slice($sub_pages,0,10);
}
?&gt;

&lt;?php if (is_array($sub_pages) &amp;&amp; count($sub_pages) &gt; 0):?&gt;
    &lt;ul style=&quot;padding: 0 0 0 10px;&quot;&gt;
        &lt;? foreach($sub_pages as $page): ?&gt;
            &lt;li&gt;&lt;a href=&quot;&lt;?=get_permalink($page-&gt;ID);?&gt;&quot;&gt;&lt;?=$page-&gt;post_title;?&gt;&lt;/a&gt;&lt;/li&gt;
        &lt;? endforeach; ?&gt;
    &lt;/ul&gt;
&lt;?php endif;?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://aimseo.com/display-php-randomized-sub-pages-child-pages-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Hacked For Back-Links</title>
		<link>http://aimseo.com/wordpress-hacked-for-back-links/</link>
		<comments>http://aimseo.com/wordpress-hacked-for-back-links/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 13:41:23 +0000</pubDate>
		<dc:creator>jbelfry</dc:creator>
				<category><![CDATA[SEO Articles]]></category>

		<guid isPermaLink="false">http://aimseo.com/?p=426</guid>
		<description><![CDATA[We use WordPress for our website development.  Unfortunately with its popularity comes hackers.  One of our clients websites was hack for black hat SEO purposes. They found a back door in the WordPress Software and put links to websites using various keywords.   Here is what the WordPress Hack Looked Like: &#8220;&#60;!&#8211;s&#8211;&#62;&#60;u style=&#8221;display:none&#8221;&#62;&#60;a href=&#8221;http://movietraff.com/&#8221;&#62; download movies [...]]]></description>
			<content:encoded><![CDATA[<p>We use WordPress for our website development.  Unfortunately with its popularity comes hackers.  One of our clients websites was hack for black hat SEO purposes. They found a back door in the WordPress Software and put links to websites using various keywords.   Here is what the <a title="WordPress Hacked for Back Links" href="/"><strong>WordPress Hack</strong></a> Looked Like:</p>
<p>&#8220;&lt;!&#8211;s&#8211;&gt;&lt;u style=&#8221;display:none&#8221;&gt;&lt;a href=&#8221;http://movietraff.com/&#8221;&gt; download movies &lt;/a&gt;<br />
&lt;a href=&#8221;http://movietraff.com/&#8221;&gt; dvd movie download &lt;/a&gt;</p>
<p>&lt;a href=&#8221;http://movietraff.com/&#8221;&gt; download a movie &lt;/a&gt;<br />
&lt;a href=&#8221;http://movietraff.com/&#8221;&gt; download DVDRip movie &lt;/a&gt;</p>
<p>&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-3&#8243;&gt;juarez chihuahua&lt;/a&gt;<br />
&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-80&#8243;&gt;labrador mix retriever&lt;/a&gt;<br />
&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-23&#8243;&gt;german shepherd pictures&lt;/a&gt;<br />
&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-68&#8243;&gt;australian shepherd rescue&lt;/a&gt;<br />
&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-16&#8243;&gt;golden retriever&lt;/a&gt;&#8221;</p>
<p>&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-86&#8243;&gt;for sale dogs&lt;/a&gt;<br />
&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-14&#8243;&gt;american cocker&lt;/a&gt;<br />
&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-47&#8243;&gt;german shepherd puppies&lt;/a&gt;<br />
&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-83&#8243;&gt;labrador retriever&lt;/a&gt;<br />
&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-76&#8243;&gt;hunting dogs&lt;/a&gt;<br />
&lt;a href=&#8221;http://www.cissa.org/story/?id=16-157-69&#8243;&gt;teacup chihuahuas for sale&lt;/a&gt;</p>
<p><em>To see if you have been hacked view your websites page source. Do this by using firefox, go to view then to page source.</em></p>
<h2>If  you have become a victim of this Word Press Hack here is few things you can do:</h2>
<ul>
<li>Remove the older versions of the WordPress Software through FTP ( be sure to back up you files before you do this, you can always up load the hack version if necessary.)</li>
<li>Remove All Plugins</li>
<li>Download and Install Version 2.8.3 of WordPRess</li>
<li>Download and install all the updated plugins that you use</li>
<li>Change your database password</li>
<li>Change your password on the config.php file.</li>
<li>Upload your old theme</li>
<li>Upload Your new plugins</li>
<li>Change all Users passwords.</li>
<li>Look through the PHP code of the theme you are using to see if there is anything that looks suspicious.</li>
</ul>
<p>Hope that helps you with this<a title="WordPress Hack" href="/"><strong> WordPress Hack</strong></a>!</p>
<p><a href="http://www.o3strategies.com/2010/03/wordpress-hidden-link-injection-fix/">WordPress  Hacked Link Injection Solution</a></p>
<p>Look for</p>
<p><tt>class-rss.php</tt> and <tt>feed-atom2.php</tt></p>
<p>Files in wp-includes folder</p>
<p><a href="http://aimseo.com">SEO</a></p>
]]></content:encoded>
			<wfw:commentRss>http://aimseo.com/wordpress-hacked-for-back-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
