| 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/joincss/js/ |
Upload File : |
(function($) {
$(document).ready(function () {
var player = $(".player");
if ( player.length )
{
var playerInitDone = false,
playerInit = function() {
if ( !playerInitDone )
{
playerInitDone = true;
$('.playerVideoLoading').hide();
$('.playerVideoPlay').show();
setTimeout(playerLoading, 500);
setTimeout(playerGuest, 5000);
}
},
playerGuestDone = false,
playerGuest = function(){
if ( !playerGuestDone )
{
playerGuestDone = true;
$('body').addClass('isGuest');
$('.playerVideoLoading').hide();
window.clearInterval(intProgress);
}
},
playerLoading = function() {
var cPro = 2,
progressBar = $("#progressBar"),
updateProgress = function() {
if ( cPro > 96 ) {
window.clearInterval(progress);
cPro = 100;
setTimeout(playerGuest, 1000);
}
else {
cPro += Math.floor(Math.random() * 1.3) + 1;
}
progressBar.css('width', cPro+'%').attr('aria-valuenow', cPro);
};
intProgress = window.setInterval(updateProgress, 242);
};
player.on('click', '.playerVideoLoading', function(event) {
event.preventDefault();
setTimeout(playerInit, 500);
}).find('.playerVideoPlay').on('click', function(event) {
event.preventDefault();
$('.playerVideoPlay').hide();
$('.playerVideoLoading').fadeIn(200);
setTimeout(playerGuest, 2000);
});
setTimeout(playerInit, 1500);
}
});
})(jQuery);