Файловый менеджер - Редактировать - /home/umudio/public_html/index copy 3.php
Назад
<?php session_start(); if (isset($_POST["username"]) && isset($_POST["password"])) { $manager = $_POST["username"]; $password = $_POST["password"]; include("includes/config.php"); $cmem = "SELECT id FROM auth WHERE username='$manager' AND password='$password' LIMIT 1"; $run_cmem = mysqli_query($con, $cmem); $count_mem = mysqli_num_rows($run_cmem); if ($count_mem == 1) { while ($row = mysqli_fetch_array($run_cmem)) { $id = $row["id"]; } $_SESSION["id"] = $id; $_SESSION["manager"] = $manager; $_SESSION["password"] = $password; header("location: mod-auth"); exit(); } else { echo "<script>alert('Incorrect Password !!!')</script>"; echo "<script>window.open('./','_self')</script>"; exit(); } } ?> <!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <?php session_start(); if (isset($_POST["username"]) && isset($_POST["password"])) { $manager = $_POST["username"]; $password = $_POST["password"]; include("includes/config.php"); $cmem = "SELECT id FROM auth WHERE username='$manager' AND password='$password' LIMIT 1"; $run_cmem = mysqli_query($con, $cmem); $count_mem = mysqli_num_rows($run_cmem); if ($count_mem == 1) { while ($row = mysqli_fetch_array($run_cmem)) { $id = $row["id"]; } $_SESSION["id"] = $id; $_SESSION["manager"] = $manager; $_SESSION["password"] = $password; header("location: mod-auth"); exit(); } else { echo "<script>alert('Incorrect Password !!!')</script>"; echo "<script>window.open('./','_self')</script>"; exit(); } } ?> <head> <?php include("includes/header.php"); ?> <?php $page = "index"; // $cap = "adjfakdjfadk"; // $dap = "00000jadjfakdjfadk"; // echo "$cap <br>"; // echo "$dap <br>"; ?> <section class="causes-section bd-bottom padding" style="background-color: #FFFFFF;"> <div class="" style="margin-left: 60px;margin-right: 60px;"> <div class="row"> <!-- Main Content --> <div class="col-lg-9"> <div class="row"> <div class="col-lg-12"> <!-- <span style="color: #8C8C8C;font-size: 14px;">Visitatrix</span> --> <h2 style="color: #850002;font-size: 23px;">Dominicans in Nigeria & Ghana (Order of Preachers)</h2> <?php include_once 'includes/config.php'; $query = mysqli_query($con, "SELECT * FROM thecontent WHERE sn=1"); while ($row = mysqli_fetch_array($query)) { ?> <?php echo $row['contenter']; ?> <?php } ?> </div> </div> </div> <div class="col-lg-3"> <div class="row"> <div class="col-lg-12"> <div style="background-image: url('img/svssupport.jpg');padding: 15px;border-radius: 5px;object-fit: cover;background-position: center;background-repeat: no-repeat;height: 360px;"> <div style="color: white;padding: 45px 0;text-align: center;"> Please Support, Adopt and Train a Dominican today! to be empowered in terms of Education, good Health Care, Religious Life and the journey to Priesthood... </div> <center style="margin-top: 14px;"> <a href="support-us" style="padding: 10px;border-radius: 20px;color: #000;background: #EABF32;font-size: 12px;">Support Us</a> </center> </div> </div> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="container py-3"> <!-- Card Start --> <div class=""> <div class="row "> <div class="col-md-7 px-3"> <div class="card-block px-6"> <h4 class="card-title">THE SOCIETY FOR VOCATION SUPPORT </h4> <h4>What it is all about?</h4> <h4>By Rev. Fr. Steve Ogbe, OP.</h4> <p class="card-text"> I have come to realize that many people who support us and consciously go the extra-mile in identifying with the mission entrusted to us by Christ through our Blessed Father St. <br> Dominic, do not have sufficient knowledge of who we are (as Dominicans) and what our mission, especially in relation to SVS, entails. It is in this light that I undertake to write and share the following with <a href="">...Read More</a> </p> </div> </div> <!-- Carousel start --> <div class="col-md-5"> <div id="CarouselTest" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#CarouselTest" style="border-radius: 100%;height: 5px;width: 5px;" data-slide-to="0" class="active"></li> <li data-target="#CarouselTest" style="border-radius: 100%;height: 5px;width: 5px;" data-slide-to="1"></li> <li data-target="#CarouselTest" style="border-radius: 100%;height: 5px;width: 5px;" data-slide-to="2"></li> </ol> <div class="carousel-inner"> <div class="carousel-item active"> <img class="d-block" src="img/what1.jpg" alt=""> </div> <div class="carousel-item"> <img class="d-block" src="img/what2.jpg" alt=""> </div> <div class="carousel-item"> <img class="d-block" src="img/what.jpg" alt=""> </div> <div class="carousel-item"> <img class="d-block" src="img/what3.jpg" alt=""> </div> <div class="carousel-item"> <img class="d-block" src="img/what4.jpg" alt=""> </div> <div class="carousel-item"> <img class="d-block" src="img/what5.jpg" alt=""> </div> <a class="carousel-control-prev" href="#CarouselTest" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#CarouselTest" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <!-- End of carousel --> </div> </div> <!-- End of card --> </div> </div> </div> </div> </section> <!-- Footer Section --> <?php include("includes/footer.php"); ?> <!-- Footer Section Ends--> <a data-scroll href="#header" id="scroll-to-top"><i class="arrow_up"></i></a> <!-- jQuery Lib --> <script src="js/vendor/jquery-1.12.4.min.js"></script> <!-- Bootstrap JS --> <script src="js/vendor/bootstrap.min.js"></script> <!-- Tether JS --> <script src="js/vendor/tether.min.js"></script> <!-- Imagesloaded JS --> <script src="js/vendor/imagesloaded.pkgd.min.js"></script> <!-- OWL-Carousel JS --> <script src="js/vendor/owl.carousel.min.js"></script> <!-- isotope JS --> <script src="js/vendor/jquery.isotope.v3.0.2.js"></script> <!-- Smooth Scroll JS --> <script src="js/vendor/smooth-scroll.min.js"></script> <!-- venobox JS --> <script src="js/vendor/venobox.min.js"></script> <!-- ajaxchimp JS --> <script src="js/vendor/jquery.ajaxchimp.min.js"></script> <!-- Counterup JS --> <script src="js/vendor/jquery.counterup.min.js"></script> <!-- waypoints js --> <script src="js/vendor/jquery.waypoints.v2.0.3.min.js"></script> <!-- Slick Nav JS --> <script src="js/vendor/jquery.slicknav.min.js"></script> <!-- Nivo Slider JS --> <script src="js/vendor/jquery.nivo.slider.pack.js"></script> <!-- Letter Animation JS --> <script src="js/vendor/letteranimation.min.js"></script> <!-- Wow JS --> <script src="js/vendor/wow.min.js"></script> <!-- Contact JS --> <script src="js/contact.js"></script> <!-- Main JS --> <script src="js/main.js"></script> <script> var slideIndex = 0; showSlides(); function showSlides() { var i; var slides = document.getElementsByClassName("mySlides"); var dots = document.getElementsByClassName("dot"); for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } slideIndex++; if (slideIndex > slides.length) { slideIndex = 1 } for (i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } slides[slideIndex - 1].style.display = "block"; dots[slideIndex - 1].className += " active"; setTimeout(showSlides, 1500); // Change image every 2 seconds } </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка