403Webshell
Server IP : 104.21.21.239  /  Your IP : 216.73.216.11
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/home2/mommybites/wp-content/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/home2/mommybites/wp-content/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 mommy
*/

$fbLink = get_theme_mod("facebook_textbox");
$twLink = get_theme_mod("twitter_textbox");
$lnLink = get_theme_mod("linkedin_textbox");
$ytLink = get_theme_mod("youtube_textbox");
$emLink = get_theme_mod("email_textbox");
$TopTagline = get_theme_mod("licensedtag_textbox");
$TopPhone = get_theme_mod("phonetop_textbox");
$TagLine = get_theme_mod("tagline_textbox");
$mommyLogo = (get_theme_mod("mommy_logo") != "") ? get_theme_mod("mommy_logo") : get_template_directory_uri()."/images/logo.png";
$mommyBrandLogo = (get_theme_mod("mommy_brand_logo") != "") ? get_theme_mod("mommy_brand_logo") : get_template_directory_uri()."/images/skyline-new-york.png";
$mommyFavIcon = (get_theme_mod("site_icon") != "") ? get_theme_mod("site_icon") : get_template_directory_uri()."/images/favicon.ico";

?><!DOCTYPE html>
<html <?php language_attributes(); ?> style="margin-top:0px!important;">
<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">
  <!-- Fav and touch icons -->    
  <link rel="shortcut icon" href="<?php echo $mommyFavIcon; ?>">
  <?php //wp_deregister_script( 'jquery' ); ?>
  <?php wp_head(); ?>
  <!-- NEW YORK -->

  <!-- Hotjar Tracking Code for https://mommybites.com -->
  <script>
    (function(h,o,t,j,a,r){
      h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
      h._hjSettings={hjid:717496,hjsv:6};
      a=o.getElementsByTagName('head')[0];
      r=o.createElement('script');r.async=1;
      r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
      a.appendChild(r);
    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
  </script>
</head>

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


  <div id="fb-root"></div>
  <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
    fjs.parentNode.insertBefore(js, fjs);
  }(document, 'script', 'facebook-jssdk'));</script>
  <div id="page" class="site">
    <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'mommy' ); ?></a>    
    <header>
      <div class="top-box">
        <div class="container">
          <div class="row">
            <div class="navbar-wrapper" id="masthead">
              <nav class="navbar navbar-inverse navbar-static-top">

                <?php //create_bootstrap_menu('primary'); ?>
                <button id="menu-toggle" class="menu-toggle navbar-toggle">
                  <span class="sr-only"><?php _e( 'Menu', 'mommy' ); ?></span>
                  <span class="icon-bar"></span>
                  <span class="icon-bar"></span>
                  <span class="icon-bar"></span>
                </button>
                <div id="site-header-menu" class="site-header-menu">
                  <?php if ( has_nav_menu( 'primary' ) ) : ?>
                    <nav id="site-navigation" class="main-navigation hidden-xs" role="navigation" aria-label="<?php esc_attr_e( 'Primary Menu', 'mommy' ); ?>">
                      <?php wp_nav_menu( array( 'theme_location' => 'primary','menu_class' => 'nav navbar-nav primary-menu', 'menu_id' => 'menu-top-menu' ) ); ?>
                    </nav><!-- .main-navigation -->
                  <?php endif; ?>

                  <?php if ( has_nav_menu( 'mobile-menu' ) ) : ?>
                    <nav id="site-navigation" class="main-navigation visible-xs visibe-sm" role="navigation" aria-label="<?php esc_attr_e( 'Mobile Menu', 'mommy' ); ?>">
                      <?php wp_nav_menu( array( 'theme_location' => 'mobile-menu','menu_class' => 'nav navbar-nav primary-menu', 'menu_id' => 'menu-top-menu' ) ); ?>
                    </nav><!-- .main-navigation -->
                  <?php endif; ?>
                </div>    
              </nav>
            </div>
          </div>
        </div>
      </div>

      <div class="container">
        <div class="row">
          <div class="col-lg-12 logo nopadding">
            <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img itemprop="image" id="logo" name="logo" src="<?php echo $mommyLogo; ?>" alt="<?php bloginfo( 'name' ); ?>" class="img-responsive"></a>
            <div class="tagline">Parenting resources, education, and support <em>since 2006</em></div>
          
            <div id="nl-btn" class="btn newsletter-btn">Subscribe</div>

          </div>
          <!-- TODO: remove this code and this widget code <div class="brndlogo"><?php // dynamic_sidebar( 'header-right-contact-information' ); ?></div> -->
        </div>
      </div>
    </div>
    <div class="search-box">
                  <form action="" class="search-form">
                    <div class="form-group has-feedback">
                      <label for="search" class="sr-only">Search</label>
                      <?php get_search_form(); ?>
                      <input type="submit" id="searchsubmit" class="glyphicon glyphicon-search form-control-feedback" value=""></span>" />
                      
                    </div>
                  </form>
                </div>
  </header>


<!-- Modal 1 -->
<div id="newsletter-modal" class="nl-modal mb-modal">
    <!-- Modal content -->
    <div class="mb-modal-content">
        <span class="nl-close close">&times;</span>
        <span class="modal-h1">Don’t Miss A Thing!</span>
        <span class="mt15">Join 20,000+ parents getting the latest casting calls, online classes, childcare & parenting tips each week in our newsletter.</span>
       <!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
  We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="https://mommybites.us2.list-manage.com/subscribe/post?u=401e20078bf7c66086d35c1fe&amp;id=d321bc317f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Email </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-ZIP">Zip </label>
<input type="text" value="" name="ZIP" class="required" id="mce-ZIP">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-MMERGE10">Select Region </label>
<select name="MMERGE10" class="required" id="mce-MMERGE10">
<option value=""></option>
<option value="Manhattan">Manhattan</option>
<option value="Brooklyn">Brooklyn</option>
<option value="Queens">Queens</option>
<option value="Bronx">Bronx</option>
<option value="Staten Island">Staten Island</option>
<option value="Long Island">Long Island</option>
<option value="NJ">NJ</option>
<option value="CT">CT</option>
<option value="Westchester">Westchester</option>
<option value="All Other States">All Other States</option>

</select>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_401e20078bf7c66086d35c1fe_d321bc317f" tabindex="-1" value=""></div>
    <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn"></div>
    </div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[5]='ZIP';ftypes[5]='text';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[16]='HOW_HEARD';ftypes[16]='text';fnames[3]='MMERGE3';ftypes[3]='address';fnames[4]='MMERGE4';ftypes[4]='radio';fnames[6]='MMERGE6';ftypes[6]='text';fnames[7]='MMERGE7';ftypes[7]='address';fnames[8]='MMERGE8';ftypes[8]='zip';fnames[9]='MMERGE9';ftypes[9]='dropdown';fnames[10]='MMERGE10';ftypes[10]='dropdown';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
        
    </div>
</div>


<script>
// ************************************************** //    

// Get the modal
var nlmodal = document.getElementById('newsletter-modal');

// Get the button that opens the modal
var nlbtn = document.getElementById("nl-btn");

// Get the <span> element that closes the modal
var nlspan = document.getElementsByClassName("nl-close")[0];

// When the user clicks the button, open the modal 
nlbtn.onclick = function() {
    nlmodal.style.display = "block";
}

// When the user clicks on <span> (x), close the modal
nlspan.onclick = function() {
    nlmodal.style.display = "none";
}

window.onclick = function(event) {
    if (event.target == nlmodal ) {
        nlmodal.style.display = "none";
    }
}

// ************************************************** //   
</script>

  <div class="container nopadding" id="content-box">



    <div class="row">

Youez - 2016 - github.com/yon3zu
LinuXploit