| 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 : |
<div id='container'>
<div id="header">
<center>
<h1><strong>Mobile Tube Script Demo</strong></h1>
</center>
<form method='get' action='/searchgate.php' style='margin: 5px 0 0 0; padding: 0 0 0 0;'>
<center>
<select name='channels' onChange="window.location=this.value;">
<option value=''>-Channels-</option>
<?
$result = mysql_query("SELECT * FROM niches ORDER BY name ASC");
while($row = mysql_fetch_array($result)) {
$link = $basehttp.'/channels/'.$row[record_num].'/'.$row[name].'/page1.html';
echo "<option value='$link'>$row[name]</option>";
}
?>
</select>
<input type='text' name='q' value='' class='textsearch' size="17" /><input type='submit' class='search' value='Search' name='submit' />
</center>
</form>
<h2 align='center'><? echo $rrow[title]; ?></h2>
</div>
<div class="contents">
<?
$bad = array('?','!',' ','&','*','$','#','@');
$good = array('','','-','','','','','');
$dirname = str_replace('.flv','',$rrow[orig_filename]);
$subdir = $rrow[filename][0].'/'.$rrow[filename][1].'/'.$rrow[filename][2].'/'.$rrow[filename][3].'/'.$rrow[filename][4].'/';
$dirname = $subdir.$dirname;
?>
<img src="<? echo $thumb_url; ?>/<? echo $dirname; ?>/<? echo $rrow[orig_filename]; ?>-<? echo $rrow[main_thumb]; ?>.jpg" alt="<? echo $rrow[title]; ?>" name="<? echo $row[orig_filename]; ?>" id='<? echo $rrow[orig_filename]; ?>' width="280" style="margin-top:10px;" border=0 />
<h1 align="center"><a href="<?=$video_url.'/'.$subdir.'/'.$rrow[mobile];?>">Play now !</a></h1>
<p align="center"><strong>length:</strong> <? echo sec2time($rrow[length]); ?> | <strong>views:</strong> <? echo $rrow[views]; ?> </p>
<p align="center"><strong>added:</strong> <? echo $rrow[encoded_date]; ?> </p>
<p align="center"><strong>category:</strong> <? echo buildChannels($rrow[record_num],'channels'); ?> </p>
<p align="center"><strong>tags:</strong> <? echo buildTags($rrow[keywords]); ?> </p>