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

<channel>
	<title>Occupied, DND, Away</title>
	<atom:link href="http://www.anty.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anty.info</link>
	<description>A busy guys notes on web development.</description>
	<pubDate>Tue, 24 Jun 2008 13:55:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Giving more than 100%</title>
		<link>http://www.anty.info/2008/06/24/giving-more-than-100-percent/</link>
		<comments>http://www.anty.info/2008/06/24/giving-more-than-100-percent/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 13:55:19 +0000</pubDate>
		<dc:creator>anty</dc:creator>
		
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.anty.info/?p=24</guid>
		<description><![CDATA[I found the following story somewhere on the Internet. I couldn&#8217;t find the original author, so I&#8217;m republishing it here for your entertainment. Enjoy!

From a strictly mathematical viewpoint it goes like this:
What Makes 100%? What does it mean to give more than 100%? Ever wonder about those people who say they are giving more than [...]]]></description>
			<content:encoded><![CDATA[<p>I found the following story somewhere on the Internet. I couldn&#8217;t find the original author, so I&#8217;m republishing it here for your entertainment. Enjoy!</p>
<p><span id="more-24"></span></p>
<p>From a strictly mathematical viewpoint it goes like this:</p>
<p>What Makes 100%? What does it mean to give <em>more</em> than 100%? Ever wonder about those people who say they are giving more than 100%? We have all been to those meetings where someone wants you to give over 100%. How about achieving 103%? What makes up 100% in life?</p>
<p>Here’s a little mathematical formula that might help you answer these questions:</p>
<p>If:</p>
<p>A B C D E F G H I J K L M N O P Q R S T U V W X Y Z is represented as:<br />
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26.</p>
<p>Then:</p>
<p>H-A-R-D-W-O-R-K<br />
8+1+18+4+23+15+18+11 = 98%</p>
<p>and</p>
<p>K-N-O-W-L-E-D-G-E<br />
11+14+15+23+12+5+4+7+5 = 96%</p>
<p>But,</p>
<p>A-T-T-I-T-U-D-E</p>
<p>1+20+20+9+20+21+4+5 = 100%</p>
<p>And,</p>
<p>B-U-L-L-S-H-I-T<br />
2+21+12+12+19+8+9+20 = 103%</p>
<p><em>and</em>, look how far ass kissing will take you:</p>
<p>A-S-S-K-I-S-S-I-N-G<br />
1+19+19+11+9+19+19+9+14+7 = 118%</p>
<p>So, one can then conclude with mathematical certainty that while Hard work and knowledge will get you close, and, Attitude will get you there, Bullshit and Ass kissing will put you over the top.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2008/06/24/giving-more-than-100-percent/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What to consider when deploying web apps</title>
		<link>http://www.anty.info/2008/05/21/what-to-consider-when-deploying-web-apps/</link>
		<comments>http://www.anty.info/2008/05/21/what-to-consider-when-deploying-web-apps/#comments</comments>
		<pubDate>Wed, 21 May 2008 16:13:22 +0000</pubDate>
		<dc:creator>anty</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.anty.info/?p=23</guid>
		<description><![CDATA[When I&#8217;m tired I tend to cross read blog posts in my feedreader. This way I just found an interesting screencast in Chris Hartjes&#8217; blog which I thought I should mention here: 6 Steps to a perfect deployment.

Chris explains how he&#8217;s deploying web applications and why you should follow this six-step-approach, too:

The first deploy will [...]]]></description>
			<content:encoded><![CDATA[<p>When I&#8217;m tired I tend to cross read blog posts in my feedreader. This way I just found an interesting screencast in Chris Hartjes&#8217; blog which I thought I should mention here: <a href="http://www.littlehart.net/atthekeyboard/2008/04/17/deployment-is-not-a-4-letter-word-the-screencast/">6 Steps to a perfect deployment</a>.</p>
<p><span id="more-23"></span></p>
<p>Chris explains how he&#8217;s deploying web applications and why you should follow this six-step-approach, too:</p>
<ol>
<li>The first deploy will not hurt, but as soon as you change something and it breaks it <em>will</em> hurt.</li>
<li>Make sure you are able to undo changes in the productive environment if you change something.</li>
<li>Don&#8217;t forget that there&#8217;s more in your application than code!</li>
<li>Automate every step, else mistakes <em>will</em> happen!</li>
<li>Make sure the deployment and production environment are as close as possible.</li>
<li>Ownership of code is important, make sure it&#8217;s properly deployed.</li>
</ol>
<p>Chris recommends <a href="http://capify.org/">Capistrano</a>, which is originally a deploy-tool for Ruby but since version 2 it doesn&#8217;t care about what it deploys. I personally haven&#8217;t used Capistrano, but hearing Chris&#8217; satisfaction I think it&#8217;s worth checking it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2008/05/21/what-to-consider-when-deploying-web-apps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Photoshop E-Book</title>
		<link>http://www.anty.info/2008/05/19/free-photoshop-ebook/</link>
		<comments>http://www.anty.info/2008/05/19/free-photoshop-ebook/#comments</comments>
		<pubDate>Mon, 19 May 2008 12:47:41 +0000</pubDate>
		<dc:creator>anty</dc:creator>
		
		<category><![CDATA[random]]></category>

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

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

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

		<guid isPermaLink="false">http://www.anty.info/?p=20</guid>
		<description><![CDATA[Are you into web design?
Regardless if you are just creating small templates for your blogs or if you already design websites for clients - You will benefit from Sitepoints free Photoshop book!
Download the PDF &#8220;The Photoshop Anthology: 101 Web Design Tips, Tricks &#38; Techniques&#8221; right now!

After you submit your mail address you get an email [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-21" title="101 Web Design Tips, Tricks &amp; Techniques" src="http://www.anty.info/wp-content/uploads/2008/05/the-photoshop-anthology-101-web-design-tips-tricks-and-techniques.jpg" alt="The Photoshop Anthology: 101 Web Design Tips, Tricks &amp; Techniques" width="108" height="131" />Are you into web design?</p>
<p>Regardless if you are just creating small templates for your blogs or if you already design websites for clients - You will benefit from Sitepoints free Photoshop book!</p>
<p>Download the PDF &#8220;<a href="http://photoshop.aws.sitepoint.com/">The Photoshop Anthology: 101 Web Design Tips, Tricks &amp; Techniques</a>&#8221; right now!</p>
<p><span id="more-20"></span></p>
<p>After you submit your mail address you get an email with two links: One for the 64mb high-res PDF-version and one for the 23mb low-res e-book.</p>
<p>Don&#8217;t wait for better times, because the offer expires on June, 4th, 2008!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2008/05/19/free-photoshop-ebook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fortune Cookie</title>
		<link>http://www.anty.info/2008/05/19/fortune-cookie/</link>
		<comments>http://www.anty.info/2008/05/19/fortune-cookie/#comments</comments>
		<pubDate>Mon, 19 May 2008 12:12:36 +0000</pubDate>
		<dc:creator>anty</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[fortune cookie]]></category>

		<guid isPermaLink="false">http://www.anty.info/?p=18</guid>
		<description><![CDATA[Don&#8217;t believe everything written in a fortune cookie!


Todays xkcd comic also deals with fortune cookies 
]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t believe everything written in a fortune cookie!</p>
<p><span id="more-18"></span></p>
<p><a href="http://www.anty.info/wp-content/uploads/2008/05/fortune-cookie-mien-forever.jpg"><img class="aligncenter size-full wp-image-19" title="fortune-cookie-mien-forever" src="http://www.anty.info/wp-content/uploads/2008/05/fortune-cookie-mien-forever.jpg" alt="From now on, you\'ll have this mien forever!" width="500" height="332" /></a></p>
<p>Todays <a href="http://xkcd.com/425/">xkcd comic also deals with fortune cookies</a> <img src='http://www.anty.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2008/05/19/fortune-cookie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My new Poker Chip Set in action</title>
		<link>http://www.anty.info/2008/05/03/my-new-poker-chip-set-in-action/</link>
		<comments>http://www.anty.info/2008/05/03/my-new-poker-chip-set-in-action/#comments</comments>
		<pubDate>Sat, 03 May 2008 22:40:07 +0000</pubDate>
		<dc:creator>anty</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

		<guid isPermaLink="false">http://www.anty.info/?p=16</guid>
		<description><![CDATA[Those, who read my twitter feed know it already: I&#8217;ve won a Poker Chip Set some days ago. It was pure luck that I got the answer first.

Today I had some guests and we introduced the new chip set. Although I now have dark gray wild-berry-vodka sprinkles on my white carpet it was an entertaining [...]]]></description>
			<content:encoded><![CDATA[<p>Those, who read my twitter feed know it already: <a title="Twitter Trivia 4tw" href="http://www.shoemoney.com/2008/04/14/twitter-trivia-4tw/">I&#8217;ve won a Poker Chip Set</a> some days ago. It was pure luck that I got the answer first.</p>
<p><span id="more-16"></span></p>
<p>Today I had some guests and we introduced the new chip set. Although I now have dark gray wild-berry-vodka sprinkles on my white carpet it was an entertaining evening.</p>
<p>I got this very nice <a title="poker range Poker Chip Set Standard 11.5gr" href="http://www.amazon.de/gp/product/B000H0GEQ2?ie=UTF8&amp;tag=antyonline-21&amp;linkCode=as2&amp;camp=1638&amp;creative=6742&amp;creativeASIN=B000H0GEQ2">poker range Chip Set</a> (sorry, couldn&#8217;t find an English product description), which contains 500 quality chips that make a nice sound if you throw them on the felt. (The felt wasn&#8217;t included, but I had one already.)</p>
<p>Here is a snapshot of the game where a pair of Kings beat a pair of Jacks:</p>
<p><a href="http://www.anty.info/wp-content/uploads/2008/05/jj-vs-kk-small.jpg"><img class="aligncenter size-medium wp-image-17" title="JJ vs. KK" src="http://www.anty.info/wp-content/uploads/2008/05/jj-vs-kk-small-300x225.jpg" alt="JJ beaten by KK" width="300" height="225" /></a></p>
<p>Thanks Jeremy for giving free stuff away, I&#8217;m really happy about this chip set!</p>
<p>If you want to win some nice things yourself, follow <a href="http://twitter.com/shoemoney">Shoemoney on Twitter</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2008/05/03/my-new-poker-chip-set-in-action/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What you pay for sending 10 million spam mails a day</title>
		<link>http://www.anty.info/2008/03/29/what-you-pay-for-sending-10-million-spam-mails-a-day/</link>
		<comments>http://www.anty.info/2008/03/29/what-you-pay-for-sending-10-million-spam-mails-a-day/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 23:45:17 +0000</pubDate>
		<dc:creator>anty</dc:creator>
		
		<category><![CDATA[business]]></category>

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

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

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

		<guid isPermaLink="false">http://www.anty.info/2008/03/29/what-you-pay-for-sending-10-million-spam-mails-a-day/</guid>
		<description><![CDATA[I was really stunned when I discovered how cheap it is to send 10 million spam mails a day. You have to pay 600$ and get 10 Million spam-mails to their receivers. Imagine what you would make if one of 1000 receivers would buy your &#8220;cheap Viagra generic&#8221;. If you would only earn 1$ per [...]]]></description>
			<content:encoded><![CDATA[<p>I was really stunned when I discovered how cheap it is to send 10 million spam mails a day. You have to pay 600$ and get 10 Million spam-mails to their receivers. Imagine what you would make if one of 1000 receivers would buy your &#8220;cheap Viagra generic&#8221;. If you would only earn 1$ per sale you would make 9400$ in profit!</p>
<p><span id="more-11"></span></p>
<p>Here are more numbers, discovered in the German version of the <a href="http://www.technologyreview.com/magazine.aspx">&#8220;Technology Review&#8221; magazine</a>:</p>
<p>Breaking into websites and forums: 50$<br />
DDoS-attack a whole day long: 500$</p>
<p>I think you can&#8217;t take these prices as-is. Especially the DDoS-attack price has to correlate to the number of attacking machines. Else I would like to offer my notebook connected to a random WLAN for 500$ a day. I even would buy another one after two payments to fulfill your needs of using more boxes in parallel to attack your target <img src='http://www.anty.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Can someone confirm or deny these price tags (and can send me a link to the actual prices)?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2008/03/29/what-you-pay-for-sending-10-million-spam-mails-a-day/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend_Mail Obstacles</title>
		<link>http://www.anty.info/2008/02/18/zend_mail-obstacles/</link>
		<comments>http://www.anty.info/2008/02/18/zend_mail-obstacles/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:41:34 +0000</pubDate>
		<dc:creator>anty</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

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

		<category><![CDATA[inline images]]></category>

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

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

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

		<category><![CDATA[Zend Framework]]></category>

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

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

		<guid isPermaLink="false">http://www.anty.info/2008/02/18/zend_mail-obstacles/</guid>
		<description><![CDATA[I just finished developing a newsletter-script for a client.
I encountered some problems during the development and want to publish the solutions here.

I used Zend_Mail and Zend_Mime to create HTML-mails with inline images. I used the last stable Zend Framework version available right now: 1.0.3.
Microsoft Outlook 2007 displays odd characters, Thunderbird doesn&#8217;t
Check if you use:
new Zend_Mail('utf8');
If [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished developing a newsletter-script for a client.<br />
I encountered some problems during the development and want to publish the solutions here.</p>
<p><span id="more-10"></span></p>
<p>I used <a href="http://framework.zend.com/manual/en/zend.mail.html">Zend_Mail</a> and <a href="http://framework.zend.com/manual/en/zend.mime.html">Zend_Mime</a> to create HTML-mails with inline images. I used the last stable <a href="http://framework.zend.com">Zend Framework</a> version available right now: 1.0.3.</p>
<h3>Microsoft Outlook 2007 displays odd characters, Thunderbird doesn&#8217;t</h3>
<p>Check if you use:<br />
<code class="prettyprint">new Zend_Mail('utf8');</code><br />
If you do, change it to:<br />
<code class="prettyprint">new Zend_Mail('utf-8');</code><br />
Outlook doesn&#8217;t like the non-dashed version of the UTF-8 charset.</p>
<h3>Inline images are displayed as attachments</h3>
<p>You need to set the type of the mail to Multipart/Related:<br />
<code class="prettyprint">$mail-&gt;setType(Zend_Mime::MULTIPART_RELATED);</code><br />
Add the images like this:<br />
<code class="prettyprint">$mail-&gt;createAttachment($imageData, $imageType, Zend_Mime::DISPOSITION_INLINE, Zend_Mime::ENCODING_BASE64);</code><br />
Add the HTML-Version of the mail like this:<br />
<code class="prettyprint">$mail-&gt;setBodyHtml($htmlMessage, null, Zend_Mime::MULTIPART_RELATED);</code></p>
<h3>The subject displays odd characters</h3>
<p>There&#8217;s a <a href="http://framework.zend.com/issues/browse/ZF-2532" title="Wrong encoded of the subject, if the subject is longer than Zend_Mime::LINELENGTH">bug in Zend_Mail</a> that causes subjects longer than 200 characters to be malformed in the mail. It&#8217;s also causing problems in the Zend Framework version 1.5 preview. The solution is to use subjects shorter than 200 characters until a fix is integrated in Zend_Mail.</p>
<h3>Zend_Mail throws a 501 exception on international mail-addresses</h3>
<p>If your email addresses are pointing to domains like hpphör.de, your SMTP-server might prevent you from sending to them, causing Zend_Mail to throw a 501 exception. <a href="http://www.nabble.com/Re%3A-Zend_Mail---Zend_Mail_Transport_Smtp-Problems-p11294914s16154.html" title="Zend_Mail &amp; Zend_Mail_Transport_Smtp Problems">A possible solution</a> is to convert the domainname to the <a href="http://en.wikipedia.org/wiki/Internationalized_domain_name" title="Internationalized Domain Name">IDN</a> equivalent (hpphör.de results in xn--hpphr-mua.de). Currently, there is no ZendFramework module available to do the conversion. Maybe the <a href="http://pecl.php.net/package/idn">IDN Pecl package</a> can help you on this subject.</p>
<p><strong>Note:</strong> Malformed mail addresses also cause a 501 exception to be thrown. Catching a 501 exception does not guarantee an IDN domain-address!</p>
<h3>The HTML layout is totally messed up</h3>
<p>Don&#8217;t use CSS for styling, go back to Table-based styling. Most mail-clients still don&#8217;t display HTML correctly. Use inline-style definitions, even though they produce redundant code.</p>
<p>Get more information on HTML mail styling here:</p>
<ul>
<li><a href="http://www.sitepoint.com/article/code-html-email-newsletters">How to Code HTML Email Newsletters</a></li>
<li><a href="http://www.campaignmonitor.com/blog/archives/2006/03/a_guide_to_css_1.html">A Guide to CSS Support in Email</a></li>
</ul>
<p>I hope this helps a bit if you find yourself in the position to code a PHP mail-script.</p>
<p>At <a href="http://www.sitepoint.com">SitePoint</a> I found a very good article that covers <a href="http://www.sitepoint.com/article/principles-beautiful-html-email" title="The Principles of Beautiful HTML Email">how to design HTML mails from the content point of view</a>. I recommend to read the first two pages if you need to write the content by yourself!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2008/02/18/zend_mail-obstacles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Suggest Banning</title>
		<link>http://www.anty.info/2007/12/18/google-suggest-banning/</link>
		<comments>http://www.anty.info/2007/12/18/google-suggest-banning/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 14:43:36 +0000</pubDate>
		<dc:creator>anty</dc:creator>
		
		<category><![CDATA[banning]]></category>

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

		<category><![CDATA[google ban]]></category>

		<category><![CDATA[google suggest]]></category>

		<guid isPermaLink="false">http://www.anty.info/2007/12/18/google-suggest-banning/</guid>
		<description><![CDATA[I was just banned from Google Suggest for scraping their keyphrases.

I guess 100 simultaneous requests over a minute raises the red flag.  I&#8217;m not 100% sure if it was the amount of requests, the duplicate keyphrases, or both combined, that lead to the ban.
However, I made the experience in the past, that only one [...]]]></description>
			<content:encoded><![CDATA[<p>I was just banned from Google Suggest for scraping their keyphrases.</p>
<p><span id="more-8"></span></p>
<p>I guess 100 simultaneous requests over a minute raises the red flag.  I&#8217;m not 100% sure if it was the amount of requests, the duplicate keyphrases, or both combined, that lead to the ban.</p>
<p>However, I made the experience in the past, that only one request at the same time will <em>not</em> raise a red flag. Even if you do it over half an hour.</p>
<p>I hope they will unban my IP, soon. In the meantime I will add proxy-support to my scraper <img src='http://www.anty.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2007/12/18/google-suggest-banning/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Keep focused!</title>
		<link>http://www.anty.info/2007/12/07/keep-focused/</link>
		<comments>http://www.anty.info/2007/12/07/keep-focused/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 19:35:15 +0000</pubDate>
		<dc:creator>anty</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

		<category><![CDATA[napoleon hill]]></category>

		<category><![CDATA[think and grow rich]]></category>

		<guid isPermaLink="false">http://www.anty.info/2007/12/07/keep-focused/</guid>
		<description><![CDATA[Do you remember the last project you&#8217;ve started where you&#8217;ve lost your focus?

I certainly can.
If you&#8217;ve read &#8220;Think and grow rich&#8221; from Napoleon Hill you probably remember that great success comes after all these small setbacks. The people who had success in realizing their goals all had one thing in common: They kept focused and [...]]]></description>
			<content:encoded><![CDATA[<p>Do you remember the last project you&#8217;ve started where you&#8217;ve lost your focus?</p>
<p><span id="more-7"></span></p>
<p>I certainly can.</p>
<p>If you&#8217;ve read <a href="http://www.amazon.com/gp/product/1593302002?ie=UTF8&amp;tag=mengiftideasc-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1593302002" title="Think and Grow Rich on Amazon.com">&#8220;Think and grow rich&#8221; from Napoleon Hill</a> you probably remember that great success comes after all these small setbacks. The people who had success in realizing their goals all had one thing in common: They kept focused and didn&#8217;t let those setbacks drag themselves down.</p>
<p>My friend <a href="http://www.emaginacion.com.ar/cym/how-often-do-you-check-your-goals/" title="How often do you check your goals?">Javier just published a very good post</a> that explains what you should do, too: Recheck your goals!</p>
<p>Are you still focused?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2007/12/07/keep-focused/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scriptkiddies defaced my sites</title>
		<link>http://www.anty.info/2007/12/03/scriptkiddies-defaced-my-sites/</link>
		<comments>http://www.anty.info/2007/12/03/scriptkiddies-defaced-my-sites/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 10:37:15 +0000</pubDate>
		<dc:creator>anty</dc:creator>
		
		<category><![CDATA[maintenance]]></category>

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

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

		<guid isPermaLink="false">http://www.anty.info/2007/12/03/scriptkiddies-defaced-my-sites/</guid>
		<description><![CDATA[Yesterday a scriptkiddy defaced nearly all of my sites.
You must be a real skilled cracker to press a button to search for vulnerable servers and another one to execute the defacement script&#8230;

I&#8217;m still angry about this, but I see it as a chance to begin with a new and clean setup. Although I have two [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday a scriptkiddy defaced nearly all of my sites.</p>
<p>You must be a real skilled cracker to press a button to search for vulnerable servers and another one to execute the defacement script&#8230;</p>
<p><span id="more-6"></span></p>
<p>I&#8217;m still angry about this, but I see it as a chance to begin with a new and clean setup. Although I have two hard weeks in front of me I hope I will get at least 50% of my sites back up with some improvements.</p>
<p>Here&#8217;s a screenshot of the defacement to remember me whose ass I will kick when I find the time to do so:</p>
<p><a href="http://www.anty.info/wp-content/uploads/2007/12/1196627044093.png" rel="lightbox" title="Owned by scriptkiddies"><img src="http://www.anty.info/wp-content/uploads/2007/12/1196627044093.png" alt="Owned by scriptkiddies" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2007/12/03/scriptkiddies-defaced-my-sites/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
