| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 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 : |
<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"><?php echo $site_r['0']['site_name'] ?> Updates //
<form id="filter" action="" method="post" style="margin: 0px; padding: 0px; display:inline;">
<?php if(isset($niches)): ?>
<select name="niche" id="sel_filter" onchange='this.form.submit()'>
<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; ?>
</select>
<?php endif; ?>
</form>
<span class="style12">// <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_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; ?>
</select>
<?php endif; ?>
</form>
<?php include('elements/pagination_element.php'); ?>
</span></TD>
</TR>
</TABLE>
<TABLE border=0 cellspacing=0 cellpadding=0 width=969>
<TR>
<TD><IMG SRC="<?php echo ROOT_URL ?>images/spacer.gif" height=7></TD>
</TR>
<TR>
<?php
/* echo "<pre>";
print_r($site_r);
echo "</pre>";*/
$cnt=1;
if(!empty($site_r))
{
foreach ($site_r as $key => $element)
{
$site_desig = '';
$class = '';
$pic_name_add='';
$pic_width='';
$starring_string = models_starring($element['asset_id']);
if($element['hosted_url'] <> '')
{$site_desig = 'Off Site';}
else {$site_desig = $element['site_desig'];}
if($site_desig == 'Sporty Select'){ $class = 'sporty_select';}
if($element['media'] == 'P')
{
include('elements/photo_element.php');
}
elseif ($element['media'] == 'D')
{
include('elements/debut_element_site.php');
}
elseif ($element['media'] == 'B')
{
include('elements/blog_element.php');
}
elseif ($element['media'] == 'V')
{
$pic_name_add='V';
$pic_width='150';
include('elements/video_element.php');
}
if($cnt % '5' == '0') { echo "</tr><tr><td> </td></tr><tr>";}
$cnt++;
}
}
?>
</TR>
</TABLE>
<TABLE border=0 cellspacing=0 cellpadding=0 width=969>
<TR>
<TD width="680" valign=top class="style2"><?php echo $site_r['0']['site_name'] ?> Updates //
<form id="filter3" action="" method="post" style="margin: 0px; padding: 0px; display:inline;">
<?php if(isset($niches)): ?>
<select name="niche" id="sel_filter" onchange='this.form.submit()'>
<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; ?>
</select>
<?php endif; ?>
</form>
<span class="style12">// <form id="filter4" 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_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; ?>
</select>
<?php endif; ?>
</form>
<span class="style12"> <?php include('elements/pagination_element.php'); ?></span></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>