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 : 13.59.210.36
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 */ $website = ''; $shdesc = ''; get_header(); ?> <div class="container"> <div class="content content-area"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <header class="entry-header"> <h1 class="entry-title"><?php the_title(); ?></h1> </header><!-- .entry-header --> </div> </div> <div class="row"> <div class="col-lg-8 col-md-8 col-sm-12"> <div class="full-width"> <main id="main" class="site-main" role="main"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content clearfix"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); global $post; $website = get_post_meta( $post->ID, '_cap_showcase_url', true ); $shdesc = get_post_meta( $post->ID, '_cap_showcase_url_desc', true ); if ( get_post_meta( get_the_ID(), '_cap_showcase_video_embed', true ) == "" ) { ?> <div id="showcaseimg"> <section class="slides"> <div class="flexslider scase preloading carousel"> <ul class="slides"> <?php $gallery_images = get_post_meta( get_the_ID(), '_cap_showcase_gallery', true ); ?> <?php if ( !empty( $gallery_images ) ) : ?> <?php foreach ( $gallery_images as $gallery_image ) : ?> <li><?php echo wp_get_attachment_image( $gallery_image, 'showcase-page' ); ?></li> <?php endforeach; ?> <?php endif; ?> </ul> </div> </section> </div> <?php } else { ?> <div id="showcaseimg"> <?php $videosource = get_post_meta( get_the_ID(), '_cap_showcase_video_source', true ); $videoembedcode = get_post_meta( get_the_ID(), '_cap_showcase_video_embed', true ); if ( $videosource == 'vimeo' ) { echo '<div class="cap-folio-video-responsive"><iframe src="//player.vimeo.com/video/' . $videoembedcode . '?title=0&byline=0&portrait=0&color=ffffff" width="920" height="518" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>'; } else if ( $videosource == 'youtube' ) { echo '<div class="cap-folio-video-responsive"><iframe width="920" height="518" src="//www.youtube.com/embed/' . $videoembedcode . '?rel=0&showinfo=0&modestbranding=1&hd=1&autohide=1&color=white" frameborder="0" allowfullscreen></iframe></div>'; } else { echo "Video embed code is missing"; } ?> </div> <?php } ?> <?php endwhile; endif; ?> </div><!-- .entry-content --> </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(); } } ?> </main> </div> </div> <div class="col-lg-4 col-md-4 col-sm-12"> <div class="row"> <div id="showcasecontent" class="col-lg-12 col-md-12"> <h4><?php _e( 'About this Project', 'captiva' ); ?></h4> <?php the_content(); ?> </div> </div> <div class="row"> <div id="showcasedetails" class="col-lg-12 col-md-12"> <h4><?php _e( 'Date', 'captiva' ); ?></h4> <?php the_time( 'F jS, Y' ) ?> <?php if ( $website ) { ?> <div class="scwebsite clearfix"> <a href="<?php echo $website; ?>"> <?php if ( $shdesc ) { echo $shdesc; } else { _e( ' Visit Website', 'captiva' ); } ?> </a> </div> <?php } ?> </div> </div> </div> </div> <div class="row"> <div class="cap-more-work col-lg-12 col-md-12"> <h2>Related items</h2> </div> </div> <div class="row"> <div id="cap-folio-recent" class="clearfix"> <div id="sclist-wrap"> <?php $args = array( 'post_type' => 'showcases', 'orderby' => 'menu_order', 'order' => 'ASC', 'posts_per_page' => 4 ); $query = new WP_Query( $args ); while ( $query->have_posts() ) : $query->the_post(); ?> <?php $terms = get_the_terms( $post->ID, 'cap_showcasecategory' ); $term_list = ''; $term_list_sep = ''; if ( is_array( $terms ) ) { foreach ( $terms as $term ) { $term_list .= $term->slug; $term_list .= ' '; } $arraysep = array(); foreach ( $terms as $termsep ) { $arraysep[] = '<span>' . $termsep->slug . '</span>'; } } ?> <div <?php post_class( "element-item $term_list col-lg-3 col-md-3 col-sm-3 col-xs-12" ); ?> id="post-<?php the_ID(); ?>"> <div class="img slideUp"> <a href="<?php the_permalink(); ?>"><?php cap_folio_recentthumb( get_the_ID() ); ?></a> <div class="caption"> <div class="heading"> <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf( __( 'Permanent Link to %s', 'captiva' ), get_the_title() ); ?>"> <?php the_title(); ?></a></div> <p><?php echo implode( ', ', $arraysep ) ?></p> </div> </div> </div> <?php endwhile; ?> <?php wp_reset_postdata(); ?> </div> </div> </div> </div> </div> <?php get_footer(); ?>