| 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/store.tiacyrusxxx.com/public_html/dev/ |
Upload File : |
<?php
$model_info_stats_sql = mysql_query("SELECT `cms_tags_s`.`ctag_id` , `cms_tags_s`.`description`, `cms_tags_s`.`stag_id` FROM `cms_tags`
INNER JOIN `cms_tags_s` ON `cms_tags_s`.`stag_id` = `cms_tags`.`stag_id` WHERE `cms_tags`.`content_id` = '" . $model_info->model_id . "' AND `cms_tags`.`content_type` = '1'");
if (mysql_num_rows($model_info_stats_sql) > 0) {
while ($row = mysql_fetch_array($model_info_stats_sql)) {
$model_stats[$row['ctag_id']] = stripslashes($row['description']);
}
}
$url_name = str_replace(" ","-",strtolower($model_info->name));
?>
<table width="325" border="0" cellspacing="0" cellpadding="5" bgcolor="#ededed" align="center">
<tr>
<td class="brown18px">» stats & facts</td>
</tr>
</table>
<table width="285" border="0" align="center" cellpadding="0" cellspacing="5">
<tr>
<td width="121"><div align="right"><strong>URL</strong></div></td>
<td width="149"><a href="http://xfanclubs.com/<?php echo $url_name; ?>">xfanclubs.com/<?php echo $url_name; ?></a></td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Birthday</strong></div></td>
<td>
<?php
if (isset($model_info->birthday) && $model_info->birthday != "") {
$birthday = date("F jS", strtotime($model_info->birthday));
echo '<a href="search.php?tag=' . $model_info->height . '">' . $birthday . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Body Type</strong></div></td>
<td width="189">
<?php
if (isset($model_info->bodytype) && $model_info->bodytype != "") {
echo '<a href="search.php?tag=' . $model_info->bodytype . '">' . $model_info->bodytype . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Measurements</strong></div></td>
<td width="189">
<?php
if (isset($model_info->bust) && $model_info->bust != "") {
echo '<a href="search.php?tag=' . $model_info->bust . '">' . $model_info->bust . '</a>';
} else {
echo 'n/a ';
}
if (isset($model_info->cup) && $model_info->cup != "") {
echo '<a href="search.php?tag=' . $model_info->cup . '">' . $model_info->cup . '</a>';
} else {
echo 'n/a';
}
if (isset($model_info->waist) && $model_info->waist != "") {
echo ' - <a href="search.php?tag=' . $model_info->waist . '">' . $model_info->waist . '</a>';
} else {
echo ' - n/a';
}
if (isset($model_info->hip) && $model_info->hip != "") {
echo ' - <a href="search.php?tag=' . $model_info->hip . '">' . $model_info->hip . '</a>';
} else {
echo ' - n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Hair</strong></div></td>
<td>
<?php
if (isset($model_info->hair) && $model_info->hair != "") {
echo '<a href="search.php?tag=' . $model_info->hair . '">' . $model_info->hair . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Eyes</strong></div></td>
<td>
<?php
if (isset($model_info->eyes) && $model_info->eyes != "") {
echo '<a href="search.php?tag=' . $model_info->eyes . '">' . $model_info->eyes . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Height</strong></div></td>
<td>
<?php
if (isset($model_info->height) && $model_info->height != "") {
$feet = floor($model_info->height / 12);
$inches = $model_info->height - ($feet * 12);
echo '<a href="search.php?tag=' . $model_info->height . '">' . $feet . '\' ' . $inches . '"</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Weight</strong></div></td>
<td>
<?php
if (isset($model_info->weight) && $model_info->weight != "") {
echo '<a href="search.php?tag=' . $model_info->weight . '">' . $model_info->weight . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Ethnicity</strong></div></td>
<td>
<?php
if (isset($model_info->enthinicity) && $model_info->enthinicity != "") {
echo '<a href="search.php?tag=' . $model_info->enthinicity . '">' . $model_info->enthinicity . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Hometown</strong></div></td>
<td>
<?php
if (isset($model_info->hometown) && $model_info->hometown != "") {
echo '<a href="search.php?tag=' . $model_info->hometown . '">' . $model_info->hometown . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Location</strong></div></td>
<td>
<?php
if (isset($model_info->location) && $model_info->location != "") {
echo '<a href="search.php?tag=' . $model_info->location . '">' . $model_info->location . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Sexual Preference</strong></div></td>
<td>
<?php
if (isset($model_info->sexualpreference) && $model_info->sexualpreference != "") {
echo '<a href="search.php?tag=' . $model_info->sexualpreference . '">' . $model_info->sexualpreference . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Official Website</strong></div></td>
<td>
<?php
if (isset($model_info->link_official) && $model_info->link_official != "") {
echo '<a href="http://' . $model_info->link_official . '" target="_Blank">' . $model_info->link_official . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Twitter</strong></div></td>
<td>
<?php
if (isset($model_info->link_twitter) && $model_info->link_twitter != "") {
echo '<a href="http://twitter.com/' . $model_info->link_twitter . '" target="_Blank">' . $model_info->link_twitter . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Instagram</strong></div></td>
<td>
<?php
if (isset($model_info->link_instagram) && $model_info->link_instagram != "") {
echo '<a href="http://instagram.com/' . $model_info->link_instagram . '" target="_Blank">' . $model_info->link_instagram . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<tr>
<td width="81"><div align="right"><strong>Facebook</strong></div></td>
<td>
<?php
if (isset($model_info->link_facebook) && $model_info->link_facebook != "") {
echo '<a href="' . $model_info->link_facebook . '" target="_Blank">' . $model_info->link_facebook . '</a>';
} else {
echo 'n/a';
}
?>
</td>
</tr>
<?php
if (isset($model_info->link_amazon) && $model_info->link_amazon != "") {
?>
<tr>
<td width="81"><div align="right"><strong>Amazon Wishlist</strong></div></td>
<td>
<?php echo '<a href="http://' . $model_info->link_amazon . '" target="_Blank">' . $model_info->name . '\'s wishlist</a>'; ?>
</td>
</tr>
<?php
}
?>
</table>
<br />