| 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]);
$now = date("Y-m-d") . " 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 photos</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/shadowbox-3.0.3/shadowbox.css">
<script type="text/javascript" src="/./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" />
<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>
</head>
<body id="videos">
<div id="container">
<header></header>
<?php include("nav.php"); ?>
<div id="main">
<div class="thumb_block">
<?php
$sql = mysql_query("SELECT * FROM photos WHERE site='handjobcafe.com' AND added<='$now' order by added DESC ");
while($r = mysql_fetch_array($sql))
{
$id = $r['id'];
$name = strtoupper($r['name']);
$folder = $r['folder'];
$zip = $r['zip'];
$thumb = $r['thumb']; ?>
<div class="each">
<h2><?php print $name; ?></h2>
<a href="/members/gallery.php?id=<?php print $id; ?>"><div style="height:350px;overflow:hidden;"><img src="movies/thumbs/<?php print $thumb; ?>" width="295" style="" alt="" /></div></a>
</div>
<?php } ?>
</div>
<p style="clear:both;height:30px;"></p>
</div>
<footer>
<div class="bottomadd"></div>
</footer>
</div>
</body>
</html>