| 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/sportyone.com/public_html/template/ |
Upload File : |
<?php
if(empty($_SESSION['f_niche']) && !isset($_GET['page']) && !isset($_POST['site_desig']))
{
include("elements/video_top.php");
}
?>
<TABLE WIDTH=981 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD bgcolor="#ffffff"><IMG SRC="<?php echo ROOT_URL ?>images/spacer.gif" height=10></TD>
</TR>
<TR>
<TD valign=top><TABle border=0 cellspacing=0 cellpadding=0>
<TR>
<TD><IMG SRC="<?php echo ROOT_URL ?>images/contentrighttopcorner.gif" WIDTH=11 HEIGHT=12 ALT=""></TD>
<TD width="960" background="<?php echo ROOT_URL ?>images/contenttopspacer.gif"><IMG SRC="<?php echo ROOT_URL ?>images/contenttopspacer.gif" WIDTH=4 HEIGHT=12 ALT=""></TD>
<TD align="center"><IMG SRC="<?php echo ROOT_URL ?>images/contentrighttopcornerz.gif" WIDTH=10 HEIGHT=12 ALT=""></TD>
</TR>
</TABle>
<TABle border=0 cellspacing=0 cellpadding=0>
<TR>
<TD witdh=2 bgcolor="#630031"><IMG SRC="<?php echo ROOT_URL ?>images/spacer.gif" WIDTH=2 ALT=""></TD>
<TD valign=top bgcolor="#C4C2C3" width=8><IMG SRC="<?php echo ROOT_URL ?>images/spacer.gif" width=8 height=1></TD>
<TD width="979" bgcolor="#C4C2C3"><TABLE border=0 cellspacing=0 cellpadding=0 width=969>
<TR>
<TD width="680" valign=top class="style2"><a name="sportytube"></a>Sporty Tube //
<form action="?content=videos" method="post" style="margin: 0px; padding: 0px; display:inline;">
<select name='niche' onchange='this.form.submit()'>
<?php if(isset($niches)): ?>
<option value="0">--Niche Sort--</option>
<?php
foreach($niches as $niche):
$sel = null;
if(!empty($_SESSION['f_niche']) && $_SESSION['f_niche'] == $niche['niche_id'])
$sel = 'selected="selected"';
?>
<option <?php echo $sel; ?> value="<?php echo $niche['niche_id']; ?>" ><?php echo $niche['niche_name']; ?></option>
<?php endforeach; ?>
<?php endif; ?>
</select>
</form>
//
<form id="filter2" action="" method="post" style="margin: 0px; padding: 0px; display:inline;">
<?php if(isset($site_desig_arr)): ?>
<select name="site_desig" id="sel_filter" onchange='this.form.submit()'>
<option value="0">--Site Sort--</option>
<?php
foreach($site_desig_arr as $site_point):
$sel = null;
if(!empty($_SESSION['site_desig']) && $_SESSION['site_desig'] == $site_point['site_desig'])
$sel = 'selected="selected"';
?>
<option <?php echo $sel; ?> value="<?php echo $site_point['site_desig']; ?>" ><?php echo $site_point['site_desig']; ?></option>
<?php endforeach; ?>
</select>
<?php endif; ?>
</form>
<?php include('elements/pagination_element.php'); ?></TD>
</TR>
</TABLE>
<TABLE border=0 cellspacing=0 cellpadding=0 width=969>
<TR>
<TD colspan=4><IMG SRC="<?php echo ROOT_URL ?>images/spacer.gif" height=7></TD>
</TR>
<TR>
<?php
$cnt=1;
$cnt2=1;
if(!empty($result))
{
foreach ($result as $key => $element)
{
if($element['media'] == 'V')
{
$site_desig = '';
$class = '';
$pic_name_add='';
$pic_width='';
$starring_string = models_starring($element['asset_id']);
$site_desig = $element['site_desig'];
if($site_desig == 'Sporty Select'){ $class = 'sporty_select';}
if($cnt == '1')
{ echo "<td colspan = 4 align=center><table border=0>";
include('elements/video_element_medium.php');
echo "<td> </td>";
}
if($cnt == '2')
{
include('elements/video_element_medium.php');
echo "</td></table></tr><tr><TD colspan=4><IMG SRC=\"images/spacer.gif\" height=20></TD></TR>
<TR> ";
}
if($cnt > '2')
{
include('elements/video_element.php');
if($cnt2 % '4' == '0' ) { echo "</tr><tr><td colspan=4> </td></tr><tr>";}
$cnt2++;
}
$cnt++;
}
}
}
?>
</tr>
</TABLE>
<br />
<TABLE border=0 cellspacing=0 cellpadding=0 width=969>
<TR>
<TD width="680" valign=top class="style2"><a name="sportytube"></a>Sporty Tube //
<form action="?content=videos" method="post" style="margin: 0px; padding: 0px; display:inline;">
<select name='niche' onchange='this.form.submit()'>
<?php if(isset($niches)): ?>
<option value="0">--Niche Sort--</option>
<?php
foreach($niches as $niche):
$sel = null;
if(!empty($_SESSION['f_niche']) && $_SESSION['f_niche'] == $niche['niche_id'])
$sel = 'selected="selected"';
?>
<option <?php echo $sel; ?> value="<?php echo $niche['niche_id']; ?>" ><?php echo $niche['niche_name']; ?></option>
<?php endforeach; ?>
<?php endif; ?>
</select>
</form>
//
<form action="?content=videos" method="post" style="margin: 0px; padding: 0px; display:inline;">
<select name='site_desig' onchange='this.form.submit()'>
<?php if(isset($site_desig_arr)): ?>
<option value="0">--Site Sort--</option>
<?php
foreach($site_desig_arr as $site_pt):
$sel = null;
if(!empty($_SESSION['site_desig']) && $_SESSION['site_desig'] == $site_pt['site_desig'])
{$sel = 'selected="selected"';} ?>
<option <?php echo $sel; ?> value="<?php echo $site_pt['site_desig']; ?>" ><?php echo $site_pt['site_desig']; ?></option>
<?php endforeach; ?>
<?php endif; ?>
</select>
</form>
<?php include('elements/pagination_element.php'); ?></TD>
</TR>
</TABLE></TD>
<TD witdh=2 bgcolor="#630031"><IMG SRC="<?php echo ROOT_URL ?>images/spacer.gif" WIDTH=2 ALT=""></TD>
</TR>
</TABle>
<TABle border=0 cellspacing=0 cellpadding=0>
<TR>
<TD><IMG SRC="<?php echo ROOT_URL ?>images/contentbottomleftcorner.gif" WIDTH=11 HEIGHT=11 ALT=""></TD>
<TD width="960" background="<?php echo ROOT_URL ?>images/contentbottomspacer.gif"><IMG SRC="<?php echo ROOT_URL ?>images/contentbottomspacer.gif" WIDTH=4 HEIGHT=11 ALT=""></TD>
<TD align="center"><IMG SRC="<?php echo ROOT_URL ?>images/contentbottomrightcorner.gif" WIDTH=10 HEIGHT=11 ALT=""></TD>
</TR>
</TABle></TD>
</TR>
</TABLE>
<br>
<br>
<br></TD>
<TD bgcolor="#000000"><IMG SRC="<?php echo ROOT_URL ?>images/spacer.gif" width=1></TD></TR>
<TR><TD bgcolor="#000000" colspan=3><IMG SRC="<?php echo ROOT_URL ?>images/spacer.gif" height=1></TD></TR>
</TABLE>