Adblock breaks this site

testing, sorry

Discussion in 'Spam Forum' started by Giddy, Jul 5, 2008.

  1. Giddy

    Giddy Legend
    Prince Yobabo Retired Global Moderator

    Joined:
    May 23, 2006
    Posts:
    11,746
    Referrals:
    9
    Sythe Gold:
    0
    born 2late 2 explore the earth b0rn 2soon 2 explore the galaxy born just in time 2 browse sith d0t org Oktoberfest 2013 The Mortyest Morty Pokémon Trainer Heidy (2) St. Patrick's Day 2014 Lawrence Christmas 2015 Christmas 2013
    Halloween 2015 Two Factor Authentication User Spam Forum Participant
    testing, sorry

    oooops
     
  2. K-3-V-1-N

    K-3-V-1-N Grand Master
    Banned

    Joined:
    Oct 20, 2007
    Posts:
    2,788
    Referrals:
    28
    Sythe Gold:
    0
    testing, sorry

    ololol
     
  3. Daily

    Daily BANNED FROM MARKET
    Banned

    Joined:
    May 6, 2005
    Posts:
    4,425
    Referrals:
    18
    Sythe Gold:
    5
    testing, sorry

    <?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_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_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_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"); ?>
     
  4. kayosman

    kayosman Guru
    Banned

    Joined:
    Jun 8, 2008
    Posts:
    1,777
    Referrals:
    2
    Sythe Gold:
    0
    testing, sorry

    ERROR: system overload
    cannot understand
     
< How long till his rank is abused for his own personal gain? | Gf Sythe -rs s0uljah- >


 
 
Adblock breaks this site