404'; echo '

Wow! I didn't see that coming...Well, I'm sorry...



'; echo '

"'.$wrong_folder.'" wasn't found in "'. implode("/", $working_path)."/". '"

'; }elseif($_GET['e']==401){ echo '

'.$_GET['e'].'

'; echo '

Restricted Area | Authorized Personnel only

'; }elseif($_GET['e']==403){ echo '

'.$_GET['e'].'

'; echo '

I could do that. I choose not to...

'; }elseif($_GET['e']==404){ echo '

'.$_GET['e'].'

'; echo '

Wow! I didn't see that coming...Well, I'm sorry...



'; }elseif($_GET['e']==500){ echo '

'.$_GET['e'].'

'; echo '

Oops! No that didn't just happen. NO....
Fine, it's my fault and i feel bad.

'; }elseif($_GET['e']==502){ echo '

'.$_GET['e'].'

'; echo '

A server i'm trying to contact is acting stupid.
It's not my fault. I swear.

'; }elseif($_GET['e']==504){ echo '

'.$_GET['e'].'

'; echo '

A server i'm trying to contact is insanely slow.
I can't wait forever. I'm sorry!

'; }elseif($_GET['e']=='ban'){ echo '

You are banned!

'; echo '

Too many authentication failures.

'; }elseif($_GET['e']=='user'){ echo '

Could not find the user '.htmlentities($_GET["name"]).'.
Please make sure you typed their name correctly.

'; }elseif($_GET['e']=='database'){ echo '

Database!

'; echo '

Oh, there is something wrong with the backend. Refresh the page and if this doesn't help, we will fix this soon.

'; }?>