Файловый менеджер - Редактировать - /home/umudio/public_html/adddean.php
Назад
<?php session_start(); if (!isset($_SESSION["manager"])) { header("location: ./"); exit(); } ?> <?php include("includes/config.php"); ?> <?php if (isset($_GET['deltab'])) { unset($temp); if (isset($_GET['deltab'])) { $_GET['deltab'] = trim($_GET['deltab']); if (preg_match('/^[0-9]/u', $_GET['deltab'])) { settype($_GET['deltab'], 'int'); $temp = (int)$_GET['deltab']; } } if (!isset($temp)) { echo "Sorry! Wrong Data!"; exit(); } $deltab = $temp; $result = mysqli_query($con, "DELETE from priests where sn = $deltab"); } if (isset($_GET['arhtab'])) { unset($temp); if (isset($_GET['arhtab'])) { $_GET['arhtab'] = trim($_GET['arhtab']); if (preg_match('/^[0-9]/u', $_GET['arhtab'])) { settype($_GET['arhtab'], 'int'); $temp = (int)$_GET['arhtab']; } } if (!isset($temp)) { echo "Sorry! Wrong Data!"; exit(); } $deltab = $temp; $result = mysqli_query($con, "UPDATE priests set archived='Yes' where sn = $deltab"); } if (isset($_POST['editdeceased'])) { $deltab = $_POST['sn']; $died = $_POST['died']; $buried = $_POST['buried']; $buriedat = $_POST['buriedat']; $result = mysqli_query($con, "UPDATE priests set died='" . $died . "', buried='" . $buried . "', buriedat='" . $buriedat . "', archived='Yes' where sn = '" . $deltab . "'"); } if (isset($_GET['unarhtab'])) { unset($temp); if (isset($_GET['unarhtab'])) { $_GET['unarhtab'] = trim($_GET['unarhtab']); if (preg_match('/^[0-9]/u', $_GET['unarhtab'])) { settype($_GET['unarhtab'], 'int'); $temp = (int)$_GET['unarhtab']; } } if (!isset($temp)) { echo "Sorry! Wrong Data!"; exit(); } $deltab = $temp; $result = mysqli_query($con, "UPDATE priests set archived='No' where sn = $deltab"); } $query_dio = mysqli_query($con, "SELECT * FROM priests where archived='Yes' order by namer"); $row_dio = mysqli_fetch_assoc($query_dio); $totalRows_dio = mysqli_num_rows($query_dio); $query_dio1 = mysqli_query($con, "SELECT * FROM priests where archived='No' order by namer asc"); $row_dio1 = mysqli_fetch_assoc($query_dio1); $totalRows_dio1 = mysqli_num_rows($query_dio1); ?> <!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 include("includes/pages-header.php"); ?> <div class="header-height"></div> <div class="pager-header"> <div class="container"> <div class="page-content"> <h2>Add Deanaries</h2> <p>One thing I ask of the Lord. This I long to dwell in the house of the Lord, <br> all the days of my life.</p> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="./">Home</a></li> <li class="breadcrumb-item active">Add Deanaries</li> </ol> </div> </div> </div><!-- /Page Header --> <!-- /Page Header --> <div class="" style="background-color: #F2F2F2;padding: 47px;"> <div class="row"> <div class="col-lg-9"> <?php include("includes/config.php"); if (isset($_GET['sn'])) { $sn = $_GET['sn']; $delete = "delete from priests where sn='$sn'"; $run = mysqli_query($con, $delete); if ($delete) { echo "<div class='alert alert-danger'> Personnel deleted successfully! </div>"; } } ?> <p><a href="mod-auth">Go back to Admin Dashboard</a></p> <?php if (isset($_POST['adddean'])) { $status = str_replace("'", "''", $_POST['status']); $archived = str_replace("'", "''", $_POST['archived']); $titler = str_replace("'", "''", $_POST['titler']); $namer = str_replace("'", "''", $_POST['namer']); $specialassign = str_replace("'", "''", $_POST['specialassign']); $studyleave = str_replace("'", "''", $_POST['studyleave']); $dob = str_replace("'", "''", $_POST['dob']); $native = str_replace("'", "''", $_POST['native']); $phone = str_replace("'", "''", $_POST['phone']); $email = str_replace("'", "''", $_POST['email']); $parish = str_replace("'", "''", $_POST['parish']); $ordination = str_replace("'", "''", $_POST['ordination']); $placeofordination = str_replace("'", "''", $_POST['placeofordination']); $died = str_replace("'", "''", $_POST['died']); $buried = str_replace("'", "''", $_POST['buried']); $buriedat = str_replace("'", "''", $_POST['buriedat']); $ordainingprelate = str_replace("'", "''", $_POST['ordainingprelate']); $pastoralwork = str_replace("'", "''", $_POST['pastoralwork']); $otherdiocesanappointment = str_replace("'", "''", $_POST['otherdiocesanappointment']); $formpro = "Null"; $username = "Null"; $passwrd = "Null"; include("includes/config.php"); global $con; $feedback = "INSERT INTO priests (namer, ordination, dob, email, phone, archived, status, specialassign, studyleave, diocese, community, username, passwrd, titler, formpro, died, buried, buriedat, native, parish, placeofordination, ordainingprelate, pastoralwork, otherdiocesanappointment) VALUES ('$namer','$ordination','$dob','$email','$phone','$archived','$status','$specialassign','$studyleave','$diocese','$community','$username','$passwrd','$titler','$formpro','$died','$buried','$buriedat','$native','$parish','$placeofordination','$ordainingprelate','$pastoralwork','$otherdiocesanappointment')"; $run = mysqli_query($con, $feedback); if ($feedback) { echo "<div class='alert alert-success'> Priest Added Successfully! </div>"; } else { echo "<div class='alert alert-danger'> An error occured, please try again! </div>"; } } ?> <p style="color:#990000"><b>Add Personnels</b></p> <form id="" name="" method="post" action="adddean.php"> <input name="archived" type="hidden" value="No" /> <table width="100%" cellpadding="1" cellspacing="2"> <tr valign="top"> <td style="text-align:left" width="200px"><span style="font-weight:bold; color:#009900; font-size:30px;"></span></td> <td><b>Type: </b><select name="status"> <option value="Aba Diocesan Priest" selected="selected">Aba Diocesan Priest</option> <option value="Others" >Others</option> </select> <br><br></td> </tr> <tr valign="top"> <td style="text-align:left" width="200px"><span style="font-weight:bold; color:#009900; font-size:30px;"></span></td> <td><b>Title: </b><select name="titler"> <option value="Msgr.">Msgr.</option> <option value="Very Rev. Fr.">Very Rev. Fr.</option> <option value="Rev. Fr." selected="selected">Rev. Fr.</option> </select> <b>Name: </b><input name="namer" size="50" type="text" /><br><br></td> </tr> <tr valign="top"> <td style="text-align:left"> </td> <td><b>Special Assignment: </b><input name="specialassign" size="30" type="text" /> <b>Study Leave: </b><input name="studyleave" size="10" type="text" /><br><br> </td> </tr> <tr valign="top"> <td> </td> <td> <b>Date of Birth: </b><input name="dob" id="dob" type="text" size="8" readonly /> <button id="triggerd"><i class="ti-calendar"></i></button> <script type="text/javascript"> Calendar.setup({ inputField: "dob", // ID of the input field ifFormat: "%Y-%m-%d", // the date format button: "triggerd" // ID of the button }); </script> <b>Native of: </b><input name="native" size="30" type="text" /><br><br> </td> </tr> <tr valign="top"> <td style="text-align:left"> </td> <td><b>Phone: </b><input name="phone" size="20" type="text" /> <b>Email: </b><input name="email" size="30" type="text" /><br><br></td> </tr> <tr valign="top"> <td style="text-align:left"> </td> <td><b>Parish: </b><input name="parish" size="50" type="text" /><br><br></td> </tr> <tr valign="top"> <td style="text-align:left"> </td> <td> <b>Ordination: </b><input name="ordination" id="ordination" type="text" size="8" readonly /> <button id="triggero"><i class="ti-calendar"></i></button> <script type="text/javascript"> Calendar.setup({ inputField: "ordination", // ID of the input field ifFormat: "%Y-%m-%d", // the date format button: "triggero" // ID of the button }); </script> <b>Place of Ordination: </b><input name="placeofordination" size="30" type="text" /> <br><br> <b>Died: </b><input name="died" size="50" type="text" /> <br><br><b>Buried: </b><input name="buried" size="50" type="text" /> <br><br><b>Buried At: </b><input name="buriedat" size="50" type="text" /><br><br> </tr> <tr valign="top"> <td style="text-align:left"> </td> <td><b>Ordaining Prelate: </b><input name="ordainingprelate" size="50" type="text" /> <div style="line-height:15px; height:15px;"> </div> <br><br> </td> </tr> <tr valign="top"> <td><b>Places of Pastoral Work Experience</b><br />(Format: Year - Assignment, Place.)<br /><i><b>Eg:</b> 2015 - Parish Priest, St Peter, Okeare.</i></td> <td> <textarea name="pastoralwork" rows="8" cols="70"></textarea><br><br></td> </tr> <tr valign="top"> <td><b>Other Diocesan Appointments</b><br />(Format: Year - Office or Position Held.)<br /><i><b>Eg:</b> 2015 - Director of Communications.</i></td> <td><textarea name="otherdiocesanappointment" rows="8" cols="70"></textarea><br><br></td> </tr> <tr valign="top"> <td colspan="2"><br> <input style="margin-left: 200px;" name="adddean" type="submit" style="font-size:12px;" class="default-btn-two" id="" value=" Add Personnel " /> </td> </tr> </table> </form> <hr /> <p style="color:#990000"><b>Existing Personnels</b></p> <?php if ($totalRows_dio1 > 0) { ?> <div class="post"> <table width="98%"> <?php do { ?><tr valign="top"> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio1['namer']; ?></td> <td style="border-bottom:1px solid #333333;"><a href="editdean?sn=<?php echo $row_dio1['sn']; ?>">Edit</a> <a href="adddean?sn=<?php echo $row_dio1['sn']; ?>">Delete</a> </td> </tr> <?php } while ($row_dio1 = mysqli_fetch_assoc($query_dio1)); ?> </table> </div> <div class="post-bot"></div> <?php } else { echo ("None Found!"); } ?> <p style="color:#990000"><b>Deceased Priests</b></p> <?php if ($totalRows_dio > 0) { ?> <table width="90%"> <?php do { ?><tr valign="top"> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio['namer']; ?></td> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio['died']; ?></td> <td style="border-bottom:1px solid #333333;"> <a href="listpriests?unarhtab=<?php echo $row_dio['sn']; ?>">UnDeceased</a> </td> </tr> <?php } while ($row_dio = mysqli_fetch_assoc($query_dio)); ?> </table> <?php } else { echo ("No Priest Added Yet!"); } ?> <hr /> </div> <?php include("includes/sidecontent.php") ?> </div> </div> <?php include("includes/footer.php"); ?> <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
|
Настройка