GOOD SHELL MAS BOY
Server: Apache
System: Linux 116.173.178.68.host.secureserver.net 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64
User: puthuppa (1102)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/puthuppa/www/videos-album.php.bak
<?php include('controlpanel/includes/toolBox.php'); ?>

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>Puthuppally Pally</title>

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.png" type="image/x-icon">

<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="src/css/jquery.mmenu.all.css" rel="stylesheet">

<link href="css/animate.css" rel="stylesheet">



<link href="main.css" rel="stylesheet">

<link href="responsive.css" rel="stylesheet">

<script src="js/jquery-1.11.1.min.js"></script>

</head>



<body>



<?php include("header.php"); ?>



 

<div class="contain">

<div class="lay">

<div class="shead">

<div>Video Gallery</div>

</div>

</div>

</div>



<div class="contain bT pTB">

<div class="lay">

		 

         

        	<ul class="gallery">

            <?php

				$albums=firesql("SELECT * FROM cms_video_category ORDER BY vid_id DESC",'res');

				while($albres=mysqli_fetch_assoc($albums))

				{

				extract($albres);?>

                  <li>

                	<div class="gDiv">

                    	<div class="g-dv">

                    	<img src="controlpanel/uploads/videogalerythumbs/<?php echo $thumbnail ?>" alt="No Image">

                        </div>

                        <a href="videos.php?id=<?php echo $vid_id ?>" class="ovr-ttl"><h5><?php echo $vid_name ?></h5></a>

                    </div>

                 </li> 

            <?php

				}

			?>                     

            </ul>

          

</div>

</div><div class="clear"></div>





<?php include("footer.php"); ?>





<script src="js/isotope.pkgd.min.js"></script>

<script>

$(document).ready(function(){

var $container = $('.gallery');

// init

$container.isotope({

  // options

  itemSelector: 'li',

});

  });

  </script>



<!--[if lt IE 9]>

            <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>

            <script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>

        <![endif]-->



        <!-- Prevent FOUC (flash of unstyled content) -->

        <!--<style type="text/css">

            .no-fouc {display: none;}

        </style>-->

         

        <script type="text/javascript">

            document.documentElement.className = 'no-fouc';

        </script>

        

        <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/2.1.0/jquery.imagesloaded.min.js"></script>

        <script src="js/jquery-imagefill.js"></script>

        <script>

 

            // VARIED SIZES EXAMPLE

            $('.g-dv').imagefill({runOnce:true});



            // Prevent FOUC

            $('.no-fouc').removeClass('no-fouc');

        </script>



<script type="text/javascript" src="html5lightbox/html5lightbox.js"></script>

<script type="text/javascript">

    var html5lightbox_options = {

        watermark: "",

        watermarklink: ""

    };

</script>



</body>

</html>