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 : searchform.php
<?php /** * The template for displaying search forms in Generate * * @package GeneratePress */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <form method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label> <span class="screen-reader-text"><?php echo apply_filters( 'generate_search_label', _x( 'Search for:', 'label', 'generatepress' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></span> <input type="search" class="search-field" placeholder="<?php echo esc_attr( apply_filters( 'generate_search_placeholder', _x( 'Search …', 'placeholder', 'generatepress' ) ) ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" title="<?php echo esc_attr( apply_filters( 'generate_search_label', _x( 'Search for:', 'label', 'generatepress' ) ) ); ?>"> </label> <?php if ( generate_is_using_flexbox() ) { printf( '<button class="search-submit" aria-label="%1$s">%2$s</button>', esc_attr( apply_filters( 'generate_search_button', _x( 'Search', 'submit button', 'generatepress' ) ) ), generate_get_svg_icon( 'search' ) // phpcs:ignore -- Escaping not necessary here. ); } else { printf( '<input type="submit" class="search-submit" value="%s">', apply_filters( 'generate_search_button', _x( 'Search', 'submit button', 'generatepress' ) ) // phpcs:ignore -- Escaping not necessary here. ); } ?> </form>
Close