<?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</title>
	<atom:link href="http://eyedmax.com/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>Advanced Scriplaculous Sortable Demo Fix</title>
		<link>http://eyedmax.com/2009/04/20/advanced-scriplaculous-sortable-demo/</link>
		<comments>http://eyedmax.com/2009/04/20/advanced-scriplaculous-sortable-demo/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 00:22:01 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JS/Ajax]]></category>

		<guid isPermaLink="false">http://eyedmax.com/?p=198</guid>
		<description><![CDATA[Heh.
There is a good example of using nested Scriplaculous Sortables. With one little flaw &#8211; Scriplaculous ver 1.6.x is used, and when you try to execute the code with newer version of library &#8211; sections.each is not a function error pops up.  
Here is the way to fix it &#8211; you&#8217;ll probably need it [...]]]></description>
			<content:encoded><![CDATA[<p>Heh.</p>
<p>There is a <a href="http://www.gregphoto.net/index.php/2006/05/30/updated-scriplaculous-sortable-demo/" target="_blank">good example</a> of using nested Scriplaculous Sortables. With one little flaw &#8211; Scriplaculous ver 1.6.x is used, and when you try to execute the code with newer version of library &#8211; <span style="color: #ff0000;">sections.each is not a function</span> error pops up.  </p>
<p>Here is the way to fix it &#8211; you&#8217;ll probably need it if you want to save the results <img src='http://eyedmax.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />   </p>
<p>Just replace &#8220;document.getElementsByClassName(&#8217;section&#8217;);&#8221; to &#8220;$$(&#8216;.section&#8217;);&#8221;  </p>
<p><strong>Before</strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> getGroupOrder<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">var</span> sections <span style="color: #339933;">=</span> document<span style="color: #339933;">.</span>getElementsByClassName<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'section'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000000; font-weight: bold;">var</span> alerttext <span style="color: #339933;">=</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">;</span>
	sections<span style="color: #339933;">.</span><span style="color: #990000;">each</span><span style="color: #009900;">&#40;</span><span style="color: #000000; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>section<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">var</span> sectionID <span style="color: #339933;">=</span> section<span style="color: #339933;">.</span>id<span style="color: #339933;">;</span>
		<span style="color: #000000; font-weight: bold;">var</span> order <span style="color: #339933;">=</span> Sortable<span style="color: #339933;">.</span><span style="color: #990000;">serialize</span><span style="color: #009900;">&#40;</span>sectionID<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		alerttext <span style="color: #339933;">+=</span> sectionID <span style="color: #339933;">+</span> <span style="color: #0000ff;">': '</span> <span style="color: #339933;">+</span> Sortable<span style="color: #339933;">.</span>sequence<span style="color: #009900;">&#40;</span>section<span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #0000ff;">'\n'</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	alert<span style="color: #009900;">&#40;</span>alerttext<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p><strong>After</strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> getGroupOrder<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">var</span> sections <span style="color: #339933;">=</span> $$<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'.section'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000000; font-weight: bold;">var</span> alerttext <span style="color: #339933;">=</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">;</span>
	sections<span style="color: #339933;">.</span><span style="color: #990000;">each</span><span style="color: #009900;">&#40;</span><span style="color: #000000; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>section<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">var</span> sectionID <span style="color: #339933;">=</span> section<span style="color: #339933;">.</span>id<span style="color: #339933;">;</span>
		<span style="color: #000000; font-weight: bold;">var</span> order <span style="color: #339933;">=</span> Sortable<span style="color: #339933;">.</span><span style="color: #990000;">serialize</span><span style="color: #009900;">&#40;</span>sectionID<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		alerttext <span style="color: #339933;">+=</span> sectionID <span style="color: #339933;">+</span> <span style="color: #0000ff;">': '</span> <span style="color: #339933;">+</span> Sortable<span style="color: #339933;">.</span>sequence<span style="color: #009900;">&#40;</span>section<span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #0000ff;">'\n'</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	alert<span style="color: #009900;">&#40;</span>alerttext<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Then modify it for your needs and go on )</p>
<p>What was that?<br />
Quote:</p>
<blockquote><p>As of Prototype 1.6, document.getElementsByClassName has been deprecated since native implementations return a NodeList rather than an Array.</p></blockquote>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=198&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/2007/06/23/utf-8-fix-when-charset-is-set-to-latin1/" title="UTF-8 fix &#8211; when charset is set to Latin1 (June 23, 2007)">UTF-8 fix &#8211; when charset is set to Latin1</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/06/26/scrap/" title="Scrap (June 26, 2007)">Scrap</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/05/31/php-4-and-xml/" title="PHP 4 and XML (May 31, 2007)">PHP 4 and XML</a> (0)</li>
	<li><a href="http://eyedmax.com/2008/05/28/fixed-boxover-js-library/" title="Fixed BoxOver js library (May 28, 2008)">Fixed BoxOver js library</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2009/04/20/advanced-scriplaculous-sortable-demo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>!T.O.O.H.!</title>
		<link>http://eyedmax.com/2009/03/01/tooh/</link>
		<comments>http://eyedmax.com/2009/03/01/tooh/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 01:35:08 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://eyedmax.com/?p=186</guid>
		<description><![CDATA[The Obliteration of Humanity.
The old band from Czech Republic, and the good one! And the dead one. They was banded in 1990 &#8211; and was disbanded in 2006 (I think so), what a mess. I&#8217;m really in grief for them. And damn the Earache!
Guys are: Humanoid, Schizoid, Wokis and Freedom. Here they are:

And &#8211; !T.O.O.H.! [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Obliteration of Humanity.</strong></p>
<p>The old band from Czech Republic, and the good one! And the dead one. They was banded in 1990 &#8211; and was disbanded in 2006 (I think so), what a mess. I&#8217;m really in grief for them. And damn the Earache!</p>
<p>Guys are: Humanoid, Schizoid, Wokis and Freedom. Here they are:</p>
<p><a href="http://eyedmax.com/wp-content/uploads/2009/03/tooh.jpg"><img class="aligncenter size-full wp-image-187" title="!T.O.O.H.!" src="http://eyedmax.com/wp-content/uploads/2009/03/tooh.jpg" alt="!T.O.O.H.!" width="450" height="499" /></a></p>
<p>And &#8211; <a rel="nofollow" href="http://www.tooh.wz.cz/mainEN.html" target="_blank">!T.O.O.H.! homepage in English</a>.</p>
<p>Their swansong &#8211; Ràd a Trest (Order &amp; Punishment) is absolutely brilliant thing! Very, very distinctive sound, evil lyrics, just good musical material &#8211; and 36:41 of pleasure. One of the best albums ever for me now. Listen to it, first time sound looks strange somehow, but you&#8217;ll love it!</p>
<p>Note: pleasure guaranteed only if you&#8217;re in love with good old <strong>death metal</strong> <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=186&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2008/01/28/spider-pig-in-russian/" title="Spider-pig in Russian (January 28, 2008)">Spider-pig in Russian</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/19/sexepil-love-jealousy-hate/" title="Sexepil &#8211; Love, Jealousy, Hate (July 19, 2007)">Sexepil &#8211; Love, Jealousy, Hate</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/31/rise-of-the-tyrant-2007-arch-enemy-promo/" title="Rise of the Tyrant 2007 Arch Enemy (Promo) (July 31, 2007)">Rise of the Tyrant 2007 Arch Enemy (Promo)</a> (1)</li>
	<li><a href="http://eyedmax.com/2007/10/12/gogol-bordellos-wonderlust-king-video/" title="Gogol Bordello&#8217;s Wonderlust King Video (October 12, 2007)">Gogol Bordello&#8217;s Wonderlust King Video</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/08/04/gogol-bordello-vs-quadragesima/" title="Gogol Bordello vs Quadragesima (August 4, 2007)">Gogol Bordello vs Quadragesima</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2009/03/01/tooh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ahsoka Tano (Star Wars: Clone Wars) Nude</title>
		<link>http://eyedmax.com/2009/01/17/ahsoka-tano-star-wars-clone-wars-nude/</link>
		<comments>http://eyedmax.com/2009/01/17/ahsoka-tano-star-wars-clone-wars-nude/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 16:28:36 +0000</pubDate>
		<dc:creator>Offencer</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[Slash]]></category>
		<category><![CDATA[Star Wars]]></category>

		<guid isPermaLink="false">http://eyedmax.com/?p=175</guid>
		<description><![CDATA[Seems like all the men thinking about same thing.
And here it is!

Yeah, yeah. Ahsoka Tano porn e Ahsoka Tano nudo.
Star Wars: Clone Wars star Ahsoka Tano poses nude 
Catch it &#8211; most probably i&#8217;ll remove this picture later.

	Related posts
	
	youthumb &#8211; another video plugin (0)
	Winnie The Who The Bloody Hell Is That? (0)
	What REALLY happened when [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like all the men thinking about same thing.<br />
And here it is!<br />
<a href="http://eyedmax.com/wp-content/uploads/2009/01/ashoka-tano-nude.jpg"><img src="http://eyedmax.com/wp-content/uploads/2009/01/ashoka-tano-nude-450x505.jpg" alt="Ahsoka Tano Nude" title="Ahsoka Tano Topless Nude" width="450" height="505" class="aligncenter size-medium wp-image-176" /></a><br />
Yeah, yeah. Ahsoka Tano porn e Ahsoka Tano nudo.</p>
<p>Star Wars: Clone Wars star Ahsoka Tano poses nude <img src='http://eyedmax.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /><br />
Catch it &#8211; most probably i&#8217;ll remove this picture later.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=175&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/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/2007/01/31/what-really-happened-when-bill-gates-was-leaving-the-daily-show-set/" title="What REALLY happened when Bill Gates was leaving The Daily Show set! (January 31, 2007)">What REALLY happened when Bill Gates was leaving The Daily Show set!</a> (1)</li>
	<li><a href="http://eyedmax.com/2007/11/02/veyron-vs-eurofighter-top-gears-turn/" title="Veyron vs Eurofighter: Top Gear&#8217;s turn (November 2, 2007)">Veyron vs Eurofighter: Top Gear&#8217;s turn</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/10/06/veyron-vs-eurofighter/" title="Veyron vs Eurofighter (October 6, 2007)">Veyron vs Eurofighter</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2009/01/17/ahsoka-tano-star-wars-clone-wars-nude/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>Star Wars: Clone Wars</title>
		<link>http://eyedmax.com/2009/01/17/star-wars-clone-wars/</link>
		<comments>http://eyedmax.com/2009/01/17/star-wars-clone-wars/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 02:11:10 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Star Wars]]></category>

		<guid isPermaLink="false">http://eyedmax.com/?p=165</guid>
		<description><![CDATA[Yeah.
Finally I realized that Star Wars: Clone Wars now is not only theatrical movie, it&#8217;s a TV series ))

And yeah.
Just good for me. Maybe even better than Episode I.

Now I thinking about good old trick   &#8211; you&#8217;ll see it soon, just little experiment.

	Related posts
	
	youthumb &#8211; another video plugin (0)
	What REALLY happened when Bill [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://eyedmax.com/wp-content/uploads/2009/01/star-wars-ashoka-clone-wars.jpg" alt="Ashoka - Star Wars: Clone Wars" title="Ashoka - Star Wars: Clone Wars" width="450" height="337" class="aligncenter size-full wp-image-166" /><br />
<strong>Yeah.</strong><br />
Finally I realized that Star Wars: Clone Wars now is not only theatrical movie, it&#8217;s a TV series ))</p>
<p><img src="http://eyedmax.com/wp-content/uploads/2009/01/star-wars-yoda-clone-wars.jpg" alt="Yoda - Star Wars: Clone Wars" title="Yoda - Star Wars: Clone Wars" width="450" height="450" class="aligncenter size-full wp-image-167" /><br />
<strong>And yeah.</strong><br />
Just good for me. Maybe even better than Episode I.</p>
<p><script type="text/javascript" src="http://widgets.clearspring.com/o/4879167ae8d8e639/497139643004ec75/4879167a51ff5bb9/649fae26/widget.js"></script></p>
<p>Now I thinking about good old trick <img src='http://eyedmax.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8211; you&#8217;ll see it soon, just little experiment.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=165&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/2007/01/31/what-really-happened-when-bill-gates-was-leaving-the-daily-show-set/" title="What REALLY happened when Bill Gates was leaving The Daily Show set! (January 31, 2007)">What REALLY happened when Bill Gates was leaving The Daily Show set!</a> (1)</li>
	<li><a href="http://eyedmax.com/2007/11/02/veyron-vs-eurofighter-top-gears-turn/" title="Veyron vs Eurofighter: Top Gear&#8217;s turn (November 2, 2007)">Veyron vs Eurofighter: Top Gear&#8217;s turn</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/10/06/veyron-vs-eurofighter/" title="Veyron vs Eurofighter (October 6, 2007)">Veyron vs Eurofighter</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/05/31/very-positive-video-its-hard-to-be-god/" title="Very positive video &#8211; It&#8217;s hard to be god (May 31, 2007)">Very positive video &#8211; It&#8217;s hard to be god</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2009/01/17/star-wars-clone-wars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diablo Swing Orchestra 2009 album</title>
		<link>http://eyedmax.com/2009/01/04/diablo-swing-orchestra-2009-album/</link>
		<comments>http://eyedmax.com/2009/01/04/diablo-swing-orchestra-2009-album/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 22:07:22 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://eyedmax.com/?p=158</guid>
		<description><![CDATA[Diabloswings must be in studio now. Maybe not just now &#8211; but in two months they have to&#8230;
&#8220;All in all, we can promise a more playful album with perhaps a little more aggressive-sounding songs. Some notes on the new songs are that we make more use of brass instruments than on the previous album. Some [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-159" title="Diablo Swing Orchestra" src="http://eyedmax.com/wp-content/uploads/2009/01/dso.jpg" alt="Diablo Swing Orchestra" width="450" height="299" /></p>
<p>Diabloswings must be in studio now. Maybe not just now &#8211; but in two months they have to&#8230;</p>
<blockquote><p>&#8220;All in all, we can promise a more playful album with perhaps a little more aggressive-sounding songs. Some notes on the new songs are that we make more use of brass instruments than on the previous album. Some songs will also feature a male opera singer (we&#8217;ll reveal names later) and they will be sung in English, Russian, French and Italian.</p>
<p>&#8220;Details regarding studio and what label who will release the album is yet to be finalized but it will probably be sorted out during the upcoming month. Pre-production will continue during the autumn and we&#8217;ll hit the studio around January-February of 2009.&#8221;</p></blockquote>
<p>Taken from <a href="http://www.roadrunnerrecords.com/BlabberMouth.Net/news.aspx?mode=Article&amp;newsitemID=103831" target="_blank" rel="nofollow">here</a>.</p>
<p>Shit, I&#8217;ll wait, cause it worth it!!</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=158&type=feed" alt="" />
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://eyedmax.com/2008/01/28/spider-pig-in-russian/" title="Spider-pig in Russian (January 28, 2008)">Spider-pig in Russian</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/19/sexepil-love-jealousy-hate/" title="Sexepil &#8211; Love, Jealousy, Hate (July 19, 2007)">Sexepil &#8211; Love, Jealousy, Hate</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/07/31/rise-of-the-tyrant-2007-arch-enemy-promo/" title="Rise of the Tyrant 2007 Arch Enemy (Promo) (July 31, 2007)">Rise of the Tyrant 2007 Arch Enemy (Promo)</a> (1)</li>
	<li><a href="http://eyedmax.com/2007/10/12/gogol-bordellos-wonderlust-king-video/" title="Gogol Bordello&#8217;s Wonderlust King Video (October 12, 2007)">Gogol Bordello&#8217;s Wonderlust King Video</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/08/04/gogol-bordello-vs-quadragesima/" title="Gogol Bordello vs Quadragesima (August 4, 2007)">Gogol Bordello vs Quadragesima</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2009/01/04/diablo-swing-orchestra-2009-album/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>Crisis Santa (?)</title>
		<link>http://eyedmax.com/2009/01/03/crisis-santa/</link>
		<comments>http://eyedmax.com/2009/01/03/crisis-santa/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 03:53:41 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[pictures]]></category>

		<guid isPermaLink="false">http://eyedmax.com/?p=148</guid>
		<description><![CDATA[



Were you good enough in 2k8 ??

	Related posts
	
	Winnie The Who The Bloody Hell Is That? (0)
	Star Wars image experiment (0)
	Microsoft Windows Nazi Flag (1)
	Harry Potter Slash (0)
	Ahsoka Tano (Star Wars: Clone Wars) Nude (0)


]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<dl id="attachment_149" class="wp-caption aligncenter" style="width: 460px;">
<dt class="wp-caption-dt"><a href="http://eyedmax.com/wp-content/uploads/2009/01/crisis-santa.jpg"><img class="size-full wp-image-149" title="Crisis Santa" src="http://eyedmax.com/wp-content/uploads/2009/01/crisis-santa.jpg" alt="Crisis Santa" width="450" height="632" /></a></dt>
</dl>
</div>
<p>Were you good enough in 2k8 ??</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=148&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/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/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/12/12/harry-potter-slash/" title="Harry Potter Slash (December 12, 2007)">Harry Potter Slash</a> (0)</li>
	<li><a href="http://eyedmax.com/2009/01/17/ahsoka-tano-star-wars-clone-wars-nude/" title="Ahsoka Tano (Star Wars: Clone Wars) Nude (January 17, 2009)">Ahsoka Tano (Star Wars: Clone Wars) Nude</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2009/01/03/crisis-santa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And else one BMG I Feel Love video</title>
		<link>http://eyedmax.com/2008/10/30/and-else-one-bmg-i-feel-love-video/</link>
		<comments>http://eyedmax.com/2008/10/30/and-else-one-bmg-i-feel-love-video/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 12:52:45 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://eyedmax.com/?p=142</guid>
		<description><![CDATA[Blue Man Group &#8211; I Feel Love
Instead of this one.
I love `em.

	Related posts
	
	youthumb &#8211; another video plugin (0)
	What REALLY happened when Bill Gates was leaving The Daily Show set! (1)
	Veyron vs Eurofighter: Top Gear&#8217;s turn (0)
	Veyron vs Eurofighter (0)
	Very positive video &#8211; It&#8217;s hard to be god (0)


]]></description>
			<content:encoded><![CDATA[<div><object width="420" height="339"><param name="movie" value="http://www.dailymotion.com/swf/k7svppC2yRiSEEv4lS" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://www.dailymotion.com/swf/k7svppC2yRiSEEv4lS" type="application/x-shockwave-flash" width="420" height="339" allowFullScreen="true" allowScriptAccess="always"></embed></object><br /><b><a href="http://www.dailymotion.com/swf/k7svppC2yRiSEEv4lS">Blue Man Group &#8211; I Feel Love</a></b></div>
<p>Instead of <a href="http://eyedmax.com/2007/03/27/bmg-ban/">this one</a>.<br />
I love `em.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=142&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/2007/01/31/what-really-happened-when-bill-gates-was-leaving-the-daily-show-set/" title="What REALLY happened when Bill Gates was leaving The Daily Show set! (January 31, 2007)">What REALLY happened when Bill Gates was leaving The Daily Show set!</a> (1)</li>
	<li><a href="http://eyedmax.com/2007/11/02/veyron-vs-eurofighter-top-gears-turn/" title="Veyron vs Eurofighter: Top Gear&#8217;s turn (November 2, 2007)">Veyron vs Eurofighter: Top Gear&#8217;s turn</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/10/06/veyron-vs-eurofighter/" title="Veyron vs Eurofighter (October 6, 2007)">Veyron vs Eurofighter</a> (0)</li>
	<li><a href="http://eyedmax.com/2007/05/31/very-positive-video-its-hard-to-be-god/" title="Very positive video &#8211; It&#8217;s hard to be god (May 31, 2007)">Very positive video &#8211; It&#8217;s hard to be god</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2008/10/30/and-else-one-bmg-i-feel-love-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed BoxOver js library</title>
		<link>http://eyedmax.com/2008/05/28/fixed-boxover-js-library/</link>
		<comments>http://eyedmax.com/2008/05/28/fixed-boxover-js-library/#comments</comments>
		<pubDate>Wed, 28 May 2008 00:23:32 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2008/05/28/fixed-boxover-js-library/</guid>
		<description><![CDATA[Hi there, my dear java-damned-script fans!
Today I used to find an strange bug in pretty little fine-looking-hints library, called BoxOver from here. As you know, for the chars &#34;, [ and ] with this library you must use &#38;quot;, [[ and ]] to display&#8230; It works, but only once for brackets.
So, I tried to find [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there, my dear java-damned-script fans!</p>
<p><img style="border-right: 0px; border-top: 0px; margin: 5px 0px 0px 15px; border-left: 0px; border-bottom: 0px" height="170" alt="boxover" src="http://eyedmax.com/wp-content/uploads/2008/05/boxover.jpg" width="259" align="right" border="0" />Today I used to find an strange bug in pretty little fine-looking-hints library, called BoxOver from <a title="Swazz Boxover" href="http://boxover.swazz.org/" target="_blank">here</a>. As you know, for the chars &quot;, [ and ] with this library you must use &amp;quot;, [[ and ]] to display&#8230; It works, but only once for brackets.</p>
<p>So, I tried to find a fix&#8230; None found. At the forum some guy gave an ugly fix with &amp;rbr; and so on&#8230;</p>
<p>Shame on you guys, did you ever heard of regexp syntax? <img src='http://eyedmax.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Here&#8217;s the BoxOver library with fixed [ and ] brackets display:</p>
<p><a title="Nice, light and fast tooltip javascript library download, fixed" href="http://eyedmax.com/download-manager.php?id=9">Download BoxOver 2.1a javascript library (28th May 2008)</a></p>
<p>BTW, when I tried to register on forum to post my fix &#8211; I can&#8217;t &#8211; because of captcha insult, and that&#8217;s why I posted it here.</p>
<img src="http://eyedmax.com/?ak_action=api_record_view&id=137&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/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/2007/06/23/utf-8-fix-when-charset-is-set-to-latin1/" title="UTF-8 fix &#8211; when charset is set to Latin1 (June 23, 2007)">UTF-8 fix &#8211; when charset is set to Latin1</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>
	<li><a href="http://eyedmax.com/2007/06/26/scrap/" title="Scrap (June 26, 2007)">Scrap</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://eyedmax.com/2008/05/28/fixed-boxover-js-library/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cynic Reunited</title>
		<link>http://eyedmax.com/2008/05/11/cynic-reunited/</link>
		<comments>http://eyedmax.com/2008/05/11/cynic-reunited/#comments</comments>
		<pubDate>Sun, 11 May 2008 01:45:32 +0000</pubDate>
		<dc:creator>eyedmax</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://eyedmax.com/2008/05/11/cynic-reunited/</guid>
		<description><![CDATA[Cynic is one of my will-hear-till-death bands. And (as a lot of people) I thought they broken forever after their one-and-best Focus album.
But seems like nowdays dead walked to live.

I have they brilliant &#34;Live in Norway at Hovefestivalen 2007&#34; video from european tour &#8211; with new song and other funny stuff&#8230;
And I saw a lot [...]]]></description>
			<content:encoded><![CDATA[<p>Cynic is one of my will-hear-till-death bands. And (as a lot of people) I thought they broken forever after their one-and-best Focus album.</p>
<p>But seems like nowdays dead walked to live.</p>
<p><a title="Cynic Reunion 2007" href="http://www.myspace.com/cynicreunion" target="_blank" rel="nofollow"><img src="http://www.zingerman.se/cynic/cynicr_banner.jpg" /></a></p>
<p>I have they brilliant &quot;Live in Norway at Hovefestivalen 2007&quot; video from european tour &#8211; with new song and other funny stuff&#8230;</p>
<p>And I saw a lot of guys asking &quot;Is anybody have a tracklist?&quot;.</p>
<p><strong>Hell yeah</strong>, I made it for you guys. Here it is:</p>
<h3>Cynic &#8211; Live at Hovefestivalen 2007 </h3>
<p>tracklisting as follows:</p>
<table cellspacing="0" cellpadding="2" width="400" border="0">
<tbody>
<tr>
<td valign="top" width="35">01</td>
<td valign="top" width="150">Intro</td>
<td valign="top" width="101">00:00-04:02</td>
<td valign="top" width="105">&#160;</td>
</tr>
<tr>
<td valign="top" width="37">02</td>
<td valign="top" width="150">Veil of Maya</td>
<td valign="top" width="101">04:02-09:25</td>
<td valign="top" width="105">&#160;</td>
</tr>
<tr>
<td valign="top" width="40">03</td>
<td valign="top" width="150">Celestial Voyage</td>
<td valign="top" width="101">09:47-13:27</td>
<td valign="top" width="105">&#160;</td>
</tr>
<tr>
<td valign="top" width="42">04</td>
<td valign="top" width="149">The Eagle Nature</td>
<td valign="top" width="101">13:51-17:35</td>
<td valign="top" width="105">&#160;</td>
</tr>
<tr>
<td valign="top" width="43">05</td>
<td valign="top" width="149">Sentiment</td>
<td valign="top" width="101">17:35-22:55</td>
<td valign="top" width="105"><em>// extended</em></td>
</tr>
<tr>
<td valign="top" width="44">06</td>
<td valign="top" width="149">I&#8217;m But A Wave To&#8230;</td>
<td valign="top" width="101">23:48-29:14</td>
<td valign="top" width="105">&#160;</td>
</tr>
<tr>
<td valign="top" width="45">07</td>
<td valign="top" width="148">Evolutionary Sleeper</td>
<td valign="top" width="101">30:54-35:33</td>
<td valign="top" width="105"><em>// new song</em></td>
</tr>
<tr>
<td valign="top" width="46">08</td>
<td valign="top" width="148">Textures</td>
<td valign="top" width="101">36:00-40:32</td>
<td valign="top" width="105">&#160;</td>
</tr>
<tr>
<td valign="top" width="46">09</td>
<td valign="top" width="148">Uroboric Forms</td>
<td valign="top" width="101">41:18-45:02</td>
<td valign="top" width="105">&#160;</td>
</tr>
<tr>
<td valign="top" width="46">10</td>
<td valign="top" width="148">Cosmos</td>
<td valign="top" width="101">46:08-50:52</td>
<td valign="top" width="105"><em>// Portal demo</em></td>
</tr>
<tr>
<td valign="top" width="46">11</td>
<td valign="top" width="148">How Could I</td>
<td valign="top" width="101">51:59-57:31</td>
<td valign="top" width="105">&#160;</td>
</tr>
</tbody>
</table>
<p>And &#8211; we&#8217;re waiting for 2008 album. How do I know? Heheheh. From wikipedia <a title="Cynic album list" href="http://en.wikipedia.org/wiki/Cynic_%28band%29#Albums" target="_blank" rel="nofollow">article</a> <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=135&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/2008/05/11/cynic-reunited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
