Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.148.229.54
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
cleahvkv /
dsfdf /
wp-content /
themes /
specia /
Delete
Unzip
Name
Size
Permission
Date
Action
css
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
images
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
inc
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
js
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
languages
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
sections
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
template-parts
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
templates
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
404.php
765
B
-rw-r--r--
2021-01-05 18:46
archive.php
1.17
KB
-rw-r--r--
2021-01-05 18:46
comments.php
2.4
KB
-rw-r--r--
2021-01-05 18:46
footer.php
2.61
KB
-rw-r--r--
2021-01-05 18:46
functions.php
3.8
KB
-rw-r--r--
2021-01-05 18:46
header.php
1.08
KB
-rw-r--r--
2021-01-05 18:46
index.php
1.15
KB
-rw-r--r--
2021-01-05 18:46
page.php
1.4
KB
-rw-r--r--
2021-01-05 18:46
readme.txt
8.86
KB
-rw-r--r--
2021-01-05 18:46
screenshot.jpg
572.46
KB
-rw-r--r--
2021-01-05 18:46
search.php
1.56
KB
-rw-r--r--
2021-01-05 18:46
sidebar-woocommerce.php
231
B
-rw-r--r--
2021-01-05 18:46
sidebar.php
239
B
-rw-r--r--
2021-01-05 18:46
single.php
931
B
-rw-r--r--
2021-01-05 18:46
style.css
42.83
KB
-rw-r--r--
2021-01-05 18:46
woocommerce.php
636
B
-rw-r--r--
2021-01-05 18:46
Save
Rename
<?php get_header(); ?> <section class="breadcrumb"> <div class="background-overlay"> <div class="container"> <div class="row padding-top-10 padding-bottom-10"> <div class="col-md-7 col-xs-12 col-sm-7"> <h2> <?php printf( esc_html__( 'Search Results for: %s', 'specia' ), get_search_query() ); ?> </h2> </div> <div class="col-md-5 col-xs-12 col-sm-5"> <ul class="page-breadcrumb pull-right"> <?php if (function_exists('specia_breadcrumbs')) specia_breadcrumbs();?> </ul> </div> </div> </div> </div> </section> <div class="clearfix"></div> <section class="page-wrapper"> <div class="container"> <div class="row padding-top-60 padding-bottom-60"> <div class="<?php specia_post_column(); ?>" > <?php if ( have_posts() ) : /* Start the Loop */ while ( have_posts() ) : the_post(); /** * 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' ); endwhile; the_posts_navigation(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </div> <?php get_sidebar(); ?> </div> </div> </section> <?php get_footer();