Pages:
Author

Topic: Knave! Masquerader! Charlatan! (SMF easter egg) - page 2. (Read 307 times)

copper member
Activity: 1526
Merit: 2890
English Smiley


Ha! that's one hell of a English I can't even say it without stumbling, except for the word Charlatan! Hahaha, good one!
 
staff
Activity: 2436
Merit: 2347
copper member
Activity: 1526
Merit: 2890
Nice finding and yes it's working or say not working.... Cheesy

But what's the meaning of "Knave! Masquerader! Charlatan!" and Which language is it?
hero member
Activity: 510
Merit: 4005
So, I found this piece of code while poking around SMF (testing the new [r] tag I'm working on):

Code:
// You are not!
if (isset($_POST['message']) && strtolower($_POST['message']) == 'i am the administrator.' && !$user_info['is_admin'])
fatal_error('Knave! Masquerader! Charlatan!', false);

Basically, if you try to post (or later edit) a message containing nothing but the (case-insensitive, unquoted) string "i am the administrator.", you'll (in all probability) be greeted with the following:



Anyway, just a small bit of fun that I thought would be worth sharing. Wink
Pages:
Jump to: