<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/" -->
<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/"
	>

<channel>
	<title>A Blackhat’s Diary</title>
	<link>http://www.seo-blackhat.com</link>
	<description>... or why ShitMonkey, SpamHostess and Matts Butt hate me.</description>
	<pubDate>Mon, 05 May 2008 20:26:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
			<item>
		<title>shrink integers with php</title>
		<link>http://www.seo-blackhat.com/article/shrink-integers-with-php.html</link>
		<comments>http://www.seo-blackhat.com/article/shrink-integers-with-php.html#comments</comments>
		<pubDate>Mon, 05 May 2008 20:25:31 +0000</pubDate>
		<dc:creator>The Blackhat</dc:creator>
		
		<category><![CDATA[Snippets]]></category>

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

		<guid isPermaLink="false">http://www.seo-blackhat.com/article/shrink-integers-with-php.html</guid>
		<description><![CDATA[function&#160;chr_enc(&#160;$id&#160;)&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$c&#160;=&#160;'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$id&#160;=&#160;(string)$id;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;for(&#160;$i&#160;=&#160;0;&#160;$i&#160;&#60;&#160;strlen(&#160;$id&#160;);&#160;$i++&#160;)&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$x&#160;.=&#160;$id{$i};&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if(&#160;$x&#160;&#62;&#160;9&#160;&#38;&#38;&#160;$x&#160;&#60;=&#160;(&#160;strlen(&#160;$c&#160;)&#160;+&#160;9&#160;)&#160;)&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$n&#160;.=&#160;$c{$x-10};&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$x&#160;=&#160;'';&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;elseif(&#160;$x&#160;&#62;&#160;strlen(&#160;$c&#160;)&#160;+&#160;10&#160;&#124;&#124;&#160;$x&#160;==&#160;'0'&#160;&#124;&#124;&#160;$i&#160;==&#160;(&#160;strlen(&#160;$id&#160;)&#160;-&#160;1&#160;)&#160;)&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$n&#160;.=&#160;$x;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$x&#160;=&#160;'';&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return&#160;$n;}function&#160;chr_dec(&#160;$id&#160;)&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$c&#160;=&#160;'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;for(&#160;$i&#160;=&#160;0;&#160;$i&#160;&#60;&#160;strlen(&#160;$id&#160;);&#160;$i++&#160;)&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$n&#160;.=&#160;(&#160;!is_numeric(&#160;$id{$i}&#160;)&#160;)&#160;?&#160;(&#160;strpos(&#160;$c,&#160;$id{$i}&#160;)&#160;+&#160;10&#160;)&#160;:&#160;$id{$i};&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return&#160;$n;}

example:
212408898 => lo08898
30028247 => u0so7
11222207 => bmm07
94070738 => 94070738
81071369 => 81071A9
197309119 => j73091j
15018738 => f0i738
78584770 => 78WL70
191854002 => jiS002
188192516 => i8192P6
65437343 => 65H73H
124061870 => cEZ870
207003851 => k700CP
218431612 => l84vZ2
5688664 => U88664
162528033 => gps0x
57489904 => VM9904
89269087 => 89q9087
193413083 => jyd083
144121183 => eFli3
218427866 => l84r866
57912246 => V91mK
229392376 => m9392B6
56443324 => UIxo
34996219 => y996219
147906071 => e790Y71
96379484 => 96B9484
109124765 ...]]></description>
		<wfw:commentRss>http://www.seo-blackhat.com/article/shrink-integers-with-php.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>would you pay for a weekend with me?</title>
		<link>http://www.seo-blackhat.com/article/would-you-pay-for-a-weekend-with-me.html</link>
		<comments>http://www.seo-blackhat.com/article/would-you-pay-for-a-weekend-with-me.html#comments</comments>
		<pubDate>Mon, 05 May 2008 16:16:26 +0000</pubDate>
		<dc:creator>The Blackhat</dc:creator>
		
		<category><![CDATA[Offtopic]]></category>

		<guid isPermaLink="false">http://www.seo-blackhat.com/article/would-you-pay-for-a-weekend-with-me.html</guid>
		<description><![CDATA[I’m interested to know something. If you could, would you pay $5,000, not including flight and food, to get in a hotel with me for a weekend. Basically you get on a table with me and tell me what you’re doing (you can be as specific as you want). I’ll give you new ideas and ...]]></description>
		<wfw:commentRss>http://www.seo-blackhat.com/article/would-you-pay-for-a-weekend-with-me.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>seoFM.com abused for shady and illegal blackhat methods - marcus t.&#8217;s true nature</title>
		<link>http://www.seo-blackhat.com/article/seofmcom-abused-for-shady-and-illegal-blackhat-methods-marcus-tandlers-true-nature.html</link>
		<comments>http://www.seo-blackhat.com/article/seofmcom-abused-for-shady-and-illegal-blackhat-methods-marcus-tandlers-true-nature.html#comments</comments>
		<pubDate>Mon, 07 Apr 2008 05:54:01 +0000</pubDate>
		<dc:creator>The Blackhat</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.seo-blackhat.com/article/seofmcom-abused-for-shady-and-illegal-blackhat-methods-marcus-tandlers-true-nature.html</guid>
		<description><![CDATA[aw, fuck it. don&#8217;t have the time to deal with that shit.
-
so far, threads, which have surfaced in forums regarding this topic, have been deleted by the request of mr. t. himself. he&#8217;s even arrogant enough to boast about having the owner of the abakus forum remove some threads over the phone. people who participate ...]]></description>
		<wfw:commentRss>http://www.seo-blackhat.com/article/seofmcom-abused-for-shady-and-illegal-blackhat-methods-marcus-tandlers-true-nature.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>great hotels</title>
		<link>http://www.seo-blackhat.com/article/great-hotels.html</link>
		<comments>http://www.seo-blackhat.com/article/great-hotels.html#comments</comments>
		<pubDate>Sun, 16 Mar 2008 05:11:57 +0000</pubDate>
		<dc:creator>The Blackhat</dc:creator>
		
		<category><![CDATA[Offtopic]]></category>

		<guid isPermaLink="false">http://www.seo-blackhat.com/article/great-hotels.html</guid>
		<description><![CDATA[las vegas:


chicago:


mieming, austria:
]]></description>
		<wfw:commentRss>http://www.seo-blackhat.com/article/great-hotels.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bit char-g is still available</title>
		<link>http://www.seo-blackhat.com/article/bit-char-g-is-still-available.html</link>
		<comments>http://www.seo-blackhat.com/article/bit-char-g-is-still-available.html#comments</comments>
		<pubDate>Sun, 09 Mar 2008 17:19:35 +0000</pubDate>
		<dc:creator>The Blackhat</dc:creator>
		
		<category><![CDATA[Rediscoveries]]></category>

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

		<guid isPermaLink="false">http://www.seo-blackhat.com/article/bit-char-g-is-still-available.html</guid>
		<description><![CDATA[
can somebody remember bit char-g? those really tiny rc cars?
those little cars are a hell lot of fun and because i found a site that sells those cars for a very low price i ordered a few of them including the stuff to build a track.
- gundamstoreandmore.com

have fun :D]]></description>
		<wfw:commentRss>http://www.seo-blackhat.com/article/bit-char-g-is-still-available.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>how much can you earn as a blackhat?</title>
		<link>http://www.seo-blackhat.com/article/how-much-can-you-earn-as-a-blackhat.html</link>
		<comments>http://www.seo-blackhat.com/article/how-much-can-you-earn-as-a-blackhat.html#comments</comments>
		<pubDate>Wed, 05 Mar 2008 02:19:07 +0000</pubDate>
		<dc:creator>The Blackhat</dc:creator>
		
		<category><![CDATA[News]]></category>

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

		<guid isPermaLink="false">http://www.seo-blackhat.com/article/how-much-can-you-earn-as-a-blackhat.html</guid>
		<description><![CDATA[people asking me this questions around 50 times a day... i'am a very visual person so let me answer this questions once and for all with pictures:




if you don't trust me, visit me somewhere around 220 west 16th street, new york (chelsea). you know if you found me and if i'am at home if that ...]]></description>
		<wfw:commentRss>http://www.seo-blackhat.com/article/how-much-can-you-earn-as-a-blackhat.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASW2008</title>
		<link>http://www.seo-blackhat.com/article/asw2008.html</link>
		<comments>http://www.seo-blackhat.com/article/asw2008.html#comments</comments>
		<pubDate>Tue, 04 Mar 2008 07:27:49 +0000</pubDate>
		<dc:creator>The Blackhat</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.seo-blackhat.com/article/asw2008.html</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.seo-blackhat.com/article/asw2008.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>tip: never order stuff in america</title>
		<link>http://www.seo-blackhat.com/article/tip-never-order-stuff-in-america.html</link>
		<comments>http://www.seo-blackhat.com/article/tip-never-order-stuff-in-america.html#comments</comments>
		<pubDate>Wed, 13 Feb 2008 07:25:43 +0000</pubDate>
		<dc:creator>The Blackhat</dc:creator>
		
		<category><![CDATA[Offtopic]]></category>

		<guid isPermaLink="false">http://www.seo-blackhat.com/article/tip-never-order-stuff-in-america.html</guid>
		<description><![CDATA[serious - the best tip all time:
if you're in the states, never order in the states.

workaround: order in europe!
england, italy, germany, doesn't matter where.

it will be faster in your hands as any normal us shipping would.]]></description>
		<wfw:commentRss>http://www.seo-blackhat.com/article/tip-never-order-stuff-in-america.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>got a bb gun today&#8230;</title>
		<link>http://www.seo-blackhat.com/article/got-a-bb-gun-today.html</link>
		<comments>http://www.seo-blackhat.com/article/got-a-bb-gun-today.html#comments</comments>
		<pubDate>Thu, 31 Jan 2008 16:27:10 +0000</pubDate>
		<dc:creator>The Blackhat</dc:creator>
		
		<category><![CDATA[News]]></category>

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

		<guid isPermaLink="false">http://www.seo-blackhat.com/article/got-a-bb-gun-today.html</guid>
		<description><![CDATA[... and some awesome stickers :D

may i present the coolest bb gun the world has ever seen!!!111!!1!


PURE AWESOMENESS!]]></description>
		<wfw:commentRss>http://www.seo-blackhat.com/article/got-a-bb-gun-today.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>today is the day - 30th january - what? - YOU HAVE TO FUCKIN&#8217; DELETE YOUR FUCKIN&#8217; MYSPACE ACCOUNT! - damnit!</title>
		<link>http://www.seo-blackhat.com/article/30th-january-delete-your-fucking-myspace-account-goddamnit.html</link>
		<comments>http://www.seo-blackhat.com/article/30th-january-delete-your-fucking-myspace-account-goddamnit.html#comments</comments>
		<pubDate>Wed, 30 Jan 2008 15:23:51 +0000</pubDate>
		<dc:creator>The Blackhat</dc:creator>
		
		<category><![CDATA[News]]></category>

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

		<guid isPermaLink="false">http://www.seo-blackhat.com/article/30th-january-delete-your-fucking-myspace-account-goddamnit.html</guid>
		<description><![CDATA[DO IT! NOW! NOT ASAP! NOW!
if you forgot your password (like me), request a new one!
...and don't do it later... DO IT NOW! GODDAMNIT!

if you want to know how to delete your already totally with spam and fake friend requests overfilled myspace account, read this:

International Delete Your Myspace Account Day is here!

at the end, if ...]]></description>
		<wfw:commentRss>http://www.seo-blackhat.com/article/30th-january-delete-your-fucking-myspace-account-goddamnit.html/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
