<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>A.CC Top 50</title>
		<link>http://www.allegro.cc/forums/view/590025</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Wed, 14 Feb 2007 09:37:34 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I was bored, so I whipped up a quick spider to find the top 50 posters. Enjoy!</p><pre>
# 1 23yrold3yrold
# 2 ThomasFjellstrom
# 3 X-G
# 4 RichardPhipps
# 5 ReyBrujo
# 6 MatthewLeverton
# 7 Derezo
# 8 Evert
# 9 WilliamHeatley
#10 SteveTerry
#11 spellcaster
#12 gnolam
#13 BAF
#14 Bob
#15 miran
#16 CGamesPlay
#17 ChrisKatko
#18 KittyCat
#19 BrucePerry
#20 ThomasHarte
#21 Zaphos
#22 SonShadowCat
#23 HoHo
#24 Marcello
#25 OscarGiner
#26 kentl
#27 Rick
#28 Kanzure
#28 FladimirdaGorf
#29 gillius
#30 jhuuskon
#31 nonnus
#32 XArchon
#33 kazzmir
#34 Korval
#34 KrzysztofKluczek
#35 AJ
#35 Trezker
#36 NeilWalker
#37 TobiasDammers
#38 Mars
#39 Inphernic
#40 JohanHalmn
#41 Ultio
#42 Mithrandir
#43 OICW
#44 Sirocco
#45 DanielH
#45 theyman
#46 Carrus
#47 Rampage
#48 RichardPett
#49 MichaelJensen
#50 StevenSilvey
</pre><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Mon, 12 Feb 2007 04:49:52 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>#3 used to be Bob IIRC... wonder how he ended all the way to #14.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Terry)</author>
		<pubDate>Mon, 12 Feb 2007 04:52:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I thought the list was missing X-G, so I checked, and sure enough X-G is #3. Not sure why it didn&#39;t find him. Weird.</p><p>[edit]<br />It was a problem with one of my regexes, it thought his username was XG and not X-G. I&#39;ve fixed the regex to include dashes now.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Mon, 12 Feb 2007 04:54:00 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The proper name of this is the Steve Terry List. You aren&#39;t 1337 like him until you can compile this manually. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p>Spellcaster&#39;s still up there ... why does Korval have a 1 on his name?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (23yrold3yrold)</author>
		<pubDate>Mon, 12 Feb 2007 04:58:30 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I could have compiled it manually, but I wanted it to be 100% accurate, not trial and error and hopefully getting everyone. <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" /></p><p>But for the record, it spit it out all unordered (I was too lazy to sort it programatically), so I had to sort that list by hand.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Mon, 12 Feb 2007 05:00:29 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
why does Korval have a 1 on his name
</p></div></div><p>

It&#39;s showing the &quot;real&quot; name, not user name. I keep forgetting I actually signed up with my actual name.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Mon, 12 Feb 2007 05:03:33 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Oh, actually it is Korval. But some usernames had some artifacts from the console (I printed the status then a \r, then when it found a Top-50 it printed it to that line, so that 1 was part of the numbers I was printing to monitor the status), and I missed that 1 when I cleaned it up. Oops.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Mon, 12 Feb 2007 05:04:47 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Haha your spider code is still flawed then.  Just curious how long it took you to compile the list?  BTW how are your balls feeling? <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" />  ML may still castrate you.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Terry)</author>
		<pubDate>Mon, 12 Feb 2007 05:07:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Well, it took less than 2 hours. I started the spider, then watched a movie, and 2 hours later it was done.</p><p>And I checked with a few people as far as how much to limit the requests, and the 2-3 requests per second my spider did was deemed to be fine. When I was crawling, I checked the online users list and Yahoo Slurp! was hitting it WAY heavier than my spider, so I&#39;m hoping what I did was fine.</p><p>[edit]<br />Hell, Yahoo Slurp is hitting the site pretty good right now. Check out Online Users. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Mon, 12 Feb 2007 05:10:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I was bored too, so I made Pyves a new avatar. &lt;3</p><p><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/d/8/d86884171bc10a303ee3114330c58e6c.png" alt="le-y-mistars-avatar-improved.png" width="80" height="80" /></p><p>Thanks to X-G for the material. <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Bruce Perry)</author>
		<pubDate>Mon, 12 Feb 2007 05:11:58 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Wow, I suck. All those years and I can&#39;t even make top 50 <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />.</p><p>[edit] Well, at least I&#39;m in the top 100 now <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jakub Wasilewski)</author>
		<pubDate>Mon, 12 Feb 2007 05:15:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Wow, I suck. All those years and I can&#39;t even make top 50
</p></div></div><p>

Just keep telling yourself &quot;quality, not quantity.&quot;
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Mon, 12 Feb 2007 05:24:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Just keep telling yourself &quot;quality, not quantity.&quot;
</p></div></div><p>
Do both. Ah, another quality post!</p><p>PS: To be picky, a lot of names are missing spaces too ...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (23yrold3yrold)</author>
		<pubDate>Mon, 12 Feb 2007 05:48:20 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I was 49 the other day.  Michael must be barely ahead...</p><p>Wait, holy crap, I&#39;m 50?  I need to get a life.  <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Onewing)</author>
		<pubDate>Mon, 12 Feb 2007 06:02:01 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Matthew thanks you, BAF <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /> I can&#39;t believe I am still 5, I have been posting around 5-10 posts per day only.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ReyBrujo)</author>
		<pubDate>Mon, 12 Feb 2007 06:48:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
PS: To be picky, a lot of names are missing spaces too ...
</p></div></div><p>

I just took the name from the URL a.cc redirected me to when I got their forum stats (/members/blah/forums).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Mon, 12 Feb 2007 07:09:40 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Can you attach the whole list?</p><p>Edit: Whoa, I&#39;m in the top 200.  That&#39;s a surprise in itself.  I didn&#39;t think I posted much.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (GameCreator)</author>
		<pubDate>Mon, 12 Feb 2007 07:23:19 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I didn&#39;t generate one past 50. I could generate a list ranking every forum user, but ML would be more likely to castrate me from running my spider yet again. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /></p><p>If you really want one, I&#39;ll generate it though.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Mon, 12 Feb 2007 07:38:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
#3 used to be Bob IIRC... wonder how he ended all the way to #14.
</p></div></div><p>
I was #1, man! And then, work happened. Ah well, such is life.</p><p>Also, I need to fix my avatar. It&#39;s still showing xmas-Bob.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Bob)</author>
		<pubDate>Mon, 12 Feb 2007 07:49:58 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
I was #1, man! And then, 23 happened. Ah well, such is life.
</p></div></div><p>

Fixed. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Mon, 12 Feb 2007 07:54:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>BAF, you read my mind. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Mon, 12 Feb 2007 08:02:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Great minds think alike. Either that, or beta 2 of Allegro 5 has working mind control.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Mon, 12 Feb 2007 08:03:52 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I used to be in the top 50, but my posting dropped to like less than once a day on average...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MiquelFire)</author>
		<pubDate>Mon, 12 Feb 2007 08:38:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
I was #1, man! And then, work happened. Ah well, such is life.
</p></div></div><p>
<a href="http://qdb.us/61180">That happens.</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ReyBrujo)</author>
		<pubDate>Mon, 12 Feb 2007 08:59:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>So does this list represent how strong we are in the cyber-world?</p><p>Maybe it&#39;s like Mortal Kombat and the challengers have to fight Onewing first, all the way up to the impossible 23yrold3yrold. <img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Archon)</author>
		<pubDate>Mon, 12 Feb 2007 09:47:00 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I rarely post because I usually feel that I have nothing to say... Even so, I made it to 102! With an average of 0.43 posts per day, heh.</p><p>I still remember when you had to get 100 posts to become a &#39;member&#39; instead of a newbie. I couldn&#39;t believe that people would actually write 100 posts. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Myrdos)</author>
		<pubDate>Mon, 12 Feb 2007 09:54:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>For how little I post I&#39;m surprised I&#39;m still in there.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (DanielH)</author>
		<pubDate>Mon, 12 Feb 2007 10:13:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Maybe it&#39;s like Mortal Kombat and the challengers have to fight Onewing first, all the way up to the impossible 23yrold3yrold.
</p></div></div><p>
I&#39;m easily defeated, but watch out for my special move...&quot;Monday Thread!!!  Yahhh!&quot;
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Onewing)</author>
		<pubDate>Mon, 12 Feb 2007 10:46:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
I&#39;m easily defeated, but watch out for my special move...&quot;Monday Thread!!! Yahhh!&quot;
</p></div></div><p>
I&#39;d think that Thomas Fjellstrom would be like Motaro (MK3) but has the body of a moose which can do things like charge and look silly.</p><p>[edit]<br />Look at attachment.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Archon)</author>
		<pubDate>Mon, 12 Feb 2007 11:09:20 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>avatar updated8-)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (le_y_mistar)</author>
		<pubDate>Mon, 12 Feb 2007 12:06:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>i demand a recount&gt;:(
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (piccolo)</author>
		<pubDate>Mon, 12 Feb 2007 12:42:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Las time we had one of these threads I was #49, so I&#39;m okay with #47 now. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p>[edit]</p><p>le_y_mistar: I liked your previous avatar.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Mon, 12 Feb 2007 12:51:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Is this total post count ever?</p><p>Wouldn&#39;t it be more interesting to see a list over top poster over the latest year/half-year/month? Or isn&#39;t that kind of data available...?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Johan Peitz)</author>
		<pubDate>Mon, 12 Feb 2007 12:54:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>It must be, since you can see a <a href="http://www.allegro.cc/members/post-graph.php?id=9">posts/time graph</a>.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Mon, 12 Feb 2007 13:10:37 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yeah, I dunno. Not really that hard to get to the top 50. I barely post at all and I&#39;m in the top 10. I guess everyone here is a slacker.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Billybob)</author>
		<pubDate>Mon, 12 Feb 2007 13:33:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">piccolo said:</div><div class="quote"><p>

I demande a recount
</p></div></div><p>

<a href="http://www.allegro.cc/members/piccolo/forums">This</a> page says you are #611, as <a href="http://www.allegro.cc/members/GullRaDriel/forums">This</a> one says that I am #66.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (GullRaDriel)</author>
		<pubDate>Mon, 12 Feb 2007 13:48:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Wouldn&#39;t it be more interesting to see a list over top poster over the latest year/half-year/month? Or isn&#39;t that kind of data available...?
</p></div></div><p>Probably only Matthew can generate that sort of info, but it might take an entire database crawl <span class="source-code"><a href="http://www.delorie.com/djgpp/doc/libc/libc_688.html" target="_blank">select</a> foo from db where date <span class="k3">&gt;</span><span class="k3">=</span> bar <span class="k3">&amp;</span><span class="k3">&amp;</span> date <span class="k3">&lt;</span><span class="k3">=</span> baz<span class="k2">;</span></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Mon, 12 Feb 2007 15:15:44 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
#42 Mithrandir
</p></div></div><p>Who? Where? <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (FMC)</author>
		<pubDate>Mon, 12 Feb 2007 16:12:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Nice, I finally made that to top 50 <img src="http://www.allegro.cc/forums/smileys/cool.gif" alt="8-)" /> Last time this thread occured I was only in top 100 <img src="http://www.allegro.cc/forums/smileys/rolleyes.gif" alt="::)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OICW)</author>
		<pubDate>Mon, 12 Feb 2007 16:40:10 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ve been around #15 for a long time now. For a while it looked like I was going to go to higher places but it seems I got stuck. Every time I overtake someone, another newbie comes and pushes me back. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (miran)</author>
		<pubDate>Mon, 12 Feb 2007 16:48:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Las time we had one of these threads I was #49, so I&#39;m okay with #47 now.
</p></div></div><p>

Last time, I was at about #70.  Soon, you will be mine. Bwa ha ha ha.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Mon, 12 Feb 2007 17:22:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Meanwhile I broke the magical 7000 post barrier. What&#39;s next? 8000?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (miran)</author>
		<pubDate>Mon, 12 Feb 2007 17:24:11 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Meanwhile I broke the magical 7000 post barrier. What&#39;s next? 8000?
</p></div></div><p>

Try to beat 23yrold3yrold to 25,000.</p><p>And now I&#39;m another post closer to Rampage...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Mon, 12 Feb 2007 17:35:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Try to beat 23yrold3yrold to 25,000.
</p></div></div><p>
Hmm, I was kind of expecting someone to say 9000. <img src="http://www.allegro.cc/forums/smileys/undecided.gif" alt=":-/" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (miran)</author>
		<pubDate>Mon, 12 Feb 2007 19:10:05 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Wouldn&#39;t it be more interesting to see a list over top poster over the latest year/half-year/month? Or isn&#39;t that kind of data available...?
</p></div></div><p>
Nooooo! <a href="http://www.allegro.cc/members/post-graph.php?id=2207">That would suck for me</a> <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /></p><p>I&#39;m surprissed I&#39;m still #25
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Oscar Giner)</author>
		<pubDate>Mon, 12 Feb 2007 21:52:58 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>And I used to be tied for 11th place (?) with Miran!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gnolam)</author>
		<pubDate>Mon, 12 Feb 2007 22:02:13 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">LennyLen said:</div><div class="quote"><p>

Just keep telling yourself &quot;quality, not quantity.&quot;
</p></div></div><p>
Is it possible to rank posters by the number of cookies they&#39;ve been given instead of the number of posts they&#39;ve made?</p><p>AE.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Andrei Ellman)</author>
		<pubDate>Mon, 12 Feb 2007 23:06:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>No, once you log out, all your cookies are deleted. <img src="http://www.allegro.cc/forums/smileys/cool.gif" alt="8-)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ReyBrujo)</author>
		<pubDate>Mon, 12 Feb 2007 23:10:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Maybe it&#39;s like Mortal Kombat and the challengers have to fight Onewing first, all the way up to the impossible 23yrold3yrold.
</p></div></div><p>

Now we just to have to figure out which one of us has <a href="http://en.wikipedia.org/wiki/Goro_%28Mortal_Kombat%29">four arms and doesn&#39;t wear pants</a> <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />.</p><p>It makes sense after all. With four hands you can spam way more effectively.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jakub Wasilewski)</author>
		<pubDate>Mon, 12 Feb 2007 23:31:44 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
It makes sense after all. With four hands you can spam way more effectively.
</p></div></div><p>That would explain 23yrold3yrold&#39;s post count.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Mon, 12 Feb 2007 23:34:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m designing my t-shirt as we speak!</p><p>http://www.allegro.cc/files/attachment/591200
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Mon, 12 Feb 2007 23:45:49 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Now we just to have to figure out which one of us has four arms and doesn&#39;t wear pants [en.wikipedia.org] <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />.
</p></div></div><p>
That&#39;s have to be X-G since <a href="http://www.allegro.cc/members/id/476">this guy</a> is Moosetaro whom is the hardest, not-last-guy guy.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Archon)</author>
		<pubDate>Tue, 13 Feb 2007 00:05:00 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Kent: wow, that&#39;s geeky enough. I want one too <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OICW)</author>
		<pubDate>Tue, 13 Feb 2007 01:15:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I want a T-Shirt that says &quot;FLAC You!&quot;
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Billybob)</author>
		<pubDate>Tue, 13 Feb 2007 01:22:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
How come Yves (the y man) is at 45? He&#39;s only used this new account this last year and he&#39;s way down according to allegro.cc
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Richard Phipps)</author>
		<pubDate>Tue, 13 Feb 2007 01:27:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>You could probably manipulate the search feature to get the posts in the last month, and then spider those.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ImLeftFooted)</author>
		<pubDate>Tue, 13 Feb 2007 02:23:28 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Maybe it&#39;s like Mortal Kombat and the challengers have to fight Onewing first, all the way up to the impossible 23yrold3yrold.
</p></div></div><p>

Well, it kind of is. You have to fight #50 in posts, then 49, etc.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Is this total post count ever?</p><p>Wouldn&#39;t it be more interesting to see a list over top poster over the latest year/half-year/month? Or isn&#39;t that kind of data available...?
</p></div></div><p>

Yes, it is total post count ever. It would be more interesting to see more recent data, but that data isn&#39;t available. On the other hand, I&#39;m sure our Benevolent Leader could make something like that happen...</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Who? Where? <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div></div><p>

It goes by username. Perhaps I&#39;ll update it to scrape forum nick from someplace, if that data is easily available.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
You could probably manipulate the search feature to get the posts in the last month, and then spider those.
</p></div></div><p>

Do you have any idea how long that would take (the search feature isn&#39;t exactly fast)? Plus the load it must put on the server? Matthew would castrate me for sure if I did that.</p><p>Of course, I could just go through each of the forums for the past month and spider that out, but that&#39;s still a fair server load. Perhaps I&#39;ll write something and just throttle it. Matthew: what is an acceptable request-rate for such a spider?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Tue, 13 Feb 2007 03:59:40 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Matthew: what is an acceptable request-rate for such a spider?
</p></div></div><p>Personally, when I&#39;m spidering without permission, I do 1 request per 2 seconds.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CGamesPlay)</author>
		<pubDate>Tue, 13 Feb 2007 04:02:07 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>That could take a really long time at that rate. I mean, unless overridden by robots.txt, don&#39;t the Yahoo and Google spiders go faster than that? (for the record, it doesn&#39;t appear that A.cc&#39;s robots.txt file specify a rate limit.)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Tue, 13 Feb 2007 04:04:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yeah, but they have a purpose <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" /></p><p>And so what if it takes a few hours? You&#39;re not going to be running this with a 5-minute deadline looming.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CGamesPlay)</author>
		<pubDate>Tue, 13 Feb 2007 04:17:58 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>You should see how hard the Yahoo spider hits, its bloody evil. I don&#39;t care that they claim they follow all the current standards with regards to robots.txt, having a SENSIBLE default is much better than hammering a server to death.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Tue, 13 Feb 2007 04:51:26 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Is it possible to rank posters by the number of cookies they&#39;ve been given instead of the number of posts they&#39;ve made?
</p></div></div><p>
I actually had a pretty high cookie count back in the day too. It was shortly after that system was implemented that I bought World of Warcraft though. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (23yrold3yrold)</author>
		<pubDate>Tue, 13 Feb 2007 05:09:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>World of Warcraft took many people out of commission for a while. I&#39;m still one of them <img src="http://www.allegro.cc/forums/smileys/sad.gif" alt=":(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Samuel Henderson)</author>
		<pubDate>Tue, 13 Feb 2007 05:27:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Am I like the only person who has never even seen WoW playing?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Tue, 13 Feb 2007 05:33:28 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Am I like the only person who has never even seen WoW playing?
</p></div></div><p>
Nope, I&#39;ve never seen it myself.  I got FFXI though (even though I don&#39;t really play it...).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Onewing)</author>
		<pubDate>Tue, 13 Feb 2007 05:35:14 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ve seen it but never played myself. I assume it&#39;s addictive. I lump it together with DDR and heroin.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CGamesPlay)</author>
		<pubDate>Tue, 13 Feb 2007 05:35:52 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Not even WoW could stop the mighty 23 from ruling the world of acc. By the time someone reaches 20K posts, he&#39;ll be posting hist 30,000th. It&#39;s all hopeless! Hopeless I tells ya! <img src="http://www.allegro.cc/forums/smileys/cry.gif" alt=":&#39;(" /></p><p>[edit]
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Meanwhile I broke the magical 7000 post barrier. What&#39;s next? 8000?
</p></div></div><p>

Usually after 7000 comes 7001, not 8000. </p><p>[edit2]</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Last time, I was at about #70. Soon, you will be mine. Bwa ha ha ha.
</p></div></div><p>

Yeah? I&#39;m 46 now. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Tue, 13 Feb 2007 05:41:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Am I like the only person who has never even seen WoW playing?
</p></div></div><p>
I&#39;ve even seen it played during lectures, heh.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gnolam)</author>
		<pubDate>Tue, 13 Feb 2007 06:35:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hmmm, I think I was #31 the last time we had one of these threads.....</p><p><img src="http://www.allegro.cc/forums/smileys/undecided.gif" alt=":-/" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (nonnus29)</author>
		<pubDate>Tue, 13 Feb 2007 08:19:24 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Am I like the only person who has never even seen WoW playing?
</p></div></div><p>
I&#39;ve seen a few screenshots. And the South Park episode. That was funny. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (miran)</author>
		<pubDate>Tue, 13 Feb 2007 13:38:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I haven&#39;t seen it playing. Though I tried something simmilar, and also addictive - Silkroad Online, and I must say it got boring after a while, so I guess WoW wouldn&#39;t be disaster for me <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (OICW)</author>
		<pubDate>Tue, 13 Feb 2007 15:45:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Yeah? I&#39;m 46 now.
</p></div></div><p>

And I&#39;m now 47, and only 11 post behind. Actually, make that 10!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Tue, 13 Feb 2007 18:31:45 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m still #2. <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Tue, 13 Feb 2007 22:17:27 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I post too much. <img src="http://www.allegro.cc/forums/smileys/lipsrsealed.gif" alt=":-X" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Tue, 13 Feb 2007 22:20:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
And the South Park episode. That was funny. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div></div><p>
Amen! It was great. -&quot;Mooooooom!&quot; (Cartman calls for her services)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Tue, 13 Feb 2007 22:43:38 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
And I&#39;m now 47, and only 11 post behind. Actually, make that 10!
</p></div></div><p>

Eleven again!</p><p>Ah, who am I kidding... with my increased workload, I&#39;ll be lucky to be in the top 50 by November. <img src="http://www.allegro.cc/forums/smileys/undecided.gif" alt=":-/" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Tue, 13 Feb 2007 22:43:50 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Eleven again!
</p></div></div><p>

Actually, I&#39;d posted again since then. It&#39;s eight now.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Tue, 13 Feb 2007 22:48:10 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Nine!</p><p>[edit]</p><p>I could do this all day long. <img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=":D" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Tue, 13 Feb 2007 22:49:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Only on A.cc can WoW overtake even a thread on who <s>spams</s>posts the most. <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Wed, 14 Feb 2007 01:47:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>WoW is so last year!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Wed, 14 Feb 2007 02:04:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><img class="math" src="http://www.allegro.cc/images/tex/0/c/0c27b558001577f7b06427642bf26013-96.png" alt="&lt;math&gt;Rampage.posts - LennyLen.posts = 2&lt;/math&gt;" /></p><p>ouch!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (FMC)</author>
		<pubDate>Wed, 14 Feb 2007 02:47:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>He&#39;ll have a chance to race ahead again when I go on holiday next week. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Wed, 14 Feb 2007 02:56:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ve not seen WOW playing either (apart from a few &#39;joke&#39; videoes). Even so, WOW has had a serious impact on some people&#39;s post-graphs (see 23&#39;s for instance). See also <a href="http://allegro.cc/forums/thread/589357">this thread</a>.</p><p>AE.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Andrei Ellman)</author>
		<pubDate>Wed, 14 Feb 2007 03:43:56 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
Yes, it&#39;s destroyed 23 and killed Spellcaster. For that alone I declare the game pure evil! <img src="http://www.allegro.cc/forums/smileys/angry.gif" alt="&gt;:(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Richard Phipps)</author>
		<pubDate>Wed, 14 Feb 2007 03:47:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>i wonder if people stared to sew blizzard for not labeling that there product may be additive.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (piccolo)</author>
		<pubDate>Wed, 14 Feb 2007 04:07:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Only on A.cc can WoW overtake even a thread on who spamsposts the most. <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" />
</p></div></div><p>
You call this overtaking? You must be new here. <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" /></p><p>I&#39;m actually a bit surprised there hasn&#39;t been a Burning Crusade thread ...
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Yes, it&#39;s destroyed 23 and killed Spellcaster. For that alone I declare the game pure evil! <img src="http://www.allegro.cc/forums/smileys/angry.gif" alt="&gt;:(" />
</p></div></div><p>
Hey, I don&#39;t even have that much time for WoW lately. Spellcaster I can&#39;t speak for though; didn&#39;t he get married or something?
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
i wonder if people stared to sew blizzard for not labeling that there product may be additive.
</p></div></div><p>
<span class="remote-thumbnail"><span class="json">{"name":"20060616.jpg","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/0\/e\/0eb828d2094c24fd7c3e5ae34463620e.jpg","w":750,"h":369,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/0\/e\/0eb828d2094c24fd7c3e5ae34463620e"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/0/e/0eb828d2094c24fd7c3e5ae34463620e-240.jpg" alt="20060616.jpg" width="240" height="118" /></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (23yrold3yrold)</author>
		<pubDate>Wed, 14 Feb 2007 05:41:57 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Heh, I might play a World of Starcraft...;D
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Onewing)</author>
		<pubDate>Wed, 14 Feb 2007 05:50:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
I&#39;m actually a bit surprised there hasn&#39;t been a Burning Crusade thread ...
</p></div></div><p>

ARe you kidding? We&#39;re all busy <i>playing</i> it. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (X-G)</author>
		<pubDate>Wed, 14 Feb 2007 06:08:05 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>In the new world of warcraft a new race is going to come into the world.<br />Every last one of them is going to be computer controlled by an insane AI.<br />All the races will have to band to gather to fight them. All the strong people that gave their screen names fame owning every one in this world of warcraft will have to log back in to help fight new race.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (piccolo)</author>
		<pubDate>Wed, 14 Feb 2007 06:13:20 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
In the new world of warcraft a new race is going to come into the world.<br />Every last one of them is going to be computer controlled by an insane AI.<br />All the races will have to band to gather to fight them. All the strong people that gave their screen names fame owning every one in this world of warcraft will have to log back in to help fight new race.
</p></div></div><p>

No spelling errors: Check<br />Punctuation: Check<br />Capitalization: Check</p><p>Who hacked Piccolo&#39;s account?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Wed, 14 Feb 2007 06:55:33 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Copy-paste?</p><p>edit:</p><p>Err, also: &quot;to band to gather&quot; doesn&#39;t seem correct after all. Unless he really meant &quot;band and gather&quot; not &quot;band together&quot; <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jakub Wasilewski)</author>
		<pubDate>Wed, 14 Feb 2007 06:58:28 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Who hacked Piccolo&#39;s account?
</p></div></div><p>

Where&#39;s that page with the list of members currently browsing the site? You could check which moderators are online.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Wed, 14 Feb 2007 07:00:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Err, also: &quot;to band to gather&quot; doesn&#39;t seem correct after all
</p></div></div><p>

One spelling error then.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Wed, 14 Feb 2007 07:01:40 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I agree, it&#39;s still uncanny. Perhaps he already got under control of one of those AIs.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jakub Wasilewski)</author>
		<pubDate>Wed, 14 Feb 2007 07:27:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Capitalization is not in check, I see some proper nouns that aren&#39;t capitalized. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Wed, 14 Feb 2007 07:38:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Capitalization is not in check, I see some proper nouns that aren&#39;t capitalized.
</p></div></div><p>

I didn&#39;t miss that, I just chose to ignore it since he did such a good job of capitalizing the first word of each sentence. And technically, it only needs to be checked if there is <i>any</i> capitalization (which is a rare occurrence). It didn&#39;t say perfect capitalization, after all.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Wed, 14 Feb 2007 07:49:57 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>So LennyLen has bad orthography too?</p><p>[edit]</p><p>Beaten!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Wed, 14 Feb 2007 07:51:44 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
So Lenny Len has bad orthography too?
</p></div></div><p>

I could make comments about people who insert spaces into people&#39;s names that don&#39;t belong there. <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Wed, 14 Feb 2007 07:56:20 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>What spaces? Your quote-fu is weak. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /><img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Wed, 14 Feb 2007 07:59:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>And your attempts to stay one position ahead of me won&#39;t avail you for long... unlike me, you need to sleep. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Wed, 14 Feb 2007 08:01:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Not all of us have the habit of sleeping, you know <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jakub Wasilewski)</author>
		<pubDate>Wed, 14 Feb 2007 08:09:24 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Not all of us have the habit of sleeping, you know
</p></div></div><p>

Yeah I know, but I needed <i>something</i> to put me back into the 46th position. <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Wed, 14 Feb 2007 08:12:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
And your attempts to stay one position ahead of me won&#39;t avail you for long... unlike me, you need to sleep.
</p></div></div><p>

What attempts? If you&#39;re talking about the post count, I let it go long ago*, because I just can&#39;t keep up with you making 40+ posts a day <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />. I have work, and you&#39;re right, I need to sleep. <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" /></p><ul><li><p>30000000000000 picoseconds, to be exact.</p></li></ul><p>[edit]</p><p>And I&#39;m still #46. <img src="http://www.allegro.cc/forums/smileys/cool.gif" alt="8-)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Wed, 14 Feb 2007 08:27:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>There, back on topic. Spam more pls.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (23yrold3yrold)</author>
		<pubDate>Wed, 14 Feb 2007 08:48:13 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>And here&#39;s my daily post.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MiquelFire)</author>
		<pubDate>Wed, 14 Feb 2007 09:37:34 +0000</pubDate>
	</item>
</rss>
