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 : 3.17.181.112
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/blog.diixadigital.com/wp-content/themes/rubik/inc/modules/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/blog.diixadigital.com/wp-content/themes/rubik/inc/modules/rubik_contentin5.php
<?php
if (!class_exists('bk_contentin5')) {
    class bk_contentin5 {
        
        function render($custom_var) {
            ob_start();?>
            
            <div class="bk-article-wrapper" itemscope itemtype="https://schema.org/Article">
                <div class="bk-mask">
                    <?php 
                        $bkPostId = get_the_ID();
                        $feat_img = '';
                        $feat_img .= '<div class="thumb hide-thumb">';
                        $feat_img .= '<a class="link-overlap" href="'.esc_url(get_permalink($bkPostId)).'"></a>'; 
                            
                        $bkThumbId = get_post_thumbnail_id( $bkPostId );
                        $bkThumbUrl = wp_get_attachment_image_src( $bkThumbId, $custom_var['thumbnail'] );
                        if (!empty($bkThumbUrl[0])):
                        $feat_img .= '<div class="bk-slick-thumbnail" data-type="background" style="background-image: url('.$bkThumbUrl[0].')"></div>';
                        endif;
                        
                        $review_checkbox = get_post_meta($bkPostId, 'bk_review_checkbox', true );
                        if((isset($custom_var['post-icon']) && ($custom_var['post-icon'] != 'hide')) || ($review_checkbox == 1)) {
                            echo '<div class="rubik-post-icon-wrap">';
                            if (isset($custom_var['post-icon']) && ($custom_var['post-icon'] == 'show')) {
                                echo rubik_core::bk_get_post_icon($bkPostId);
                            }else if (isset($custom_var['post-icon']) && ($custom_var['post-icon'] == 'video-only')) {
                                echo rubik_core::bk_get_post_icon_video_only($bkPostId);
                            }
                            if($review_checkbox == 1) {
                                $bk_final_score = get_post_meta($bkPostId, 'bk_final_score', true );
                                if($bk_final_score != 0) {
                                    echo rubik_core::bk_get_review_score($bkPostId, $bk_final_score);
                                }
                            }
                            echo '</div>';
                        }
                        
                        $feat_img .= '</div> <!-- close thumb -->';
                    ?>
                    <?php echo rubik_core::bk_render_html_string($feat_img);?>
                </div>
                <div class="post-c-wrap">
                    <div class="inner">
                        <div class="inner-cell"> 
                            <div class="post-c-inner">
                                <?php
                                    if (!(isset($custom_var['cat'])) || (isset($custom_var['cat']) && ($custom_var['cat'] !== 'off'))) :
                                        echo rubik_core::bk_meta_cases('cat');
                                    endif;
                                ?>
    
                                <?php 
                                    if (isset($custom_var['title_length']) && ($custom_var['title_length'] > 0)) {
                                        echo rubik_core::bk_get_post_title($bkPostId, $post_args['title_length']);
                                    }else {
                                        echo rubik_core::bk_get_post_title($bkPostId, '');
                                    }
                                ?>
                                <?php
                                    if (isset($custom_var['meta']) && ($custom_var['meta'] != 'off')) :
                                        echo rubik_core::bk_get_post_meta($custom_var['meta']);
                                    endif;
                                ?>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <?php return ob_get_clean();
        }
        
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit