Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 18.117.93.183
<?php
function get_top_memorialcup_logo() {
$top_memorial_cup_logo = '../../images/memorialcup/logo_memorialcup_stats.gif';
if(!isset($_GET['an'])){
$_GET['an'] = '0506';
}
$an = $_GET['an'];
$mcp_season_year = substr($an, 2, 2);
if (substr($mcp_season_year, 0, 1) == '0'){
// 02 => 2
$mcp_season_year = substr($mcp_season_year, 1, 1);
}
if ($mcp_season_year + 0 < 50){
$mcp_season_year = 2000 + $mcp_season_year;
} else {
$mcp_season_year = 1900 + $mcp_season_year;
}
if (is_file($_SERVER['DOCUMENT_ROOT'] . '/images/memorialcup/logo_memorialcup_' . $mcp_season_year . '_stats_fr.gif')){
$top_memorial_cup_logo = '../../images/memorialcup/logo_memorialcup_' . $mcp_season_year . '_stats_fr.gif';
} else if (is_file($_SERVER['DOCUMENT_ROOT'] . '/images/memorialcup/logo_memorialcup_' . $mcp_season_year . '_stats.gif')){
$top_memorial_cup_logo = '../../images/memorialcup/logo_memorialcup_' . $mcp_season_year . '_stats.gif';
}
return $top_memorial_cup_logo; // . '?year=' . $mcp_season_year;
}
function get_top_memorialcup_teams_logo() {
$top_memorial_cup_logo = '../../images/memorialcup/logo_memorialcup_teams_stats.jpg';
if(!isset($_GET['an'])){
$_GET['an'] = '0506';
}
$an = $_GET['an'];
$mcp_season_year = substr($an, 2, 2);
if (substr($mcp_season_year, 0, 1) == '0'){
// 02 => 2
$mcp_season_year = substr($mcp_season_year, 1, 1);
}
if ($mcp_season_year + 0 < 50){
$mcp_season_year = 2000 + $mcp_season_year;
} else {
$mcp_season_year = 1900 + $mcp_season_year;
}
if (is_file($_SERVER['DOCUMENT_ROOT'] . '/images/memorialcup/logo_memorialcup_' . $mcp_season_year . '_teams_stats_fr.jpg')){
$top_memorial_cup_logo = '../../images/memorialcup/logo_memorialcup_' . $mcp_season_year . '_teams_stats_fr.jpg';
} else if (is_file($_SERVER['DOCUMENT_ROOT'] . '/images/memorialcup/logo_memorialcup_' . $mcp_season_year . '_teams_stats.jpg')){
$top_memorial_cup_logo = '../../images/memorialcup/logo_memorialcup_' . $mcp_season_year . '_teams_stats.jpg';
}
return $top_memorial_cup_logo; // . '?year=' . $mcp_season_year;
}
?>
<!-- Stats top -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="blackText10px">
<tr valign="top">
<td height="20"> </td>
<td colspan="3"> </td>
</tr>
<tr valign="top">
<td width="25"> </td>
<td width="213"><A href="?page=1"><IMG src="<?php echo get_top_memorialcup_logo(); ?>" width="213" height="166" border="0"></A></td>
<td valign="middle"></td>
<td width="468" align="right" valign="top">
<table width="468" border="0" cellpadding="0" cellspacing="0" class="blackText10px">
<tr valign="top">
<td width="468" height="60" align="right" valign="top">
<?php
$printabletop_ad = 7; // 0 none
// 1 RoadCompanion Real Market Price
// 2 RoadCompanion Used Car Search
// 3 RoadCompanion VIN
?>
<?php if($printabletop_ad == 0){ ?>
<?php }elseif($printabletop_ad == 1){ ?>
<A href="http://www.roadcompanion.ca/guide/log/pages/culogredirectcaf.asp?lang=cf§ion=guide&frameinfo=28.1&affid=f362" target="_blank"><IMG src="images/pub/cf_cible_2.gif" width="468" height="60" border="0"></A></td>
<?php }elseif($printabletop_ad == 2){ ?>
<A href="http://www.roadcompanion.ca/guide/log/pages/culogredirectcaf.asp?lang=cf§ion=edito&frameinfo=hom.1&affid=f362" target="_blank"><IMG src="images/pub/rc_pub_used_fr.gif" width="468" height="60" border="0"></A>
<?php }elseif($printabletop_ad == 3){ ?>
<A href="http://www.roadcompanion.ca/guide/log/pages/culogredirectcaf.asp?lang=cf§ion=guide&frameinfo=39.1&affid=f362" target="_blank"><IMG src="images/pub/rc_vin_w_fr.gif" width="468" height="60" border="0"></A>
<?php }elseif($printabletop_ad == 4){ ?>
<A href="?page=457745123" target="_blank"><IMG src="images/top/seance_sel_b_fr.jpg" width="468" height="60" border="0"></a>
<?php }elseif($printabletop_ad == 5){ ?>
<A href="?page=457745123" target="_blank"><IMG src="images/top/seance_sel_w_fr.jpg" width="468" height="60" border="0"></a>
<?php }elseif($printabletop_ad == 6){ ?>
<A href="index.php?page=875416498&id_saison_event=34"><IMG src="images/top/canadarussie_fr.gif" width="468" height="60" border="0"></A>
<?php }elseif($printabletop_ad == 7){ ?>
<A href="http://www.lhjmqboutique.com/french/index.php" target="_blank"><IMG src="images/pub/boutique.gif" width="468" height="60" border="0"></A>
<?php } ?>
</td>
</tr>
<tr valign="bottom">
<td width="468" height="31" align="left" valign="bottom"> </td>
</tr>
<tr valign="bottom">
<td width="468" height="75" align="left" valign="bottom"><IMG src="<?php echo get_top_memorialcup_teams_logo(); ?>" width="300" height="75" border="0"></td>
</tr>
</table>
</td>
</tr>
<!--
<tr valign="top">
<td height="20"> </td>
<td colspan="3"><SPAN class="blackText12px"><STRONG>Ligue de Hockey Junior Majeur du Québec</STRONG></SPAN></td>
</tr>
-->
</TABLE>
|