Файловый менеджер - Редактировать - /home/umudio/public_html/index hosted aba.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(); } } ?> <?php include("includes/header.php"); ?> <section class="causes-section bd-bottom padding" style="background-color: #F5F5F5;"> <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-6"> <div class="about-wrap"> <div class="xs-padding"> <h3 style="color: white;padding: 23px;border-radius: 4px;background-image: url('img/green.jpg');background-repeat: no-repeat;background-size: cover;">Welcome</h3> <div style="background-color: white;padding: 25px;border-radius: 3px;"> <?php include_once 'includes/config.php'; $query = mysqli_query($con, "SELECT * FROM bishop WHERE sn=1"); while ($row = mysqli_fetch_array($query)) { $pic = $row['photo']; ?> <?php } ?> <?php include_once 'includes/config.php'; $query = mysqli_query($con, "SELECT * FROM thecontent WHERE sn=1"); while ($row = mysqli_fetch_array($query)) { ?> <div> <img style="float: left;padding-right: 10px;" src="<?php echo $pic; ?>" height="" width="37%" class="img-fluid" alt=""> <div style="line-height: 22px;"><?php echo $row['contenter']; ?></div> </div> <?php } ?> </div> <!-- <a href="#" class="default-btn">Read More</a> --> </div> </div> </div> <div class="col-lg-6"> <div class="about-wrap"> <div class="xs-padding"> <h3 style="color: white;padding: 23px;border-radius: 4px;background-image: url('img/toon.jpg');background-repeat: no-repeat;background-size: cover;">Celebration of the Year</h3> <p> <?php include_once 'includes/config.php'; $query = mysqli_query($con, "SELECT * FROM thecontent WHERE sn=15"); while ($row = mysqli_fetch_array($query)) { ?> <div style="background-color: white;padding: 25px;border-radius: 3px;"> <?php echo substr($row['contenter'], 0, 1300); ?>... <a href="celebration" style="background-color: #850002;padding: 3px;color: white;font-size: 10px;margin-bottom: 10px;">Read More</a> </div> </p> <?php } ?> </div> </div> </div> </div><br><br> <!-- First row end --> <div class="row"> <div class="col-lg-6"> <div class="about-wrap"> <div class="xs-padding"> <h3 style="color: white;padding: 23px;border-radius: 4px;background-image: url('img/angel.jpg');background-repeat: no-repeat;background-size: cover;">Diocesan History</h3> <?php include_once 'includes/config.php'; $query = mysqli_query($con, "SELECT * FROM thecontent WHERE sn=2"); while ($row = mysqli_fetch_array($query)) { ?> <div style="background-color: white;padding: 25px;border-radius: 3px;"> <?php echo substr($row['contenter'], 0, 350); ?>... <a href="history" style="background-color: #850002;padding: 3px;color: white;font-size: 10px;margin-bottom: 10px;">Read More</a> </div> <?php } ?> </div> </div> </div> <div class="col-lg-6"> <div class="about-wrap"> <div class="xs-padding"> <h3 style="color: white;padding: 23px;border-radius: 4px;background-image: url('img/jesus.jpg');background-repeat: no-repeat;background-size: cover;">Publications</h3> <div style="background-color: white;padding: 25px;border-radius: 3px;"> <?php include_once 'includes/config.php'; $query = mysqli_query($con, "SELECT * FROM publications ORDER BY sn DESC LIMIT 4"); while ($row = mysqli_fetch_array($query)) { ?><p> <a href="<?php echo $row['specs']; ?>" style="font-size: 14px;"><?php echo $row['titler']; ?></a> </p> <?php } ?> </div> </div> </div> </div> </div><br><br> <!-- Second row end --> <div class="row"> <div class="col-lg-6"> <div class="about-wrap"> <div class="xs-padding"> <h3 style="color: white;padding: 23px;border-radius: 4px;background-image: url('img/jbrown.jpg');background-repeat: no-repeat;background-size: cover;">News & Events</h3> <p> <div style="background-color: white;padding: 25px;border-radius: 3px;"> <?php include_once 'includes/config.php'; $query = mysqli_query($con, "SELECT * FROM news ORDER BY sn DESC LIMIT 1"); while ($row = mysqli_fetch_array($query)) { ?> <h4><b><?php echo $row['titler']; ?></b></h4> <p><?php echo substr($row['contenter'], 0, 1000); ?>...<a href="fullnews?sn=<?php echo $row['sn']; ?>" style="background-color: #850002;padding: 3px;color: white;font-size: 10px;margin-bottom: 10px;">Read More</a></p> </div> <?php } ?> </p> <div align="left"><a href="news" style="color: #1480CD;">View More News</a></div> </div> </div> </div> <div class="col-lg-6"> <div class="about-wrap"> <div class="xs-padding"> <h3 style="color: white;padding: 23px;border-radius: 4px;background-image: url('img/sacrament.jpg');background-repeat: no-repeat;background-size: cover;">Homilies & Reflections</h3> <p> <div style="background-color: white;padding: 25px;border-radius: 3px;"> <?php include_once 'includes/config.php'; $query = mysqli_query($con, "SELECT * FROM homilies ORDER BY id DESC LIMIT 1"); while ($row = mysqli_fetch_array($query)) { ?> <h4><b> <?php echo $row['date']; ?> - <?php echo $row['title']; ?></b></h4> <p><?php echo substr($row['content'], 0, 260); ?>... <a href="fullhomilies?sn=<?php echo $row['id']; ?>" style="background-color: #850002;padding: 3px;color: white;font-size: 10px;margin-bottom: 10px;">Read More</a></p> <?php } ?> </div> </p> </div> </div> </div> </div> <!-- Third row end --> </div> <!-- Main Content --> <!-- Side Content --> <?php include("includes/sidecontent.php"); ?> <!-- Side Content --> </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> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка