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.pornstar_item.php
<? 
	$bad = array('?','!',' ','&','*','$','#','@');
	$good = array('','','-','','','','',''); 
	$link = "$basehttp/pornstars/".strtolower(str_replace($bad,$good,$row[name]))."-".$row[record_num].".html"; 
?>
				<div class="content content-pornstar">
					<a href="<? echo $link; ?>">
        				<? if($row[thumb] != '') { ?>
							<img class="img" src="<? echo $basehttp; ?>/media/misc/<? echo $row[thumb]; ?>" alt="">
						<? } else { ?>
							<img class="img" src="<? echo $basehttp; ?>/media/misc/catdefault.jpg" alt="">
						<? } ?>
					</a>
					<div class="vtitle"><a href="<? echo $link; ?>"><? echo ucwords($row[name]); ?></a></div>
				<!-- class="content" --></div>