| Server IP : 208.122.213.31 / Your IP : 216.73.216.183 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/esexshows.com/public_html/ |
Upload File : |
<?php include('includes/includes.php'); ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="css/custom.css" rel="stylesheet" type="text/css" />
<link href="css/media.css" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<title>ESexShows.com Live Cam Shows from Erotique TV Live</title>
</head>
<body>
<header class="header clear">
<div class="container">
<div class="logo"><a href="index.php"><img src="images/header1.png" alt=""></a>
</div>
<div class="header-thum clear">
<ul>
<img src="images/vnaLive-logo.png" alt=""><br /><img src="images/bottom.png" alt="">
</ul>
</div>
<div class="header-point">
<ul>
<li>Hot Girls Live Daily</li>
<li>Young Babes Masturbate</li>
<li>Bigtit MILFs Suck & Fuck</li>
</ul>
</div>
<div class="header-login">
<a class="member-login" href="http://members.erotiquetvlive.com/">members login</a>
<a class="get-password" href="http://join.erotiquetvlive.com/signup/signup.php?nats=<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjQuNC4wLjAuMC4wLjA'?>&step=2">get access now!</a>
</div>
</div>
</header>
<section class="main-container">
<div class="container">
<div class="hottest-video">
<h2 class="title">Videos of Past Sex Shows You Can Download</h2>
<div class="pagination clear">
<ul>
<li><a class="active" href="join.php">1</a></li>
<li><a href="join.php">2</a></li>
<li><a href="join.php">3</a></li>
<li><a href="join.php">4</a></li>
<li><a href="join.php">5</a></li>
<li><a href="join.php">6</a></li>
<li><a href="join.php">7</a></li>
<li><a href="join.php">...</a></li>
<li><a href="join.php">28</a></li>
<li><a href="join.php">29</a></li>
<li><a href="join.php">30</a></li>
</ul>
</div>
<ul class="four-grid clear">
<?php
$pages = getShuffledContent();
displayContent($pages, 1);
?>
</ul>
<input type="hidden" value="1" id="fake_page_counter" />
<div class="pagination bottom clear">
<ul>
<li><a class="active" href="join.php">1</a></li>
<li><a href="join.php">2</a></li>
<li><a href="join.php">3</a></li>
<li><a href="join.php">4</a></li>
<li><a href="join.php">5</a></li>
<li><a href="join.php">6</a></li>
<li><a href="join.php">7</a></li>
<li><a href="join.php">...</a></li>
<li><a href="join.php">28</a></li>
<li><a href="join.php">29</a></li>
<li><a href="join.php">30</a></li>
</ul>
</div>
</div>
<div class="password-btn">
<a href="http://join.erotiquetvlive.com/signup/signup.php?nats=<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjQuNC4wLjAuMC4wLjA'?>&step=2">join for access here!</a>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-copy"><br />
<p> Authorized Sales Agents <a href="https://epoch.com/">Epoch.com</a> & <a href="https://www.ccbill.com/">CCBill</a> | <a href="http://erotiquetvlive.com/terms.html">Terms</a> | <a href="http://erotiquetvlive.com/privacypolicy.html">Privacy Policy</a><br/><a href="http://erotiquetvlive.com/2257.html">18 U.S.C. 2257 Record-Keeping Requirements Compliance Statement</a><br /><br />ESexShows.com & is a division of ErotiqueTVLive.com<br />Copyright © Erotique Entertainment Inc
</p>
</div>
</div>
</footer>
<script type="text/javascript">
jQuery(document).ready(function($){
$(window).scroll(function(){
if ($(window).scrollTop() == ( $(document).height() - $(window).height())) {
loadData();
}
});
function loadData(){
var fake_page_counter = parseInt( $('input#fake_page_counter').val() );
var pages = '<?php echo serialize($pages); ?>';
console.log(pages);
$.ajax({
type: "POST",
url: "includes/get_more.php",
cache: false,
data:{page_limit:<?php echo THUMBS_TOTAL; ?>, page_number:fake_page_counter+1, pages:pages},
success: function(data){
$(".four-grid").append(data);
$('input#fake_page_counter').val( parseInt(fake_page_counter)+1 );
},
error: function(){
alert('Error while request..');
}
});
}
});
</script>
</body>
</html>