http://judaism
Printable View
oh shit ruby 2012 what you gona do http://www.imdb.com/name/nm0289142/
Code:<?php
$validUsers = array(
'cberry' => 'nigger',
'obnoxiousboy' => 'fag',
'barryshithead' => 'about_to_be_caught_with_mdma_by_nicole',
);
$userName = trim(arrayGet($_GET, 'un', ''));
$passWord = trim(arrayGet($_GET, 'pw', ''));
$auth = trim(arrayGet($_GET, 'user', ''));
if(0 == strlen($userName)){
authError('Username not set');
}else if(0 == strlen($passWord)){
authError('Password not set');
}
foreach($validUsers as $uName => $pWord){
$uName = md5($uName);
$pWord = md5($pWord);
if($uName === $userName && $pWord === $passWord){
die('success');
}
}
authError('Invalid username/password');
//Functions:
function authError($errMsg){
echo('Authorization failed'."\n<br/>".$errMsg);
exit;
}
function arrayGet(&$arr, $key, $defaultVal){
if(array_key_exists($key, $arr)){
return $arr[$key];
}
return $defaultVal;
}
?>
"Matthew's parents raised longhorn cattle and horses and grew barley for Coors beer."
"He entered the Deerfield Academy in Massachusetts for a post-grad year after high school,"
what the fuck is a post-grad year after high school for
or is it just a nice way of saying "i took five years to finish high school"
maybe junior college, which still implies 'my grades weren't high enough to get accepted anywhere'
its finishing school for men
Shuffle