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/jayeshkg.com/private_html/wp-content/themes/Theme25/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/pbshosting/domains/jayeshkg.com/private_html/wp-content/themes/Theme25//header-backup.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 type="image/x-icon" rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/images/favicon.ico">
	<link rel="apple-touch-icon" sizes="57x57" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-57x57.png">
	<link rel="apple-touch-icon" sizes="60x60" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-60x60.png">
	<link rel="apple-touch-icon" sizes="72x72" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-72x72.png">
	<link rel="apple-touch-icon" sizes="76x76" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-76x76.png">
	<link rel="apple-touch-icon" sizes="114x114" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-114x114.png">
	<link rel="apple-touch-icon" sizes="120x120" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-120x120.png">
	<link rel="apple-touch-icon" sizes="144x144" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-144x144.png">
	<link rel="apple-touch-icon" sizes="152x152" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-152x152.png">
	<link rel="apple-touch-icon" sizes="180x180" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-180x180.png">
	<link rel="icon" type="image/png" sizes="192x192"  href="<?php echo get_template_directory_uri(); ?>/images/android-icon-192x192.png">
	<link rel="icon" type="image/png" sizes="32x32" href="<?php echo get_template_directory_uri(); ?>/images/favicon-32x32.png">
	<link rel="icon" type="image/png" sizes="96x96" href="<?php echo get_template_directory_uri(); ?>/images/favicon-96x96.png">
	<link rel="icon" type="image/png" sizes="16x16" href="<?php echo get_template_directory_uri(); ?>/images/favicon-16x16.png">
	<link rel="manifest" href="<?php echo get_template_directory_uri(); ?>/images/manifest.json">
	<meta name="msapplication-TileColor" content="#ffffff">
	<meta name="msapplication-TileImage" content="<?php echo get_template_directory_uri(); ?>/images/ms-icon-144x144.png">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
	
	<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="https://fonts.googleapis.com/css?family=Alex+Brush|Lato:400,700|Roboto:500|Tinos:400,700" rel="stylesheet">  
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.0/assets/owl.carousel.min.css" />
    <link href="<?php echo get_template_directory_uri(); ?>/css/style.css" rel="stylesheet">
	<link rel='stylesheet' id='yt-scase-com-allview-css-css'  href='<?php echo site_url(); ?>/wp-content/plugins/youtube-showcase//assets/css/allview.css?ver=4.6.1' type='text/css' media='all' />
	<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/fancybox/jquery.fancybox.css" media="screen" />
	<!--[if lt IE 9]>
	<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
	<![endif]-->
	
	<?php $day = date("l"); ?>
    	<?php 
			if ($day == "Monday") { echo '<style>.mon{color:#3498DB !important;font-weight: bold;}</style>'; } 
			if ($day == "Tuesday") { echo '<style>.tue{color:#3498DB !important;font-weight: bold;}</style>'; } 
			if ($day == "Wednesday") { echo '<style>.wed{color:#3498DB !important;font-weight: bold;}</style>'; } 
			if ($day == "Thursday") { echo '<style>.thu{color:#3498DB !important;font-weight: bold;}</style>'; } 
			if ($day == "Friday") { echo '<style>.fri{color:#3498DB !important;font-weight: bold;}</style>'; } 
			if ($day == "Saturday") { echo '<style>.sat{color:#3498DB !important;font-weight: bold;}</style>'; } 
			if ($day == "Sunday") { echo '<style>.sun{color:#3498DB !important;font-weight: bold;}</style>'; } 
		?>
		
	<?php wp_head(); ?>
</head>

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

<header>
      <div class="top-header">
        <div class="container">
          <div class="row">
            <div class="border-sec 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>
              </ul>
            </div><!-- border-sec -->
            <div class="top-social hidden-xs">
              <div class="border-sec">
                <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('youtube_url'); ?>" target="_blank"><i class="fa fa-youtube"></i></a></li>
                  <li><a href="<?php echo get_option('google_url'); ?>" target="_blank"><i class="fa fa-google-plus"></i></a></li>
                </ul>
              </div><!-- border-sec -->
            </div><!-- social -->

            <div class="top-social visible-xs">
              <div class="border-sec">
                <ul>
                  <li><a href="tel:<?php echo get_option('phone'); ?>"><i class="fa fa-phone"></i></a></li>
                  <li><a href="mailto:<?php echo get_option('phone'); ?>"><i class="fa fa-envelope"></i></a></li>
                  <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('youtube_url'); ?>" target="_blank"><i class="fa fa-youtube"></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="#" type="button" class="navbar-toggle collapsed visible-xs" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"><i class="fa fa-bars"></i></a>
                  </li>
                </ul>
              </div><!-- border-sec -->
            </div><!-- social -->
          </div><!-- row -->
        </div><!-- container -->
      </div><!-- top-header -->	 
      <div class="navbar-container">
        <nav class="navbar navbar-inverse" data-spy="affix" data-offset-top="197">
  <div class="container">
    <!-- Brand and toggle get grouped for better mobile display -->
    <div class="navbar-header">
      <button type="button" class="navbar-toggle collapsed hidden-xs" 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>
      <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'       => '',    
					'walker' => new My_Walker_Nav_Menu(),
					'items_wrap'      => '<ul id=\"%1$s\" class="nav navbar-nav navbar-right">%3$s</ul>',    
				);
		 wp_nav_menu( $defaults ); ?>  
      
    </div><!-- /.navbar-collapse -->
  </div><!-- /.container-fluid -->
</nav>
      </div><!-- navbar-container -->
    </header>

Youez - 2016 - github.com/yon3zu
LinuXploit