| 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/glamourdollars.com/vip-area/ |
Upload File : |
<?php
$grab_sql = @mysql_query($query);
if(@mysql_num_rows($grab_sql) > 0) { // IF RECORDS
if ($section != "") {
?>
<br /><div id="anavcont">
<div id="anav">
<ul id="lnav">
<li><a href="videos.php" alt="nude girls videos">VIDEOS</a></li>
</ul>
</div>
<div id="bnav">
<ul id="rnav">
<li><a href="<?php if($content_type == "1") { ?>join.php<? } else { ?>videos.php<? } ?>" alt="nude girls videos" class="viewall">VIEW ALL</a></li>
</ul>
</div>
</div><br />
<?
}
?>
<table border="0" cellspacing="10" cellpadding="0" align="center">
<?
$step_count = 0;
$total_count = 0;
unset($row);
while ($row = mysql_fetch_array($grab_sql)) {
if($total_count == 8 && isset($show_join)) {
?>
</table>
<table border="0" cellspacing="10" cellpadding="0" align="center">
<?
}
if ($step_count == 0) { echo "<tr>"; }
if($row['slug']){
$icon = $contentweb.$row['slug'].".jpg";
} else {
$icon = $contentweb.$row['content_id']."_icon.jpg";
}//$icon = $contentweb."video_icon.jpg";
$rd = explode('-',$row['releasedate']);
//$releasedate = date("F j, Y",mktime(0,0,0,$rd[1],$rd[2],$rd[0]));
$releasedate = $rd[1]."-".$rd[2]."-".$rd[0];
if ($row['rate'] == "") { $rate = "0.00"; } else { $rate = $row['rate']; }
$rate = round($rate,2);
$models = "";
$models_list = "";
$get_models = @mysql_query("SELECT `cms_models`.`model_id`, `cms_models`.`name`
FROM `cms_content_models`
INNER JOIN `cms_models` ON `cms_models`.`model_id` = `cms_content_models`.`model_id`
WHERE `cms_content_models`.`content_id` = '".$row['content_id']."' AND `cms_models`.`releasedate` <= '".$today."' ORDER BY `cms_models`.`name` ASC");
while ($mod = mysql_fetch_array($get_models)) {
$url = str_replace(" ","-",strtolower($mod['name']));
//$models .= " <a href=\"http://www.viparea.com/".$url."\">".stripslashes($mod['name'])."</a>,";
//$models .= " <a href=\"join.php?type=1&id=".$mod['model_id']."\">".stripslashes($mod['name'])."</a>, ";
$models .= " <a href=\"/".$url."\">".stripslashes($mod['name'])."</a>, ";
$models_list .= stripslashes($mod['name']).", ";
}
$models = rtrim($models, ', ');
$models_list = rtrim($models_list, ', ');
$url = "join.php";//?id=".$row['content_id']."&type=3";
$isexclusive = @mysql_query("SELECT `cms_tags`.`content_id` FROM `cms_tags` WHERE `cms_tags`.`content_id` = '".$row['content_id']."' AND `cms_tags`.`content_type` = '3' AND `cms_tags`.`stag_id` = '321' ");
if(@mysql_num_rows($isexclusive) > 0) {
$isexclusive = 1;
} else {
$isexclusive = 0;
}
?>
<td valign="top" width="200" class="index-updates">
<table border="0" cellpadding="0" cellspacing="0" id="video-entry">
<? if(isset($linktomodels) && $step_count == 3 && $page == 5) { ?>
<? } else { ?>
<tr>
<td valign="top"><? if ($row['releasedate'] > $today) { echo "coming soon! "; } ?><strong><?=$releasedate?></strong><? /* if ($isexclusive == 1) { ?><span class="contentsub"><strong> - Exclusive</strong></span><? } */ ?></td><td align="right">
<?
if ($row['releasedate'] < $today) {
?>
<strong><?=$rate?></strong> rating
<?
}
?></td>
</tr>
<? } ?>
<tr>
<td colspan="2">
<? if(isset($linktomodels) && $step_count == 3 && $page == 5) { ?>
<div style="height:150px" align="center">
<a href="join.php?type=1&id=<?=$row['model_id']?>"><span class="ficon">VIP</span></a><br /><br />
<a href="join.php?type=3&id=<?=$row['content_id']?>"><span class="contentname">INSTANT ACCESS</span><br /><img src="images/rightarrow.jpg" width="69" height="68" border="0" /></a></div>
<? } else { ?>
<a href="<?=$url?>"><img src="<?=$icon?>" border="0" class="tn" alt="<?php print str_replace("-", " ", $row['slug']); ?>" /></a><br />
<strong><?=stripslashes($row['name'])?></strong><br /><br />
<strong>featuring:</strong> <?=$models?>
</div><? } ?>
</td></tr></table>
</td>
<?
$step_count++;
$total_count++;
if($step_count == $num_columns) {
$step_count = 0;
echo "</tr>";
}
}
if ($total_count < $num_columns) {
for ($i=$step_count;$i<$num_columns;$i++) {
echo "<td valign=\"top\" width=\"220\"> </td>";
}
echo "</tr>";
}
?>
</table>
<?
}
?>