����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 162.0.232.25 / Your IP : 3.142.130.127 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 : |
<?php include 'connect.php'; if (isset($_GET['id'])) { $id = mysqli_real_escape_string($conn, htmlentities(preg_replace('#[^0-9]#', '', $_GET['id']))); if (!empty($id)) { $sql = "SELECT `file`,`size`,`artist`,`title`,`image`,`song_mode`,`price`,`mpamba`,`airtel`,`nat_bank`,`wap` FROM `tbl_uploads` WHERE `id`='$id'"; if ($query_run = mysqli_query($conn, $sql)) { list($path, $size, $artist, $title, $image, $mode, $price, $mpamba, $airtel, $nat_bank, $wap) = mysqli_fetch_array($query_run); } $titleurl = str_replace(' ', '-', $title); $artisturl = str_replace(' ', '-', $artist); } else { die(mysqli_error($conn)); } } else { die(mysqli_error($conn)); } ?> <!DOCTYPE html> <html lang="en"> <head> <link rel="icon" type="x-icon" href="Icons/malawisounds.ico"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <!--og codes--> <meta property="og:url" content="https://malawisounds.com/buy.php?id=<?php echo $id; ?>" /> <meta property="og:type" content="website" /> <meta property="og:title" content="<?php echo "Buy $title by $artist"; ?>" /> <meta property="og:image" content="https://malawisounds.com/images/<?php echo $image; ?>" /> <meta property="og:description" content="<?php echo "K$price"; ?>" /> <meta property="fb:app_id" content="197362031139140" /> <link rel="stylesheet" type="text/css" href="./css/animate.css"> <link rel="stylesheet" type="text/css" href="./css/load.css"> <link rel="stylesheet" type="text/css" href="./css/w3.css"> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css"> <link rel="icon" type="x-icon" href="Icons/malawisounds.ico"> <link rel="stylesheet" type="text/css" href="impact/stylesheet.css" /> <title><?php echo "Buy $title by $artist" ?></title> <script type="text/javascript" src="js/ajax.js"></script> <script type="text/javascript" src="js/sweetalert.min.js"></script> <script type='text/javascript' src='//platform-api.sharethis.com/js/sharethis.js#property=5b67c4f0f3815e0011ed2735&product=inline-share-buttons' async='async'></script> </head> <body> <div class="margin w3-animate-bottom"> <?php include './header.php'; ?> <!--Search bar--> <input type="text" id="search" placeholder=" SEARCH-MUSIC, ARTISTS" onkeyup="findmatch(this.value)" class="glyphicon glyphicon-search"> <!--search results goes here--> <div id="results" class="w3-container w3-light-grey"></div> <div class="buy"> <h3>BUY NOW <?php echo "\"$title by $artist\""; ?></h3> <p>You can buy <?php echo "\"$title by $artist\" at K$price"; ?> through Mpamba, Airtel or Mo626.</p> <p>Once you pay through Tnm, Airtel or Mo626 please copy the reference number that you will receive from the confirmation SMS and paste it in one of the references boxes below</p> <p>There after you will get the link of the song upon the verification of the reference number in less than 24 hours.</p> <?php if ($mpamba != "None") { ?> <center> <img src="Icons/mpamba.png"> <span><b><?php echo $mpamba; ?></b></span> <div> <input type="text" id="mpamba" placeholder="Reference Number"> <button onclick="tnm('<?php echo $titleurl; ?>','<?php echo $artisturl; ?>','<?php echo $price; ?>','<?php echo $wap; ?>')">SEND</button> </div> </center> <br><br> <?php } if ($airtel != "None") { ?> <center> <img src="Icons/airtel_money.jpg"> <span><b><?php echo $airtel; ?></b></span> <div> <input type="text" id="airtel_money" placeholder="Reference Number"> <button onclick="airtel('<?php echo $titleurl; ?>','<?php echo $artisturl; ?>','<?php echo $price; ?>','<?php echo $wap; ?>')">SEND</button> </div> </center> <br><br> <?php } if ($nat_bank != "None") { ?> <center> <img src="Icons/mo626.png"> <span><b><?php echo $nat_bank; ?></b></span> <div> <input type="text" id="mo626" placeholder="Reference Number"> <button onclick="nat('<?php echo $titleurl; ?>','<?php echo $artisturl; ?>','<?php echo $price; ?>','<?php echo $wap; ?>')">SEND</button> </div> </center> <?php } ?> <h5 style="font-family:'Times New Roman'">NB:This is available for those on Mpamba, Airtel money and Mo626 only</h5> <p>For inquiries contact +265885825008 or +265998412421</p> </div> <div class="sharethis-inline-share-buttons"></div> <!--Footer--> <?php include './footer.php'; ?> </div> </body> </html> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/nav.js"></script> <script type="text/javascript" src="js/payment.js"></script> <script src="./js/wow.js"></script> <script type="text/javascript"> function _(selector) { return document.querySelector(selector); } function splash(id) { id = 'ad' + id; document.getElementById(id).style.display = "block"; } </script>