| 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/cms.classicscash.com/public_html/cms_admin/phptemplate_bak/voderic/ |
Upload File : |
<?php
LoadTemplate("header.tpl", ["pagename" => "vod"]);
$nextpage = ($onpage < $numberofpages) ? $onpage + 1 : "";
?>
<!-- SLIDER -->
<div class="slider">
<div id="banner-fade">
<ul class="bjqs">
<li><a href="<?php echo $tour["JoinUrl"] ?>"><img src="/vod/images/custom/slider1.jpg" alt="Shyla Jennings"></a></li>
<li><a href="<?php echo $tour["JoinUrl"] ?>"><img src="/vod/images/custom/slider2.jpg" alt="Shyla Jennings"></a></li>
<li><a href="gallery.php?id=20&type=highres"><img src="/vod/images/custom/slider3.jpg" alt="Shyla & Dillion"></a></li>
<li><a href="<?php echo $tour["JoinUrl"] ?>"><img src="/vod/images/custom/slider4.jpg" alt="Shyla Jennings"></a></li>
</ul>
</div>
</div>
<div class="pornvideos clear">
<h2>My Recent Releases</h2>
<p>Sort by: <a href="/vod/updates/page_1.html?s=p">popular</a> / <a href="/vod/updates/page_1.html?s=d">newest</a></p>
</div>
<div class="bodyArea">
<div class="pornVideoArea clear">
<!-- If Previewing an Update, Show a Single Update Table -->
<?php if ($individual_update) { ?>
<?php LoadTemplate("template_sections/update_table.tpl", ["set" => $individual_update]); ?>
<?php } else { ?>
<?php foreach ($sets as $pos => $set) { ?>
<?php LoadTemplate("template_sections/update_table.tpl", ["set" => $set]); ?>
<?php } /* foreach */ ?>
<?php } /* not individual update */ ?>
</div>
<?php if (!$individual_update) { /* && $nextpage*/ ?>
<?php LoadTemplate("template_sections/pagenav.tpl", ["pagename" => "sets"]); ?>
<?php } else { ?>
<!-- If Previewing an Individual Update, Link See More Button to the Join Page -->
<a href="<?php echo $tour["JoinUrl"] ?>">
<div class="see_more_button"><?php echo $templatefields["txtseemore"]; ?></div>
</a>
<?php } ?>
<div class="midBanner clear">
<a href="<?php echo $tour["JoinUrl"] ?>"><img src="/vod/images/custom/banner_1836-375.jpg" alt="Enjoy the 4K Experience"></a>
</div>
<!-- /.midBanner -->
<!-- Most Popular Updates -->
<?php LoadTemplate("template_sections/most_popular_updates.tpl"); ?>
<br /><br />
<div class="midwrap clear">
<div class="devices">
<h3>ENJOY ALL OF MY <span>VIDEOS</span></h3>
<p>videos work on all your devices</p>
</div>
</div>
<!-- /.midwrap -->
</div>
<!-- /.bodyArea -->
<!-- Footer -->
<?php LoadTemplate("footer.tpl", ["pagename" => "vod"]); ?>