Post
Topic
Board Meta
Merits 1 from 1 user
Re: What is "leet"? In my profile
by
NLNico
on 08/09/2016, 14:15:05 UTC
⭐ Merited by coinerer (1)
Yes, this is part of the SMF software (which is an open-source forum not made by Satoshi lol.)

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.