| 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 : |
<?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.
*/
// Header
LoadTemplate("header.tpl", ["pagename" => "models", "seokey" => $model["SEOkey"], "seodesc" => $model["SEOdesc"]]);
?>
<?php if ($cms_pro) { ?>
<div class="pornvideos modelBioTitle clear">
<a href="<?php echo Sets_URL() ?>"><?php echo $templatefields["navtxtmodels"]; ?></a> / <span class="title_bar_hilite"><?php echo $model["ModelName"] ?></span>
</div>
<div class="bodyArea">
<div class="pornVideoArea pornVideoArea--modelBio clear">
<div class="modelBioPic">
<?php LoadTemplate("globals/stdmodelimage.tpl", ["model" => $model, "class" => "model_bio_thumb", "priority" => "16"]); ?>
</div>
<div class="modelBioInfo">
<?php if (isset($model["PointsTot"])) { ?>
<div class="modelBioInfo__avgRating"><strong><?php echo $templatefields["txtaveragerating"]; ?>:</strong> <?php echo sprintf("%.1f", $model["PointsRank"] / $model["PointsTot"] * 5) ?></div>
<?php } ?>
<?php /*
NOTES ON EDITING THIS SECTION:
This section contains "Extra Fields" created in CMS admin under Plug-Ins/Extra Fields that are tired to date entered in the CMS admin panel for each model bio.
*/ ?>
<div class="modelBioInfo__modelName">
<?php echo $model["ModelName"] ?> <?php echo $templatefields["txtvitalstats"]; ?>
</div>
<!-- Bio Extra Fields and Accompanying Text Template Fields -->
<?php foreach ($extrafields["models"] as $extrafield) { ?>
<?php if ($extrafield["Name"] != "bio" && $model["extrafields"][$extrafield["Name"]]) { ?>
<div class="modelBioInfo__extraFields">
<?php if ($extrafield["DisplayName"]) { ?><strong><?php echo $extrafield["DisplayName"] ?>:</strong> <?php } ?> <?php echo $model["extrafields"][$extrafield["Name"]] ?>
</div>
<?php } ?>
<?php } ?>
<?php if (isset($model["extrafields"]["bio"]) && !empty($model["extrafields"]["bio"])): ?>
<div class="modelBioInfo__extraFieldsBio">
<?php echo $model["extrafields"]["bio"]; ?>
</div>
<?php endif ?>
</div>
<!-- /.modelBioInfo -->
</div>
<!-- /.pornVideoArea -->
</div>
<!-- /.bodyArea -->
<?php } ?>
<!-- End Only Show IF Pro CMS Section -->
<div class="bodyArea">
<div class="title clear">
<h2><?php echo $model["ModelName"] ?> <?php echo $templatefields["txtupdates"]; ?></h2>
</div>
<div class="pornVideoArea pornVideoArea--modelUpdates clear">
<!-- Start Model Updates -->
<?php foreach ($sets as $k => $set) {
if (true || (($k) >= (($onpage-1) * $numperpage) && ($k) < (($onpage) * $numperpage))) { ?>
<?php LoadTemplate("template_sections/update_table.tpl", ["set" => $set]) ?>
<?php } ?>
<?php } ?>
</div>
<?php LoadTemplate("template_sections/pagenav.tpl"); ?>
<div class="midwrap clear">
<div class="devices">
<h3>ENJOY ALL OUR HOT <span>BABES</span></h3>
<p>in all your devices</p>
</div>
<a href="<?php echo $tour["JoinUrl"] ?>" class="getAccess"><span class="instant">Get your instant access</span><span class="billing">100% safe an secure access and billing</span></a>
</div>
<!-- /.midwrap -->
</div>
<!-- /.bodyArea -->
<!-- Footer -->
<?php include "footer.tpl"; ?>