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