| 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");
?>
<!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="./css/style.css">
<link rel="stylesheet" href="./css/models.css">
</head>
<body id="videos">
<div id="wrapper">
<div id="header">
<header></header>
<?php include("nav.php"); ?>
<?php if($_GET['id'])
{
$model_id = mysql_real_escape_string($_GET[id]);
$sql = mysql_query("SELECT * FROM models WHERE site='handjobcafe.com' AND added<='$today' AND id=$model_id");
while($r = mysql_fetch_array($sql))
{
$id = $r['id'];
$name = stripslashes($r['name']);
$folder = $r['folder'];
$bio = stripslashes($r['bio']);
$hometown = stripslashes($r['hometown']);
$age = $r['age'];
$eyes = $r['eyes'];
$height = stripslashes($r['height']);
$status = $r['status'];
$added = $r['added'];
$shooting_photo = $r['shooting_photo'];
$shooting_video = $r['shooting_video'];
$ethnicity = $r['ethnicity'];
$measurements = $r['measurements'];
$birthplace = $r['birthplace'];
$hair = $r['hair'];
$dob = $r['dob'];
$movie = $r['movie'];
$photo = $r['photo'];
} ?>
<div class="model">
<div style="margin:0 auto;width:33.3333%;text-align:center;float:left;">
<img src="/models/<?php print $folder; ?>/main.jpg" style="width:300px;margin:10px;box-shadow:0px 0px 8px #999;border-radius:8px;">
</div>
<div style="width:66.6666%;float:right;">
<div style="width:50%;float:left;">
<h2 style="font-size:36px;"><?php print $name; ?></h2>
<?php if($ethnicity){ ?><p><strong>Ethnicity: </strong><?php print $ethnicity; ?></p><?php } ?>
<?php if($dob){ ?><p><strong>Date of Birth: </strong><?php print $dob; ?></p><?php } ?>
<?php if($hair){ ?><p><strong>Hair Color: </strong><?php print $hair; ?></p><?php } ?>
<?php if($eyes){ ?><p><strong>Eye Color: </strong><?php print $eyes; ?></p><?php } ?>
<?php if($measurements){ ?><p><strong>Measurements: </strong><?php print $measurements; ?></p><?php } ?>
<?php if($birthplace){ ?><p><strong>Birthplace: </strong><?php print $birthplace; ?></p><?php } ?>
<?php if($hometown){ ?><p><strong>Hometown: </strong><?php print $hometown; ?></p><?php } ?>
<?php if($age){ ?><p><strong>Age: </strong><?php print $age; ?></p><?php } ?>
<?php if($height){ ?><p><strong>Height: </strong><?php print $height; ?></p><?php } ?>
<?php if($status){ ?><p><strong>Status: </strong><?php print $status; ?></p><?php } ?>
</div>
<div style="width:50%;float:right;margin-top:100px;text-align:center;">
<?php if($photo == "1"){ ?>
<a href="/members/gallery.php?id=<?php print $photo; ?>" class="movie-photo-button">View Photos</a><?php } ?>
<br>
<?php if($movie == "1"){ ?>
<a href="/members/movie.php?id=<?php print $movie; ?>" class="movie-photo-button">View Movies</a><?php } ?>
</div>
<div style="clear:both; ">
<p><strong>Bio: </strong><?php print $bio; ?></p>
</div>
</div>
</div>
<div style="margin:auto; padding:1px; text-align:center;width:960px;"></div>
<div class="model">
<?php
if ($handle = opendir('/home/httpd/html/handjobcafe.com/public_html/models/' . $folder . ''))
{
while (false !== ($entry = readdir($handle)))
{
if ($entry != "." && $entry != ".." && stristr($entry, "wide"))
{
print '<div style="width:190px;height:190px;float:left;text-align:center;"><span style=" display: inline-block;height: 100%;vertical-align: middle;"></span><img src="/models/' . $folder . '/' . $entry . '" style="border-radius:2px;vertical-align:middle;box-shadow:0px 0px 7px #999;width:180px;"></div>';
if($countw++ == "4")
{
break;
}
}
}
closedir($handle);
} ?>
</div>
<div class="model">
<?php
if ($handle = opendir('/home/httpd/html/handjobcafe.com/public_html/models/' . $folder . ''))
{
while (false !== ($entry = readdir($handle)))
{
if ($entry != "." && $entry != ".." && stristr($entry, "tall"))
{
print '<div style="width:160px;height:200px;float:left;text-align:center;"><span style=" display: inline-block;height: 100%;vertical-align: middle;"></span><img src="/models/' . $folder . '/' . $entry . '" style="border-radius:2px;vertical-align:middle;box-shadow:0px 0px 7px #999"></div>';
if($countt++ == "5")
{
break;
}
}
}
closedir($handle);
} ?>
</div>
<?php }
else
{ ?>
<div class="thumb_block" style="width:960px; margin:0 auto;">
<?php
$sql = mysql_query("SELECT * FROM models WHERE site='handjobcafe.com' AND added<=NOW() order by rand()");
while($r = mysql_fetch_array($sql))
{
$model_id = $r['id'];
$model_site = $r['site'];
$model_name = $r['name'];
$model_folder = $r['folder']; ?>
<div class="each">
<h2><?php print $model_name; ?></h2>
<a href="/members/models.php?id=<?php print $model_id; ?>"><img src="/models/<?php print $model_folder; ?>/main.jpg" width="295" alt="" /></a>
<br>
</div>
<?php } ?>
</div>
<?php } ?>
<p style="clear:both;height:30px;"></p>
</div>
<footer>
<div class="bottomadd"></div>
</footer>
</div>
</body>
</html>