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.19.237.16
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 /** * @package captiva */ global $captiva_options; $cap_blog_images = ''; $cap_ismedium = ''; $cap_hasthumb = ''; $cap_isdefaultblog = ''; if ( isset( $captiva_options['cap_blog_images'] ) ) { $cap_blog_images = $captiva_options['cap_blog_images']; if ( $cap_blog_images == 'left' || $cap_blog_images == 'right' ) { $cap_ismedium = 'blog-style medium-blog'; } else { $cap_isdefaultblog = ' default-blog'; } } if ( !has_post_thumbnail() ) { $cap_hasthumb = ' cap-has-no-thumb'; } ?> <div class="row animate <?php echo $cap_ismedium . $cap_hasthumb . $cap_isdefaultblog; ?>" data-animate="fadeIn"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( has_post_thumbnail() ) { if ( $cap_blog_images == 'left' ) { // left blog ?> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="image"> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" > <?php the_post_thumbnail(); ?> </a> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <header class="entry-header"> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php captiva_posted_on(); ?> </div><!-- .entry-meta --> <?php endif; ?> </header><!-- .entry-header --> <!-- Displays the excerpt unless the post type is a Link or a Quote --> <div class="entry-content"> <?php if ( has_post_format( 'link' ) ) : ?> <?php the_content(); ?> <?php elseif ( has_post_format( 'quote' ) ) : ?> <?php the_content(); ?> <?php else : ?> <?php //the_excerpt( __( 'Read more', 'captiva' ) ); ?> <?php the_content( __( 'Read more', 'captiva' ) ); ?> <?php endif; ?> </div><!-- .entry-content --> <footer class="entry-meta"> <?php if ( !post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?> <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'captiva' ), __( '1 Comment', 'captiva' ), __( '% Comments', 'captiva' ) ); ?></span> <?php endif; ?> <?php edit_post_link( __( 'Edit', 'captiva' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta --> </div> <?php } else if ( $cap_blog_images == 'right' ) { // right blog ?> <div class="col-lg-6 col-md-6 col-sm-6"> <header class="entry-header"> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php captiva_posted_on(); ?> </div><!-- .entry-meta --> <?php endif; ?> </header><!-- .entry-header --> <!-- Displays the excerpt unless the post type is a Link or a Quote --> <div class="entry-content"> <?php if ( has_post_format( 'link' ) ) : ?> <?php the_content(); ?> <?php elseif ( has_post_format( 'quote' ) ) : ?> <?php the_content(); ?> <?php else : ?> <?php //the_excerpt( __( 'Read more', 'captiva' ) ); ?> <?php the_content( __( 'Read more', 'captiva' ) ); ?> <?php endif; ?> </div><!-- .entry-content --> <footer class="entry-meta"> <?php if ( !post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?> <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'captiva' ), __( '1 Comment', 'captiva' ), __( '% Comments', 'captiva' ) ); ?></span> <?php endif; ?> <?php edit_post_link( __( 'Edit', 'captiva' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta --> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="image"> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" > <?php the_post_thumbnail(); ?> </a> </div> </div> <?php } else { // default blog with images ?> <div class="image"> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" > <?php the_post_thumbnail(); ?> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php captiva_posted_on(); ?> </div><!-- .entry-meta --> <?php endif; ?> </header><!-- .entry-header --> <?php if ( is_search() ) { // Only display Excerpts for Search ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php } else { ?> <div class="entry-content"> <?php the_content( __( 'Read more', 'captiva' ) ); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'captiva' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content --> <?php } ?> <footer class="entry-meta"> <?php if ( 'post' == get_post_type() ) { // Hide category and tag text for pages on Search ?> <?php /* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list( __( ', ', 'captiva' ) ); if ( $categories_list && captiva_categorized_blog() ) { ?> <span class="cat-links"> <?php printf( __( 'Posted in %1$s', 'captiva' ), $categories_list ); ?> </span> <?php } // End if categories ?> <?php /* translators: used between list items, there is a space after the comma */ $tags_list = get_the_tag_list( '', __( ', ', 'captiva' ) ); if ( $tags_list ) { ?> <span class="tags-links"> <?php // printf( __( 'Tagged %1$s', 'captiva' ), $tags_list ); ?> </span> <?php } // End if $tags_list ?> <?php } // End if 'post' == get_post_type() ?> <?php if ( !post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) { ?> <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'captiva' ), __( '1 Comment', 'captiva' ), __( '% Comments', 'captiva' ) ); ?></span> <?php } ?> <?php edit_post_link( __( 'Edit', 'captiva' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta --> <?php } // close has_post_thumbnail, output for all other posts } else { // no thumbnail contents ?> <header class="entry-header"> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php captiva_posted_on(); ?> </div><!-- .entry-meta --> <?php endif; ?> </header><!-- .entry-header --> <?php if ( is_search() ) { // Only display Excerpts for Search ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php } else { ?> <div class="entry-content"> <?php the_content( __( 'Read more', 'captiva' ) ); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'captiva' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content --> <?php } ?> <footer class="entry-meta"> <?php if ( 'post' == get_post_type() ) { // Hide category and tag text for pages on Search ?> <?php /* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list( __( ', ', 'captiva' ) ); if ( $categories_list && captiva_categorized_blog() ) { ?> <span class="cat-links"> <?php printf( __( 'Posted in %1$s', 'captiva' ), $categories_list ); ?> </span> <?php } // End if categories ?> <?php /* translators: used between list items, there is a space after the comma */ $tags_list = get_the_tag_list( '', __( ', ', 'captiva' ) ); if ( $tags_list ) { ?> <span class="tags-links"> <?php // printf( __( 'Tagged %1$s', 'captiva' ), $tags_list ); ?> </span> <?php } // End if $tags_list ?> <?php } // End if 'post' == get_post_type() ?> <?php if ( !post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) { ?> <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'captiva' ), __( '1 Comment', 'captiva' ), __( '% Comments', 'captiva' ) ); ?></span> <?php } ?> <?php edit_post_link( __( 'Edit', 'captiva' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta --> <?php } ?> </article><!-- #post-## --> </div>