base = new football_wins(); if (!$this->base->isMobile) $this->visual = new visual_desktop($this->base); else $this->visual = new visual_mobile($this->base); $this->visual->Header($this->base->user->logged_in); $this->base->sportBar(); $this->content(); $this->visual->Footer(); } function content() { $totalwins = 0; $showinputs = false; $q = "SELECT team, averagewins, afcper, nfcper, sbper FROM ".$GLOBALS['football_wins_short']."_average WHERE season = ".$GLOBALS['football_wins_season']; $r = mysql_query($q); while ($row = mysql_fetch_assoc($r)) { $averagewins[$row['team']] = $row['averagewins']; $afcper[$row['team']] = $row['afcper']; $nfcper[$row['team']] = $row['nfcper']; $sbper[$row['team']] = $row['sbper']; } if ($this->base->user->logged_in) { $q = "SELECT team, wins FROM ".$GLOBALS['football_wins_short']."_predictions WHERE season = ".$GLOBALS['football_wins_season']." AND userid = ".$this->base->user->id; $r = mysql_query($q); if (mysql_num_rows($r) > 0) { while ($row = mysql_fetch_assoc($r)) { if ($row['team'] == 1) { $afcchamp = $row['wins']; } else if ($row['team'] == 2) { $nfcchamp = $row['wins']; } else if ($row['team'] == 3) { $sbchamp = $row['wins']; } else { $totalwins += $row['wins']; $teamWins[$row['team']] = $row['wins']; } } } if (!$GLOBALS['football_wins_pastdeadline']) $showinputs = true; } ?>
base->user->logged_in) { ?>
base->user->fb_logged_in) { $fb_user = $this->base->user->facebook->getUser(); if ($fb_user) { try { $user_profile = $this->base->user->facebook->api('/me'); $name = $user_profile['name']; } catch (FacebookApiException $e) { $fb_user = null; } } register_form($this->base->user->fb_id, "", $name); } else { register_form($this->base->user->fb_id); } ?>

Make Predictions

Predict the number of wins for each team during the regular season and the season's Conference and Super Bowl champions.

base->user->logged_in) { ?>

Create Group - Invite your friends to compete against each other. Users only need to make 1 set of predictions, they will be used for all groups and overall scoring.

View distribution of user predictions.

Deadline: ET


base->user->id) { ?>
Wins Allocated:
of 256
(There are 256 games in the NFL regular season.)
conference">
AFC
East
TeamPredictionLast SeasonICH Average
Bills Info 6
Dolphins Info 8
Jets Info 8
Patriots Info 12
North
TeamPredictionLast SeasonICH Average
Bengals Info 11
Browns Info 4
Ravens Info 8
Steelers Info 8
South
TeamPredictionLast SeasonICH Average
Colts Info 11
Jaguars Info 4
Texans Info 2
Titans Info 7
West
TeamPredictionLast SeasonICH Average
Broncos Info 13
Chargers Info 9
Chiefs Info 11
Raiders Info 4
conference">
NFC
East
TeamPredictionLast SeasonICH Average
Cowboys Info 8
Eagles Info 10
Giants Info 7
Redskins Info 3
North
TeamPredictionLast SeasonICH Average
Bears Info 8
Lions Info 7
Packers Info 8
Vikings Info 5
South
TeamPredictionLast SeasonICH Average
Buccaneers Info 4
Falcons Info 4
Panthers Info 12
Saints Info 11
West
TeamPredictionLast SeasonICH Average
49ers Info 12
Cardinals Info 10
Rams Info 7
Seahawks Info 13
championcol">
Champions
AFC
NFC
Super Bowl
Scoring Points
10: Super Bowl Champion
5: Conference Champion
5: Correct Wins
3: 1 Win Off
2: 2 Wins Off
1: 3 Wins Off
-1: 5 or More Wins Off