403Webshell
Server IP : 101.255.104.117  /  Your IP : 101.255.104.117
Web Server : Apache/2.4.34 (Win32) OpenSSL/1.0.2o PHP/5.6.38
System : Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
User : user ( 0)
PHP Version : 5.6.38
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  D:/xampp182/htdocs/repository/application/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : D:/xampp182/htdocs/repository/application/views/frontend_tmp.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Repository | Stikes BPI</title>
  <link rel="shortcut icon" href="<?= base_url() ?>/assets2/img/favicon.png" />

  <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.css" rel="stylesheet">
  <link href="https://cdn.datatables.net/1.10.16/css/dataTables.bootstrap4.min.css" rel="stylesheet">
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">

  <script src="https://code.jquery.com/jquery-3.3.1.js"></script>
  <script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
  <script src="https://cdn.datatables.net/1.10.16/js/dataTables.bootstrap4.min.js"></script>

  <!-- An Code JS utk Slider -->
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
  <!-- Akhir Code JS untuk Slider -->

  <script>
    $(document).ready(function() {
      $('#example').DataTable();
    });
  </script>

  <style>
    body {
      background-color: grey;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }

    .containers {
      width: 100%;
      max-width: 1431px;
      margin: 0 auto;
      position: relative;
    }

    .content {
      width: 100%;
      max-width: 1431px;
      margin: 0 auto;
      position: relative;
    }

    @media screen and (max-width: 1500px) {
      .containers {
        width: 100%;
        max-width: 1070px;
        margin: 0 auto;
        position: relative;
      }

      .content {
        width: 100%;
        max-width: 1070px;
        margin: 0 auto;
        position: relative;
      }
    }

    @media screen and (max-width: 1700px) {
      .containers {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
      }

      .content {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
      }
    }
  </style>
  <title>Repository</title>
</head>
<body>



  <div class="containers">
    <div class="header" style="background:#007BFF">
      <br>
      <center><img width="100%" class="img-responsive" src="https://universitasbpi.ac.id/pmb/assets/univbpi.png"></center>
    </div>


    <nav class="navbar navbar-expand-lg navbar-light bg-light">
      <div class="collapse navbar-collapse" id="navbarNav">
        <ul class="navbar-nav">
          <li class="nav-item active">
            <a class="nav-link" href="<?= base_url() ?>">Home <span class="sr-only">(current)</span></a>
          </li>
          <li class="nav-item active">
            <a class="nav-link" href="<?= base_url() ?>"> About<span class="sr-only">(current)</span></a>
          </li>
        </ul>
      </div>

      <div class="pull-right" style="float: right;">
        <li><a href="<?= base_url() ?>/auth/login">Login</a></li>
      </div>

  </nav>


  <div class="row" style="margin: 0px">
        <div class="col-md-9" style="background-color: white">
            <br>
             <!--  <h3 style='font-family:"Arial Black", Gadget, sans-serif'>Selamat Datang</h3> -->
            <hr style="height:1px;border:none;color:#333;background-color:#333;" />
            <br>
            <?php echo "$contents"; ?>
        </div>



    <div class="col-md-3" style="background-color: white">
      <br>
      <?php echo form_open('home/search_rdr'); ?>
      <div class="input-group mb-3">

        <input type="text" name="keyword" class="form-control" placeholder="Search">
        <div class="input-group-append">
          <button type="submit"> <i class="fas fa-search"></i> </button>
        </div>
        </form>
      </div>


      <!--
        <div class="list-group">
          <a href="#" class="list-group-item list-group-item-action active">
            <b> Navigation </b>
          </a>
          <a href="<?= base_url() ?>" class="list-group-item list-group-item-action">Home</a>

        </div>

        <br> -->

      <div class="list-group">
        <a href="#" class="list-group-item list-group-item-action active">
          Documents
        </a>

        <?php foreach ($prodi->result() as $row1) : ?>
          <a href="<?= base_url() ?>home/single_prodis/<?= $row1->id ?>" class="list-group-item list-group-item-action"><?php echo $row1->program_studi; ?></a>
        <?php endforeach; ?>


      </div>

      <br>

      <div class="list-group">
        <a href="#" class="list-group-item list-group-item-action active">
          Browse
        </a>
        <a href="<?= base_url() ?>home/browse_title" class="list-group-item list-group-item-action">Titles</a>
        <a href="<?= base_url() ?>home/browse_author" class="list-group-item list-group-item-action">Authors</a>
        <a href="<?= base_url() ?>home/browse_prodis" class="list-group-item list-group-item-action">Documents</a>
        <a href="<?= base_url() ?>home/browse_type" class="list-group-item list-group-item-action">Types</a>
      </div>

      <br>


      <!-- Histats.com  (div with counter) -->
      <center>
        <div id="histats_counter"></div>
        <!-- Histats.com  START  (aync)-->
        <script type="text/javascript">
          var _Hasync = _Hasync || [];
          _Hasync.push(['Histats.start', '1,4557981,4,8,210,40,00011011']);
          _Hasync.push(['Histats.fasi', '1']);
          _Hasync.push(['Histats.track_hits', '']);
          (function() {
            var hs = document.createElement('script');
            hs.type = 'text/javascript';
            hs.async = true;
            hs.src = ('//s10.histats.com/js15_as.js');
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
          })();
        </script>
        <noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4557981&101" alt="web site hit counter" border="0"></a></noscript>
      </center>
      <!-- Histats.com  END  -->


      <br>
      <!-- Menu Login 
        <div class="list-group">
          <a href="#" class="list-group-item list-group-item-action active">
            My Account
          </a>
          <a href="<?= base_url() ?>auth/login" class="list-group-item list-group-item-action">Login</a>
        </div>
        <br> -->

    </div>

  </div>

  <div class="footer" style="background:green; margin:0px">
    <br>
    <footer class="main-footer">
      <center> <strong>Universitas Bhakti Pertiwi Indonesia - Copyright &copy; <?php echo date('Y'); ?>.</strong> All rights
        reserved.</center>
    </footer>
    <br>
  </div>

</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit