MyBB Community Forums

Full Version: class_session.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Was trying to figure something out in class_sessions.php, and came across this:

// hmmm...bad user... how did you get banned =/

Made my night.
A while back, we had a program abend here at work that's never abended before in the past 3 years and the error was:
Client is evil

We all got a good laugh from that and figured that 3 years ago the developers at our firm had a good sense of humor (although the error didn't help us, luckily it was non-critical so we didn't have to call anybody). Big Grin
[Image: Error-MonkeyNotFound.jpg]
[Image: Error.png]
(2010-02-27, 12:58 PM)Yumi Wrote: [ -> ][Image: Error-MonkeyNotFound.jpg]
[Image: Error.png]

That made my day lol
There's a comment in some code at work that I added.
//break; - Don't break here, we need to carry on and read in the rest of the data even if this fails otherwise the parser will die a sad lonely death that shall not be mourned, shall not be mourned.
In my defence, I had been playing Portal the day before.
Correct me if i am wrong, but i remember reading in a linux magazine that there used to be a printer error that said "Printer on fire"
one time I had a variable named

$theuserisbannedortheuserisnotbannedthatisthyquestion

Toungue
function all_your_post_are_belong_to_us ( $post )
{
	return $post;
}

I saw this somewhere, but can't quite remember where.