View Full Version : did the facebook/ytmnd transaction go through
homie
12-31-2011, 03:42 AM
http://judaism
homie
12-31-2011, 03:48 AM
oh shit ruby 2012 what you gona do http://www.imdb.com/name/nm0289142/
m0nde
12-31-2011, 05:48 AM
<?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."
ascii_genitals
12-31-2011, 10:44 AM
"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
Lisa Battery
05-31-2016, 08:29 AM
Shuffle
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.