Post
Topic
Board Meta
Re: What this mean ?
by
NLNico
on 18/07/2018, 10:08:23 UTC
I am still waiting for someone to get 100,000+ posts for 'I am a geek!!'




Yes, this is part of the SMF software.

posts = 1337 = 'leet'
posts > 100000 = 'I am a geek!!'



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.