HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/tubeshemale.com/public_html/templates_OLD_JUNK/template.content_item.php
<? 
$link = "$basehttp/videos/".strtolower(str_replace($bad,$good,$row[title]))."-".$row[record_num].".html"; 
$dirname = str_replace('.flv','',$row[orig_filename]);
$subdir = $row[filename][0].'/'.$row[filename][1].'/'.$row[filename][2].'/'.$row[filename][3].'/'.$row[filename][4].'/'; 
$dirname = $subdir.$dirname; 
$uniq = uniqid(); 
?>

				<div class="content">
				<? if($row[embed]) { ?>
					<a href="<? echo $link; ?>"><img class="img" src="<? echo $thumb_url; ?>/embedded/<? echo $row[record_num]; ?>.jpg" alt="<? echo $row[title]; ?>"></a>
				<? } else { ?>
					<script type='text/javascript'>stat['<? echo $uniq; ?>']=0; pic['<? echo $uniq; ?>']=new Array(); pics['<? echo $uniq; ?>']=new Array(1,1,1,1,1,1,1,1,1,1);</script>
					<a href="<? echo $link; ?>"><img class="img" src="<? echo $thumb_url; ?>/<? echo $dirname; ?>/<? echo $row[orig_filename]; ?>-<? echo $row[main_thumb]; ?>.jpg" alt="<? echo htmlentities($row[title]); ?>" id="<? echo $uniq; ?>" onmouseover='startm("<? echo $uniq; ?>","<? echo $thumb_url; ?>/<? echo $dirname; ?>/<? echo $row[orig_filename]; ?>-",".jpg");' onmouseout='endm("<? echo $uniq; ?>"); this.src="<? echo $thumb_url; ?>/<? echo $dirname; ?>/<? echo $row[orig_filename]; ?>-<? echo $row[main_thumb]; ?>.jpg";'></a>
				<? } ?>

					<div class="vtitle"><a href="<? echo $link; ?>"><? echo truncate($row[title],15); ?></a></div>
					<div class="rating"><div class="star_off"><div class="star_on" style="width:<? echo ceil($row[rating]*10); ?>px"></div></div></div>
					<div class="time"><b><? if($row[submitter] == $_SESSION[userid]) { ?><a href="<? echo $basehttp; ?>/edit_content.php?id=<? echo $row[record_num]; ?>">Edit</a><? } else { echo sec2time($row[length]); } ?></b></div>
					<div class="date"><b><? echo datediff('',$row[encoded_date],date('Y-m-d H:i:s'),false); ?></b> ago</div>
					<div class="views"><b><? if($thispage == 'favorites') { ?><a href='<? echo $basehttp;?>/action.php?action=remove_favorites&id=<? echo $row[record_num]; ?>'>Remove</a><? } else { echo $row[views]; ?> views<? } ?></b></div>
				<!-- class="content" --></div>