| 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 : |
<?
$showslider2 = 1;
include('config.php');
dbconn();
$seo_description = "A huge collection of ultra high quality nude girl videos. These sexy naked videos cannot be seen anywhere else on the net. See such hot stars as Kayden Kross, Malena Morgan, Ryan Ryans, Nicole Aniston and Mia Malkova!";
$seo_keywords = "nude girls videos, hot sexy models, dildo video, erotica movies, hot naked videos";
$seo_title = "Nude Girl Videos and Sexy Naked Videos at VIParea";
$seo_imagekeyword = "videos";
$FOOTER_TEXT = "Get your instant access into the VIP Area and see all our HD videos today!";
$update_type = "updatevideo";
include('mod_html_top.php');
?>
<style type="text/css">
<!--
h1 {
font-family: "Arial";
font-size: 12px;
color: #000000;
}
-->
</style>
<table width="1000" height="100" border="0" cellspacing="0" cellpadding="10" align="center" background="images/section_bg_right.jpg" id="page-header">
<tr>
<td width="150" align="center" background="images/section_bg_left.jpg"><span class="heading"><a href="videos.php" alt="nude girls videos" class="whitetxt">VIDEOS</a></span></td>
<td class="whitetxt">Bringing our amazing photos to life is an art. VIP's videos guide you through a lucid journey that gets you up close and personal with our models. The ultimate in experiencing these girls first hand, solo and girl-on-girl action, these models pull out all the stops and deliver authentic
<h1>hot naked videos</h1>
that are raw and explicit. Whether they are using toys or their own hands, our videos turn their moments of shear ecstasy into your reality. All of these orgasmic videos are available in HD and ipod/iphone formatted.</td>
</tr>
</table>
<div style="text-align: center; margin-top: 20px;">
<script type="text/javascript" src="../jwplayer.js"></script>
<div align="center">
<div id="mediaplayer"></div>
</div>
<script type='text/javascript'>
jwplayer('mediaplayer').setup({
'id': 'mediaplayer',
'width': '960',
'height': '540',
'provider': 'http',
'file': 'http://viparea.com/images/flash/heather-vandeven-042610-v02-sample.flv',
'image': 'http://www.viparea.com/images/content/310_flashpreview.jpg',
'stretching': 'fill',
'skin': 'glow.zip',
'controlbar': 'over',
'modes': [
{type: 'flash', src: '../player.swf'},
{
type: 'html5',
config: {
'file': 'http://viparea.com/images/flash/heather-vandeven-042610-v02-sample.flv',
'provider': 'video'
}
}
]
});
</script>
</div>
<? if(isset($_GET['test'])) {
$grab_vids = @mysql_query("SELECT `cms_content`.`content_id`,
`cms_content`.`content_path`,
`cms_content`.`name`,
`cms_content`.`slug`
FROM `cms_content`
WHERE `cms_content`.`releasedate` <= '".$today."' AND `cms_content`.`content_type` = '3' AND `cms_content`.`content_id` IN (280,269,265)
ORDER BY releasedate DESC
LIMIT 3");
$videos = "";
$videos_images = "";
$count = 0;
while ($row = mysql_fetch_array($grab_vids)) {
$exp = explode("/",$row['content_path']);
$tmp = count($exp) - 2;
$flashvid = $exp[$tmp];
//$videos_image .= "\"http://www.viparea.com/images/content/".$row['content_id']."_preview.jpg"."\",";
//$videos .= "\"http://www.viparea.com/images/flash/".$flashvid."\",";
$video[$count] = $row['content_id'];
$videos[$count] = $flashvid."-sample.flv";
$count++;
}
?>
<style type="text/css">
<!--
#featVids a {
display: block;
float: left;
padding: 5px;
position: relative;
background: #333333;
}
#featVids a.static {
background: #ae0000;
}
#featVids a:hover {
background: #ae0000;
}
-->
</style>
<table width="450" border="0" cellspacing="0" cellpadding="10" bgcolor="#000000" align="center">
<tr>
<td>
<div id="videoPlayer">
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><div id="featTrailer"></div></td>
<td><div id="featVids">
<a id="0" class="video-scene static" href="javascript:;"><img src="http://www.viparea.com/images/content/<?=$video[0]?>_icon.jpg" alt="" border="0" /></a><br />
<a id="1" class="video-scene" href="javascript:;"><img src="http://www.viparea.com/images/content/<?=$video[1]?>_icon.jpg" alt="" border="0" /></a><br />
<a id="2" class="video-scene" href="javascript:;"><img src="http://www.viparea.com/images/content/<?=$video[2]?>_icon.jpg" alt="" border="0" /></a> </div></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<script type="text/javascript">
$(document).ready(function() {
var hasVideoId = "";
var deafultStart = "0";
var video = new Array(
"http://www.viparea.com/images/flash/<?=$videos[0]?>",
"http://www.viparea.com/images/flash/<?=$videos[1]?>",
"http://www.viparea.com/images/flash/<?=$videos[2]?>"
);
var video_image = new Array(
"http://www.viparea.com/images/content/<?=$video[0]?>_flashpreview.jpg",
"http://www.viparea.com/images/content/<?=$video[1]?>_flashpreview.jpg",
"http://www.viparea.com/images/content/<?=$video[2]?>_flashpreview.jpg"
);
// This runs when the images are clicked on
$(".video-scene").click(function() {
if(video[this.id] != '') {
createPlayer('featTrailer', video[this.id], 720, 480, video_image[this.id], false, 60, '', false, true, '');
} else {
location.href = "";
}
$('#featVids a').removeClass('static');
$('#featVids a#'+this.id).addClass('static');
});
// This runs when the page is first loaded
$('#featVids a').removeClass('static');
$('#featVids a#'+deafultStart).addClass('static');
if (hasVideoId) {
createPlayer('featTrailer', video[deafultStart], 720, 480, video_image[deafultStart], false, 60, '', false, true, '');
}
else {
createPlayer('featTrailer', video[deafultStart], 720, 480, video_image[deafultStart], false, 60, '', false, false, '');
}
});
</script>
<? } ?>
<div align="center"><br />
<br />
<a href="join.php"><img src="images/videosjoin.jpg" border="0" id="videos-join" /></a></div>
<br />
<br />
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><?
$page_limit = "40";
if(isset($_GET['page'])) {
$page = $_GET['page'];
$limit_start = ($page_limit * $page) - $page_limit;
} else {
$page = 1;
$limit_start = 0;
}
$sort_by = "releasedate";
$sort_order = "DESC";
$get_total = @mysql_query("SELECT `cms_content`.`content_id`
FROM `cms_content`
INNER JOIN `cms_tags` ON `cms_tags`.`content_id` = `cms_content`.`content_id`
WHERE `cms_content`.`releasedate` <= '".$today."' AND `cms_content`.`content_type` = '3'
GROUP BY `cms_content`.`content_id`");
$total_rows = @mysql_num_rows($get_total);
$total_pages = ceil($total_rows / $page_limit);
if ($total_pages > 1) {
$pagination = pagination("join.php",$page,$total_pages);
} else {
$pagination = "";
}
$query = "SELECT `cms_content`.`content_id`,
`cms_content`.`releasedate`,
`cms_content`.`name`,
`cms_content`.`num_photos`,
`cms_content`.`slug`,
(`cms_content`.`rate_total`/`cms_content`.`rate_count`) as rate
FROM `cms_content`
INNER JOIN `cms_tags` ON `cms_tags`.`content_id` = `cms_content`.`content_id`
WHERE `cms_content`.`releasedate` <= '".$today."' AND `cms_content`.`content_type` = '3'
GROUP BY `cms_content`.`content_id`
ORDER BY ".$sort_by." ".$sort_order."
LIMIT ".$limit_start.",".$page_limit;
echo $pagination."<br />";
$num_columns = "4";
$section = "";
$show_join = 1;
include('mod_video_output.php');
echo $pagination."<br />";
?>
</td>
</tr>
</table>
<?
include('mod_html_bottom.php');
?>