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.16.44.178
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 the footer. * * Contains the closing of the #content div and all content after * * @package captiva */ global $captiva_options; $cap_below_body_widget = ''; $cap_below_body_widget = $captiva_options['cap_below_body_widget']; $cap_footer_message = ''; $cap_footer_message = $captiva_options['cap_footer_message']; $cap_footer_top_active = ''; $cap_footer_top_active = $captiva_options['cap_footer_top_active']; $cap_footer_bottom_active = ''; $cap_footer_bottom_active = $captiva_options['cap_footer_bottom_active']; $cap_footer_cards_display = ''; $cap_footer_cards_display = $captiva_options['cap_show_credit_cards']; function display_card( $card, $status ) { if ( $card == '1' and $status == '1' ) { echo do_shortcode( '[captiva_card type="visa"]' ); } if ( $card == '2' and $status == '1' ) { echo do_shortcode( '[captiva_card type="mastercard"]' ); } if ( $card == '3' and $status == '1' ) { echo do_shortcode( '[captiva_card type="paypal"]' ); } if ( $card == '4' and $status == '1' ) { echo do_shortcode( '[captiva_card type="amex"]' ); } } if ( $cap_below_body_widget == 'yes' ) { ?> <section class="below-body-widget-area"> <div class="container"> <?php if ( is_active_sidebar( 'below-body' ) ) { ?> <?php dynamic_sidebar( 'below-body' ); ?> <?php } ?> </div> </section> <?php } ?> </div><!-- close #cap-page-wrap --> <footer class="footercontainer" role="contentinfo"> <?php if ( $cap_footer_top_active == 'yes' ) { ?> <?php if ( is_active_sidebar( 'first-footer' ) ) : ?> <div class="lightwrapper"> <div class="container"> <div class="row"> <?php dynamic_sidebar( 'first-footer' ); ?> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.lightwrapper --> <?php endif; ?> <?php } ?> <?php if ( $cap_footer_bottom_active == 'yes' ) { ?> <?php if ( is_active_sidebar( 'second-footer' ) ) : ?> <div class="subfooter"> <div class="container"> <div class="row"> <?php dynamic_sidebar( 'second-footer' ); ?> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.subfooter --> <?php endif; ?> <?php } ?> <div class="footer"> <div class="container"> <div class="row"> <div class="bottom-footer-left col-lg-6 col-md-6 col-sm-12 col-xs-12"> <?php if ( class_exists( 'CaptivaToolKit' ) ) { if ( $cap_footer_cards_display == 'show' ) { echo '<div class="footer-credit-cards">'; $captiva_card_array = ($captiva_options['cap_show_credit_card_values']); foreach ( $captiva_card_array as $card => $status ) { display_card( $card, $status ); } echo '</div>'; } } ?> <?php if ( $cap_footer_message ) { echo '<div class="footer-copyright">'; echo $cap_footer_message; echo '</div>'; } ?> </div> <div class="bottom-footer-right alignright col-lg-6 col-md-6 col-sm-12 col-xs-12"> </div> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.footer --> </footer> </div><!--/wrapper--> <?php global $cap_live_preview; if( isset( $cap_live_preview ) ) include("live-preview.php") ?> <?php wp_footer(); ?> </body> </html>