Post
Topic
Board Meta
Re: Forum hacked? [Nope just kidding]
by
NLNico
on 29/09/2015, 10:05:16 UTC
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.