HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/freecams1.com/public_html/templates/default_tube2018/template.rentVideo.php
<center>
    <?php if ($insuffientTokens) { ?>
        Sorry, you don't have enough tokens to view this video. You currently have <?php echo (int)$currentUserTokens; ?> and this video requires <?php echo (int)$videoNumTokens; ?>.<br><br>
        <a class='btn btn-default btn-sm' href='<?php echo $basehttp; ?>/buy-tokens'><?php echo _t("Purchase Tokens"); ?></a><br><br>
    <?php } else { ?>
        You are about to purchase access to "<?php echo $rrow['title']; ?>" at a cost of <?php echo (int)$videoNumTokens; ?> tokens for a period of <?php echo datediff(false,time(),time()+$vodRentalLength,true); ?>.<br><br>
        <a class='btn btn-default btn-sm' href='<?php echo $basehttp; ?>/purchase/<?php echo $rrow['record_num']; ?>?confirm=true'><?php echo _t("Confirm Purchase"); ?></a><br><br>
    <?php } ?>
</center>