<?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/"
	>

<channel>
	<title>Kaizeku Ban &#187; tips</title>
	<atom:link href="http://blog.kaizeku.com/taxonomy/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kaizeku.com</link>
	<description>So many evil plans, so little time...</description>
	<pubDate>Wed, 19 Nov 2008 01:02:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Most Common Trackback Spammer</title>
		<link>http://blog.kaizeku.com/wordpress/most-common-trackback-spammer/</link>
		<comments>http://blog.kaizeku.com/wordpress/most-common-trackback-spammer/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 21:55:44 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[Web Crawler]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[ranting]]></category>

		<category><![CDATA[env_if]]></category>

		<category><![CDATA[htaccess]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[wpistalker]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/?p=513</guid>
		<description><![CDATA[If you used the latest version of WP-iStalker theme it will show you the client&#8217;s user-agent for sending trackback and pingback. The small signature is display on the comment list &#038; Akismet.

 I actually made this little feature for separating WordPress client pingback and trackback comments. I&#8217;m positive that you can also used it for [...]]]></description>
			<content:encoded><![CDATA[<p>If you used the latest version of <a href="http://wp.istalker.net/" rel="external" title="WP-iStalker">WP-iStalker</a> theme it will show you the client&#8217;s user-agent for sending trackback and pingback. The small signature is display on the comment list &#038; <a href="http://akismet.com" title="Akismet" rel="external">Akismet</a>.</p>
<p><img src="http://blog.kaizeku.com/wp-content/uploads/2008/11/trackback-wpistalker.png" alt="" title="trackback-wpistalker" width="500" height="48" class="alignleft size-full wp-image-530" longdesc="/" /></p>
<p class="mgt pdt cb"> I actually made this little feature for separating WordPress client pingback and trackback comments. I&#8217;m positive that you can also used it for comparing real trackback from spammer.</p>
<p><span id="more-513"></span></p>
<div style="width: 410px;" class="wp-caption aligncenter" id="attachment_523"><img height="207" width="400" class="size-full wp-image-523" title="code-injection" alt="Most shell bots used perl http package" src="http://blog.kaizeku.com/wp-content/uploads/2008/11/code-injection.gif"/>
<p class="wp-caption-text">Most shell bots used perl http package</p>
</div>
<h6 class="pdt">Here come the stats</h6>
<p>According to my made-in-france bot tracker, <a href="http://ftp.ics.uci.edu/pub/websoft/libwww-perl/" rel="external" title=" libwww-perl@ics.uci.edu">libwww-perl</a> is the most abused clients for sending code injection and <a href="http://jakarta.apache.org/" rel="external" title="Jakarta commons">Jakarta Commons-HttpClient</a> is largely used for sending trackback <abbr title="SPAM | Simply Pointless Annoying Message" class="ttip">SPAM</abbr>. </p>
<div style="width: 410px;" class="wp-caption aligncenter" id="attachment_521"><img height="234" width="400" class="size-full wp-image-521" title="trackback" alt="90% are trackback spam" src="http://blog.kaizeku.com/wp-content/uploads/2008/11/trackback.gif"/>
<p class="wp-caption-text">90% are trackbacks spam</p>
</div>
<h6 class="mgt">Simple rules</h6>
<p>User agent string can be easily spoof so the target victim wont know the actual client. If the client is not coming from a blogging software or CMS its 90% spam oriented. And if the client is using generic user agent software HTTP package likes libwww-perl, Larbin, Nutch, et cetera it should be ignore. </p>
<h6 class="mgt">How to banned user agent with htaccess</h6>
<p>Banning these two user agents reduces my daily trackback spams to bearable amount. I&#8217;m gladly say these two user agent is the cause of many bandwidth misery. Both client is now honored in my <tt>htaccess</tt> rules &darr;</p>
<pre class="prebox" style="height:186px">&#60;IfModule mod_setenvif&#46;c&#62;
SetEnvIfNoCase User&#45;Agent &#34;&#94;libwww&#45;perl&#42;&#34; shell_bots&#61;1
SetEnvIfNoCase User&#45;Agent &#34;&#94;Jakarta&#42;&#34; shell_bots&#61;1
&#60;&#47;IfModule&#62;

&#60;FilesMatch &#34;&#40;&#46;&#42;&#41;&#34;&#62;
Order Allow&#44;Deny
Allow from all
Deny from env&#61;shell_bots
&#60;&#47;FilesMatch&#62;</pre>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/wordpress/most-common-trackback-spammer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop CS3 Easter Egg</title>
		<link>http://blog.kaizeku.com/web_development/photoshop/photoshop-cs3-easter-egg/</link>
		<comments>http://blog.kaizeku.com/web_development/photoshop/photoshop-cs3-easter-egg/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 02:30:07 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[Photoshop]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[adobe red pill]]></category>

		<category><![CDATA[easter egg]]></category>

		<category><![CDATA[Owned]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/?p=187</guid>
		<description><![CDATA[Borrowing from the movie matrix, the terms blue pill and red pill have become a popular metaphor for the choice between blissful ignorance (blue) and embracing the sometimes painful truth (red).]]></description>
			<content:encoded><![CDATA[<p>This is nifty tricks to view Adobe Photoshop CS3 Easter Egg.</p>
<h3>Adobe Photoshop CS3 About window</h3>
<p><a href='http://blog.kaizeku.com/web_development/photoshop/photoshop-cs3-easter-egg/attachment/about-photoshop-window/' rel="attachment wp-att-188"><img src="http://blog.kaizeku.com/wp-content/uploads/2008/07/about-photoshop-window.png" alt="Adobe photoshop CS3 Extended" title="about-photoshop-window" width="355" height="216" class="alignnone size-full wp-image-188 thumb-" /></a></p>
<h3 class="cb"><strong>Adobe Red Pill</strong> </h3>
<p><a href='http://blog.kaizeku.com/web_development/photoshop/photoshop-cs3-easter-egg/attachment/about-adobe-red-pill/' rel="attachment wp-att-189"><img src="http://blog.kaizeku.com/wp-content/uploads/2008/07/about-adobe-red-pill.png" alt="Photoshop CS3 Easter Egg" title="about-adobe-red-pill" width="396" height="284" class="alignnone size-full wp-image-18 thumb-" /></a></p>
<h3 class="cb">Adobe Red Pill <strong>Bruce Fraser</strong> </h3>
<blockquote cite="http://en.wikipedia.org/wiki/Redpill"><p>Redpill is a term that describes a human who has been freed from the Matrix</p></blockquote>
<p><tt>Level Mask: channel RGB, Set 137,0.10,255</tt><br />
<a href='http://blog.kaizeku.com/web_development/photoshop/photoshop-cs3-easter-egg/attachment/about-adobe-photoshop-easter-egg-bruce-fraser/' rel="attachment wp-att-194"><img src="http://blog.kaizeku.com/wp-content/uploads/2008/07/about-adobe-photoshop-easter-egg-bruce-fraser.png" alt="tribute to bruce fraser" title="about-adobe-photoshop-easter-egg-bruce-fraser" width="396" height="284" class="alignnone size-full wp-image-194" /></a></p>
<h3 class="cb">Adobe Red Pill <strong>Easter Kitty</strong> </h3>
<p><tt>Channel Mixer > output: gray, red:+40, green: +40, blue: +20 </tt><br />
<a href='http://blog.kaizeku.com/web_development/photoshop/photoshop-cs3-easter-egg/attachment/about-adobe-red-pill-easter-bunny/' rel="attachment wp-att-193"><img src="http://blog.kaizeku.com/wp-content/uploads/2008/07/about-adobe-red-pill-easter-bunny.png" alt="easter bunny" title="about-adobe-red-pill-easter-bunny" width="396" height="284" class="alignnone size-full wp-image-193 thumb-" /></a><br />
<span id="more-187"></span></p>
<ol class="cb">
<li>
<p> Hold down <tt title="Control key and alternate key">Ctrl + Alt</tt> keys (Option keys for mac), while still holding down the keys goto <strong>Help</strong> and left click on &#8220;<strong>About Photoshop</strong>&#8220;.</p>
<p><img src="http://blog.kaizeku.com/wp-content/uploads/2008/07/help-about-photoshop-windows.png" alt="help-about-photoshop-window" title="help-about-photoshop-windows" width="307" height="66" class="alignnone size-full wp-image-190" />
 </li>
</ol>
<p class="cb">Note: Ctrl+ Alt keys is also uses as macro shortcut to scroll down the &#8220;About Photoshop Credits&#8221;.</p>
<h2>Adobe Red Pill production staff</h2>
<p><a href='http://blog.kaizeku.com/web_development/photoshop/photoshop-cs3-easter-egg/attachment/red-pill-credits/' rel="attachment wp-att-195"><img src="http://blog.kaizeku.com/wp-content/uploads/2008/07/red-pill-credits.png" alt="red pill productions credits" title="red-pill-credits" width="484" height="287" class="alignnone size-full wp-image-195 thumb-" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/web_development/photoshop/photoshop-cs3-easter-egg/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
