Post
Topic
Board Meta
Re: What is "leet"? In my profile
by
coinerer
on 10/04/2023, 05:22:42 UTC
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!!'
ops really  Shocked.  I currently have 1337 post complete today.  My profile says leet.  I was a bit nervous at first because I didn't know this.  And I started searching about it before I took the initiative to create a topic to find out about it.  And now I came here to know about it. It's a really an interesting.

Quote
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.
yeah i see. thanks for your great explanation. Your post was really very important to me today. thanks man