News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

"posts: leet" what is that?

Started by TarantinoArchives, October 07, 2005, 09:13:33 AM

Previous topic - Next topic

TarantinoArchives

one of my users messaged me today about an error in above his avatar, and i was surprised what i read there.

1) i have no idea what "leet" should me and 2) it should actually show his post count there

i cant attach images here anymore, either unfortunately. where it sais "posts: 434" for example with that user it sais "posts: leet"

JayBachatero

Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

dtm.exe

Quote from: JayBachatero on October 07, 2005, 09:21:30 AM
check this post out Yep, I'm leet

Hehe, yeah.  It's an easter egg.  If you don't like it, disabling it would not be difficult.

codenaught

I've always thought it was cool. Looks like I am becoming awfully close to leet here myself. :P
Dev Consultant
Former SMF Doc Coordinator

Kindred

rotfl... I can't believe they put that in as an easter egg!

I added a bunch of these to my own board...

(as noted in the last message of that thread...)



find:

// Show how many posts they have made.
echo '
', $txt[26], ': ', $message['member']['posts'], '<br />
<br />';

and comment that out...
add the following in place of it:

// Show how many posts they have made.
if ($message['member']['posts'] == 0)
$spec_text = 'Have not found the post button';
else if ($message['member']['posts'] == 1)
$spec_text = 'Found it!';
else if ($message['member']['posts'] == 7)
$spec_text = '007';
else if ($message['member']['posts'] == 1337)
$spec_text = 'I am LEET!';
else if ($message['member']['posts'] == 664)
$spec_text = 'Neighbor of the Beast';
else if ($message['member']['posts'] == 666)
$spec_text = 'Satan Lives!';
else if ($message['member']['posts'] == 666)
$spec_text = 'Neighbor of the Beast';
else if ($message['member']['posts'] == 7734)
$spec_text = 'HELL';
else if ($message['member']['posts'] == 43770)
$spec_text = 'HELLO';
else
$spec_text =$message['member']['posts'];

echo '
', $txt[26], ': ', $spec_text, '<br />
<br />';




As noted above...  you can add just about any text you want for any post-count you want...
hmmm.... a database/list match of post counts to names...  might be an interesting mod.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

spiros

// Show how many posts they have made.
if ($message['member']['posts'] == 0)
$spec_text = 'Have not found the post button';


The problem with this though, is that since they have 0 posts, there is nowhere to display that, as this code does not affect their profile info.

Kindred

unless they post in a board that does not count posts towards totals...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Advertisement: