| 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/www.superporner.com/tube/templates/ |
Upload File : |
<?
$pornstars_q = mysql_query("SELECT * FROM pornstars WHERE record_num IN
(SELECT pornstar FROM content_pornstars WHERE content_pornstars.content = {$rrow[record_num]}) LIMIT 1");
$prow = mysql_fetch_array($pornstars_q);
?>
<div id="main">
<div id="being_watched">
<div id="galleryPageWrap"><!-- START GALLERY PAGE WRAPPER -->
<div class="videos" style="margin-left:0px; width:100%; margin-bottom: 10px;">
<div class="header">
<div class="right">
<div class="left" style="width:100%;">
<h2><strong>¤</strong> <?php echo $prow['name']; ?></h2>
</div>
</div>
</div>
</div>
<!-- videos end-->
<div id="galleryWrapper"><!-- START GALLERY WRAPPER -->
<!--PLAYER-->
<div id="playerGallery" class="galleryContent">
<div id="gallerySite">
<div class="broughtByImg"><?php echo $ads[ad9]; ?></div>
<?php
if (!empty($rrow[paysiteurl]))
{
echo '<div class="broughtBy">This gallery brought to you by:</div>';
echo '<a href="'. $rrow[paysiteurl] .'" class="broughtByUrl">'. $rrow[paysitename] .'</a>';
}
?>
</div>
<?
$gccc = 1;
$array = scandir($gallery_path."/".$rrow[filename]);
foreach($array as $i) {
if($i != '.' && $i != '..' && $i != 'thumbs' && stripos($i,'.jpg')) {
?>
<a href="<? echo $gallery_url; ?>/<? echo $rrow[filename]; ?>/<? echo $i; ?>" name="<? echo $rrow[title]; ?>"><img src="<? echo $gallery_url; ?>/<? echo $rrow[filename]; ?>/thumbs/<? echo $i; ?>" alt="<? echo $rrow[title]; ?>" border=0 /></a>
<?
if ($gccc == "6")
{
echo '</div><div id="galleryBottom" class="galleryContent">';
}
$gccc++;
}
}
?>
</div>
<!--END PLAYER-->
</div><!-- END GALLERY WRAPPER -->
</div>
<div>
<div id="option" style="width:576px; min-height: 393px;">
<h2><? echo $rrow[title]; ?></h2>
<table width="100%" border="0">
<tr>
<td width="71%"><strong>Views: <em> <? echo $rrow[views]; ?> </em></strong><br /></td>
<td width="29%" rowspan="2">
<? include($basepath.'/rating/_drawrating.php'); echo rating_bar($_GET[id],5); ?></td>
</tr>
<tr>
<td colspan="2"><strong>Description: </strong> <? echo $rrow[description]; ?></td>
</tr>
<tr>
<td colspan="2"><strong>Tags: </strong>
<?
/*
Usage:
buildChannels(record_num,mode);
mode can be 'channels' or 'search'
*/
echo buildTags($rrow[record_num],'channels');
?>
</td>
</tr>
<tr>
<td colspan="2"><strong>Pornstars: </strong></td>
</tr>
<tr>
<td colspan="2">
<table>
<tr>
<?
$pornstars_q = mysql_query("SELECT * FROM pornstars WHERE record_num IN
(SELECT pornstar FROM content_pornstars WHERE
content_pornstars.content = {$rrow[record_num]})");
while($prow = mysql_fetch_array($pornstars_q)) {
?>
<td style="text-align: center;">
<a href="/pornstars/<? echo strtolower(str_replace(" ","-",$prow[name])."-".$prow[record_num]);?>.html">
<img style="border: 1px solid #C4B583;" height="150" src="/media/misc/<? echo $prow[thumb]; ?>"/>
<br/>
<? echo $prow[name]; ?></a>
</td>
<? } ?>
</tr>
</table>
</td>
</tr>
<!-- tr>
<td colspan="2">
<strong>Link to this Video</strong>
<label>
<input type="text" name="textfield" id="textfield" value="<? echo $basehttp.$_SERVER['REQUEST_URI']; ?>" />
<img src="/gfx/share.gif" style="vertical-align:-4px;" />
</label></td>
</tr -->
</table>
</div>
<div class="adv" style="margin-right:0px; margin-top: 12px;">
<div class="top"></div>
<div class="center">
<p align="center">~ Advertisement ~</p>
<p align="center">
<iframe src="http://medleyads.com/spot/12620.html" width="300" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</p>
</div>
<div class="bottom"></div>
</div>
</div>
</div>
<!-- being wateched end-->
<div id="comments">
<h2><strong>¤ </strong>Comments</h2>
</div>
<div class="contents">
<div id="videoscomments" style="display:block;" >
<?
$cresult = mysql_query("SELECT * FROM comments WHERE content = '$rrow[record_num]' ORDER BY timestamp DESC");
if(mysql_num_rows($cresult) > 0) {
?>
<ul class="ul-comments" id='ul-comments'>
<?
while($crow = mysql_fetch_array($cresult)) {
?>
<li>
<strong><? echo $crow[name]; ?></strong> wrote <? echo datediff('n',$crow[timestamp],time(),true); ?> ago:
<p><i><? echo $crow[comment]; ?></i></p>
</li>
<? } ?>
</ul>
<div id='commentspagination'></div>
<? } else { ?>
There are no comments for this video. Please leave your feedback and be the first!
<? } ?>
<? if($_SESSION[userid]) { ?>
<form id="myform" name="comments" action="javascript:get(document.getElementById('myform'));" style='margin: 0 0 0 0; padding: 0 0 0 0;'>
<input type='hidden' name='id' id='id' value='<? echo $rrow[record_num]; ?>' />
<span name="myspan" id="myspan" style='text-align: left; font-weight: bold;'></span>
<table border="0">
<tr>
<td valign="top">
Comment:<br />
<textarea style='width: 600px; height: 70px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; margin-bottom: 5px;' name="comment" id="comment"></textarea>
<br />
<input type="submit" name="button" id="button" value="Post Comment" /></td>
</tr>
</table>
</form>
<? } else { ?>
<p>You must be logged in to post comments. Please <a href='/login.php'>login</a> or <a href='/signup.php'>signup (free)</a>.</p>
<? } ?>
</div>
</div>
<div id="related">
<h2><strong> ¤</strong> Related Videos</h2>
</div>
<div class="contents">
<div id="videosrelated" style="display: block;" >
<?
/*
Usage:
showRelated("String To Search", Template To Use, ID To Exclude, Number To Display);
Stosowanie:
showRelated("Co ma szukac", Template do uzycia, record_num ktory niepokazac, Ilosc do wyswietlenia);
*/
showRelated("$rrow[keywords] $rrow[title]",$basepath.'/templates/template.content_item.php',$rrow[record_num],8);
?>