Post
Topic
Board Meta
Re: Save your nice merit records here - LAST UPDATE: 06/11/2021
by
Z_MBFM
on 29/05/2023, 10:02:33 UTC
The numbers at Ratimov account looks beautiful and impressive.

---

https://telegra.ph/file/2cf75aeb07b0d8240f221.jpg

And I have my own occasion to post a screenshot of my profile. Looking at the number of my posts, I thought for a second that today is April 1. But I remembered the story about leet 1337 Smiley
It is a function of SMF software.  2 special titles have been kept for 2 specific numbers which are effective from the time of creation of the forum. See details below from NLNico source

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.