| 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/members/ |
Upload File : |
<?
if (!isset($_GET['id'])) {
printf("<meta http-equiv=\"Refresh\" content=\"0;url=./videos.php?invalid-scene\">");
die();
}
$streaming = 1;
include('config.php');
dbconn();
include('mod_html_top.php');
include('mod_rcol_vipdelight.php');
include('mod_rcol_coming.php');
include('mod_rcol_browse.php');
include('mod_rcol_vipnetwork.php');
include('mod_rcol_search.php');
include('mod_rcol_match.php');
include('mod_rcol_topmodels.php');
include('mod_rcol_topphotos.php');
include('mod_rcol_topvideos.php');
include('mod_rcol_conversation.php');
include('mod_rcol_feedback.php');
include('mod_html_middle.php');
$content_id = $_GET['id'];
$content_type = "3"; // VIDEO
$nav_menu = 3;
$content_info = @mysql_query("SELECT `cms_content`.`content_id`,
`cms_content`.`releasedate`,
`cms_content`.`content_path`,
`cms_content`.`match_content_id`,
`cms_content`.`name`,
`cms_content`.`num_photos`,
`cms_content`.`rate_count`,
(`cms_content`.`rate_total`/`cms_content`.`rate_count`) as rate
FROM `cms_content`
WHERE `cms_content`.`content_id` = '".$content_id."' AND `cms_content`.`releasedate` <= '".$today."'");
if(@mysql_num_rows($content_info) == 0) {
printf("<meta http-equiv=\"Refresh\" content=\"0;url=./videos.php?no-scene\">");
die();
}
$match_content_id = @mysql_result($content_info, 0, 'match_content_id');
$content_name = @mysql_result($content_info, 0, 'name');
$content_path = @mysql_result($content_info, 0, 'content_path');
$content_rating = round(@mysql_result($content_info, 0, 'rate'),2);
$rd = explode('-',@mysql_result($content_info, 0, 'releasedate'));
$content_releasedate = $rd[1]."-".$rd[2]."-".$rd[0];
$rating_count = @mysql_result($content_info, 0, 'rate_count');
logit('contentview',$content_id);
$models = "";
$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` = '".$content_id."' AND `cms_models`.`releasedate` <= '".$today."' ORDER BY `cms_models`.`name` ASC");
while ($mod = mysql_fetch_array($get_models)) {
$models .= " <a href=\"model.php?id=".$mod['model_id']."\" class=\"pl\">".stripslashes($mod['name'])."</a>,";
}
$models = rtrim($models, ',');
// CHECK IF FAVORITED
include('mod_fav_check.php'); // output: $fav_html
// CHECK IF FAVORITED
// RATE
$rating = $content_rating;
include('mod_rate.php'); // output: $rate_html
// RATE
$content_info2 = @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`
INNER JOIN `cms_tags_c` ON `cms_tags_s`.`ctag_id` = `cms_tags_c`.`ctag_id`
WHERE `cms_tags`.`content_id` = '".$content_id."' AND `cms_tags_c`.`viewable` = '1' AND `cms_tags_c`.`ctag_id` > '3'");
$tag_html = "";
while ($row = mysql_fetch_array($content_info2)) {
$tag_html .= " <a href=\"search.php?tag=".stripslashes($row['description'])."\" class=\"pl\">".stripslashes($row['description'])."</a>,";
}
$tag_html = rtrim($tag_html, ',');
$icon = $contentweb.$content_id."_icon.jpg";
//$icon = $contentweb."video_icon.jpg";
?>
<link href="viparea.css" rel="stylesheet" type="text/css" />
<br />
<div class="sub_header"><a href="videos.php" class="pl">videos</a> » <?=$models?> » <strong><?=$content_name?></strong></div>
<table width="331" border="0" cellspacing="0" cellpadding="0" align="right">
<tr>
<td width="131" valign="top"><?=$fav_html?></td>
<td width="150" height="30"><?=$rate_html?></td>
<td width="50"> </td>
</tr>
</table>
<?
/* REMOVED 05/410/2014
if($content_id < 0) {
$secret = "86Y8Q6MHo6hap";
$uri_prefix = "http://viparea.com:81/dl/";
$exp = explode("/",$content_path);
$tmp = count($exp) - 2;
$file = "/".$exp[$tmp]."_high-flash.flv";
$t = time();
$t_hex = sprintf("%08x", $t);
$m = md5($secret.$file.$t_hex);
# generate link
$url = $uri_prefix.$m."/".$t_hex."/".$file;
$url = "/members/content/".$content_path."".$exp[$tmp]."-480.mp4";
include($contentroot.$content_path.'content_arr.php'); //$content_arr[]
$content_location = "content/".$content_path;
?>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="10">
<tr>
<td valign="top">
<p id="example" class="media">video</p>
<script type='text/javascript' src='swfobject.js'></script>
<script type='text/javascript'>
var s1 = new SWFObject('http://www.viparea.com/player-licensed.swf','ply','720','480','9','#ffffff');
s1.addParam('allowfullscreen','true');
s1.addVariable('skin', 'http://www.viparea.com/modieus.swf');
s1.addParam('flashvars','file=<?=$url?>&type=lighttpd&skin=http://www.viparea.com/modieus.swf&image=http://www.viparea.com/images/content/<?=$content_id?>_flashpreview.jpg');
s1.write('example');
</script>
<br />
<br />
<span class="heading2">Download</span><br />
right click on a link and select 'save as' or 'save target as' to save to your computer!<br />
<table width="100%" border="0" cellpadding="3" cellspacing="5">
<tr>
<td width="150"><div align="center"><img src="images/icons_02.jpg" width="42" height="40" /><br /><strong>Windows (.wmv)</strong></div></td>
<td width="150"><div align="center"><img src="images/icon_04.jpg" width="44" height="40" /><br /><strong>Ipod/Iphone (.mp4)</strong></div></td>
<td rowspan="4"><strong>Having trouble viewing videos?</strong><br />
We recommend VLC Player. It's free and a great player! <a href="http://www.videolan.org/" target="_blank">http://www.videolan.org/</a></td>
</tr>
<tr>
<? if($content_arr['high-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=high-hd_wmv">HIGH QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['high-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=high-ipod_mp4">HIGH QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
<tr>
<? if($content_arr['med-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=med-hd_wmv">MED QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['med-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=med-ipod_mp4">MED QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
<tr>
<? if($content_arr['low-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=low-hd_wmv">LOW QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['low-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=low-ipod_mp4">LOW QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
</table>
<br />
</td>
</tr>
</table>
<?php
} else {
*/
$exp = explode("/",$content_path);
$tmp = count($exp) - 2;
$flash = 0;
if($content_id < 516) {
$url = "members/content/".$content_path."".$exp[$tmp]."_high-ipod.mp4";
if(!file_exists("/web/sites/taj/glamourdollars/vip-area" . $url)) {
$url = str_replace("high-ipod.mp4", "high-flash.flv", str_replace("/videos/models/", "/videos/flash/", str_replace($exp[$tmp] . "/", "", $url)));
$flash = 1;
}
} else {
$url = "members/content/".$content_path."".$exp[$tmp]."-480.mp4";
}
/* REMOVED 05/10/2014
?>
<script type="text/javascript">
var flowplayerConfig = {
hostname: "streaming.viparea.com",
key: "#$1e2b42df99b3d3f7ddd",
width: '720px',
height: '448px',
videoFileName: '<?php echo $url; ?>',
previewImage: 'http://www.viparea.com/images/content/<?php echo $content_id; ?>_flashpreview.jpg'
}
</script>
<div class="video-player" id="flowplayerHolder"></div>
<script type="text/javascript" src="http://static.jmmp.org/js/fp1.1.js"></script>
<? */
//members/content/videos/models/solo/spencer-scott-071013-v01/spencer-scott-071013-v01-480.mp4
if($flash == 1) {
?>
<?php /*MIGUEL CODE - Start*/?>
<?php /*
<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="pNl1ojosylA4/CXUVotuRVCNcZ1JsJAg5auZlZGNMwGP0DKPLJq6pQ==";</script>
<style>#video_player {display:inline-block; width:100%;}</style>
<div id="video_player"></div>
<script>
jQuery( window ).load(function() {
jwplayer("video_player").setup({
file:"/<?php echo $url; ?>",
width: '100%',
height: 480,
autostart: true,
});
});
</script>
*/?>
<?php /*MIGUEL CODE - End*/?>
<?php/* Commented by Miguel (it's the old Flowplayer code)*/?>
<div class="video-player" id="flowplayerHolder"><a class="rtmp" id="fms" style="display:block;width:805px;height:480px;"></a></div>
<script type="text/javascript">
$f("fms", "http://viparea.com/flowplayer/flowplayer-3.2.7.swf", {
key: '#$a9a4cfef593fb7adec3',
clip: { url: '/<?php echo $url; ?>' }
});
</script>
<?php /**/ ?>
<?php } else { ?>
<?php /*MIGUEL CODE - Start*/?>
<script src="mp/mediaelement-and-player.min.js"></script>
<link rel="stylesheet" href="mp/mediaelementplayer.min.css" />
<style>#video_player {display:inline-block; width:100%;} .mejs-overlay-loading, .mejs-offscreen { display: none; }</style>
<div id="video_player"><video src="/<?php echo $url; ?>" width="100%" height="600" autoplay preload="true" style="width:100%; height:100%;"></video></div>
<script>
jQuery( window ).load(function() {
jQuery('#video_player video').mediaelementplayer();
});
</script>
<?php /*MIGUEL CODE - End*/?>
<?php/* Commented by Miguel (it's the old Flowplayer code)
<div class="video-player" id="flowplayerHolder"><a class="rtmp" id="wowza" style="display:block;width:805px;height:480px;"></a></div>
<script type="text/javascript">
$f("wowza", "http://viparea.com/flowplayer/flowplayer-3.2.7.swf", {
key: '#$a9a4cfef593fb7adec3',
clip: {
url: 'mp4:<?php echo $url; ?>',
provider: 'rtmp'
},
plugins: {
rtmp: {
url: 'http://viparea.com/flowplayer/flowplayer.rtmp-3.2.3.swf',
netConnectionUrl: 'rtmp://streaming.viparea.com/vod'
}
}
});
</script>
*/?>
<? } ?>
<br /><br />
<?php if($content_id < 516) {
include($contentroot.$content_path.'content_arr.php'); //$content_arr[]
$content_location = "content/".$content_path;
?>
<table width="100%" border="0" cellpadding="3" cellspacing="5">
<tr>
<td width="150"><div align="center"><img src="images/icons_02.jpg" width="42" height="40" /><br /><strong>Windows (.wmv)</strong></div></td>
<td width="150"><div align="center"><img src="images/icon_04.jpg" width="44" height="40" /><br /><strong>Ipod/Iphone (.mp4)</strong></div></td>
<td rowspan="4"><strong>Having trouble viewing videos?</strong><br />
We recommend VLC Player. It's free and a great player! <a href="http://www.videolan.org/" target="_blank">http://www.videolan.org/</a></td>
</tr>
<tr>
<? if($content_arr['high-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=high-hd_wmv">HIGH QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['high-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=high-ipod_mp4">HIGH QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
<tr>
<? if($content_arr['med-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=med-hd_wmv">MED QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['med-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=med-ipod_mp4">MED QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
<tr>
<? if($content_arr['low-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=low-hd_wmv">LOW QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['low-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=low-ipod_mp4">LOW QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
</table>
<?php } else { ?>
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><span class="heading2">Download</span><br />
right click on a link and select 'save as' or 'save target as' to save to your computer!
<br /><br />
<strong>MP4 / H.264</strong><br />
<a href="video_dl2.php?id=<?php echo $content_id; ?>&format=1080">1920 x 1080 HD</a><br />
<a href="video_dl2.php?id=<?php echo $content_id; ?>&format=720">1280 x 720 HD</a><br />
<a href="video_dl2.php?id=<?php echo $content_id; ?>&format=480">854 x 480</a>
<br /><br />
<strong>WMV</strong><br />
<a href="video_dl2.php?id=<?php echo $content_id; ?>&format=1080wmv">1280 x 720 HD</a>
<br /><br />
<strong>Ipad / Iphone</strong><br />
<a href="video_dl2.php?id=<?php echo $content_id; ?>&format=480">320 x 240</a>
<?php if($match_content_id != 0) { ?><br /><br /><span class="fsone fspink">View Photoset</span><br /><a href="photoset.php?id=<?php echo $match_content_id; ?>"><img src="<?php echo $contentweb.$match_content_id."_icon.jpg"; ?>" border="0" /></a><?php } ?>
<br /><br />
<strong>Having trouble viewing videos?</strong><br />
We recommend VLC Player. It's free and a great player! <a href="http://www.videolan.org/" target="_blank">http://www.videolan.org/</a></td>
</tr>
</table>
<?php } ?>
<?php
//}
/*
<br />
<span class="heading2">Download</span><br />
right click on a link and select 'save as' or 'save target as' to save to your computer!<br />
<table width="500" border="0" cellpadding="3" cellspacing="5">
<tr>
<td width="150"><div align="center"><img src="images/icons_02.jpg" width="42" height="40" /><br /><strong>Windows (.wmv)</strong></div></td>
<td width="150"><div align="center"><img src="images/icons_03.jpg" width="44" height="40" /><br /><strong>Quicktime (.mov)</strong></div></td>
<td width="150"><div align="center"><img src="images/icon_04.jpg" width="44" height="40" /><br /><strong>Ipod/Iphone (.mp4)</strong></div></td>
<td rowspan="4"><strong>Having trouble viewing videos?</strong><br />
We recommend VLC Player. It's free and a great player! <a href="http://www.videolan.org/" target="_blank">http://www.videolan.org/</a></td>
</tr>
<? /*
<tr>
<? if($content_arr['high-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="<?=$content_location.$content_arr['high-hd_wmv']?>">HIGH QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['high-hd_mov'] != "") { ?><td width="150"><div align="center"><a href="<?=$content_location.$content_arr['high-hd_mov']?>">HIGH QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['high-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="<?=$content_location.$content_arr['high-ipod_mp4']?>">HIGH QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
<tr>
<? if($content_arr['med-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="<?=$content_location.$content_arr['med-hd_wmv']?>">MED QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['med-hd_mov'] != "") { ?><td width="150"><div align="center"><a href="<?=$content_location.$content_arr['med-hd_mov']?>">MED QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['med-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="<?=$content_location.$content_arr['med-ipod_mp4']?>">MED QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
<tr>
<? if($content_arr['low-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="<?=$content_location.$content_arr['low-hd_wmv']?>">LOW QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['low-hd_mov'] != "") { ?><td width="150"><div align="center"><a href="<?=$content_location.$content_arr['low-hd_mov']?>">LOW QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['low-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="<?=$content_location.$content_arr['low-ipod_mp4']?>">LOW QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
<tr>
<? if($content_arr['high-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=high-hd_wmv">HIGH QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<?php /*<? if($content_arr['high-hd_mov'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=high-hd_mov">HIGH QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['high-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=high-ipod_mp4">HIGH QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
<tr>
<td></td>
<?php /* <? if($content_arr['med-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=med-hd_wmv">MED QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['med-hd_mov'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=med-hd_mov">MED QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['med-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=med-ipod_mp4">MED QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
<tr>
<td></td>
<?php /*<? if($content_arr['low-hd_wmv'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=low-hd_wmv">LOW QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['low-hd_mov'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=low-hd_mov">LOW QUALITY</a></div></td><? } else { ?><td></td><? } ?>
<? if($content_arr['low-ipod_mp4'] != "") { ?><td width="150"><div align="center"><a href="video_dl.php?id=<?=$content_id?>&format=low-ipod_mp4">LOW QUALITY</a></div></td><? } else { ?><td></td><? } ?>
</tr>
</table>
<br />
*/ ?>
<?php if($tag_html != '') { ?><br /><strong>Tags:</strong> <?=$tag_html?><br /><br /><br /><?php } ?>
<?
include('mod_comments.php');
include('mod_html_bottom.php');
?>