| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 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/pornstarhoneys.com/public_html/modules/ |
Upload File : |
<?php
$select = "select * from models where name='$modelname'";
$result = mysql_query($select);
$model = mysql_fetch_object($result);
if ($modelname) {
$qry = f(q("SELECT * FROM models WHERE models.name='" . $modelname . "'", $link));
$aqry = q("SELECT * FROM alias WHERE alias.girl_id='$qry->girl_id'", $link);
while ($alias = f($aqry)) {
$aliases[] = $alias->name;
}
if (is_array($aliases) && count($aliases != 0)) {
$aliases = implode(",", $aliases);
} else {
$aliases = "";
}
}
if ($model->bust < 60) { // English Measurements
$measurements = ($model->bust . '-' . $model->waist . '-' . $model->hips . ' inches / '. round($model->bust * 2.54) . '-' . round($model->waist * 2.54) . '-' . round($model->hips * 2.54) . ' cm');
$weight = ($model->weight . ' lbs. / ' . round($model->weight * .453) . ' kilos');
$height = (intval($model->height / 12) . "' " . ($model->height - (intval($model->height / 12) * 12)) . '" / ' . round($model->height * 2.54) . ' cm');
} else { // Metric Measurements
$measurements = (round($model->bust * .393) . '-' . round($model->waist * .393) . '-' . round($model->hips * .393) . ' inches / '. $model->bust . '-' . $model->waist . '-' . $model->hips . ' cm');
$weight = (round($model->weight * 2.204) . ' lbs. / ' . $model->weight . ' kilos');
$height = (intval(($model->height * .393) / 12) . "' " . ((intval($model->height * .393)) - (intval(($model->height * .393) / 12) * 12)) . '" / ' . $model->height . ' cm');
}
if ($model->playmate = "") {
$playmate_title = "None";
} else {
$playmate_title = $model->playmate;
}
if ($model->penthouse = "") {
$penthouse_title = "None";
} else {
$penthouse_title = $model->penthouse;
}
?>
<table width='730' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><img src='../images/topbox.gif' width='730' height='6'></td>
</tr>
<tr>
<td align='center' class='scenebg1'>
<table width='718' border='0' cellpadding='1' cellspacing='0' class='scenebg2'>
<tr>
<td>
<table width="712" align="center" cellspacing="3" cellpadding="0" border="0">
<tr>
<td width="300" class='picborder1'><img src="../pornstars/<?php echo str_replace(' ', '-', $modelname); ?>.jpg" width="300" height="400" alt="" border="0"></td>
<td width="412">
<table bgcolor="#f3f3f3" align="center" height="400" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top">
<table class='texttabs' width='403' border='0' cellpadding='1' cellspacing='0'>
<tr>
<td align="center" nowrap><span class='font2'><?php echo $modelname; ?></span><br><span class='font3'>
<?php
echo " ".number_format($model->num_pics, 0)." ";
?>
photos in
<?php
echo " ".number_format($model->num_sets, 0)." ";
?>
sets!</span></td>
</tr>
</table></td>
</tr>
<tr>
<td height="100%">
<table height="100%" align="center" width="403" cellspacing="1" cellpadding="0" border="0">
<tr>
<td>
<table height="100%" class='bio-table' width="401" align="center" cellspacing="1" cellpadding="2" border="0">
<tr>
<td nowrap class="bio-title">Also Known As</td>
<td class="bio-info"><?php echo $aliases; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Nationality</td>
<td class="bio-info"><?php echo $model->nationality; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Date Of Birth</td>
<td class="bio-info"><?php echo $model->birthday; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Measurements</td>
<td class="bio-info"><?php echo $measurements; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Weight</td>
<td class="bio-info"><?php echo $weight; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Height</td>
<td class="bio-info"><?php echo $height; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Breasts</td>
<td class="bio-info"><?php echo $model->breasts; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Partner Preference</td>
<td class="bio-info"><?php echo $model->sex_pref; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Favorite Position</td>
<td class="bio-info"><?php echo $model->position; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Current Status</td>
<td class="bio-info"><?php echo $model->status; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Playmate™ Title</td>
<td class="bio-info"><?php echo $playmate_title; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Penthouse™ Title</td>
<td class="bio-info"><?php echo $penthouse_title; ?></td>
</tr>
<tr>
<td nowrap class="bio-title">Comments</td>
<td class="bio-info"><?php echo $model->comments; ?></td>
</tr>
</table></td>
</tr>
<tr>
<td align="right"><a href='http://www.nscash.com/mpa2/signup/signup.php?s=26'><img src='../images/clickentire.gif' width='342' height='27' border='0'></a>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
<tr>
<td><img src='../images/botbox.gif' width='730' height='6'></td>
</tr>
</table>
<a href="/PornstarHoneys_trailer.wmv"><img vspace="3" src="/images/movie-sample.gif" width="552" height="22" alt="A sample of what you will have instantly when you come inside now!k " border="0"></a>