| 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/pornstarhoneys.com/public_html/ |
Upload File : |
<?php
$link = dbConnect($databaseName);
$timestamp = mktime(0,0,0);
$girl_id = %MODEL_ID%;
$select = "select * from models where girl_id='$girl_id'";
$result = mysql_query($select);
$model = mysql_fetch_object($result);
if ($girl_id) {
$qry = f(q("SELECT * FROM models WHERE models.girl_id='" . $girl_id . "'", $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 align="center" cellspacing="0" cellpadding="5" border="0">
<tr>
<td width="310">
<table width="310" background="/images/bg-babe-300.gif" align="center" cellspacing="0" cellpadding="5" border="0"><tr><td><?php echo $joinlink; ?><img src="/thumbs/babes-300/<?php echo $model->image; ?>" width="300" height="400" alt="<?php echo $model->name; ?> Pics At Honey School" border="1"></a></td></tr></table>
<td align="center">
<table align="center" width="430" cellspacing="1" cellpadding="2" border="0">
<tr>
<td colspan="2" align="center"><h1><?php echo $model->name; ?></h1></td>
</tr>
<tr>
<td class="sets" width="50%" align="center"><?php echo $model->num_sets; ?> Sets</td>
<td class="sets" width="50%" align="center"><?php echo number_format($model->num_pics); ?> Photos</td>
</tr>
</table>
<table width="430" align="center" cellspacing="1" cellpadding="3" 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>
<table align='center' cellspacing='0' cellpadding='0' border='0'><tr><td class='vote2'><?php echo $model->tour_rank; ?> </td><td>
<form method='POST' action='/vote.php?s=14&w=&p=&sb=&girl_id=142' style='margin:3px;padding:0px;'>
<input type='hidden' name='start' value='0'>
<input type='hidden' name='group' value=''>
<input type='hidden' name='girl_id' value='<?php echo $girl_id; ?>'>
<select style='font-size:11px;' name='rating'>
<option value=''>---</option>
<option value='100'>100</option>
<option value='90'>90</option>
<option value='80'>80</option>
<option value='70'>70</option>
<option value='60'>60</option>
<option value='50'>50</option>
<option value='40'>40</option>
<option value='30'>30</option>
<option value='20'>20</option>
<option value='10'>10</option>
</select>
<input style='font-size:11px;' type='SUBMIT' value='Grade <?php echo $model->name; ?>'>
</form>
</td></tr></table>
</td>
</tr>
</table>
<?php
echo $joinlink, "<img src='/images/join-her.gif' width='673' height='34' alt='",$model->name,"' border='0'></a>";
include "/home/httpd/pinkhoneypot.com/html/thumbs/pages/$model->link.php";
?>