MOON
Server: LiteSpeed
System: Linux server4.datacenterland.com 5.4.203-1-pve #1 SMP PVE 5.4.203-1 (Fri, 26 Aug 2022 14:43:35 +0200) x86_64
User: khakzad (1054)
PHP: 5.6.40
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, symlink
Upload Files
File: /home/khakzad/public_html/milad/wp-content/themes/Zadman-1/sidebar.php
<?php 
global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } }
$dateformat = get_option('date_format');
$timeformat = get_option('time_format');
?>
 
<div id="sidebar">

	<?php if (strlen($wpzoom_ad_side_imgpath) > 1 && $wpzoom_ad_side_select == 'Yes'  && $wpzoom_ad_side_pos == 'Before') {?>
	<div class="banner"><?php echo stripslashes($wpzoom_ad_side_imgpath); ?></div>
	<?php } ?>
	
	<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar') ) : ?>
	<?php endif; ?>
		
		
		<div id="sidebar_left">
			<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Side Left') ) : ?>
			<?php endif; ?>
		</div> <!-- end side left -->
		   
		  
		<div id="sidebar_right">
			<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Side Right') ) : ?>
			<?php endif; ?>
		</div> <!-- end side right -->
		

	<?php if (strlen($wpzoom_ad_side_imgpath) > 1 && $wpzoom_ad_side_select == 'Yes'  && $wpzoom_ad_side_pos == 'After') {?>
	<div class="banner"><?php echo stripslashes($wpzoom_ad_side_imgpath); ?></div>
	<?php } ?>
	 
</div> <!-- end sidebar -->