| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.146.1.el8_10.x86_64 #1 SMP Tue Jul 21 15:46:30 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/cms.classicscash.com/htdocs/cms_admin/phptemplate/voderic/ |
Upload File : |
<?php
/****
PLEASE BACK UP FILE BEFORE EDITING!!!
WARNING - EDITING THIS FILE IS NOT RECOMMENDED.
****/
if ( empty($tour) || !is_array($tour) || !isset($tour['JoinUrl']) || !isset($tour['MembersURL']) )
$tour = array(
'JoinUrl' => 'http://shylaj.com/vod/myaccount.php',
'MembersURL' => 'http://shylaj.com/vod/'
);
$seokey = "";
$seodesc = "";
$nummodels = (isset($totals["models"])) ? $totals["models"]["Num"] : 0;
$numpics = (isset($totals["types_highres"])) ? $totals["types_highres"]["Num"] : 0;
$numvids = (isset($totals["videos_setcount"])) ? $totals["videos_setcount"]["Num"] : 0;
$updates = (isset($categories['Areas']['cats']['Updates'])) ? $categories['Areas']['cats']['Updates'] : 0;
// START SEO Meta Tag / SEO Keyword Tag / Page Title Logic
if ($pagename == "tour")
{ // the main tour page
$title = $templatefields["tourtxttitle"];
if (isset($individual_update))
{
$title = $individual_update["Title"] . " - " . $templatefields["tourtxttitle"];
$seokey = $individual_update["SEOkey"];
$seodesc = $individual_update["SEOdesc"];
}
} elseif
($pagename == "tags")
{ // all tags
$seokey = $category_selected["SEOkey"];
$seodesc = $category_selected["SEOdesc"];
$title = $category_selected["Title"] . " " . $templatefields["titletxttagindex"] . " - " . $templatefields["tourtxttitle"];
} elseif
($pagename == "movies")
{ // movies
$seokey = $category_selected["SEOkey"];
$seodesc = $category_selected["SEOdesc"];
$title = $templatefields["titletxtmovieindex"] . " - " . $templatefields["tourtxttitle"];;
} elseif
($pagename == "photos")
{ // photos
$seokey = $category_selected["SEOkey"];
$seodesc = $category_selected["SEOdesc"];
$title = $templatefields["titletxtphotogalleryindex"] . " - " . $templatefields["tourtxttitle"];;
} elseif ($pagename == "category" && $category_selected["Title"] == "Tags") { // tags
$title = $templatefields["tourtxtcategories"] . " - " . $templatefields["tourtxttitle"];
} elseif
($pagename == "category")
{ // categories
$seokey = $category_selected["SEOkey"];
$seodesc = $category_selected["SEOdesc"];
$title = $category_selected["Title"] . " - " . $templatefields["tourtxttitle"];
} elseif
($pagename == "news")
{ // news
$title = $templatefields["titletxtnews"] . " - " . $templatefields["tourtxttitle"];;
} elseif
($pagename == "models")
{ // models
if (isset($model))
{
$seokey = $model["SEOkey"];
$seodesc = $model["SEOdesc"];
$title = $model["ModelName"] . " - " . $templatefields["tourtxttitle"];
}
else
{
$title = $templatefields["titletxtmodelindex"] . " - " . $templatefields["tourtxttitle"];
}
} elseif ($pagename == "dvds")
{ // models
if (isset($dvd))
{
$seokey = $dvd["SEOkey"];
$seodesc = $dvd["SEOdesc"];
$title = $dvd["ModelName"] . " - " . $templatefields["tourtxttitle"];
}
else
{
$title = $templatefields["txtdvdtitle"] . " - " . $templatefields["tourtxttitle"];
}
} elseif
($pagename == "join")
{ // join page
$title = $templatefields["tourtxttitle"];
}
// END SEO Meta Tag / SEO Keyword Tag / Page Title Logic
?><!DOCTYPE html>
<html>
<head>
<?php if ($seo_urls) { ?>
<base href="<?php echo $GLOBALS["areaurl"] ?>" />
<?php } ?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />
<?php if (isset($title) && 'elevated x, inc. cms demo' != strtolower($title)) { ?>
<title><?php echo $title; ?></title>
<?php } else { ?>
<title>Shyla Jennings Official Site</title>
<?php } ?>
<?php if ($seokey) { ?>
<meta name="keywords" content="<?php echo $seokey; ?>" />
<?php } elseif ($templatefields["tourdefaultmetakeywords"]) { ?>
<meta name="keywords" content="<?php echo $templatefields["tourdefaultmetakeywords"] ?>" />
<?php } ?>
<?php if ($seodesc)
{ ?>
<meta name="description" content="<?php echo $seodesc; ?>" />
<?php } elseif
($templatefields["tourdefaultmetadescription"])
{ ?>
<meta name="description" content="<?php echo $templatefields["tourdefaultmetadescription"] ?>" />
<?php } ?>
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- JQuery include -->
<script type="text/javascript" src="/vod/js/jquery.min.js"></script>
<?php /* ?>
<!-- jCarousel library -->
<script type="text/javascript" src="/vod/js/jquery.jcarousel.pack.js"></script>
<!-- jCarousel core stylesheet -->
<link rel="stylesheet" type="text/css" href="js/jquery.jcarousel.css" />
<!-- jCarousel skin stylesheet -->
<link rel="stylesheet" type="text/css" href="js/tango/skin.css" />
<script type="text/javascript" src="/vod/js/swipe.js"></script>
<?php */ ?>
<!-- JQuery for content viewers - editing not recommended -->
<script src="/vod/js/fancybox/jquery.fancybox.js"></script>
<link rel="stylesheet" type="text/css" href="/vod/js/fancybox/jquery.fancybox.css" />
<script src="/vod/js/fancybox/helpers/jquery.fancybox-thumbs.js"></script>
<link rel="stylesheet" type="text/css" href="/vod/js/fancybox/helpers/jquery.fancybox-thumbs.css" />
<script type="text/javascript" src="/vod/js/jquery-ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="/vod/images/jqueryui/jquery-ui.min.css" />
<!-- JQuery Include -->
<!-- CUSTOM -->
<link rel="stylesheet" href="/vod/css/style.css" />
<script src="/vod/js/modernizr.custom.js"></script>
<!-- /CUSTOM -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<?php // Elevated X Code ?>
<script type='text/javascript' src ="/vod/include.js"></script>
<script type='text/javascript' src ="/vod/js/helper.js"></script>
<script>
try
{
// starting the script on page load
$(document).ready(function(){
if (typeof jQuery.ui == 'undefined')
{
alert("Warning: File /vod/js/jquery-ui.custom.min.js not found.")
}
if (typeof pixelRatioZoom !== 'function')
{
alert("Warning: File /vod/js/helper.js not found");
}
StdImageHandler();
});
}
catch(e)
{
alert("Warning: File /vod/js/jquery.min.js not found.");
}
</script>
</head>
<body>
<?php LoadTemplate("globals/vod_functionality.tpl"); ?>
<?php LoadTemplate("globals/fullpage_offers.tpl"); ?>
<?php /* If nobody is logged in, display splash code */ ?>
<?php if (FALSE && !$has_username) { ?>
<?php include "globals/splashcss.tpl"; ?>
<?php include "globals/splash.tpl"; ?>
<?php } ?>
<?php if ($templatefields["googleanalyticscode"] != '')
{ ?>
<!-- Google Analytics code -->
<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', '<?php echo $templatefields["googleanalyticscode"] ?>', 'auto'); // Replace with your property ID.
ga('send', 'pageview');
</script>
<?php } ?>
<header>
<div class="clear">
<div class="logo"><a href="/vod/"><img src="/vod/images/custom/logo.png" alt="Logo"></a></div>
<nav>
<ul>
<li><a href="/vod/"><img src="/vod/images/custom/home.png" alt="Home"> <span>Home</span></a></li>
<li><a href="category.php?id=5">Videos</a></li>
<li><a href="category.php?id=4">Photos</a></li>
<li>
<?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 } ?>
</li>
<li class="join joinCart">
<?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 } ?>
</li>
</ul>
</nav>
<div class="joinBtn joinBtnCart">
<?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 } ?>
</div>
</div>
</header>
<?php
/* Shows upgrade warning banner for people using Internet Explorer 7 or earlier */
include "globals/ie_warning.tpl";
?>