Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64
User : svbgdckoilkuntla ( 1193)
PHP Version : 8.0.30
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/svbgdckoilkuntla/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/svbgdckoilkuntla/public_html/home.php
<?php 
include("config.php"); 

$news_data = $db->selectAll('news', '*', 'ORDER BY id DESC');
$slides = $db->selectAll('slides', '*', 'ORDER BY sort_order ASC');
$links = $db->selectAll('links', '*', 'ORDER BY id ASC');
$videos = $db->selectAll('videos', '*', 'ORDER BY id DESC LIMIT 1');
?>
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<title><?php echo $settings->name; ?></title>
	<!--/tags -->
	<meta name="viewport" content="width=device-width, initial-scale=1">
	
	<meta name="keywords" content="" />
	<script type="application/x-javascript">
		addEventListener("load", function () {
			setTimeout(hideURLbar, 0);
		}, false);

		function hideURLbar() {
			window.scrollTo(0, 1);
		}
	</script>
	<!--//tags -->
	<link rel="stylesheet" href="css/font-awesome.css">
		<link rel="stylesheet" href="css/sky-mega-menu.css"> 
        <link rel="stylesheet" href="css/demo.css">
	<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
	<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
	<link href="css/font-awesome.css" rel="stylesheet">
	<link rel='stylesheet' href='css/TAMcarousel.css'>
	
	<!-- //for bootstrap working -->
	<link href="//fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700" rel="stylesheet">


  <script src="js/jquery.min.js"></script>
  <script src="js/popper.min.js"></script>
  <script src="js/bootstrap.min.js"></script>
  <script src='js/TAMcarousel.js'></script>

		
  <style type="text/css">
<!--
.style1 {font-size: 10px}
-->
  </style>
</head>

<body style="background-color: #ffeee6">
<?php include("includes/header.php"); ?>
<div class="col-xl-12" style="margin-top: px;">
		

	 <style>
  /* Make the image fully responsive */
 		 .carousel-inner img {
      			width: 100%;
     		 	height: 100%;
  			}
  </style>
<div class="row">
<div class="col-sm-3">

						<div class="card border-left-success shadow h-100 py-2">
					                <div class="card-body">
					                  <div class="row no-gutters align-items-center">
					                    <div class="col mr-2">
					                    
					                     <p class="def"><a href="https://docs.google.com/forms/d/12-hW42bwEtaXUwXkgTGSsbV7Se5FQ4FliqvXzJoky0k/edit" target="_black"><button type="button" style="width: 250px" class="btn btn-success">Student Satisfaction Survey</button></a></p> 
					                    <p class="def"><a href="pages.php?type=examinations&id=about-examination-cell"><button type="button" style="width: 250px" class="btn btn-primary def">Examinations</button></a></p> 	
					                    <p class="def"><a href="pages.php?type=csp&id=communitys-service-project"><button type="button" style="width: 250px" class="btn btn-success def">Community Service Projects</button></a></p> 
					                    <p class="def"><a href="pages.php?type=short&id=shortterm-internship-project"><button type="button" style="width: 250px" class="btn btn-warning def">Short-Term Internship Projects</button></a></p>
					                    <p class="def"><a href="pages.php?type=long&id=longterm-internship-project"><button type="button" style="width: 250px" class="btn btn-primary def">Long-Term Internship Projects</button></a></p> 
					                     <p class="def"><a href="pages.php?type=academics&id=master-timetable"><button type="button" style="width: 250px" class="btn btn-warning def">Curricular Transaction Plan</button></a></p>     
					                     
					                     <p class="def"><a href="pages.php?type=about&id=naac-certificate"><button type="button" style="width: 250px" class="btn btn-info def">NAAC</button></a></p>
											<p class="def"><a href="pages.php?type=nirf&id=nirf"><button type="button" style="width: 250px" class="btn btn-warning def">NIRF</button></a></p>
												<p class="def"><a href="pages.php?type=academic-audit&id=academic-audit"><button type="button" style="width: 250px" class="btn btn-success def">Academic Audit</button></a></p>
											
											
					                    </div>
					                    
					                  </div>
					                </div>
					              </div>
</div>
<div class="col-sm-7">
<br>
						<div id="demo" class="carousel slide" data-ride="carousel">
						  <ul class="carousel-indicators">
						 	<?php
							$j=0;
							foreach($slides as $slide){
							?>
							<li data-target="#demo" data-slide-to="<?php echo $j; ?>" <?php if($j==0) echo 'class="active"'; ?>></li>
							<?php
							$j++;
							}
							?>
						    <li data-target="#demo" data-slide-to="1"></li>
						    <li data-target="#demo" data-slide-to="2"></li>
						    <li data-target="#demo" data-slide-to="3"></li>
						    <li data-target="#demo" data-slide-to="4"></li>
						    <li data-target="#demo" data-slide-to="5"></li>
						    
						  </ul>
						  <div class="carousel-inner">
						    <?php
							$i=1;
							foreach($slides as $slide){
							?>
							<div class="carousel-item <?php if($i==1) echo 'active'; ?>">
						      <img src="<?php echo $admin_url.$slide->image; ?>" style="border-radius: 10px" alt="" width="1100" height="500">
						      <div class="carousel-caption">
						        
						      </div>   
						    </div>
							<?php
							$i++;
							}
							?>
													    
						   
						  </div>
						  <a class="carousel-control-prev" href="#demo" data-slide="prev">
						    <span class="carousel-control-prev-icon"></span>
						  </a>
						  <a class="carousel-control-next" href="#demo" data-slide="next">
						    <span class="carousel-control-next-icon"></span>
						  </a>
						</div>
						

					              <div class="card border-left-success shadow">
					                <div class="card-body">
					                  <div class="row no-gutters align-items-center">
					                    <div class="col mr-2" style="color:#01315A; font-weight: bold;">

					                        
					                      
					                     <p align="justify"> S.V.B.Govt. Degree College, Koilkuntla is in the vicinity of historically well-known Renadu area in Kurnool District in Rayalaseema of Andhra Pradesh. With a view to develop this area educationally, the S.V. B.Govt. Degree College was established at Koilkuntla under the aegis of Late Sri Pendekanti Venkata Subbaiah, former Governor of Bihar and Karnataka, in the year 1981. About 85% of the students hail from socially disadvantaged communities and with low levels of income. Conventional and restructured courses are offered in this college. The introduction of all Courses is giving a greater opportunity for all the students of this educationally backward area. The CPDC (College Planning and Developing Council) and Alumni are a great source of strength to this College. In the context of globalization, and fast changing scenario of Higher Education in the country, the S.V.B. Govt.Degree College moulds the students as responsible citizens and employable in the society. In accordance with this, the college has gone for accreditation by NAAC, Bangalore and got B+ grade in March, 2007. Now, it is again going re-accreditation.</p>

					                      
					                    </div>
					                    
					                  </div>
					                </div>
					              </div>	
	
      <div class="clearfix"></div>						
</div>
		<div class="col-sm-2" style="background-color:#4CAF50;color:#ffffff"><br>
			
			<h6 align="center" style="background-color: #ffab1f ;padding: 10px;border-radius: 5px;color:blue"><b>PRINCIPAL</b></h6>
			<img src="images/PRINCIPAL.jpg" width="200px">
			<p><b>Dr.M.Venugopal, M.Sc., Ph.D.</b></p>
			
            <center><p></p></center>
			<p align='right' style="margin-top: -20px;font-size:smaller;"><i> </i></p><br>
			<p align="center" style="background-color: #ffab1f ;padding: 10px;border-radius: 5px;color:blue"><b> News and Updates</b></p>

				<marquee  direction='up' SCROLLDELAY=200 BEHAVIOR=scroll onMouseOver='this.stop();' onMouseOut='this.start();' >
			    
										<?php
										$i = 1;
										foreach($news_data as $news){
										?>				    
            <li ><a href="<?php echo $admin_url.$news->file; ?>" target='_blank' style='color: white'><?php echo $news->title; ?></a> <img src='img/new-gif-image.gif' width='30px'/></li><br>				    
										<?php
										$i++;
										}
										?>				    
    			    
													    
				             



				</marquee>				


		</div>	
</div>
</div>

					<!--Card system-->

					<br>
						<!--Card system-->
					<div class="row">

					 		<div class="col-xl-3">
							<a href="pages.php?type=bharat&id=bharat-padhe-online"><button type="button" style="min-width: 310px" class="btn btn-success def">Bharat Padhe Online</button></a>
							</div><br>
					 		<div class="col-xl-3">
							<a href="pages.php?type=sss&id=sss"><button type="button" style="min-width: 310px" class="btn btn-danger def">Student Satisfaction Survey</button></a>
							</div><br>
					 		<div class="col-xl-3">
							<a href="pages.php?type=feedback&id=feedback"><button type="button" style="min-width: 310px" class="btn btn-warning def">Feedback</button></a>
							</div><br>	

					 		<div class="col-xl-3">
							<a href="pages.php?type=about&id=aishe"><button type="button" style="min-width: 310px" class="btn btn-success def">AISHE</button></a>
							</div><br>
					 		<div class="col-xl-3">
							<a href="pages.php?type=about&id=iso"><button type="button" style="min-width: 310px" class="btn btn-warning def">ISO Certification</button></a>
							</div><br>
					 
					 		<div class="col-xl-3">
							<a href="pages.php?type=rti&id=rti"><button type="button" style="min-width: 310px" class="btn btn-primary def">RTI</button><p>&nbsp;</p></a>
							</div><br>

					 		<div class="col-xl-3">
						
							</div><br>
					 		<div class="col-xl-3">
							
							</div>	<br>																																		
					 		<div class="col-xl-3">
					              <div class="card border-left-success shadow h-100 py-2">
					                <div class="card-body">
					                  <div class="row no-gutters align-items-center">
					                    <div class="col mr-2">
					                      
					                      <div class="text-xs font-weight-bold text-success text-uppercase mb-1">Campus Drive</div>
										  
										  <img src="images/campus-drive.jpg"/>
										  <p>&nbsp;</p>

                                        <center><a href="photogallery.php"><button type="button" class="btn btn-primary">Read More</button></a></center>
					                      
					                    </div>
					                    
					                  </div>
					                </div>
					              </div>
					            </div>
					        
					            
					            <div class="col-xl-3">
					              <div class="card border-left-success shadow h-100 py-2">
					                <div class="card-body">
					                  <div class="row no-gutters align-items-center">
					                    <div class="col mr-2">
					                        <div class="text-xs font-weight-bold text-success text-uppercase mb-1">Videos</div>
<iframe width="280" height="215" src="https://www.youtube.com/embed/pZrGFbXDH1Q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
        
		<p style="padding:5px;"></p>
		

  
<center><a href="videos.php"><button type="button" class="btn btn-primary">Read More</button></a></center>  

					                    </div>
					                    
					                  </div>
					                </div>
					              </div>
					            </div>
								
					            <div class="col-xl-3">
					              <div class="card border-left-success shadow h-100 py-2">
					                <div class="card-body">
					                  <div class="row no-gutters align-items-center">
					                    <div class="col mr-2">
					                        <div class="text-xs font-weight-bold text-success text-uppercase mb-1">Gallery</div>
										  <img src="images/jkc123(1).png"/>
										  <p>&nbsp;</p>

                                        <center><a href="photogallery.php"><button type="button" class="btn btn-primary">Read More</button></a></center>

					                    </div>
					                    
					                  </div>
					                </div>
					              </div>
					            </div>
					 		

					 		<div class="col-xl-3">
					              <div class="card border-left-success shadow h-100 py-2">
					                <div class="card-body">
					                  <div class="row no-gutters align-items-center">
					                    <div class="col mr-2">
					                      
					                      <div class="text-xs font-weight-bold text-success text-uppercase mb-1">Anti-Ragging</div>
										  
										  <img src="images/ragging.jpg"/>
										  <p>&nbsp;</p>

                                        <center><a href="services.php?service=9"><button type="button" class="btn btn-primary">Read More</button></a></center>
					                      
					                    </div>
					                    
					                  </div>
					                </div>
					              </div>
					            </div>
								
					 			
					 			
								
					</div>
					
					<br>

					<div class="row">
					
					            <div class="col-xl-12">
					              <div class="card border-left-success shadow h-100 py-2">
					                <div class="card-body">
					                  <div class="row no-gutters align-items-center">
					                    <div class="col mr-2">
					                        <div class="text-xs font-weight-bold text-success text-uppercase mb-1">Importent Links</div>

					                      	 <marquee direction="left" SCROLLDELAY=50 onMouseOver="stop()" onMouseOut="start()" mouserover="stop" >
							                     												 
							                     <?php foreach($links as $link){ ?>
												 <a href="<?php echo $link->website; ?>" target="_blank">
							                            <img  style="border:1px solid #CCCCCC;" height="90" class="" src="<?php echo $admin_url.$link->image; ?>" frameborder="0" />
							                            </a>
												 <?php } ?> 
												    
												    
                                              </marquee>										  
										  

					                    </div>
					                    
					                  </div>
					                </div>
					              </div>
					            </div>					
					
					</div>										    
						     
		</div>	


					<!--/.navbar-->
				
	
<?php include("includes/footer.php"); ?>

<!-- modal -->
	
	<!-- //modal -->

	<a href="#home" class="scroll" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
	<!-- js -->
	<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>

	<script type="text/javascript" src="js/bootstrap.js"></script>
	<!-- stats -->
	<script>
		$('.counter').countUp();
	</script>
	<!-- //stats -->
	<!-- owl carousel -->
	
	
	<!-- //owl carousel -->


</body>

</html>

Al-HUWAITI Shell