403Webshell
Server IP : 152.53.162.115  /  Your IP : 216.73.217.85
Web Server : Apache/2
System : Linux host 6.12.0-55.40.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:54:51 EDT 2025 x86_64
User : pbshosting ( 1005)
PHP Version : 8.3.30
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/pbshosting/domains/drkprakash.com/private_html/wp-content/themes/Theme16/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/pbshosting/domains/drkprakash.com/private_html/wp-content/themes/Theme16/header.php
<?php
/**
 * The Header for our theme
 *
 * Displays all of the <head> section and everything up till <div id="main">
 *
 * @package WordPress
 * @subpackage Twenty_Fourteen
 * @since Twenty Fourteen 1.0
 */
?>
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) & !(IE 8)]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<title>
<?php wp_title( '|', true, 'right' ); ?>
</title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<link type="image/x-icon" rel="shortcut icon" href="http://drkprakash.com/wp-content/uploads/2019/07/favicon-up.png">
<!-- Bootstrap -->
<link href="<?php echo get_template_directory_uri(); ?>/css/bootstrap.min.css" rel="stylesheet">
<link href="<?php echo get_template_directory_uri(); ?>/css/font-awesome.min.css" rel="stylesheet">
<link href="<?php echo get_template_directory_uri(); ?>/css/style.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Abel|Roboto:400,500,700,900,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.0/assets/owl.carousel.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/fancybox/jquery.fancybox.css?v=2.1.5" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/fancybox/media/jquery.fancybox-buttons.css?v=1.0.5" />
<link rel='stylesheet' id='yt-scase-com-allview-css-css'  href='<?php echo site_url(); ?>/wp-content/plugins/youtube-showcase/assets/css/allview.css' type='text/css' media='all' />
<!--[if lt IE 9]>
	<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
	<![endif]-->
<script src="<?php echo get_template_directory_uri(); ?>/js/jquery.min.js"></script>

<?php $day = date("l"); 
			if ($day == "Monday") { echo '<style>.mon {color: #00A3C6; font-weight: bold;}</style>'; } 
			if ($day == "Tuesday") { echo '<style>.tue {color: #00A3C6; font-weight: bold;}</style>'; } 
			if ($day == "Wednesday") { echo '<style>.wed {color: #00A3C6; font-weight: bold;}</style>'; } 
			if ($day == "Thursday") { echo '<style>.thu {color: #00A3C6; font-weight: bold;}</style>'; } 
			if ($day == "Friday") { echo '<style>.fri {color: #00A3C6; font-weight: bold;}</style>'; } 
			if ($day == "Saturday") { echo '<style>.sat {color: #00A3C6; font-weight: bold;}</style>'; } 
			if ($day == "Sunday") { echo '<style>.sun {color: #00A3C6; font-weight: bold;}</style>'; } 
		?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<header>
  <div class="top-header">
    <div class="container">
      <div class="col-md-8 col-sm-9 col-xs-12">
        <div class="row">
          <div class="left hidden-xs">
            <ul>
              <li><a href="tel:<?php echo get_option('phone'); ?>"><i class="fa fa-phone"></i><?php echo get_option('phone'); ?></a></li>
              <li><a href="mailto:<?php echo get_option('email'); ?>"><i class="fa fa-envelope"></i><?php echo get_option('email'); ?></a></li>
              <li><a href="#"><i class="fa fa-map-marker"></i><?php echo get_option('location'); ?></a></li>
            </ul>
          </div>
          <!--right-->
        </div>
      </div>
      <!--col-6-->
      <div class="col-md-4 col-sm-3 col-xs-12">
        <div class="row">
          <div class="social-icons">
            <ul>
              <li><a href="<?php echo get_option('facebook_url'); ?>" target="_blank"><i class="fa fa-facebook"></i></a></li>
              <li><a href="<?php echo get_option('twitter_url'); ?>" target="_blank"><i class="fa fa-twitter"></i></a></li>
              <!--<li><a href="<?php echo get_option('google_url'); ?>" target="_blank"><i class="fa fa-google-plus"></i></a></li>-->
              <li><a href="<?php echo get_option('youtube_url'); ?>" target="_blank"><i class="fa fa-youtube"></i></a></li>
				<li>
				 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
				</li>
            </ul>
          </div>
          <!--social-icons-->
        </div>
      </div>
      <!--col-6-->
    </div>
    <!--container-->
  </div>
  <!--top-header-->
  <!--nav-bar-start-->
  <div class="nav-container">
    <nav class="navbar navbar-default">
      <div class="container">
        <!-- Brand and toggle get grouped for better mobile display -->
        <div class="navbar-header">
         
          <a class="navbar-brand" href="<?php echo site_url('/'); ?>"><?php dynamic_sidebar('logo'); ?></a> </div>
        <!-- Collect the nav links, forms, and other content for toggling -->
        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
		
		<?php $defaults = array(
				'theme_location'  => 'primary',
				'container'       => '',				
				'items_wrap'      => '<ul id="%1$s" class="nav navbar-nav navbar-right menu">%3$s
				<li><a>
              <form role="search" method="get" class="search-form" action="'.home_url( '/' ).'">
    	<div class="form-group nav-search">
        <input type="search" class="form-control" placeholder="Search" value="'.get_search_query().'" name="s" />
		</div>
    </form>
              </a></li>
			</ul>',				
			);
			wp_nav_menu( $defaults ); ?> 
         
		 
        </div>
        <!-- /.navbar-collapse -->
      </div>
      <!-- /.container-fluid -->
    </nav>
  </div>
  <!--nav-container-->
  <!--navbar-end-->
</header>
<!-- header section end-->

Youez - 2016 - github.com/yon3zu
LinuXploit