Rev 267 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 203 | PointedEar | 1 | <?php | 
| 2 | |||
| 3 | $seven_days = array( | ||
| 4 | //       'ignore'    => true, | ||
| 5 | 'channel' => 'online', | ||
| 6 | //     'showtimes' => 'Mi–Fr 21:00', | ||
| 302 | PointedEar | 7 | 'seen' => array(array(1, 10)), | 
| 203 | PointedEar | 8 | //     'last_seen' => mktime(21, 0, 0, 9, 8, 2011), | 
| 9 | 'seasons' => array(21, 23, 22), | ||
| 10 | 'episodes' => array( | ||
| 11 | 1 => "Pilot, Part I", | ||
| 12 | 2 => "Pilot, Part II", | ||
| 13 | 3 => "The Gettysburg Virus", | ||
| 14 | 4 => "Come Again?", | ||
| 15 | 5 => "Vows", | ||
| 16 | 6 => "Doppelganger, Part I", | ||
| 17 | 7 => "Doppelganger, Part II", | ||
| 18 | 8 => "Shadow Play", | ||
| 19 | 9 => "As Time Goes By", | ||
| 20 | 10 => "Sleepers", | ||
| 21 | 11 => "HAARP Attack", | ||
| 22 | 12 => "Last Card Up", | ||
| 23 | 13 => "Last Breath", | ||
| 24 | 14 => "Parkergeist", | ||
| 25 | 15 => "Daddy's Girl", | ||
| 26 | 16 => "There's Something About Olga", | ||
| 27 | 17 => "A Dish Best Served Cold", | ||
| 28 | 18 => "Vegas Heist", | ||
| 29 | 19 => "EBEs", | ||
| 30 | 20 => "Walter", | ||
| 31 | 21 => "Lifeboat", | ||
| 32 | |||
| 33 | 22 => "The Football", | ||
| 34 | 23 => "Pinball Wizard", | ||
| 35 | 24 => "Parker.com", | ||
| 36 | 25 => "For The Children", | ||
| 37 | 26 => "Two Weddings and a Funeral", | ||
| 38 | 27 => "Walk Away", | ||
| 39 | 28 => "Sister's Keeper", | ||
| 40 | 29 => "The Collector", | ||
| 41 | 30 => "Love and Other Disasters", | ||
| 42 | 31 => "The Devil and the Deep Blue Sea", | ||
| 43 | 32 => "Time Gremlin", | ||
| 44 | 33 => "Buried Alive", | ||
| 45 | 34 => "The Backstepper's Apprentice", | ||
| 46 | 35 => "Déjà Vu All Over Again", | ||
| 47 | 36 => "Space Station Down", | ||
| 48 | 37 => "The Cuban Missile", | ||
| 49 | 38 => "X-35 Needs Changing", | ||
| 50 | 39 => "Brother, Can You Spare a Bomb?", | ||
| 51 | 40 => "Pope Parker", | ||
| 52 | 41 => "Witch Way to the Prom", | ||
| 53 | 42 => "Mr. Donovan's Neighborhood", | ||
| 54 | 43 => "Playmates and Presidents", | ||
| 55 | 44 => "The Cure", | ||
| 56 | |||
| 57 | 45 => "Stairway to Heaven", | ||
| 58 | 46 => "Peacekeepers", | ||
| 59 | 47 => "Rhino", | ||
| 60 | 48 => "The Dunwych Madness", | ||
| 61 | 49 => "Olga's Excellent Vacation", | ||
| 62 | 50 => "Deloris Demands", | ||
| 63 | 51 => "The Fire Last Time", | ||
| 64 | 52 => "Tracker", | ||
| 65 | 53 => "Top Dog", | ||
| 66 | 54 => "Adam & Eve & Adam", | ||
| 67 | 55 => "Head Case", | ||
| 68 | 56 => "Raven", | ||
| 69 | 57 => "The First Freshman", | ||
| 70 | 58 => "Revelation", | ||
| 71 | 59 => "Crystal Blue Persuasion", | ||
| 72 | 60 => "Empty Quiver", | ||
| 73 | 61 => "Kansas", | ||
| 74 | 62 => "The Final Countdown", | ||
| 75 | 63 => "The Brink", | ||
| 76 | 64 => "Sugar Mountain", | ||
| 77 | 65 => "Born in the USSR", | ||
| 78 | 66 => "Live: From Death Row" | ||
| 79 | ), | ||
| 80 | 'episode_list' => 'wiki:en:List_of_Seven_Days_episodes' | ||
| 81 | ); |