Cheese

Discussion in 'Spam Forum' started by Matthew, Oct 16, 2008.

Cheese
  1. Unread #1 - Oct 16, 2008 at 1:43 PM
  2. Matthew
    Joined:
    Nov 12, 2005
    Posts:
    5,153
    Referrals:
    42
    Sythe Gold:
    5,477
    Wait, do you not have an Archer rank? (5) Doge (3) Smashing Why is there BACON in the SOAP!? Literally nothing I saw Matthew Live Free or Die (3) Cool Kid (6) Poképedia

    Matthew Probably breaking stuff

    Cheese

    PHP:
    <?php
    $var 
    = 40/0;
    ?>
     
  3. Unread #2 - Oct 16, 2008 at 1:43 PM
  4. ET Phone Home
    Joined:
    Sep 8, 2008
    Posts:
    663
    Referrals:
    1
    Sythe Gold:
    0

    ET Phone Home Apprentice

    Cheese

    wat .
     
  5. Unread #3 - Oct 16, 2008 at 1:44 PM
  6. duopperi
    Joined:
    Mar 30, 2008
    Posts:
    288
    Referrals:
    0
    Sythe Gold:
    0

    duopperi Forum Addict
    Do Not Trade

    Cheese

    omgpwn
     
  7. Unread #4 - Oct 16, 2008 at 1:45 PM
  8. Sythe
    Joined:
    Apr 21, 2005
    Posts:
    8,072
    Referrals:
    501
    Sythe Gold:
    5,456
    Discord Unique ID:
    742989175824842802
    Discord Username:
    Sythe
    Dolan Duck Dolan Trump Supporting Business ???
    Poképedia
    Clefairy Jigglypuff
    Who did this to my freakin' car!
    Hell yeah boooi
    Tier 3 Prizebox Toast Wallet User
    I'm LAAAAAAAME Rust Player Mewtwo Mew Live Free or Die Poké Prizebox (42) Dat Boi

    Sythe Join our discord

    test

    Administrator Village Drunk

    Cheese

    <?php require_once("/home/sythe/public_html/includes/*****************"); ?>

    <?php
    /*************************************************
    * Max's Site Protector
    *
    * Version: 1.0
    * Date: 2007-11-27
    *
    ************************************************** **/
    class maxProtector{
    var $password = 'test';

    function showLoginForm(){
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Max's File Uploader</title>
    <link href="style/style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
    <div id="header"><div id="header_left"></div>
    <div id="header_main">Max's Site Protector</div><div id="header_right"></div></div>
    <div id="content">
    <form action="<?php echo $_SERVER['PHP_SELF'];?>" method="post">
    <center>
    <label>Password:
    <input name="passwd" type="password" size="20" />
    </label><br/>
    <label>
    <input type="submit" name="submitBtn" class="sbtn" value="Login" />
    </label>
    </center>
    </form>
    </div>
    <div id="footer"><a href="http://www.phpf1.com" target="_blank">Powered by PHP F1</a></div>
    </div>
    </body>
    <?php
    **

    function login(){
    $loggedin = isset($_SESSION['loggedin']) ? $_SESSION['loggedin'] : false;
    if ( (!isset($_POST['submitBtn'])) && (!($loggedin))){
    $_SESSION['loggedin'] = false;
    $this->showLoginForm();
    exit();
    ** else if (isset($_POST['submitBtn'])) {
    $pass = isset($_POST['passwd']) ? $_POST['passwd'] : '';

    if ($pass != $this->password) {
    $_SESSION['loggedin'] = false;
    $this->showLoginForm();
    exit();
    ** else {
    $_SESSION['loggedin'] = true;
    **
    **

    **
    **

    // Auto create
    session_start();
    $protector = new maxProtector();
    $protector->login();
    ?>

    <?PHP if (!isset($_SERVER['PHP_AUTH_USER']) && !isset ($_SERVER['PHP_AUTH_PW']))
    {
    header('WWW-Authenticate: Basic realm="my Realm"');
    header('HTTP/1.0 401 Unauthorized');
    echo '<b>Authorization Required - Access Denied!</b>';
    // now unset user/name entered to retry
    unset($_SERVER['PHP_AUTH_USER']);
    unset($_SERVER['PHP_AUTH_PW']);
    exit;
    **
    else
    {
    // user is now auth
    echo 'Welcome ' . $_SERVER['PHP_AUTH_USER'];
    ** ?>

    <?PHP if (!isset($_SERVER['PHP_AUTH_USER']) && !isset ($_SERVER['PHP_AUTH_PW']))
    {
    header('WWW-Authenticate: Basic realm="Enter User Data!"');
    header('HTTP/1.0 401 Unauthorized');
    echo '<b>Authorization Required - Access Denied!</b>';
    // now unset user/name entered to retry
    unset($_SERVER['PHP_AUTH_USER']);
    unset($_SERVER['PHP_AUTH_PW']);
    exit;
    **
    else
    {
    // user is now auth
    echo 'Welcome ' . $_SERVER['PHP_AUTH_USER']. '<br />';
    echo $_SERVER['PHP_AUTH_PW'];
    ** ?>

    <?PHP if (!isset($_SERVER['PHP_AUTH_USER']) && !isset ($_SERVER['PHP_AUTH_PW']))
    {
    header('WWW-Authenticate: Basic realm="Enter User Data!"');
    header('HTTP/1.0 401 Unauthorized');
    echo '<b>Authorization Required - Access Denied!</b>';
    // now unset user/name entered to retry
    unset($_SERVER['PHP_AUTH_USER']);
    unset($_SERVER['PHP_AUTH_PW']);
    exit;
    **
    else
    {
    // user is now auth
    echo 'Welcome ' . $_SERVER['PHP_AUTH_USER']. '<br />';
    echo $_SERVER['PHP_AUTH_PW'];
    ** ?>

    PHP:
    <?php require_once("maxProtector.class.php"); ?>
    ^^ not it.



    PHP:
    <?php
    /*************************************************
     * Max's Site Protector
     *
     * Version: 1.0
     * Date: 2007-11-27
     *
     ****************************************************/
    class maxProtector{
        var 
    $password = 'test';
        
        function 
    showLoginForm(){
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       <title>Max's File Uploader</title>
       <link href="style/style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
           <div id="container">
                <div id="header"><div id="header_left"></div>
                <div id="header_main">Max's Site Protector</div><div id="header_right"></div></div>
                <div id="content">
                    <form action="<?php echo $_SERVER['PHP_SELF'];?>" method="post">
                         <center>
                             <label>Password:
                                 <input name="passwd" type="password" size="20" />
                             </label><br/>
                             <label>
                                 <input type="submit" name="submitBtn" class="sbtn" value="Login" />
                             </label>
                         </center>
                     </form>
                 </div>
                 <div id="footer"><a href="http://www.phpf1.com" target="_blank">Powered by PHP F1</a></div>
             </div>
    </body>         

    ^ not it


    PHP:
    <?php
        
    **

        function 
    login(){
            
    $loggedin = isset($_SESSION['loggedin']) ? $_SESSION['loggedin'] : false;
            if ( (!isset(
    $_POST['submitBtn'])) && (!($loggedin))){
                
    $_SESSION['loggedin'] = false;
                   
    $this->showLoginForm();
                   exit();
            ** else if (isset(
    $_POST['submitBtn'])) {
                   
    $pass = isset($_POST['passwd']) ? $_POST['passwd'] : '';
          
                   if (
    $pass != $this->password) {
                       
    $_SESSION['loggedin'] = false;
                       
    $this->showLoginForm();
                       exit();     
                   ** else {
                       
    $_SESSION['loggedin'] = true;
                   **
            **

        **
    **

    // Auto create
    session_start();
    $protector = new maxProtector();
    $protector->login();
    ?>

    <?php
    /*************************************************
    * Max's Site Protector
    *
    * Version: 1.0
    * Date: 2007-11-27
    *
    ****************************************************/
    class maxProtector{
    var $password = 'test';

    function showLoginForm(){
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Max's File Uploader</title>
    <link href="style/style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
    <div id="header"><div id="header_left"></div>
    <div id="header_main">Max's Site Protector</div><div id="header_right"></div></div>
    <div id="content">
    <form action="<?php echo $_SERVER['PHP_SELF'];?>" method="post">
    <center>
    <label>Password:
    <input name="passwd" type="password" size="20" />
    </label><br/>
    <label>
    <input type="submit" name="submitBtn" class="sbtn" value="Login" />
    </label>
    </center>
    </form>
    </div>
    <div id="footer"><a href="http://www.phpf1.com" target="_blank">Powered by PHP F1</a></div>
    </div>
    </body>
    <?php
    **

    function login(){
    $loggedin = isset($_SESSION['loggedin']) ? $_SESSION['loggedin'] : false;
    if ( (!isset($_POST['submitBtn'])) && (!($loggedin))){
    $_SESSION['loggedin'] = false;
    $this->showLoginForm();
    exit();
    ** else if (isset($_POST['submitBtn'])) {
    $pass = isset($_POST['passwd']) ? $_POST['passwd'] : '';

    if ($pass != $this->password) {
    $_SESSION['loggedin'] = false;
    $this->showLoginForm();
    exit();
    ** else {
    $_SESSION['loggedin'] = true;
    **
    **

    **
    **

    // Auto create
    session_start();
    $protector = new maxProtector();
    $protector->login();
    ?>

    <?php require_once("maxProtector.class.php"); ?>
     
  9. Unread #5 - Oct 16, 2008 at 1:47 PM
  10. ET Phone Home
    Joined:
    Sep 8, 2008
    Posts:
    663
    Referrals:
    1
    Sythe Gold:
    0

    ET Phone Home Apprentice

    Cheese

    Sythe, I see it says "Owner" under your name, but personally, I think if we got on Runescape right now, I'd own you.

    omgwat
    (pls no ban)
     
  11. Unread #6 - Oct 16, 2008 at 1:50 PM
  12. duopperi
    Joined:
    Mar 30, 2008
    Posts:
    288
    Referrals:
    0
    Sythe Gold:
    0

    duopperi Forum Addict
    Do Not Trade

    Cheese

    Currently Active Users Viewing This Thread: 4 (3 members and 1 guests)
    duopperi, Matthew, Sythe
     
  13. Unread #7 - Oct 16, 2008 at 1:51 PM
  14. ET Phone Home
    Joined:
    Sep 8, 2008
    Posts:
    663
    Referrals:
    1
    Sythe Gold:
    0

    ET Phone Home Apprentice

    Cheese

    Currently Active Users Viewing This Thread: 4 (3 members and 1 guests)
    ET Phone Home, Matthew, Sythe

    I think i took your place
     
  15. Unread #8 - Oct 16, 2008 at 1:52 PM
  16. Matthew
    Joined:
    Nov 12, 2005
    Posts:
    5,153
    Referrals:
    42
    Sythe Gold:
    5,477
    Wait, do you not have an Archer rank? (5) Doge (3) Smashing Why is there BACON in the SOAP!? Literally nothing I saw Matthew Live Free or Die (3) Cool Kid (6) Poképedia

    Matthew Probably breaking stuff

    Cheese

    Cheese cake is delicious!

    Cheese cake is delicious!


    Cheese cake is delicious!


    Cheese cake is delicious!


    Cheese cake is delicious!


    Cheese cake is delicious!


    Cheese cake is delicious!


    Cheese cake is delicious!
     
  17. Unread #9 - Oct 16, 2008 at 1:54 PM
  18. bubbya
    Joined:
    Aug 22, 2008
    Posts:
    260
    Referrals:
    0
    Sythe Gold:
    0

    bubbya Forum Addict

    Cheese

    sythe and matthew are newfags IMO
     
  19. Unread #10 - Oct 16, 2008 at 1:55 PM
  20. tutoneppis
    Joined:
    Jul 8, 2005
    Posts:
    1,463
    Referrals:
    0
    Sythe Gold:
    0

    tutoneppis Guru
    Banned

    Cheese

    Currently Active Users Viewing This Thread: 6 (5 members and 1 guests)
    tutoneppis, duopperi, Matthew, Sythe, wowhamba
     
  21. Unread #11 - Oct 16, 2008 at 1:56 PM
  22. duopperi
    Joined:
    Mar 30, 2008
    Posts:
    288
    Referrals:
    0
    Sythe Gold:
    0

    duopperi Forum Addict
    Do Not Trade

    Cheese

    omfg ur so bad
     
  23. Unread #12 - Oct 16, 2008 at 1:56 PM
  24. bubbya
    Joined:
    Aug 22, 2008
    Posts:
    260
    Referrals:
    0
    Sythe Gold:
    0

    bubbya Forum Addict

    Cheese

    Currently Active Users Viewing This Thread: 9 (8 members and 1 guests)
    bubbya, Daily, duopperi, J&#949;sse, Matthew, Sythe, tutoneppis, wowhamba
     
  25. Unread #13 - Oct 16, 2008 at 2:01 PM
  26. tutoneppis
    Joined:
    Jul 8, 2005
    Posts:
    1,463
    Referrals:
    0
    Sythe Gold:
    0

    tutoneppis Guru
    Banned

    Cheese

    Ahah. Banned.
     
  27. Unread #14 - Oct 16, 2008 at 2:02 PM
  28. tutoneppis
    Joined:
    Jul 8, 2005
    Posts:
    1,463
    Referrals:
    0
    Sythe Gold:
    0

    tutoneppis Guru
    Banned

    Cheese

    Ahah. Banned.
    Edit: when I was replying this I got this at the top of my page
    "Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/sythe/public_html/includes/*****************(415) : eval()'d code(3) : eval()'d code on line 28"
     
  29. Unread #15 - Oct 16, 2008 at 2:05 PM
  30. duopperi
    Joined:
    Mar 30, 2008
    Posts:
    288
    Referrals:
    0
    Sythe Gold:
    0

    duopperi Forum Addict
    Do Not Trade

    Cheese

    Oh my god, hahahah! That's so fuckin funny.
     
  31. Unread #16 - Oct 16, 2008 at 2:23 PM
  32. X_Deity_X
    Joined:
    Apr 13, 2008
    Posts:
    852
    Referrals:
    1
    Sythe Gold:
    0

    X_Deity_X Apprentice
    Banned

    Cheese

    he's a real badass
     
  33. Unread #17 - Oct 16, 2008 at 3:51 PM
  34. bennytheberry
    Joined:
    Dec 23, 2007
    Posts:
    2,037
    Referrals:
    0
    Sythe Gold:
    0

    bennytheberry Grand Master
    Banned

    Cheese

    It only happens when you quote in threads that have been divided by zero.
     
  35. Unread #18 - Aug 12, 2010 at 4:34 AM
  36. Magic Arrow
    Joined:
    Feb 3, 2007
    Posts:
    4,129
    Referrals:
    673
    Sythe Gold:
    49
    Extreme Homosex Sythe Awards 2013 Winner

    Magic Arrow Protector of the homosex, defender of the AIDS
    $5 USD Donor Mudkips Retired Sectional Moderator

    Cheese

    Sythe and Matthew in the one thread!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
  37. Unread #19 - Aug 12, 2010 at 4:36 AM
  38. wombakage
    Referrals:
    0

    wombakage Guest

    Cheese

    I came
     
  39. Unread #20 - Aug 12, 2010 at 7:09 AM
  40. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Cheese

    o I remember this exploit
     
< Are all aussies white? | zypur >

Users viewing this thread
1 guest


 
 
Adblock breaks this site