One Hat Cyber Team
Your IP :
18.219.93.1
Server IP :
50.28.103.30
Server :
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
nginx/1.24.0
PHP Version :
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
sd.electronharmony.com
/
Edit File:
plans.php
<?php session_start(); if (!isset($_SESSION['user_email'])) { header("Location: login.php"); exit(); } ?> <!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Fully Responsive Admin & Dashboard Template" /> <meta name="keyword" content="" /> <meta name="author" content="WRAPCODERS" /> <!--! The above 6 meta tags *must* come first in the head; any other head content must come *after* these tags !--> <!--! BEGIN: Google Fonts !--><link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet" /> <!--! END: Google Fonts !--> <!--! BEGIN: Favicon !--> <link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico" /> <!--! END: Favicon !--> <!--! BEGIN: Apps Title !--> <title>addplans</title> <!--! END: Apps Title !--> <!--! BEGIN: Page Vendors -!--> <!--! END: Page Vendors -!--> <!--! BEGIN: MatisMenu CSS -!--> <link rel="stylesheet" href="assets/vendors/metismenu/metisMenu.min.css"> <!--! END: MatisMenu CSS -!--> <!--! BEGIN: Flaticon CSS -!--> <link rel="stylesheet" href="assets/vendors/@flaticon/flaticon-uicons/css/all/all.css"> <!--! END: Flaticon CSS -!--> <!--! BEGIN: Theme CSS -!--> <link rel="stylesheet" type="text/css" href="assets/css/theme.min.css"> <!--! END: Theme CSS -!--> <!--! Start:: Color Modes JS -!--> <script src="assets/js/color-modes.min.js"></script> <!--! End:: Color Modes JS -!--> <!--! HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries !--> <!--! WARNING: Respond.js doesn"t work if you view the page via file: !--> <!--[if lt IE 9]> <script src="https:oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https:oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!--! ================================================================ !--> <!--! Start:: Main Wrapper !--> <!--! ================================================================ !--> <div class="main-wrapper"> <!--! ================================================================ !--> <!--! Start:: Main Menu !--> <!--! ================================================================ !--> <?php include 'view/aside.php'; ?> <!--! ================================================================ !--> <!--! End:: Main Menu !--> <!--! ================================================================ !--> <!--! ================================================================ !--> <!--! Start:: Main Content !--> <!--! ================================================================ !--> <main id="edash-main"> <!--! ================================================================ !--> <!--! Start:: Header !--> <!--! ================================================================ !--> <?php include 'view/header.php'; ?> <!--! ================================================================ !--> <!--! End:: Header !--> <!--! ================================================================ !--> <!--! ================================================================ !--> <!--! Start:: Page Content !--> <!--! ================================================================ !--> <div class="edash-page-container container-xxl" id="edash-page-container" > <!--! Start:: Breadcumb !--> <div class="edash-content-breadcumb row mb-4 mb-md-6 pt-md-2"> </div> <!--! End:: Breadcumb !--> <!--! Start:: Content Section !--> <div class="edash-content-section row g-3 g-md-4"> <!-- Start:: Defaults --> <div class="col-12"> <div class="card"> <div class="card-body"> <!-- <form class="row g-4"> <div class="col-md-4"> <label for="validationDefault01" class="form-label" >星期一</label > <input type="text" class="form-control" id="paname" name="paname" required /> </div> <div class="col-md-4"> <label for="validationDefault02" class="form-label" >星期二</label > <input type="text" class="form-control" id="Pbname" name="Pbname" required /> </div> <div class="col-md-4"> <label for="validationDefaultUsername" class="form-label" >星期三</label > <div class="input-group"> <input type="text" class="form-control" id="Pcname" name="Pcname" aria-describedby="inputGroupPrepend2" required /> </div> </div> <div class="col-md-6"> <label for="validationDefault03" class="form-label" >星期四</label > <input type="text" class="form-control" id="Pdname" name="Pdname" required /> </div> <div class="col-md-3"> <label for="validationDefault05" class="form-label" >星期五</label > <input type="text" class="form-control" id="Pename" name="Pename" required /> </div> <div class="col-md-3"> <label for="validationDefault05" class="form-label" >星期六</label > <input type="text" class="form-control" id="Pfname" name="Pfname" required /> </div> <div class="col-md-6"> <label for="validationDefault03" class="form-label" >星期日</label > <input type="text" class="form-control" id="Pgname" name="Pgname" required /> </div> <div class="col-12"> <button class="btn btn-primary" type="submit"> 添加 </button> </div> </form>--> <form class="row g-4" method="post" action="addplans.php"> <div class="col-md-4"> <label for="paname" class="form-label">星期一</label> <input type="text" class="form-control" id="paname" name="paname" /> </div> <div class="col-md-4"> <label for="validationCustom04" class="form-label">STATUS</label> <select class="form-select" id="a" name="a"> <option>AM</option> <option>PM</option> <option>OFF</option> <option>请假</option> <option>旷工</option> </select> </div> <div class="col-md-4"> <label for="Pbname" class="form-label">星期二</label> <input type="text" class="form-control" id="Pbname" name="Pbname" /> </div> <div class="col-md-4"> <label for="validationCustom04" class="form-label">STATUS</label> <select class="form-select" id="b" name="b"> <option>AM</option> <option>PM</option> <option>OFF</option> <option>请假</option> <option>旷工</option> </select> </div> <div class="col-md-4"> <label for="Pcname" class="form-label">星期三</label> <input type="text" class="form-control" id="Pcname" name="Pcname" /> </div> <div class="col-md-4"> <label for="validationCustom04" class="form-label">STATUS</label> <select class="form-select" id="c" name="c"> <option>AM</option> <option>PM</option> <option>OFF</option> <option>请假</option> <option>旷工</option> </select> </div> <div class="col-md-6"> <label for="Pdname" class="form-label">星期四</label> <input type="text" class="form-control" id="Pdname" name="Pdname" /> </div> <div class="col-md-4"> <label for="validationCustom04" class="form-label">STATUS</label> <select class="form-select" id="d" name="d"> <option>AM</option> <option>PM</option> <option>OFF</option> <option>请假</option> <option>旷工</option> </select> </div> <div class="col-md-3"> <label for="Pename" class="form-label">星期五</label> <input type="text" class="form-control" id="Pename" name="Pename" /> </div> <div class="col-md-4"> <label for="validationCustom04" class="form-label">STATUS</label> <select class="form-select" id="f" name="f"> <option>AM</option> <option>PM</option> <option>OFF</option> <option>请假</option> <option>旷工</option> </select> </div> <div class="col-md-3"> <label for="Pfname" class="form-label">星期六</label> <input type="text" class="form-control" id="Pfname" name="Pfname" /> </div> <div class="col-md-4"> <label for="validationCustom04" class="form-label">STATUS</label> <select class="form-select" id="g" name="g"> <option>AM</option> <option>PM</option> <option>OFF</option> <option>请假</option> <option>旷工</option> </select> </div> <div class="col-md-6"> <label for="Pgname" class="form-label">星期日</label> <input type="text" class="form-control" id="Pgname" name="Pgname" /> </div> <div class="col-md-4"> <label for="validationCustom04" class="form-label">STATUS</label> <select class="form-select" id="h" name="h"> <option>AM</option> <option>PM</option> <option>OFF</option> <option>请假</option> <option>旷工</option> </select> </div> <div class="col-12"> <button class="btn btn-primary" type="submit">添加</button> </div> </form> </div> </div> </div> <!-- End:: Defaults --> <!-- Start:: Custom --> </div> <!--! End:: Content Section !--> </div> <!--! ================================================================ !--> <!--! End:: Page Content !--> <!--! ================================================================ !--> <!--! ================================================================ !--> <!--! Start:: Footer !--> <!--! ================================================================ !--> <footer class="edash-footer-container container-xxl d-flex align-items-center justify-content-between rounded-3 p-4 mx-auto mb-3 ht-64 bg-body-tertiary" id="edash-footer-container" > <div class="hstack"> <span class="text-muted"> <script> document.write(new Date().getFullYear()); </script> © </span> <span class="vr mx-2 bg-body-secondary"></span> <a >Expodash</a> </div> <div class="d-flex align-items-center gap-3"> <a class="d-none d-sm-block" >Docs</a > <a class="d-none d-sm-block" >About</a > <a >Support</a> <a>Purchase</a > </div> </footer> <!--! ================================================================ !--> <!--! End:: Footer !--> <!--! ================================================================ !--> </main> <!--! ================================================================ !--> <!--! End:: Main Content !--> <!--! ================================================================ !--> <div class="edash-menu-backdrop" id="edash-menu-hide"></div> </div> <!--! ================================================================ !--> <!--! End:: Main Wrapper !--> <!--! ================================================================ !--> <!--! ================================================================ !--> <!--! Footer Script !--> <!--! ================================================================ !--> <!--! BEGIN: Common Vendors !--> <script src="assets/js/vendors.min.js"></script> <!--! END: Common Vendors !--> <!--! BEGIN: Apps Common Init !--> <script src="assets/js/common-init.min.js"></script> <!--! END: Apps Common Init !--> <!--! BEGIN: Page Vendors -!--> <!--! END: Page Vendors -!--> <script> // Example starter JavaScript for disabling form submissions if there are invalid fields (() => { "use strict"; // Fetch all the forms we want to apply custom Bootstrap validation styles to const forms = document.querySelectorAll(".needs-validation"); // Loop over them and prevent submission Array.from(forms).forEach((form) => { form.addEventListener( "submit", (event) => { if (!form.checkValidity()) { event.preventDefault(); event.stopPropagation(); } form.classList.add("was-validated"); }, false ); }); })(); </script> </body> </html>
Simpan