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 /
commert /
app /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
barcode-generator
[ DIR ]
drwxr-xr-x
bower_components
[ DIR ]
drwxr-xr-x
chart-pie
[ DIR ]
drwxr-xr-x
class
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
font-awesome
[ DIR ]
drwxr-xr-x
icon
[ DIR ]
drwxr-xr-x
img-banner
[ DIR ]
drwxr-xr-x
img-category
[ DIR ]
drwxr-xr-x
img-logo
[ DIR ]
drwxr-xr-x
img-product
[ DIR ]
drwxr-xr-x
img-product-item
[ DIR ]
drwxr-xr-x
img-slide
[ DIR ]
drwxr-xr-x
img-system
[ DIR ]
drwxr-xr-x
img-user
[ DIR ]
drwxr-xr-x
lightbox
[ DIR ]
drwxr-xr-x
modal
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
.htaccess
154
B
-rwxr-xr-x
addPerson.php
22.7
KB
-rwxr-xr-x
bank.php
9.45
KB
-rwxr-xr-x
banner.php
7.34
KB
-rwxr-xr-x
business.php
7.35
KB
-rwxr-xr-x
cancelOrder.php
7.5
KB
-rwxr-xr-x
category.php
11.4
KB
-rwxr-xr-x
check_login.php
424
B
-rwxr-xr-x
company - Copy.php
8.33
KB
-rwxr-xr-x
company.php
8.09
KB
-rwxr-xr-x
customer.php
10.31
KB
-rwxr-xr-x
footer.php
249
B
-rwxr-xr-x
header.php
2.57
KB
-rwxr-xr-x
import_script.php
4.11
KB
-rwxr-xr-x
import_style.php
1.66
KB
-rwxr-xr-x
index.php
1.36
KB
-rwxr-xr-x
levelPosition.php
7.58
KB
-rwxr-xr-x
lineToken.php
3.86
KB
-rwxr-xr-x
logout.php
77
B
-rwxr-xr-x
menu.php
2.5
KB
-rwxr-xr-x
menu_left.php
5.45
KB
-rwxr-xr-x
menu_left_home.php
513
B
-rwxr-xr-x
menu_main.php
88
B
-rwxr-xr-x
order.php
7.58
KB
-rwxr-xr-x
pagination.php
1.49
KB
-rwxr-xr-x
pagination_stock.php
1.51
KB
-rwxr-xr-x
payment.php
8.76
KB
-rwxr-xr-x
personData.php
21.22
KB
-rwxr-xr-x
product.php
15.56
KB
-rwxr-xr-x
report.php
11.58
KB
-rwxr-xr-x
reportSale.php
4.55
KB
-rwxr-xr-x
save_product.php
993
B
-rwxr-xr-x
select_amphures.php
621
B
-rwxr-xr-x
select_brand.php
668
B
-rwxr-xr-x
select_districts.php
537
B
-rwxr-xr-x
select_provinces.php
665
B
-rwxr-xr-x
slide.php
9.47
KB
-rwxr-xr-x
stockProduct.php
6.71
KB
-rwxr-xr-x
subbusiness.php
8
KB
-rwxr-xr-x
subcategory.php
8.44
KB
-rwxr-xr-x
type_user.php
549
B
-rwxr-xr-x
unit.php
7.12
KB
-rwxr-xr-x
uploadImage.php
9.53
KB
-rwxr-xr-x
userData.php
11.11
KB
-rwxr-xr-x
viewOrder.php
6.8
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : reportSale.php
<?php session_start(); include('../config/connect.php'); include('type_user.php'); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><?php echo $title;?></title> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <?php include('import_style.php');?> <link href="https://fonts.googleapis.com/css?family=Kanit:100,200,300&subset=thai" rel="stylesheet"> </head> <body class="hold-transition skin-blue sidebar-mini"> <?php include('check_login.php');?> <div class="wrapper"> <?php include('header.php');?> <?php include('menu_left.php');?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <?php include('menu_main.php'); ?> <!-- Main content --> <section class="content"> <!--เนื้อหา--> <div class="row"> <div class="col-md-12"> <div class="box"> <div class="box-header bg-theme text-center"> <h3 class="box-title">ข้อมูลรายการจัดส่งสินค้าแล้ว</h3> </div> <!-- /.box-header --> <div class="box-body"> <table id="table1" width="100%" class="table table-hover"> <thead> <tr> <th width="4%" class="text-center">No.</th> <th width="25%">ลูกค้า</th> <th width="10%">เบอร์โทรศัพท์</th> <th width="8%">ยอดชำระเงิน</th> <th width="13%">วันที่สั่งซื้อ</th> <th width="12%">ช่องทางการชำระเงิน</th> <th width="11%">สถานะ</th> </tr> </thead> <tbody> <?php $order_status = "1"; $stmt = $conn->prepare("SELECT o.*, c.*, s.status_name, p.payment_name FROM tb_order_head AS o LEFT JOIN tb_customer AS c ON o.customer_id = c.customer_id LEFT JOIN tb_status AS s ON o.status_id = s.status_id LEFT JOIN tb_payment AS p ON o.payment_id = p.payment_id WHERE o.order_status=:order_status AND o.status_id IN ('2','3') ORDER BY o.order_id DESC"); $stmt->bindParam(':order_status', $order_status , PDO::PARAM_STR); $stmt->execute(); $result = $stmt->fetchAll(); $i2 = 1; foreach($result as $row) { ?> <tr> <td align="center"><?php echo $i2;?></td> <td><?php echo $row['customer_fullname'];?></td> <td><?php echo $row['customer_tel'];?></td> <td><?php echo number_format($row['order_total'],0); ?></td> <td><?php echo date_format(date_create($row["order_save"]),"d/m/Y H:i:s");?></td> <td><?php echo $row['payment_name'];?></td> <td><p data-toggle="modal" data-target="#updateOrder<?php echo $row['order_id'];?>"><?php echo $row['status_name'];?></p></td> </tr> <?php $i2++; } ?> </tbody> </table> </div> <!-- /.box-body --> </div> <!-- /.box --> </div> <!-- /.col --> </div> <!-- ./row--> <!--ปิดเนื้อหา--> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <?php include('footer.php');?> <div class="control-sidebar-bg"></div> </div> <!-- ./wrapper --> <?php include('import_script.php');?> </body> </html> <?php $conn = null; ?>
Close