403Webshell
Server IP : 208.122.213.31  /  Your IP : 216.73.216.45
Web Server : Apache
System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64
User : WHMCS_MIA_382 ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/httpd/html/classicscash.com/public_html/cms_admin/phptemplate/voderic/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/html/classicscash.com/public_html/cms_admin/phptemplate/voderic/header_.tpl
<?php /*

PLEASE BACK UP FILE BEFORE EDITING!!!

TEXT EDITING NOTE:
All text can be edited inside the admin panel to preserve  multi-language site functionality. All tags prefixed with "$templatefields" can be edited inside the CMS admin panel.

*/

include "globals/globals.tpl";

?><!DOCTYPE html>
<html>
<head>

<title><?= $title ?></title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />
<meta name="format-detection" content="telephone=no">

<link rel="alternate" type="application/rss+xml" title="RSS 0.91" href="<?= $GLOBALS["rssurl"] ?>" />

<!--If Pro Version CMS, auto-populate meta data - editing not recommended -->
<?php if ($seo_urls) { ?>
<base href="<?= $GLOBALS["areaurl"] ?>" />
<?php } ?>

<?php if ($seokey) { ?>
	<meta name="keywords" content="<?= $seokey ?>" />
<?php } elseif (!empty($templatefields["defaultmetakeywords"])) { ?>
	<meta name="keywords" content="<?= $templatefields["defaultmetakeywords"] ?>" />
<?php } ?>

<?php if ($seodesc) { ?>
	<meta name="description" content="<?= $seodesc ?>" />
<?php } elseif (!empty($templatefields["defaultmetadescription"])) { ?>
	<meta name="description" content="<?= $templatefields["defaultmetadescription"] ?>" />
<?php } ?>

<link rel="stylesheet" type="text/css" href="style_.css"></link>


<?php include "globals/social_headers.tpl"; ?>

<!-- JQuery for coming soon updates carousel - editing not recommended -->

<!-- JQuery include -->
<script type="text/javascript" src="js/jquery.min.js"></script>

<script type="text/javascript" src="js/swipe.js"></script>

<!-- JQuery for content viewers - editing not recommended -->

<script src="js/fancybox/jquery.fancybox.js"></script>
<link rel="stylesheet" type="text/css" href="js/fancybox/jquery.fancybox.css" />

<script src="js/fancybox/helpers/jquery.fancybox-thumbs.js"></script>
<link rel="stylesheet" type="text/css" href="js/fancybox/helpers/jquery.fancybox-thumbs.css" />

<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="./images/jqueryui/jquery-ui.min.css" />

<script>
try
{
	// starting the script on page load
	$(document).ready(function(){

		if (typeof jQuery.ui == 'undefined')
		{
			alert("Warning: File js/jquery-ui.custom.min.js not found.")
		}

		if (typeof pixelRatioZoom !== 'function')
		{
			alert("Warning: File js/helper.js not found");
		}

		StdImageHandler();
	});
}
catch(e)
{
  alert("Warning: File js/jquery.min.js not found.");
}
</script>


<?php // Flash Code  ?>


<?php // Elevated X Code  ?>
<script type='text/javascript'  src ="include.js"></script>
<script type='text/javascript'  src ="js/helper.js"></script>


<!-- Google Analytics -->
<?php if ($templatefields["googleanalyticscode"] != '')
	{ ?>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', '<?= $templatefields["googleanalyticscode"] ?>', 'auto');  // Replace with your property ID.
ga('send', 'pageview');
</script>
<?php } ?>


<!--Responsive-->
	<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
	<meta name="apple-mobile-web-app-capable" content="yes" />
	<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />


<link rel="stylesheet" href="css/stylesx.css" type="text/css" />
<script type="text/javascript" src="js/script.js"></script>


</head>
<body class="bodyHome">
<?php LoadTemplate("globals/vod_functionality.tpl"); ?>
<?php LoadTemplate("globals/fullpage_offers.tpl"); ?>

<main>
<div class="top_navbar_wrapper">

	<div class="top_navbar_container">

		<div class="top_navbar">

			<?php $pipe = 0; ?>

				<?php if (array_not_empty($sites) && !$area["EnableOD"]) { ?>

					<?php foreach ($sites as $site) {
						if ($site["LimitToSite"] == "0")
						{
							$hubsite = $site;
						}
					} ?>

					<!-- If Mega-Pass Network Setup is in use, show a link to the Network Home/Main Hub Site -->
					<?php if (isset($hubsite)) { ?>
					<a href="<?= $hubsite["URL"] ?>"><?= $templatefields["navtxtnetworkhome"]; ?></a>
					<?php $pipe = 1; ?>
				<?php } ?>
			<?php } ?>

			<?php if (!empty($area["EnableOD"]) && isset($userinfo)) { ?>
			<?php if ($pipe) { ?><span>|</span><?php } ?>
			<a href="myaccount.php" <?php if ($pagename=="myaccount") echo 'class="hilite"'; ?>><?= $templatefields["navtxtmyaccount"]; ?> <?php if (isset($userinfo)) { ?> (<?= $userinfo['UserName'] ?>)<?php } ?></a>
			<?php $pipe = 1; ?>
			<?php } ?>

			<!-- News/Blog Link - Disable Plug-in in admin panel to remove -->
			<?php if (!empty($plugins["news"])) { ?>
			<?php if ($pipe) { ?><span>|</span><?php } ?>
			<a href="<?= News_URL() ?>" <?php if ($pagename=="news") echo 'class="hilite"'; ?>><?= $templatefields["navtxtblog"]; ?></a>
			<?php $pipe = 1; ?>
			<?php } ?>

			<!-- FAQ Link - Disable Plug-in in admin panel to remove  -->
			<?php if (!empty($plugins["faq"])) { ?>
			<?php if ($pipe) { ?><span>|</span><?php } ?>
			<a href="<?= FAQ_URL() ?>" <?php if ($pagename=="faq") echo 'class="hilite"'; ?>><?= $templatefields["navtxtfaqs"]; ?></a>
			<?php $pipe = 1; ?>
			<?php } ?>

			<!-- Favorites Link - Disable Plug-in in admin panel to remove  -->
			<?php if (!empty($plugins["favorites"]) && $has_username) { ?>
			<?php if ($pipe) { ?><span>|</span><?php } ?>
			<a href="favorites.php" <?php if ($pagename=="favorites") echo 'class="hilite"'; ?>><?= $templatefields["navtxtfavorites"]; ?></a>
			<?php $pipe = 1; ?>
			<?php } ?>

			<!-- Calendar Link - Disable Plug-in in admin panel to remove -->
			<?php if (!empty($plugins["calendar"])) { ?>
			<?php if ($pipe) { ?><span>|</span><?php } ?>
			<a href="<?= Calendar_URL() ?>" <?php if ($pagename=="calendar") echo 'class="hilite"'; ?>><?= $templatefields["navtxtcalendar"]; ?></a>
			<?php $pipe = 1; ?>
			<?php } ?>

			<!-- Private Message Link - Disable Plug-in in admin panel to remove -->
			<?php if (!empty($plugins["privatemessage"]) && $has_username) { ?>
			<?php if ($pipe) { ?><span>|</span><?php } ?>

			<a href="mailbox.php"
				<?php if ($new_privatemessage) { ?>
				class="newmessage"
				<?php } elseif ($pagename == "messaging") { ?>
				class="hilite"
				<?php } ?>>

				<?php if ($new_privatemessage) { ?>
				<?= $templatefields["navtxtnewmessage"]; ?></a>
				<?php } else { ?>
				<?= $templatefields["navtxtprivatemessaging"]; ?></a>
				<?php } ?>
				<?php $pipe = 1; ?>
			<?php } ?>

			<style>
				.ui-dialog { z-index: 100000 !important ;}
			</style>
		

			<?php if ($unseenmessages) { ?>
				<script>
					$( document ).ready(function() {
					    $( "#newmessage_form" ).dialog({
						     position: { my: "top", at: "top+50px" },
							 modal: true,
							 resizable: false,
							 draggable: false,
							 minHeight: 100,
							 open: function(event, ui) { $('.ui-widget-overlay').bind('click', function(){ $("#newmessage_form").dialog('close');}); }
					    });
					    
						$(window).resize(function() {
						    $("#newmessage_form").dialog("option", "position", {my: "top", at: "top+50px", of: window});
						});
					    
					});
				</script>

				<!-- New Message Notification Pop Up -->
				<div id="newmessage_form" class="messages_popup" style="display:none;z-index:100000;" title="<?= $templatefields["navtxtnewmessage"]; ?>">
					<a href="mailbox.php"><?= $templatefields["txtnewmessages"]; ?></a>
				</div>
			<?php } ?>
			

			<?php if ($protect) { ?>
			<?php if ($pipe) { ?><span>|</span><?php } ?>

			<?php if (!empty($area["EnableOD"])) { ?>
				<?php if ($has_username) { ?>
					<a href="odlogout.php" onClick="return dologout()"><?= $templatefields["txtlogout"]; ?></a>
				<?php } else { ?>
					<a href="odlogin.php" onClick="return odlogin()"><?= $templatefields["txtlogin"]; ?></a>
				<?php } ?>
			<?php } else { ?>
				<?php if ($has_username) { ?>
					<a href="/elxprotect/logout.php"><?= $templatefields["txtlogout"]; ?></a>
				<?php } else { ?>
					<a href="/elxprotect/login.php"><?= $templatefields["txtlogin"]; ?></a>
				<?php } ?>
			<?php } ?>
			
			<?php $pipe = 1; ?>

			<?php if (!empty($area["EnableOD"]) && !$has_username) { ?>
				<?php if ($pipe) { ?><span>|</span><?php } ?>
				<a href="register.php"><?= $templatefields["txtregister"]; ?></a>
			<?php } ?>


			<?php // Anti-slurp code goes here  ?>

			<?php $pipe = 1; ?>
			<?php } ?>

		</div>
		
		<?php if ($area["EnableOD"] && $biller["AllowCart"]) { ?>
		<div class="cart_num_wrapper">
			<a href="odcart.php" title="View Cart">
			<div id="cartlist" class="cart_num">
			<span><?= array_not_empty($cart) ?></span>
			</div>
			</a>
		</div>
		<?php } ?>

		<!-- If Mega-Pass Network Setup is in use, show a dropdown menu of sites -->
		<?php include "globals/network_sites_dropdown.tpl"; ?>


		</div>


	</div>

	<header>
		
		<h1 id="logo"><a href="/"><img class="logoIso" src="images/logo.png"/></a></h1>
		
		<button id="menuToggle" type="button" data-toggle="collapse" data-target=".collapse" aria-expanded="false" aria-controls="collapsable"><img src="images/icon-menu.png" alt="Menu icon" /></button>
		
		<nav id="navbarx" class="collapse">
			<a class="active" href="#">Home</a>
			<a href="#">Photos</a>
			<a href="#">Movies</a>
			<a href="#">Register</a>
            <a href="#">Login</a>
            <a class="shop" href="#">0</a>
		</nav>
		<!-- /#navbar -->

	</header>


	<section id="slideshow">
		<ul>
			<li>
				<a href="#"><img src="images/slider1.jpg" alt=""></a>
			</li>
			<li>
				<a href="#"><img src="images/slider2.jpg" alt="!"></a>
			</li>

		</ul>
	</section>


	<div class="wrapper">

	<div class="page_body">

		<div class="header">
	
			<?php if ($plugins["cams"] && $next_camshow && !$camshow) { ?>
			<!-- Show Next Cam Show Countdown Ticker Overlay If a Future Show is Scheduled -->
			
			<span class="live_show_wrapper">
			
				<a href="cams.php?id=<?= $next_camshow["cams_id"] ?>">
					<div id="live_show_box" class="members_live_show_header_overlay" data-start="<?= strtotime($next_camshow["starttime"]) ?>" data-end="<?= strtotime($next_camshow["endtime"]) ?> "data-currtime="<?= time() ?>">				
		
						<div class="members_live_show_header_overlay_wrapper">		
							
							<span style="display:none;" id="live_show_now" class="red big_heading"><?= $templatefields["txtliveshownow"]; ?></span>
							<span style="display:none;" id="live_show_future" class="red big_heading"><?= $templatefields["txtnextliveshow"]; ?></span> <span class="red big_heading">&nbsp;</span><br />
						
							<div class="live_show_ticker_wrapper">
									
								<div class="table live_show_ticker_wrapper_table">
								<div class="row">
									<div id="live_show_days" class="cell_content live_show_ticker_data">00</div>
									<div class="cell_content live_show_ticker_spacer">:</div>
									<div id="live_show_hours" class="cell_content live_show_ticker_data">00</div>
									<div class="cell_content live_show_ticker_spacer">:</div>						
									<div id="live_show_minutes" class="cell_content live_show_ticker_data">00</div>
									<div class="cell_content live_show_ticker_spacer">:</div>
									<div id="live_show_seconds" class="cell_content live_show_ticker_data">00</div>
								</div>
								</div>	
																
							</div>
							<span id="live_show_fulltime" style="display:none;"></span>
							<span id="live_show_watchnow" style="display:none;"><?= $templatefields["txtclickheretowatch"] ?></span>
						</div>	
						
					</div>
				</a>
			</span>
			<?php } ?>
		
			<?php if ($area["EnableOD"]) { ?>
			<a href="<?= Index_URL() ?>"><img class="header_image" src="<?= $GLOBALS["imagedir"] ?>/header/ondemand_header.jpg" border="0" alt=""/></a>
			<?php } else { ?>
			<a href="<?= Index_URL() ?>"><img class="header_image" src="<?= $GLOBALS["imagedir"] ?>/header/members_header.jpg" border="0" alt=""/></a>
			<?php } ?>
		</div>

		<?php // $nav - specifies the page name to hilite top links when page is active; ?>

		<div class="top_menu_wrapper">
			<div class="top_menu_container">
				<div class="top_menu">

				<?php $pipe = 0; ?>

				<!-- Photos Link -->
				<?php if (isset($photos_category)) { ?>
				<a href="<?= Category_URL(["id" => $photos_category["Id"], "seoname" => $photos_category["SEOname"], "category" => $photos_category]) ?>" <?php if ($nav == "photos") { echo 'class="hilite"'; } ?>
				     ><?= $templatefields["navtxtphotos"]; ?></a>
				<?php $pipe = 1; ?>
				<?php } ?>

				<!-- Movies Link -->
				<?php if (isset($movies_category)) { ?>
				<?php if ($pipe) { echo '<span>|</span>'; } ?>
				<a href="<?= Category_URL(["id" => $movies_category["Id"], "seoname" => $movies_category["SEOname"], "category" => $movies_category]) ?>" <?php if ($nav == "movies") { echo 'class="hilite"'; } ?>
				     ><?= $templatefields["navtxtmovies"]; ?></a>
				<?php $pipe = 1; ?>
				<?php } ?>

				<!-- DVDs Link - Disable Plug-in in admin panel to remove -->
				<?php if (!empty($plugins["dvdasc"]) && !empty($dvd_letters)) { ?>
				<?php if ($pipe) { echo '<span>|</span>'; } ?>
				<a href="<?= Dvds_URL(); ?>" <?php if ($pagename == "dvds") { echo 'class="hilite"'; } ?>><?= $templatefields["navtxtdvds"]; ?></a>
				<?php $pipe = 1; ?>
				<?php } ?>

				<?php if (!empty($plugins["contentasc"]) && !empty($model_letters)) { ?>
				<?php if ($pipe) { echo '<span>|</span>'; } ?>
				<a href="<?= Sets_URL() ?>" <?php if ($pagename == "models") { echo 'class="hilite"'; } ?> ><?= $templatefields["navtxtmodels"]; ?></a>
				<?php $pipe = 1; ?>
				<?php } ?>

				<!-- Bonus Content Links - Disable Plug-in in admin panel to remove -->
				<?php if (!empty($plugins["bonus"])) { ?>

					<?php if (in_array("1", $bonuscategories)) { ?>
					<?php if ($pipe) { echo '<span>|</span>'; } ?>
					<a href="<?= Bonus_URL(["fc" => 1]) ?>" <?php if ($nav == "bonussites") { echo 'class="hilite"'; } ?>><?= $templatefields["navtxtbonussites"]; ?></a>
					<?php $pipe = 1; ?>
					<?php } ?>

					<?php if (in_array("2", $bonuscategories)) { ?>
					<?php if ($pipe) { echo '<span>|</span>'; } ?>
					<a href="<?= Bonus_URL(["fc" => 2]) ?>" <?php if ($nav == "bonusfeeds") { echo 'class="hilite"'; } ?>><?= $templatefields["navtxtvideofeeds"]; ?></a>
					<?php $pipe = 1; ?>
					<?php } ?>

					<?php if (in_array("3", $bonuscategories)) { ?>
					<?php if ($pipe) { echo '<span>|</span>'; } ?>
					<a href="<?= Bonus_URL(["fc" => 3]) ?>" <?php if ($nav == "bonusstories") { echo 'class="hilite"'; } ?>><?= $templatefields["navtxteroticstories"]; ?></a>
					<?php $pipe = 1; ?>
					<?php } ?>

				<?php } ?>


				<!-- Cams Links - Disable Plug-in in admin panel to remove -->
				<?php if (!empty($plugins["cams"])) { ?>

					<?php if ($pipe) { echo '<span>|</span>'; } ?>
					<a href="cams.php" <?php if ($nav == "cams") { echo 'class="hilite"'; } ?>><?= $templatefields["navtxtliveshows"]; ?></a>
					<?php $pipe = 1; ?>
				<?php } ?>

				</div>

				<!-- Search Form -->
				<?php include "template_sections/searchbar.tpl"; ?>

			</div>

		</div>

		<div class="content_wrapper">

Youez - 2016 - github.com/yon3zu
LinuXploit