403Webshell
Server IP : 192.64.118.117  /  Your IP : 18.116.62.169
Web Server : LiteSpeed
System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User : thecgapy ( 1160)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/thecgapy/tcrgfinancesuite.com/wp-content/themes/tcrgfinancesuite/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/thecgapy/tcrgfinancesuite.com/wp-content/themes/tcrgfinancesuite/sidebar.php
<?php
/**
 * The Page Sidebar containing the widget area.
 *
 * @package Betheme
 * @author Muffin group
 * @link http://muffingroup.com
 */

$sidebars = mfn_opts_get( 'sidebars' );


// sidebar 1 --------------------------------------------------------
if( get_post_type() == 'page' && mfn_opts_get('single-page-sidebar') ){
	
	// Theme Options | Single - Page
	$sidebar = trim( mfn_opts_get('single-page-sidebar') );
	
} elseif( get_post_type() == 'post' && is_single() && mfn_opts_get('single-sidebar') ){
	
	// Theme Options | Single - Post
	$sidebar = trim( mfn_opts_get('single-sidebar') );
	
} elseif( get_post_type() == 'portfolio' && is_single() && mfn_opts_get('single-portfolio-sidebar') ){
	
	// Theme Options | Single - Portfolio
	$sidebar = trim( mfn_opts_get('single-portfolio-sidebar') );
	
} else {
	
	// Post Meta
	$sidebar = get_post_meta( mfn_ID(), 'mfn-post-sidebar', true);
	if( $sidebar || $sidebar === '0' ) $sidebar = $sidebars[$sidebar];
	
}

if( $_GET && key_exists('mfn-s', $_GET) ){
	$sidebar = esc_html( $_GET['mfn-s'] ); // demo
}


// sidebar 2 --------------------------------------------------------
if( get_post_type() == 'page' && mfn_opts_get('single-page-sidebar2') ){

	// Theme Options | Single - Page
	$sidebar2 = trim( mfn_opts_get('single-page-sidebar2') );

} elseif( get_post_type() == 'post' && is_single() && mfn_opts_get('single-sidebar2') ){

	// Theme Options | Single - Post
	$sidebar2 = trim( mfn_opts_get('single-sidebar2') );

} elseif( get_post_type() == 'portfolio' && is_single() && mfn_opts_get('single-portfolio-sidebar2') ){

	// Theme Options | Single - Portfolio
	$sidebar2 = trim( mfn_opts_get('single-portfolio-sidebar2') );

} else {

	// Post Meta
	$sidebar2 = get_post_meta( mfn_ID(), 'mfn-post-sidebar2', true);
	if( $sidebar2 || $sidebar2 === '0' ) $sidebar2 = $sidebars[$sidebar2];

}

if( $_GET && key_exists('mfn-s2', $_GET) ){
	$sidebar2 = esc_html( $_GET['mfn-s2'] ); // demo
}


// echo -------------------------------------------------------------
if( mfn_sidebar_classes() ){
	
	echo '<div class="sidebar sidebar-1 four columns">';
		echo '<div class="widget-area clearfix '. mfn_opts_get('sidebar-lines') .'">';
		
			if( function_exists('is_buddypress') && is_buddypress() && is_active_sidebar( 'buddy' ) ){
				dynamic_sidebar( 'buddy' );
			} elseif( ! dynamic_sidebar( $sidebar ) ){
				mfn_nosidebar();
			}
			
		echo '</div>';
	echo '</div>';
	
	// both sidebars
	if( mfn_sidebar_classes( true ) ){
		echo '<div class="sidebar sidebar-2 four columns">';
			echo '<div class="widget-area clearfix '. mfn_opts_get('sidebar-lines') .'">';
				if ( ! dynamic_sidebar( $sidebar2 ) ) mfn_nosidebar();
			echo '</div>';
		echo '</div>';
	}	
}

Youez - 2016 - github.com/yon3zu
LinuXploit