| 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/hotbabes4k.com/public_html/ |
Upload File : |
<?php include_once('config.php'); ?><!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>HotBabes4k 2018 ยป Join</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
</head>
<body>
<?php include_once("header.php"); ?>
<section id="join" class="section sectionJoin">
<div class="container">
<h2 class="sectionTitle">YOU MUST BE LOGGED IN TO WATCH <em>HOTBABES4K</em> VIDEOS</h2>
<div class="player">
<div class="playerVideo">
<div class="playerVideoLoading"><i></i></div>
<div class="playerVideoPlay" style="display: none;"><img src="images/icon-play.png" alt="Play" /></div>
<img src="sets/video/<?=$selected;?>.jpg" />
</div>
<div class="playerControls">
<div class="playerPlay"><i></i></div>
<div class="playerTimebar">
<div class="progress">
<div id="progressBar" class="progressBar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width:0%;"></div>
</div>
</div>
<div class="playerSound"><i></i></div>
<div class="playerTime"><?=mt_rand(15,30).':'.mt_rand(10,59);?></div>
<div class="playerQuality">HD</div>
</div>
</div>
<div class="playerJoin">
<form id="joinForm" action="join.php">
<div class="formColumn membership">
<fieldset>
<h2><span>1</span> <strong>Select <span class="hdm">Your</span> Membership Plan:</strong></h2>
<p class="radiofield">
<label>
<input type="radio" name="membership" value="4" checked="checked" />
<span>
<span> </span>
<em>
<strong>12 months full access</strong>
<small>Billed in one installement of $89.99</small>
</em>
<strong class="amount">$<span>7<sup>.50</sup><sub>/month</sub></span></strong>
</span>
</label>
</p>
<p class="radiofield">
<label>
<input type="radio" name="membership" value="3" />
<span>
<span> </span>
<em>
<strong>3 months full access</strong>
<small>Billed in one payment of $59.97</small>
</em>
<strong class="amount">$<span>19<sup>.99</sup><sub>/month</sub></span></strong>
</span>
</label>
</p>
<p class="radiofield">
<label>
<input type="radio" name="membership" value="2" />
<span>
<span> </span>
<em>
<strong>1 month full access</strong>
<small>Billed in one payment of $29.99</small>
</em>
<strong class="amount">$<span>29<sup>.99</sup><sub>/month</sub></span></strong>
</span>
</label>
</p>
<p class="radiofield trialMembership">
<label>
<input type="radio" name="membership" value="1" />
<span>
<span> </span>
<em>
<strong>2 day trial membership</strong>
<small>Your trial preiod will be billed $1.00/day*</small>
</em>
<strong class="amount">$<span>1<sup>.00</sup><sub>/day</sub></span></strong>
</span>
</label>
</p>
</fieldset>
</div>
<div class="formColumn membership">
<fieldset>
<h2><span>2</span> <strong>Select payment method:</strong></h2>
<p class="radiofield radiofieldInline">
<label>
<input type="radio" name="paymentmethod" value="1" checked />
<span>
<span> </span>
<em><span class="pmJB">Join by</span> <span class="pmTxt">Credit Card</span> <img src="images/icon-credit_cards.png" alt="Credit Cards" width="80" height="32" /></em>
</span>
</label>
</p>
<p class="radiofield radiofieldInline">
<label>
<input type="radio" name="paymentmethod" value="2" />
<span>
<span> </span>
<em><span class="pmJB">Join by</span> <span class="pmTxt">Crypto Currency</span> <img src="images/icon-crypto.png" alt="Credit Cards" width="35" height="34" /></em>
</span>
</label>
</p>
</fieldset>
</div>
<div class="submit">
<button type="submit" class="btn btnMd hb bgGrad2 btnSubmit">Get Access Now</button><br><span class="paymentNoteSecureGateway">You will be redirect to our secure gateway</span>
</div>
<!-- /.submit -->
</form>
</div>
</div>
</section>
<section class="section sectionMoreVideos">
<div class="container">
<h2 class="sectionTitle">Most Popular Videos</h2>
<div class="block">
<?php foreach ($mostpopular as $set => $ignore) : ?>
<div class="blockItem">
<article class="update">
<a href="join.php?c=<?=$sets[$set];?>" class="hi">
<figure><img src="sets/mostpopular/<?=$sets[$set];?>.jpg" alt="Most popular <?=$sets[$set];?>" /></figure>
</a>
</article>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<?php include_once('footer.php'); ?>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/fn.min.js"></script>
<script type="text/javascript" src="js/fn-player.min.js"></script>
</body>
</html>