| 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/ |
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");
$sql = mysql_query("SELECT * FROM updates WHERE site='handjobcafe.com' AND id=$_GET[id]");
while($r = mysql_fetch_array($sql)){
$id = $r['id'];
$site = $r['site'];
$title = $r['title'];
$ld = $r['ld'];
$hd = $r['hd'];
$mobile = $r['mobile'];
$zip = $r['zip'];
$thm = $r['thm'];
$rate_sum = $r['rate_sum'];
$total_rates = $r['total_rates'];
$rating = ceil($rate_sum / $total_rates);
$title = strtoupper($title);
}
?>
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>movie player</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="/./js/./js/shadowbox-3.0.3/shadowbox.css">
<script type="text/javascript" src="/./js/./js/shadowbox-3.0.3/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init();
</script>
<link rel="stylesheet" href="./js/jRating/jquery/jRating.jquery.css" type="text/css" />
</head>
<body id="videos">
<div id="container">
<header></header>
<?php include("nav.php"); ?>
<div id="main">
<div class="thumb_block">
<div style="margin:0 auto;width:675px;text-align:center;background-color:#FFF;margin:25px auto;"><h2><?php print $title; ?></h2>
<div id="player_container">
<div class="player_marker">
<div class="flowplayer" data-swf="flowplayer-5.4.3/flowplayer.swf" data-ratio="1" style="display:block;width:675px;height:380px;">
<video width="675" height="380" controls>
<source src="/members/movies/files/<?php if($ld){ print $ld; } elseif($hd){ print $hd; } elseif($_GET['file']){ print $_GET['file']; } ?>" type="video/mp4">
Your browser does not support the video tag. Please download the files below.
</video>
</div>
</div>
</div>
<div style="float:none;width:100%;text-align:center;padding:15px;">
<?php if($ld){ ?>
<a href="/members/movies/files/<?php print $ld; ?>">Download 720p</a><br>
<?php } ?>
<?php if($hd){ ?>
<a href="/members/movies/files/<?php print $hd; ?>">Download 1080p</a><br>
<?php } ?>
<?php if($mobile){ ?>
<a href="/members/movies/mobile/<?php print $mobile; ?>">Download Mobile Movie</a><br>
<?php } ?>
<?php if($zip){ ?>
<a href="/members/photos/zips/<?php print $zip; ?>">Download Photo Zip</a><br>
<?php } ?>
</div>
</div>
</div>
<p style="clear:both;height:30px;"></p>
</div>
<footer>
<div class="bottomadd"></div>
</footer>
</div>
<script type="text/javascript" src="./js/jRating/jquery/jquery.js"></script>
<script type="text/javascript" src="./js/jRating/jquery/jRating.jquery.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
$('.basic').jRating(
{
isDisabled : true
});
});
</script>
</body>
</html>