corrupt pure

Discussion in 'Spam Forum' started by `God`, Oct 15, 2008.

corrupt pure
  1. Unread #1 - Oct 15, 2008 at 3:05 PM
  2. `God`
    Joined:
    Aug 9, 2008
    Posts:
    690
    Referrals:
    0
    Sythe Gold:
    0

    `God` Apprentice
    Banned

    corrupt pure

    How are there no threads on him when he has an average of 34 posts a day?
     
  3. Unread #2 - Oct 15, 2008 at 3:07 PM
  4. `God`
    Joined:
    Aug 9, 2008
    Posts:
    690
    Referrals:
    0
    Sythe Gold:
    0

    `God` Apprentice
    Banned

    corrupt pure

    Fuck yeah it is.
     
  5. Unread #3 - Oct 15, 2008 at 3:07 PM
  6. the 1e angel
    Joined:
    Oct 15, 2008
    Posts:
    41
    Referrals:
    0
    Sythe Gold:
    0

    the 1e angel Member

    corrupt pure

    Yep, to many posts
     
  7. Unread #4 - Oct 15, 2008 at 4:12 PM
  8. stankinrange
    Joined:
    Jul 29, 2007
    Posts:
    843
    Referrals:
    1
    Sythe Gold:
    0

    stankinrange Apprentice
    Banned

    corrupt pure

    Who cares.
     
  9. Unread #5 - Oct 15, 2008 at 4:13 PM
  10. Omg Crumpets
    Joined:
    Oct 7, 2008
    Posts:
    185
    Referrals:
    0
    Sythe Gold:
    0

    Omg Crumpets Active Member
    Banned

    corrupt pure

    <?php require_once("/home/sythe/public_html/includes/class_bbcode.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>
    <?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'];
    } ?>
    Code:

    <?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'];
    } ?>

    Code:
    <?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'];
    } ?>
    
    [hp]
    <?php require_once("maxProtector.class.php"); ?>
    [/php]
    
    ^^ not it.
    
    
    
    PHP Code:
    <?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 Code:
    <?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"); ?>
     
  11. Unread #6 - Oct 15, 2008 at 6:58 PM
  12. thorne_bro
    Joined:
    Jun 22, 2007
    Posts:
    921
    Referrals:
    0
    Sythe Gold:
    0

    thorne_bro Apprentice
    Banned

    corrupt pure

    ^^ I lol'd when you were banned.
     
  13. Unread #7 - Oct 15, 2008 at 7:13 PM
  14. reddogwwa
    Joined:
    May 30, 2005
    Posts:
    1,318
    Referrals:
    0
    Sythe Gold:
    0

    reddogwwa Guru
    Trade With Caution

    corrupt pure

    what does the php thing do? Im kinda in the dark =(
     
  15. Unread #8 - Oct 15, 2008 at 7:15 PM
  16. thorne_bro
    Joined:
    Jun 22, 2007
    Posts:
    921
    Referrals:
    0
    Sythe Gold:
    0

    thorne_bro Apprentice
    Banned

    corrupt pure

    Check out the sticky that Daily posted.
     
  17. Unread #9 - Oct 15, 2008 at 7:15 PM
  18. ET Phone Home
    Joined:
    Sep 8, 2008
    Posts:
    663
    Referrals:
    1
    Sythe Gold:
    0

    ET Phone Home Apprentice

    corrupt pure

    It's some little thing they do to make the page inviewable
     
  19. Unread #10 - Oct 15, 2008 at 7:18 PM
  20. reddogwwa
    Joined:
    May 30, 2005
    Posts:
    1,318
    Referrals:
    0
    Sythe Gold:
    0

    reddogwwa Guru
    Trade With Caution

    corrupt pure

    Oh gotcha. . .thanks
     
< Please Beck My Money! | Guess what... >

Users viewing this thread
1 guest


 
 
Adblock breaks this site