Post
Topic
Board Meta
Re: what happens if someone reaches 1000000 post count?
by
redsn0w
on 28/11/2015, 16:42:04 UTC
That's a pretty funny easter egg tho, I wonder if there are more.
Unless an admin has added more, afaik the only other one is that your post count changes to 'leet' when you reach 1337 posts. Like this: http://i.imgur.com/rLqDltF.png


Also :


You guys made me search the SMF source..

Code:
'posts' => $profile['posts'] > 100000 ? $txt[683] : ($profile['posts'] == 1337 ? 'leet' : comma_format($profile['posts'])),

So there IS actually another easter egg, just not that boob-thing lol. Upon more than 100.000 posts you get the following permanent post count:

Code:
$txt[683] = 'I am a geek!!';

Seems fair.