403Webshell
Server IP : 162.214.67.83  /  Your IP : 216.73.216.206
Web Server : Apache
System : Linux dedi-13542965.clustter.com.br 5.14.0-687.20.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 30 06:22:49 EDT 2026 x86_64
User : pjacortinas ( 1096)
PHP Version : 8.3.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/pjacortinas/public_html/wp-content/themes/betheme/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/pjacortinas/public_html/wp-content/themes/betheme/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 = $sidebar2 = '';


// 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' ) );

} elseif( is_array( $sidebars ) ) {

	// 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' ) );

} elseif( is_array( $sidebars ) ) {

	// 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