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 : 18.217.79.15
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 /
captiva /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
css
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
custom
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
customvc
[ 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
woocommerce
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
404.php
1.29
KB
-rw-r--r--
2021-01-05 18:46
archive-testimonials.php
3.79
KB
-rw-r--r--
2021-01-05 18:46
archive.php
14.89
KB
-rw-r--r--
2021-01-05 18:46
blog-left-thumbnail.php
5.09
KB
-rw-r--r--
2021-01-05 18:46
blog-right-thumbnail.php
4.89
KB
-rw-r--r--
2021-01-05 18:46
comments.php
3.21
KB
-rw-r--r--
2021-01-05 18:46
content-fullwidthpage.php
655
B
-rw-r--r--
2021-01-05 18:46
content-page.php
773
B
-rw-r--r--
2021-01-05 18:46
content-single.php
2.32
KB
-rw-r--r--
2021-01-05 18:46
content.php
11.87
KB
-rw-r--r--
2021-01-05 18:46
footer.php
3.86
KB
-rw-r--r--
2021-01-05 18:46
functions.php
22.74
KB
-rw-r--r--
2021-01-05 18:46
header-simple.php
4.28
KB
-rw-r--r--
2021-01-05 18:46
header.php
23.43
KB
-rw-r--r--
2021-01-05 18:46
image.php
4.38
KB
-rw-r--r--
2021-01-05 18:46
index.php
5.13
KB
-rw-r--r--
2021-01-05 18:46
live-preview.php
3.06
KB
-rw-r--r--
2021-01-05 18:46
no-results.php
1.13
KB
-rw-r--r--
2021-01-05 18:46
page-full-width.php
697
B
-rw-r--r--
2021-01-05 18:46
page-right-sidebar.php
2.71
KB
-rw-r--r--
2021-01-05 18:46
page-without-header-footer.php
1.23
KB
-rw-r--r--
2021-01-05 18:46
page-woocommerce-fullwidth.php
985
B
-rw-r--r--
2021-01-05 18:46
page.php
2.77
KB
-rw-r--r--
2021-01-05 18:46
rtl.css
47
B
-rw-r--r--
2021-01-05 18:46
screenshot.png
104.14
KB
-rw-r--r--
2021-01-05 18:46
search.php
4.54
KB
-rw-r--r--
2021-01-05 18:46
searchform.php
655
B
-rw-r--r--
2021-01-05 18:46
sidebar.php
591
B
-rw-r--r--
2021-01-05 18:46
single-showcases.php
8.64
KB
-rw-r--r--
2021-01-05 18:46
single.php
3.84
KB
-rw-r--r--
2021-01-05 18:46
style.css
548
B
-rw-r--r--
2021-01-05 18:46
template-home-default.php
228
B
-rw-r--r--
2021-01-05 18:46
template-showcase-2col.php
6.52
KB
-rw-r--r--
2021-01-05 18:46
template-showcase-3col.php
6.2
KB
-rw-r--r--
2021-01-05 18:46
template-showcase-4col.php
6.2
KB
-rw-r--r--
2021-01-05 18:46
yith-woocommerce-ajax-search.php
2.03
KB
-rw-r--r--
2021-01-05 18:46
Save
Rename
<?php /** * The template for displaying image attachments. * * @package captiva */ get_header(); ?> <div class="container"> <div class="content"> <div class="row"> <div class="col-lg-9 col-md-9 col-sm-9 col-md-push-3 col-lg-push-3"> <div id="primary" class="content-area image-attachment"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> <div class="entry-meta"> <?php $metadata = wp_get_attachment_metadata(); printf( __( 'Published <span class="entry-date"><time class="entry-date" datetime="%1$s">%2$s</time></span> at <a href="%3$s">%4$s × %5$s</a> in <a href="%6$s" rel="gallery">%7$s</a>', 'captiva' ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_url( wp_get_attachment_url() ), $metadata['width'], $metadata['height'], esc_url( get_permalink( $post->post_parent ) ), get_the_title( $post->post_parent ) ); edit_post_link( __( 'Edit', 'captiva' ), '<span class="edit-link">', '</span>' ); ?> </div><!-- .entry-meta --> <nav role="navigation" id="image-navigation" class="image-navigation"> <div class="nav-previous"><?php previous_image_link( false, __( '<span class="meta-nav">←</span> Previous', 'captiva' ) ); ?></div> <div class="nav-next"><?php next_image_link( false, __( 'Next <span class="meta-nav">→</span>', 'captiva' ) ); ?></div> </nav><!-- #image-navigation --> </header><!-- .entry-header --> <div class="entry-content"> <div class="entry-attachment"> <div class="attachment"> <?php captiva_the_attached_image(); ?> </div><!-- .attachment --> <?php if ( has_excerpt() ) : ?> <div class="entry-caption"> <?php the_excerpt(); ?> </div><!-- .entry-caption --> <?php endif; ?> </div><!-- .entry-attachment --> <?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'captiva' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <?php edit_post_link( __( 'Edit', 'captiva' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' ); ?> </article><!-- #post-## --> <?php $cap_comments_status = $captiva_options['cap_page_comments']; if ( $cap_comments_status == 'yes' ) { if ( comments_open() || '0' != get_comments_number() ) { comments_template(); } } ?> <?php endwhile; // end of the loop. ?> </main><!-- #main --> </div><!-- #primary --> </div><!--/9 --> <div class="col-lg-3 col-md-3 col-md-pull-9 col-lg-pull-9"> <?php get_sidebar(); ?> </div> </div><!--/content --> </div> </div><!--/container --> <?php get_footer(); ?>