| 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/handjobcafe.com/public_html/members/bck/ |
Upload File : |
<?php
$config[database] = 'y27qpdhz';
$config[db_host] = 'localhost';
$config[db_user] = 'feswosc1';
$config[db_pass] = 'zvr0!17wvtpn';
mysql_connect($config[db_host], $config[db_user], $config[db_pass]);
mysql_select_db($config[database]);
$today = date("Y-m-d");
$now = $today . " 00:00:00";
?><!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>exclusive videos</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
<style>
html, body { margin:0; padding:0; }
header { height:540px; background:url(hjc_header_r3.jpg) top center no-repeat; }
.nav { margin-top:540px; }
</style>
<link rel="stylesheet" type="text/css" href="/shadowbox-3.0.3/shadowbox.css">
<script type="text/javascript" src="/shadowbox-3.0.3/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init();
</script>
<link rel="stylesheet" href="jRating/jquery/jRating.jquery.css" type="text/css" />
</head>
<body id="videos">
<div id="container">
<header>
</header>
<div class="topadd" style="text-align:center;">
<p class="nav" style="text-align:center;width:90%;font-size:16px;margin:15px auto;font-weight:bold;font-family:Lato;">
<a href="/members/index.html">HOME</a> - <a href="/members/models.php">MEET THE MODELS</a> - <a href="/members/videos.html">EXCLUSIVE VIDEOS</a> - <a href="/members/photos.php">EXCLUSIVE PHOTOS</a> - <a href="/members/calendar.php">UPDATE CALENDAR</a><br>
<a href="/members/photos.html">BONUS PHOTOS</a> - <a href="/members/bonus-videos.html">BONUS VIDEOS</a> - <a href="/contact.php" rel="shadowbox;width=650;height=650">COMMENTS & SUGGESTIONS</a> - <a href="http://www.handjobcafe.webcams.com/link.php?reseller=amacontent&rev=0&type=2&misc1=members&misc2=ads&_u=/?wca=1&mcat_id=" style="color:red;">HANDJOB WEBCAMS</a> - <a href="motw.php">MOVIE OF THE WEEK</a>
</p>
</div>
<div id="main">
<div class="thumb_block">
<?php
$sql = mysql_query("SELECT * FROM updates WHERE site='handjobcafe.com' AND added<='$now' order by added DESC ");
while($r = mysql_fetch_array($sql)){
$mid = $r['id'];
$msite = $r['site'];
$mtitle = strtoupper($r['title']);
$mthm = $r['thm'];
$mmodel = $r['model'];
$madded= $r['added'];
$rating = ceil($r[rate_sum] / $r[total_rates]);
$added = strtotime($madded);
$added = date("m/d/Y", $added);
?>
<div class="each"><h2><?php if($mmodel){ print $mmodel; } else { print $mtitle; } ?></h2><a href="/members/movie.php?id=<?php print $mid; ?>"><img src="movies/thumbs/<?php print $mthm; ?>" width="295" alt="" /></a><br>
<h2>Added: <?php print $added; ?></h2>
<div class="basic" data-average="<?php if($rating){ print $rating; } else { print " 20"; } ?>" data-id="<?php print $id; ?>"></div>
</div>
<?php } ?>
</div>
<p style="clear:both;height:30px;"></p>
</div>
<footer>
<div class="bottomadd">
</div>
</footer>
</div>
<script type="text/javascript" src="jRating/jquery/jquery.js"></script>
<script type="text/javascript" src="jRating/jquery/jRating.jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.basic').jRating({
isDisabled : true
});
});
</script>
</body>
</html>