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.channel_item.php
<? 
$link = "$basehttp/channels/".$row[record_num]."/".strtolower(str_replace($bad,$good,$row[name]))."/page1.html"; 
?>

				<div class="content content-channel">
					<a href="<? echo $link; ?>">
        			<? if(file_exists($misc_path.'/cat'.$row[record_num].'.jpg')) { ?>
						<img class="img" src="<? echo $misc_url; ?>/cat<? echo $row[record_num]; ?>.jpg" alt="<? echo $row[name]; ?>">
					<? } else { ?>
            			<img class="img" src="<? echo $misc_url; ?>/catdefault.jpg" alt="<? echo $row[name]; ?>">
					<? } ?>
					</a>

					<div class="vtitle"><a href='<? echo $link; ?>'><? echo $row[name];  ?></a></div>
				<!-- class="content" --></div>