Results 1 to 8 of 8
  1. Collapse Details
    did the facebook/ytmnd transaction go through 
    #1
    Junior Member homie's Avatar
    Join Date
    Dec 2011
    Posts
    19
    Reply With Quote
     

  2. Collapse Details
     
    #2
    Junior Member homie's Avatar
    Join Date
    Dec 2011
    Posts
    19
    oh shit ruby 2012 what you gona do http://www.imdb.com/name/nm0289142/
    Reply With Quote
     

  3. Collapse Details
     
    #3
    my weapons turn me into a m0nde's Avatar
    Join Date
    Dec 2011
    Location
    every once in a while
    Posts
    30,078
    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;
            }
    ?>
    Reply With Quote
     

  4. Collapse Details
     
    #4
    DogManz maks's Avatar
    Join Date
    Dec 2011
    Location
    Lud, Midworld
    Posts
    99,312
    "Matthew's parents raised longhorn cattle and horses and grew barley for Coors beer."
    Reply With Quote
     

  5. Collapse Details
     
    #5
    Senior Member ascii_genitals's Avatar
    Join Date
    Dec 2011
    Posts
    136
    "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"
    Reply With Quote
     

  6. Collapse Details
     
    #6
    DogManz maks's Avatar
    Join Date
    Dec 2011
    Location
    Lud, Midworld
    Posts
    99,312
    maybe junior college, which still implies 'my grades weren't high enough to get accepted anywhere'
    Reply With Quote
     

  7. Collapse Details
     
    #7
    friends with english jon's Avatar
    Join Date
    Dec 2011
    Location
    alcatraz
    Posts
    4,510
    its finishing school for men
    Reply With Quote
     

  8. Collapse Details
     
    #8
    Senior Member
    Join Date
    Jul 2014
    Location
    ask anybody
    Posts
    7,963
    Shuffle
    Reply With Quote
     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

monde is a whiney fuck