| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 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/ |
Upload File : |
<?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.
*/
$prefer = "";
?>
<main>
<div class="bgWrap">
<div class="container">
<section id="latestUpdates" class="sceneListing">
<div class="bartitle">
<?php if ($category_selected['Id'] == $movies_category["Id"]) { ?>
<?= $templatefields["titletxtmovieindex"] ?>
<?php $prefer = "vids"; ?>
<?php } elseif ($category_selected['Id'] == $photos_category["Id"]) { ?>
<?= $templatefields["titletxtphotogalleryindex"] ?>
<?php $prefer = "highres"; ?>
<?php } elseif ($category_selected["Title"] == "Tags") { ?>
<?= $templatefields["tourtxtcategories"] ?>
<?php } elseif ($category_selected["Title"] == "Updates") { ?>
<?= $category_selected["Title"] ?>
<?php } else { ?>
<?= $category_selected["Title"] ?> <?php echo $templatefields["txtupdates"] ?>
<?php } ?>
</div>
<div class="block">
<!-- Show Banner If Pro CMS Version and the Banners Plug-In is enabled and there's a banner set to this target zone -->
<?php LoadTemplate("template_sections/banner.tpl", ["zone" => "category"]); ?>
<!--Title-->
<div class="textx">
<?php if ($category_selected['Id'] == $movies_category["Id"]) { ?>
<?= $templatefields["titletxtmovieindex"] ?>
<?php $prefer = "vids"; ?>
<?php } elseif ($category_selected['Id'] == $photos_category["Id"]) { ?>
<?= $templatefields["titletxtphotogalleryindex"] ?>
<?php $prefer = "highres"; ?>
<?php } elseif ($category_selected["Title"] == "Tags") { ?>
<?= $templatefields["tourtxtcategories"] ?>
<?php } elseif ($category_selected["Title"] == "Updates") { ?>
<?= $category_selected["Title"] ?>
<?php } else { ?>
<?= $category_selected["Title"] ?> <?php echo $templatefields["txtupdates"] ?>
<?php } ?>
</div>
<!-- Show Sort Option Links for Most Recent, Most Popular and Name/Title -->
<?php LoadTemplate("globals/sort_options.tpl"); ?>
<!--If viewing members/categories/tags.html shows a list of content categories/tags with thumbnails for each category-->
<?php if (($category_selected["Title"] == "Tags") || ($category_selected['MainLanguage_Title'] == "Tags")) { ?>
<div class="category_listing_block">
<?php foreach
($tags as $tag)
{ ?>
<div class="category_listing_wrapper_updates">
<br />
<div class="update_details">
<!--Title-->
<a href="<?php echo Category_URL(["id" => $tag["Id"], "seoname" => $tag["SEOname"], "category" => $tag]) ?>"><?php echo $tag["Title"] ?></a>
<br />
<!--Thumbnail-->
<a class="model_title" href="<?php echo Category_URL(["id" => $tag["Id"], "seoname" => $tag["SEOname"], "category" => $tag]) ?>" >
<?php StdCatImage(array("category" => $tag, "usepriority" => "34", "alt" => "", "class" => "update_thumb thumbs")); ?>
</a>
</div>
</div>
<?php } ?>
</div>
<!--End Show a list of content categories/tags with thumbnails for each category-->
<?php } else
{ ?>
<br />
<!-- Page Navigation Numbers -->
<?php LoadTemplate("globals/pagenav.tpl"); ?>
<div class="category_listing_block">
<?php foreach
($sets as $set)
{ ?>
<div class="category_listing_wrapper_updates">
<?php LoadTemplate("template_sections/update_table.tpl", ["set" => $set, "prefer" => $prefer]); ?>
</div>
<?php } ?>
</div>
<!-- Page Navigation Numbers -->
<?php LoadTemplate("globals/pagenav.tpl"); ?>
</div>
</div>
</section>
</div>
</div>
</main>
<?php } ?>
</div>