Linux vps.sdns.vn 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
LiteSpeed
: 103.74.117.127 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
7.3.33
pcem
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
pcem /
domains /
pcem.edu.vn /
public_html /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
PHPMailer
[ DIR ]
drwxr-xr-x
view_about.php
12.91
KB
-rw-r--r--
view_article _type.php
0
B
-rw-r--r--
view_article.php
18.81
KB
-rw-r--r--
view_brand.php
394
B
-rw-r--r--
view_call_btn.php
11.57
KB
-rw-r--r--
view_confirm.php
883
B
-rw-r--r--
view_contact.php
13.05
KB
-rw-r--r--
view_criteria.php
437
B
-rw-r--r--
view_customer.php
1.92
KB
-rw-r--r--
view_detail_about.php
2.56
KB
-rw-r--r--
view_detail_article.php
21.69
KB
-rw-r--r--
view_detail_document.php
1.85
KB
-rw-r--r--
view_detail_media.php
2.72
KB
-rw-r--r--
view_detail_product.php
3.27
KB
-rw-r--r--
view_document.php
2.58
KB
-rw-r--r--
view_footer.php
4.07
KB
-rw-r--r--
view_header.php
6.78
KB
-rw-r--r--
view_hits.php
871
B
-rw-r--r--
view_home.php
19.52
KB
-rw-r--r--
view_huongdan.php
699
B
-rw-r--r--
view_index.php
3.73
KB
-rw-r--r--
view_khachhangtaiphat.php
1.99
KB
-rw-r--r--
view_lang.php
2.04
KB
-rw-r--r--
view_login.php
9.89
KB
-rw-r--r--
view_media.php
3.26
KB
-rw-r--r--
view_media_type.php
0
B
-rw-r--r--
view_menu_left.php
212
B
-rw-r--r--
view_menu_top.php
1.93
KB
-rw-r--r--
view_menuhome.php
0
B
-rw-r--r--
view_order_detail.php
3.41
KB
-rw-r--r--
view_partner.php
963
B
-rw-r--r--
view_pay_cart.php
42.97
KB
-rw-r--r--
view_pay_cart_not_isset.php
335
B
-rw-r--r--
view_pay_cart_result.php
1.68
KB
-rw-r--r--
view_product.php
2
KB
-rw-r--r--
view_product_cat.php
2.08
KB
-rw-r--r--
view_product_cat3.php
1.99
KB
-rw-r--r--
view_product_cat4.php
1.99
KB
-rw-r--r--
view_product_new.php
1.99
KB
-rw-r--r--
view_register.php
6.61
KB
-rw-r--r--
view_search.php
18.67
KB
-rw-r--r--
view_shopping_cart.php
1.99
KB
-rw-r--r--
view_showroom.php
1.5
KB
-rw-r--r--
view_slideshow - Copy.php
1.38
KB
-rw-r--r--
view_slideshow.php
565
B
-rw-r--r--
view_support.php
1.54
KB
-rw-r--r--
view_thuvien.php
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : view_order_detail.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>Chi tiết hóa đơn</title> <meta name="language" content="VN" /> <meta name="site-languages" content="vietname" /> <meta name="Content-Language" content="vn-VN" /> <link href="<?php echo BASE_URL;?>libs/css/style.css" rel="stylesheet" type="text/css" media="all" /> <style type="text/css" > body { line-height: 1.5; font-family: Arial, Helvetica, sans-serif; color:#000; background: none; font-size: 10pt; } h1, h2, h3, h4, h5, h6 { font-family: Arial, "Lucida Grande", sans-serif; } code { font:.9em "Courier New", Monaco, Courier, monospace; } p img.top { margin-top: 0; } blockquote { margin:1.5em; padding:1em; font-style:italic; font-size:.9em; } .small { font-size: .9em; } .large { font-size: 1.1em; } .quiet { color: #999; } .hide { display:none; } </style> </head> <body> <div class="mains clearfix"> <h1 style='text-align:center;'>HOÁ ĐƠN MUA HÀNG</h1> <div class="col-385"> <div class="boxModule"> <table class="bor" cellspacing="0" cellpadding="0" border="0" width="100%"> <tbody> <tr> <td class="green" colspan="2"><b>NGƯỜI MUA</b></td> </tr> <tr> <td width="20%" class="text-left">Họ tên </td> <td width="80%" class="text-left"><?php echo $info_order['fullname'];?></td> </tr> <tr> <td class="text-left">Điện thoại</td> <td class="text-left"><?php echo $info_order['phone'];?></td> </tr> <tr> <td class="text-left">Email</td> <td class="text-left"><?php echo $info_order['email'];?></td> </tr> <tr> <td class="text-left">Địa chỉ</td> <td class="text-left"><?php echo $info_order['address'];?></td> </tr> </tbody> </table> </div> </div> <div class="clear"></div> <div class="boxModule"> <table class="bor" cellspacing="0" cellpadding="0" border="0" width="100%"> <tbody> <tr> <td class="green" colspan="4"><b>THÔNG TIN ĐƠN HÀNG</b></td> </tr> <tr> <td width="50%"><b>Sản phẩm</b></td> <td width="17%"><b>Đơn giá (VND)</b></td> <td width="16%"><b>Số lượng</b></td> <td width="17%"><b>Thành tiền (VND)</b></td> </tr> <?php foreach($info_order_detail as $item){?> <tr> <td class="text-left"><a target="_blank" href="<?php echo BASE_URL.$item['uri_vi'].'-p'.$item['id'].'.html'?>"><?php echo $item['product_name_vi'];?></a></td> <td><?php echo number_format($item['unitprice'], 0, ", ","."); ?></td> <td><?php echo $item['quantity'];?></td> <td> <p><?php echo number_format($item['total_money'], 0, ", ",".");?></p> </td> </tr> <?php } ?> <tr class="sum"> <td class="text-right" colspan="3"><b>TỔNG THANH TOÁN </b></td> <td><b class="red-bold"><?php echo number_format($info_order['total_amount'], 0, ", ",".");?></b> </td> </tr> </tbody> </table> </div> <p><a href="javascript:print();" class="icon-print">In hóa đơn này</a></p> </div> </body> </html>
Close