403Webshell
Server IP : 198.71.59.75  /  Your IP : 216.73.216.240
Web Server : nginx/1.30.2
System : Linux elegant-dhawan.198-71-59-75.plesk.page 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64
User : realtyna_guys ( 10000)
PHP Version : 8.2.31
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/vhosts/agenttango.com/httpdocs/wp-content/themes/betheme/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/agenttango.com/httpdocs/wp-content/themes/betheme/includes/header-sliding-area.php
<?php
if( mfn_opts_get('sliding-top') ){

	$st_class = 'st-'. mfn_opts_get('sliding-top');

	echo '<div id="Sliding-top" class="'. esc_attr($st_class) .'">';

		echo '<div class="widgets_wrapper">';
			echo '<div class="container">';

				$sidebars_count = 0;
				for( $i = 1; $i <= 4; $i++ ){
					if ( is_active_sidebar( 'top-area-'. $i ) ) $sidebars_count++;
				}

				$sidebar_class = '';
				if( $sidebars_count > 0 ){
					switch( $sidebars_count ){
						case 2: $sidebar_class = 'one-second'; break;
						case 3: $sidebar_class = 'one-third'; break;
						case 4: $sidebar_class = 'one-fourth'; break;
						default: $sidebar_class = 'one';
					}
				}

				for( $i = 1; $i <= 4; $i++ ){
					if ( is_active_sidebar( 'top-area-'. $i ) ){
						echo '<div class="'. esc_attr($sidebar_class) .' column">';
                            echo '<div class="mcb-column-inner">';
							    dynamic_sidebar( 'top-area-'. $i );
                            echo '</div>';
                        echo '</div>';
					}
				}

			echo '</div>';
		echo '</div>';

		echo '<a href="#" class="sliding-top-control" aria-label="'. __('Open sliding top', 'betheme') .'"><span><i class="plus '. esc_attr(mfn_opts_get('sliding-top-icon','icon-down-open-mini')) .'"></i><i class="minus icon-up-open-mini" aria-label="'. __('close sliding top', 'betheme') .'"></i></span></a>';
	echo '</div>';

}

Youez - 2016 - github.com/yon3zu
LinuXploit