<?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>EyedMax's Pit &#187; Wordpress</title>
	<atom:link href="http://eyedmax.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://eyedmax.com</link>
	<description>Yeah, you're right. It's me ;)</description>
	<lastBuildDate>Sat, 05 Sep 2009 00:44:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://eyedmax.com</link>
  <url>http://eyedmax.com/favicon.ico</url>
  <title>EyedMax's Pit</title>
</image>
		<item>
		<title>What to do if your blog was hacked by evil eval</title>
		<link>http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/</link>
		<comments>http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 00:44:23 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Tweak]]></category>

		<guid isPermaLink="false">http://eyedmax.com/?p=210</guid>
		<description><![CDATA[Weird things happens. Mostly in WordPress. One morning you see that your permalinks became a something like this:

blah/%&#38;&#40;&#123;$&#123;eval&#40;base64_decode&#40;$_SERVER&#91;HTTP_REFERER&#93;&#41;&#41;&#125;&#125;&#124;.+&#41;&#38;%/

Or this:

“/%&#38;&#40;%7B$%7Beval&#40;base64_decode&#40;$_SERVER%5BHTTP_EXECCODE%5D&#41;&#41;%7D%7D&#124;.+&#41;&#38;%

Or your feed crapped like this:

error on line 22 at column 71: xmlParseEntityRef: no name wordpress

Do not panic &#8211; you&#8217;re hacked. And there is three steps to get rid of it.
1) Restore your permalinks
Go to Admin panel [...]]]></description>
			<content:encoded><![CDATA[<p>Weird things happens. Mostly in WordPress. One morning you see that your permalinks became a something like this:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">blah<span style="color: #339933;">/%&amp;</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>$<span style="color: #009900;">&#123;</span><span style="color: #000066; font-weight: bold;">eval</span><span style="color: #009900;">&#40;</span>base64_decode<span style="color: #009900;">&#40;</span>$_SERVER<span style="color: #009900;">&#91;</span>HTTP_REFERER<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">|</span>.<span style="color: #339933;">+</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">&amp;%/</span></pre></div></div>

<p>Or this:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">“<span style="color: #339933;">/%&amp;</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">%</span>7B$<span style="color: #339933;">%</span>7Beval<span style="color: #009900;">&#40;</span>base64_decode<span style="color: #009900;">&#40;</span>$_SERVER<span style="color: #339933;">%</span>5BHTTP_EXECCODE<span style="color: #339933;">%</span>5D<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">%</span>7D<span style="color: #339933;">%</span>7D<span style="color: #339933;">|</span>.<span style="color: #339933;">+</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">&amp;%</span></pre></div></div>

<p>Or your feed crapped like this:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">error on line 22 at column 71: xmlParseEntityRef: no name wordpress</pre></div></div>

<p>Do not panic &#8211; you&#8217;re hacked. And there is three steps to get rid of it.</p>
<p><strong>1) Restore your permalinks</strong><br />
Go to <em>Admin panel</em> -> <em>Settings</em> -> <em>Permalinks</em>.<br />
Set your permalink structure to whatever it was earlier. If you don&#8217;t even imagine what it was &#8211; you can always ask google for it &#8211; just like this: <strong>site:yourblogurl.com</strong> &#8211; and you&#8217;ll see the answer in the links to your site.</p>
<p><strong>2) Kill the intruder(s)</strong><br />
Go to your preferred mysql administration tool (say, MySqlAdmin) and run this code in the SQL window:</p>

<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">SELECT</span> <span style="color: #CC0099;">*</span> <span style="color: #990099; font-weight: bold;">FROM</span> <span style="color: #008000;">`wp<span style="color: #008080; font-weight: bold;">_</span>usermeta`</span>
<span style="color: #990099; font-weight: bold;">WHERE</span> <span style="color: #008000;">`meta<span style="color: #008080; font-weight: bold;">_</span>value`</span> <span style="color: #CC0099; font-weight: bold;">LIKE</span> <span style="color: #008000;">'<span style="color: #008080; font-weight: bold;">%</span>script<span style="color: #008080; font-weight: bold;">%</span>'</span></pre></div></div>

<p>You&#8217;ll see the list of records, write down <strong>user_id</strong>s of those guys.<br />
Go to <em>Admin panel</em> -> <em>Users</em> -> <em>Authors &#038; Users</em>, copy the <strong>edit</strong> link for any user, it&#8217;ll be somethings like:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">http://yourblogurl.com/wp-admin/user-edit.php?user_id=14&amp;wp_http_referer=%2Fwp-admin%2Fusers.php</pre></div></div>

<p>Then paste it into address line, and change user_id=<strong>XX</strong> to the first user_id you wrote. Go.<br />
Replace <strong>First name</strong> with whatever you want (for example &#8220;z&#8221;), insert &#8220;motherfncker@test.com&#8221; into <strong>Email</strong> field (or whatever, but remember it, you&#8217;ll need it later) and set the <strong>Role</strong> into <em>Subscriber</em>. Push Update user. Then repeat with the next one in your <strong>user_id</strong>s list. After you finished &#8211; just type in into the search line word &#8220;motherfncker&#8221; (or whatever you set emails to). Now &#8211; just <strong>delete</strong> bastards!</p>
<p><strong>3) Defend the base</strong><br />
Just upgrade your wordpress. If you will do it periodically &#8211; there will be no such problems at all!</p>
<p><strong>If you do not have ability to use some SQL tool &#8211; you can try to blind find bastards:</strong><br />
Go to <em>Admin panel</em> -> <em>Users</em> -> <em>Authors &#038; Users</em><br />
Note the number of Admin users (right under &#8220;Users&#8221; header). One of them is you, all others &#8211; bastard ones <img src='http://eyedmax.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Try to find max. <em>user_id</em> in the list by hovering your mouse over links. Then copy the edit link of the user with topmost ID, insert it into address line, change it to next number and go. Did not work? Try the next number. Or previous one. You can even loop through all IDs not in use. And when you&#8217;ll find him &#8211; you know what to do! </p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=210&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2009/01/03/wordpress-dashboard-problem-fix/" title="WordPress Dashboard problem fix (January 3, 2009)">WordPress Dashboard problem fix</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/06/22/wordpress-221/" title="WordPress 2.2.1 (June 22, 2007)">WordPress 2.2.1</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/04/25/wordpress-2-updated/" title="WordPress 2 updated (April 25, 2007)">WordPress 2 updated</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/20/war-against-spam-wasp/" title="War Against SPam &#8211; WASP! (July 20, 2007)">War Against SPam &#8211; WASP!</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/20/war-against-spam-step-two/" title="War Against SPam &#8211; step two! (July 20, 2007)">War Against SPam &#8211; step two!</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Star Wars image experiment</title>
		<link>http://eyedmax.com/2009/01/17/star-wars-image-experiment/</link>
		<comments>http://eyedmax.com/2009/01/17/star-wars-image-experiment/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 16:06:43 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[pictures]]></category>

		<guid isPermaLink="false">http://eyedmax.com/?p=173</guid>
		<description><![CDATA[Now I&#8217;m ready to test something.
Someone can think that picture is offensive somehow &#8211; I assure you that is not.
At first, Ahsoka isn&#8217;t child, she seems so only next to Skywalker. At second she&#8217;s a freekin cartoon character &#8211; she have no age at all.

	Related posts
	
	Winnie The Who The Bloody Hell Is That? (0)
	What to [...]]]></description>
			<content:encoded><![CDATA[<p>Now I&#8217;m ready to test something.<br />
Someone can think that picture is offensive somehow &#8211; I assure you that is not.<br />
At first, Ahsoka isn&#8217;t child, she seems so only next to Skywalker. At second she&#8217;s a freekin cartoon character &#8211; she have no age at all.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=173&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2007/12/14/winnie-the-who-the-bloody-hell-is-that/" title="Winnie The Who The Bloody Hell Is That? (December 14, 2007)">Winnie The Who The Bloody Hell Is That?</a> (0)</li>
	<li><a href="http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/" title="What to do if your blog was hacked by evil eval (September 5, 2009)">What to do if your blog was hacked by evil eval</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/20/what-happened-to-the-daily-show/" title="What happened to the daily show (July 20, 2007)">What happened to the daily show</a> (0)</li>
	<li><a href="http://eyedmax.com/2008/05/07/microsoft-windows-nazi-flag/" title="Microsoft Windows Nazi Flag (May 7, 2008)">Microsoft Windows Nazi Flag</a> (1)</li>
	<li><a href="http://eyedmax.com/2007/01/22/hello-world/" title="Hello, cruel world! (January 22, 2007)">Hello, cruel world!</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2009/01/17/star-wars-image-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Dashboard problem fix</title>
		<link>http://eyedmax.com/2009/01/03/wordpress-dashboard-problem-fix/</link>
		<comments>http://eyedmax.com/2009/01/03/wordpress-dashboard-problem-fix/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 04:41:37 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://eyedmax.com/?p=152</guid>
		<description><![CDATA[Heh. I&#8217;ve got &#8220;dashboard problem&#8221; in admin area. For long. ))
Now it&#8217;s over.
When you see 404 page instead of your dashboard &#8211; and somethings like &#8220;admin.php?page=index.php&#8221; in your addressbar &#8211; you just need to go to your wp-content/plugins/ directory and rename index.php there to index.html
P.S. BTW WP2.7 adminpanel looks really great! Upgrade ASAP.

	Related posts
	
	WordPress 2.2.1 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-153 alignnone" title="WordPress 2.7 offsite webshot" src="http://eyedmax.com/wp-content/uploads/2009/01/wp7-webshot.jpg" alt="WordPress 2.7 offsite webshot" width="450" height="212" /></p>
<p>Heh. I&#8217;ve got &#8220;dashboard problem&#8221; in admin area. For long. ))</p>
<p>Now it&#8217;s over.</p>
<p>When you see 404 page instead of your dashboard &#8211; and somethings like &#8220;admin.php?page=index.php&#8221; in your addressbar &#8211; you just need to go to your <strong>wp-content/plugins/</strong> directory and rename <strong>index.php</strong> there to <strong>index.html</strong></p>
<p>P.S. BTW WP2.7 adminpanel looks really great! Upgrade ASAP.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=152&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2007/06/22/wordpress-221/" title="WordPress 2.2.1 (June 22, 2007)">WordPress 2.2.1</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/04/25/wordpress-2-updated/" title="WordPress 2 updated (April 25, 2007)">WordPress 2 updated</a> (0)</li>
	<li><a href="http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/" title="What to do if your blog was hacked by evil eval (September 5, 2009)">What to do if your blog was hacked by evil eval</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/01/23/new-wordpress-version/" title="New WordPress version (January 23, 2007)">New WordPress version</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/05/20/new-wordpress/" title="New Wordpress (May 20, 2007)">New Wordpress</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2009/01/03/wordpress-dashboard-problem-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And what happened to Google?</title>
		<link>http://eyedmax.com/2007/12/05/and-what-happened-to-google/</link>
		<comments>http://eyedmax.com/2007/12/05/and-what-happened-to-google/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 20:21:34 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2007/12/05/and-what-happened-to-google/</guid>
		<description><![CDATA[Can&#8217;t you see? Or it&#8217;s just my problem?
 
I don&#8217;t think so. I&#8217;ll tell you more &#8211; many people feeling fucky nowdays. Today they&#8217;re webmasters, but times when guy behind a browser will feel himself fucky &#8211; it&#8217;s a not-so-far-away future.

	Related posts
	
	No related posts.
	

]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t you see? Or it&#8217;s just <strong>my</strong> problem?</p>
<p><a href="http://eyedmax.com/wp-content/uploads/2007/12/google-im-feeling-fucky.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="186" alt="Google: Im Feeling Fucky" src="http://eyedmax.com/wp-content/uploads/2007/12/google-im-feeling-fucky-thumb.jpg" width="435" border="0"></a> </p>
<p>I don&#8217;t think so. I&#8217;ll tell you more &#8211; many people feeling fucky nowdays. Today they&#8217;re webmasters, but times when guy behind a browser will feel himself fucky &#8211; it&#8217;s a not-so-far-away future.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=117&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2007/12/05/and-what-happened-to-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Put on Fire in the Fox&#8217;s ass!</title>
		<link>http://eyedmax.com/2007/08/16/put-on-fire-in-the-foxs-ass/</link>
		<comments>http://eyedmax.com/2007/08/16/put-on-fire-in-the-foxs-ass/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 15:33:11 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tweak]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2007/08/16/put-on-fire-in-the-foxs-ass/</guid>
		<description><![CDATA[Make sure that you have this browser:

Do you know FireFox well?
And how about advanced settings page? And how about direct access to it? OK, just type “about:config” into the address bar and hit return.  Just like this:

Now, what do you see?
It&#8217;s your advanced settings, basically you can&#8217;t reach most of them in other way&#8230;
How [...]]]></description>
			<content:encoded><![CDATA[<p>Make sure that you have <strong>this</strong> browser:</p>
<p><a href="http://eyedmax.com/wp-content/uploads/2007/08/speed-up-firefox.jpg" atomicselection="true"><img src="http://eyedmax.com/wp-content/uploads/2007/08/speed-up-firefox-thumb.jpg" style="border: 0px none " alt="Speed Up Firefox" border="0" height="240" width="240" /></a></p>
<h3>Do you know FireFox well?</h3>
<p>And how about advanced settings page? And how about direct access to it? OK, just type “<strong>about:config</strong>” into the address bar and hit return.  Just like this:</p>
<p><a href="http://eyedmax.com/wp-content/uploads/2007/08/firefox-advanced-settings-address.jpg" atomicselection="true"><img src="http://eyedmax.com/wp-content/uploads/2007/08/firefox-advanced-settings-address-thumb.jpg" style="border: 0px none " alt="Firefox's advanced settings address" border="0" height="52" width="352" /></a></p>
<p>Now, what do you see?</p>
<p>It&#8217;s your advanced settings, basically you can&#8217;t reach most of them in other way&#8230;</p>
<h3>How To Speed Up Your FireFox</h3>
<p>Look for the following entries:<br />
network.http.pipelining<br />
network.http.proxy.pipelining<br />
network.http.pipelining.maxrequests</p>
<p>They looked just like this:<br />
<a href="http://eyedmax.com/wp-content/uploads/2007/08/firefox-network-settings.jpg" atomicselection="true"><img src="http://eyedmax.com/wp-content/uploads/2007/08/firefox-network-settings-thumb.jpg" style="border: 0px none " alt="firefox-network-settings" border="0" height="89" width="225" /></a></p>
<p>Now,<br />
Set <strong>network.http.pipelining</strong> to <strong>true</strong><br />
Set <strong>network.http.proxy.pipelining</strong> to <strong>true</strong><br />
Set <strong>network.http.pipelining.maxrequests</strong> to <strong>10</strong> (or 15)<br />
Right-click, select New-&gt;Integer, name it <strong>nglayout.initialpaint.delay</strong>, set value to <strong>0<br />
</strong>Restart Firefox.</p>
<h3>What we&#8217;ve done?</h3>
<p>We allowed to make up to 10 (15) connections at once. Make sure not to set it higher than 20.<br />
Also we allowed to act with received information with zero waiting time.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=84&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/" title="What to do if your blog was hacked by evil eval (September 5, 2009)">What to do if your blog was hacked by evil eval</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/09/27/disable-autorun-once-and-for-all/" title="Disable Autorun Once And For All (September 27, 2007)">Disable Autorun Once And For All</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/08/16/mozilla-is-alive-mammon-is-who/" title="Mozilla is alive! Mammon is&#8230; Who? (August 16, 2007)">Mozilla is alive! Mammon is&#8230; Who?</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/08/16/mozilla-is-alive-mammon-is-who-2/" title="Mozilla is alive! Mammon is&hellip; Who? (August 16, 2007)">Mozilla is alive! Mammon is&hellip; Who?</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/08/16/hidden-firefoxs-resources/" title="Hidden FireFox&#8217;s resources (August 16, 2007)">Hidden FireFox&#8217;s resources</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2007/08/16/put-on-fire-in-the-foxs-ass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlogJet</title>
		<link>http://eyedmax.com/2007/07/31/blogjet/</link>
		<comments>http://eyedmax.com/2007/07/31/blogjet/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 23:46:17 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2007/07/31/blogjet/</guid>
		<description><![CDATA[BlogJet is a commercial blog client for Windows. And I made this and previous posts using this software. Hmmm. BlogJet is much better than BlogDesk one…. But I still need to edit the post after posting is done. Where are papagraph styles? Where are h1 h2 h3 h4 etc… ?? Where is real WYSIWYG editor? [...]]]></description>
			<content:encoded><![CDATA[<p>BlogJet is a commercial blog client for Windows. And I made this and previous posts using this software. Hmmm. BlogJet is much better than <a href="http://eyedmax.com/2007/07/21/blogdesk-software/" title="BlogDesk in short" target="_blank">BlogDesk </a>one…. But I still need to edit the post after posting is done. Where are papagraph styles? Where are h1 h2 h3 h4 etc… ?? Where is <strong>real</strong> WYSIWYG editor? Where is image properties editing after I inserted it? Where human-readable image naming (check this out &#8211; in previous post image on my HDD named arch-enemy-2007-rise-of-the-tyrant-promo.jpg became some kind of non-seo non-human non-anyone set of letters)?</p>
<p>Author may talk about money, work to be done, “how he make controls that were snatched by microsoft”, and some mental shit, but I must say one thing. BlogJet is crap. Just like BlogDesk. Please note that BlogDesk is free to use, when BlogJet’s author wants $39.95. I’ll put them both in one place – and it will be /dev/null.</p>
<p>The official site says</p>
<h3><strong>BlogJet <span style="color: #ec0030">2.0</span></strong></h3>
<p><strong>Blog editor on steroids.<br />
Now better than ever.</strong></p>
<p>1. Remember, kids, <strong>steroids are bad</strong>. And this piece of binary crap proves it.<br />
2. If this is better than ever – what’s bad?<br />
3. Why 2.0? Did you anything for it? NO! It must be 1.99 – and so on – 1.100, 1.101.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=61&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/" title="What to do if your blog was hacked by evil eval (September 5, 2009)">What to do if your blog was hacked by evil eval</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/20/what-happened-to-the-daily-show/" title="What happened to the daily show (July 20, 2007)">What happened to the daily show</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/08/21/wanna-buy-a-pligg/" title="Wanna buy a PLIGG? (August 21, 2007)">Wanna buy a PLIGG?</a> (0)</li>
	<li><a href="http://eyedmax.com/2009/01/17/star-wars-image-experiment/" title="Star Wars image experiment (January 17, 2009)">Star Wars image experiment</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/08/06/sendmail-for-windows-freeware/" title="Sendmail for Windows Freeware (August 6, 2007)">Sendmail for Windows Freeware</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2007/07/31/blogjet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlogDesk software</title>
		<link>http://eyedmax.com/2007/07/21/blogdesk-software/</link>
		<comments>http://eyedmax.com/2007/07/21/blogdesk-software/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 14:26:38 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2007/07/21/blogdesk-software/</guid>
		<description><![CDATA[Hi there.

Today I&#8217;ll test a software called BlogDesk. Here is their icon , and here is their web-site.
BlogDesk is the offline weblog client, features WYSIWYG editor, ImageWizard, Thumbnails creator etc.
For example I inserted a program&#8217;s screenshot, and as you can see, thumbnail generation works wery well  
Seems I&#8217;ll try to use it for more [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there.</p>
<p><a href="http://eyedmax.com/wp-content/uploads/2007/07/blogdesk-post.gif"><img src="http://eyedmax.com/wp-content/uploads/2007/07/blogdesk-post-small.gif" title="blogdesk-post" alt="blogdesk-post" align="right" height="175" width="240" /></a></p>
<p>Today I&#8217;ll test a software called BlogDesk. Here is their icon <img src="http://eyedmax.com/wp-content/uploads/2007/07/blogdesk-button-3.gif" title="blogdesk button" alt="blogdesk button" height="15" width="80" />, and here is their <a href="http://www.blogdesk.org/en/index.htm" title="English homepage" rel="nofollow">web-site</a>.</p>
<p><strike>BlogDesk is the offline weblog client, features WYSIWYG editor, ImageWizard, Thumbnails creator etc.</strike></p>
<p><strike>For example I inserted a program&#8217;s screenshot, and as you can see, thumbnail generation works wery well <img src='http://eyedmax.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strike></p>
<p><strike>Seems I&#8217;ll try to use it for more time, maybe it&#8217;s an editor-of-my-dreams&#8230;.</strike></p>
<p>Seems like BlogDesk is crap. I edited all the links and srcs. Without editing &#8211; they all was pointed to &#8220;file:// &#8221; (i.e. to my local hard drive).</p>
<p>Now I don&#8217;t know if I try this toy anymore.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=57&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/" title="What to do if your blog was hacked by evil eval (September 5, 2009)">What to do if your blog was hacked by evil eval</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/20/what-happened-to-the-daily-show/" title="What happened to the daily show (July 20, 2007)">What happened to the daily show</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/08/21/wanna-buy-a-pligg/" title="Wanna buy a PLIGG? (August 21, 2007)">Wanna buy a PLIGG?</a> (0)</li>
	<li><a href="http://eyedmax.com/2009/01/17/star-wars-image-experiment/" title="Star Wars image experiment (January 17, 2009)">Star Wars image experiment</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/08/06/sendmail-for-windows-freeware/" title="Sendmail for Windows Freeware (August 6, 2007)">Sendmail for Windows Freeware</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2007/07/21/blogdesk-software/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>War Against SPam &#8211; step two!</title>
		<link>http://eyedmax.com/2007/07/20/war-against-spam-step-two/</link>
		<comments>http://eyedmax.com/2007/07/20/war-against-spam-step-two/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 15:55:47 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[War Against SPam]]></category>
		<category><![CDATA[WordPress plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2007/07/20/war-against-spam-step-two/</guid>
		<description><![CDATA[Second step &#8211; it&#8217;s use of Simple Trackback Validation plugin by Michael Woehrer.
Many spam messages is come through trackbacks.
This plugin eliminates spam trackbacks by:

checking if the IP address of the trackback sender is equal to the IP address of the webserver the trackback URL is referring to and
by retrieving the web page located at the [...]]]></description>
			<content:encoded><![CDATA[<p>Second step &#8211; it&#8217;s use of <a href="http://sw-guide.de/wordpress/plugins/simple-trackback-validation/" title="Simple Trackback Validation">Simple Trackback Validation</a> plugin by Michael Woehrer.</p>
<p>Many spam messages is come through trackbacks.</p>
<p>This plugin eliminates spam trackbacks by:</p>
<ol>
<li>checking if the IP address of the trackback sender is equal to the IP address of the webserver the trackback URL is referring to and</li>
<li>by retrieving the web page located at the URL used in the trackback and checking if the page contains a link to your blog.</li>
</ol>
<p>Plug has options page. Everything seems pretty good &#8211; and again &#8211; wait for more info.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=50&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2007/03/27/youthumb-another-video-plugin/" title="youthumb &#8211; another video plugin (March 27, 2007)">youthumb &#8211; another video plugin</a> (0)</li>
	<li><a href="http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/" title="What to do if your blog was hacked by evil eval (September 5, 2009)">What to do if your blog was hacked by evil eval</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/04/25/feed-showz-plugin-update/" title="Feed ShowZ plugin update (April 25, 2007)">Feed ShowZ plugin update</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/02/15/feed-showz-plugin-for-wordpress-2x/" title="Feed ShowZ plugin for WordPress 2.x (February 15, 2007)">Feed ShowZ plugin for WordPress 2.x</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/01/22/ad-rotatez-plugin/" title="Ad RotateZ plugin (January 22, 2007)">Ad RotateZ plugin</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2007/07/20/war-against-spam-step-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>404 in logs</title>
		<link>http://eyedmax.com/2007/07/20/404-in-logs/</link>
		<comments>http://eyedmax.com/2007/07/20/404-in-logs/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 12:22:16 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2007/07/20/404-in-logs/</guid>
		<description><![CDATA[I hate 404s. I use awstats to watch my logs, and I hate when it shows some 404s&#8230;
I can tolerate some virus-generated URLs but when I see this &#8220;/feed%3Ahttp%3A//eyedmax.com/feed/&#8220;or search bot asking me for robots.txt or favicon.ico (and I haven&#8217;t one) &#8211; I can blow up.
My advices to all webmasters are following:

put all common files [...]]]></description>
			<content:encoded><![CDATA[<p>I hate 404s. I use <strong>awstats</strong> to watch my logs, and I hate when it shows some 404s&#8230;</p>
<p>I can tolerate some virus-generated URLs but when I see this &#8220;<strong>/feed%3Ahttp%3A//eyedmax.com/feed/</strong>&#8220;or search bot asking me for robots.txt or favicon.ico (and I haven&#8217;t one) &#8211; I can blow up.</p>
<p>My advices to all webmasters are following:</p>
<ul>
<li>put all common files (including index.html, robots.txt and favicon.ico) to your site</li>
<li>validate the code for &#8220;strange&#8221; URLs</li>
<li>analyze log files</li>
<li>use the automatically generated site map</li>
</ul>
<p><strong>Don&#8217;t trouble Google &#8217;till Google troubles you!</strong></p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=48&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2009/01/17/star-wars-image-experiment/" title="Star Wars image experiment (January 17, 2009)">Star Wars image experiment</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/01/22/hello-world/" title="Hello, cruel world! (January 22, 2007)">Hello, cruel world!</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/31/blogjet/" title="BlogJet (July 31, 2007)">BlogJet</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/21/blogdesk-software/" title="BlogDesk software (July 21, 2007)">BlogDesk software</a> (1)</li>
	<li><a href="http://eyedmax.com/2007/03/22/blog-adress-changed-now-its-eyedmaxcom/" title="Blog adress changed &#8211; now it&#8217;s eyedmax.com (March 22, 2007)">Blog adress changed &#8211; now it&#8217;s eyedmax.com</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2007/07/20/404-in-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>War Against SPam &#8211; WASP!</title>
		<link>http://eyedmax.com/2007/07/20/war-against-spam-wasp/</link>
		<comments>http://eyedmax.com/2007/07/20/war-against-spam-wasp/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 11:58:12 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[War Against SPam]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[WordPress plugin]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2007/07/20/war-against-spam-wasp/</guid>
		<description><![CDATA[Hi there!
I&#8217;ve been thinking of getting post done (about smart MySQL sorting techniques), but when I logged on&#8230;.
A bunch of spam comments &#8211; about meds, about autos, about porn (of course) and all the bloody stuff around this bloody world&#8230;
So &#8211; I proclaim the War Against SPam (WASP).
The first step in WASP strategy &#8211; it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there!</p>
<p>I&#8217;ve been thinking of getting post done (about smart MySQL sorting techniques), but when I logged on&#8230;.</p>
<p>A bunch of spam comments &#8211; about meds, about autos, about porn (of course) and all the bloody stuff around this bloody world&#8230;</p>
<p>So &#8211; I proclaim the War Against SPam (WASP).</p>
<p>The first step in WASP strategy &#8211; it&#8217;s a set of plugins. I&#8217;ll try some, and you&#8217;ll be informed about the hostilities.</p>
<p>First in the line will be <a href="http://sw-guide.de/wordpress/plugins/math-comment-spam-protection/" rel="nofollow"><strong>Math Comment Spam Protection Plugin</strong></a> by Michael Woehrer. You can see its output under the comment form. Also I use the aggressive digits naming &#8211; like <em>thr33</em> or <em>f1ve</em></p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=47&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2007/03/27/youthumb-another-video-plugin/" title="youthumb &#8211; another video plugin (March 27, 2007)">youthumb &#8211; another video plugin</a> (0)</li>
	<li><a href="http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/" title="What to do if your blog was hacked by evil eval (September 5, 2009)">What to do if your blog was hacked by evil eval</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/04/25/feed-showz-plugin-update/" title="Feed ShowZ plugin update (April 25, 2007)">Feed ShowZ plugin update</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/02/15/feed-showz-plugin-for-wordpress-2x/" title="Feed ShowZ plugin for WordPress 2.x (February 15, 2007)">Feed ShowZ plugin for WordPress 2.x</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/01/22/ad-rotatez-plugin/" title="Ad RotateZ plugin (January 22, 2007)">Ad RotateZ plugin</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2007/07/20/war-against-spam-wasp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.2.1</title>
		<link>http://eyedmax.com/2007/06/22/wordpress-221/</link>
		<comments>http://eyedmax.com/2007/06/22/wordpress-221/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 02:11:55 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2007/06/22/wordpress-221/</guid>
		<description><![CDATA[Oops, WordPress 2.2.1 is out, and I&#8217;m still not ready!
Ok, I upgraded all the blogs with my plugs, and let&#8217;s see what happens.

	Related posts
	
	WordPress Dashboard problem fix (0)
	WordPress 2 updated (0)
	What to do if your blog was hacked by evil eval (0)
	New WordPress version (0)
	New Wordpress (0)


]]></description>
			<content:encoded><![CDATA[<p>Oops, WordPress 2.2.1 is out, and I&rsquo;m still not ready!</p>
<p>Ok, I upgraded all the blogs with my plugs, and let&rsquo;s see what happens.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=36&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2009/01/03/wordpress-dashboard-problem-fix/" title="WordPress Dashboard problem fix (January 3, 2009)">WordPress Dashboard problem fix</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/04/25/wordpress-2-updated/" title="WordPress 2 updated (April 25, 2007)">WordPress 2 updated</a> (0)</li>
	<li><a href="http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/" title="What to do if your blog was hacked by evil eval (September 5, 2009)">What to do if your blog was hacked by evil eval</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/01/23/new-wordpress-version/" title="New WordPress version (January 23, 2007)">New WordPress version</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/05/20/new-wordpress/" title="New Wordpress (May 20, 2007)">New Wordpress</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2007/06/22/wordpress-221/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Wordpress</title>
		<link>http://eyedmax.com/2007/05/20/new-wordpress/</link>
		<comments>http://eyedmax.com/2007/05/20/new-wordpress/#comments</comments>
		<pubDate>Sun, 20 May 2007 01:35:01 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2007/05/20/new-wordpress/</guid>
		<description><![CDATA[Hi again.
WordPress 2.2 Getz is pretty cool 
Except one little thing.
Widgets.
They&#8217;re now in the core.
And (as always) one little annoying error in release code.
This bug prevents Otto&#8217;s ExecPHP from working. Another plugins that allows to run PHP code gone wild too.
No, actually they working, until you want 2 or more blocks&#8230;
Solution is CVS. You need [...]]]></description>
			<content:encoded><![CDATA[<p>Hi again.<br />
WordPress 2.2 Getz is pretty cool <img src='http://eyedmax.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Except one little thing.<br />
Widgets.<br />
They&#8217;re now in the core.<br />
And (as always) one little annoying error in release code.<br />
This bug prevents Otto&#8217;s ExecPHP from working. Another plugins that allows to run PHP code gone wild too.<br />
No, actually they working, until you want 2 or more blocks&#8230;<br />
Solution is CVS. You need to upload fixed version of <strong>widgets.php</strong> into your <strong>wp-includes</strong> folder.<br />
You can take it .zipped &#8211; <a href="http://eyedmax.com/download-manager.php?id=4">here</a>.</p>
<p>Oh, and I think my plugs needs some widgetization too <img src='http://eyedmax.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=27&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2009/01/03/wordpress-dashboard-problem-fix/" title="WordPress Dashboard problem fix (January 3, 2009)">WordPress Dashboard problem fix</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/06/22/wordpress-221/" title="WordPress 2.2.1 (June 22, 2007)">WordPress 2.2.1</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/04/25/wordpress-2-updated/" title="WordPress 2 updated (April 25, 2007)">WordPress 2 updated</a> (0)</li>
	<li><a href="http://eyedmax.com/2009/09/05/what-to-do-if-your-blog-was-hacke/" title="What to do if your blog was hacked by evil eval (September 5, 2009)">What to do if your blog was hacked by evil eval</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/01/23/new-wordpress-version/" title="New WordPress version (January 23, 2007)">New WordPress version</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2007/05/20/new-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
