Rev 188 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 188 | Rev 192 | ||
---|---|---|---|
1 | <?php
|
1 | <?php
|
2 | 2 | ||
3 | $glee = array( |
3 | $glee = array( |
4 | // 'ignore' => true,
|
4 | // 'ignore' => true,
|
5 | 'channel' => 'online', |
5 | 'channel' => 'online', |
6 | // 'showtimes' => 'Di 16:35',
|
6 | // 'showtimes' => 'Di 16:35',
|
7 | 'seen' => array(array(1, 10)), |
7 | 'seen' => array(array(1, 11)), |
8 | // 'last_seen' => mktime(16, 55, 0, 8, 25, 2011),
|
8 | // 'last_seen' => mktime(16, 55, 0, 8, 25, 2011),
|
9 | 'seasons' => array(22, 22, 22, 22), |
9 | 'seasons' => array(22, 22, 22, 22), |
10 | 'episode_list' => 'wiki:en:List_of_Glee_episodes', |
10 | 'episode_list' => 'wiki:en:List_of_Glee_episodes', |
11 | 'episodes' => array( |
11 | 'episodes' => array( |
12 | 1 => "Pilot", |
12 | 1 => "Pilot", |
13 | 2 => "Showmance", |
13 | 2 => "Showmance", |
14 | 3 => "Acafellas", |
14 | 3 => "Acafellas", |
15 | 4 => "Preggers", |
15 | 4 => "Preggers", |
16 | 5 => "The Rhodes Not Taken", |
16 | 5 => "The Rhodes Not Taken", |
17 | 6 => "Vitamin D", |
17 | 6 => "Vitamin D", |
18 | 7 => "Throwdown", |
18 | 7 => "Throwdown", |
19 | 8 => "Mash-Up", |
19 | 8 => "Mash-Up", |
20 | 9 => "Wheels", |
20 | 9 => "Wheels", |
21 | 10 => "Ballad", |
21 | 10 => "Ballad", |
22 | 11 => "Hairography", |
22 | 11 => "Hairography", |
23 | 12 => "Mattress", |
23 | 12 => "Mattress", |
24 | 13 => "Sectionals", |
24 | 13 => "Sectionals", |
25 | 14 => "Hell-o", |
25 | 14 => "Hell-o", |
26 | 15 => "The Power of Madonna", |
26 | 15 => "The Power of Madonna", |
27 | 16 => "Home", |
27 | 16 => "Home", |
28 | 17 => "Bad Reputation", |
28 | 17 => "Bad Reputation", |
29 | 18 => "Laryngitis", |
29 | 18 => "Laryngitis", |
30 | 19 => "Dream On", |
30 | 19 => "Dream On", |
31 | 20 => "Theatricality", |
31 | 20 => "Theatricality", |
32 | 21 => "Funk", |
32 | 21 => "Funk", |
33 | 22 => "Journey to Regionals", |
33 | 22 => "Journey to Regionals", |
34 | 23 => "Audition", |
34 | 23 => "Audition", |
35 | 24 => "Britney/Brittany", |
35 | 24 => "Britney/Brittany", |
36 | 25 => "Grilled Cheesus", |
36 | 25 => "Grilled Cheesus", |
37 | 26 => "Duets", |
37 | 26 => "Duets", |
38 | 27 => "The Rocky Horror Glee Show", |
38 | 27 => "The Rocky Horror Glee Show", |
39 | 28 => "Never Been Kissed", |
39 | 28 => "Never Been Kissed", |
40 | 29 => "The Substitute", |
40 | 29 => "The Substitute", |
41 | 30 => "Furt", |
41 | 30 => "Furt", |
42 | 31 => "Special Education", |
42 | 31 => "Special Education", |
43 | 32 => "A Very Glee Christmas", |
43 | 32 => "A Very Glee Christmas", |
44 | 33 => "The Sue Sylvester Shuffle", |
44 | 33 => "The Sue Sylvester Shuffle", |
45 | 34 => "Silly Love Songs", |
45 | 34 => "Silly Love Songs", |
46 | 35 => "Comeback", |
46 | 35 => "Comeback", |
47 | 36 => "Blame It on the Alcohol", |
47 | 36 => "Blame It on the Alcohol", |
48 | 37 => "Sexy", |
48 | 37 => "Sexy", |
49 | 38 => "Original Song", |
49 | 38 => "Original Song", |
50 | 39 => "A Night of Neglect", |
50 | 39 => "A Night of Neglect", |
51 | 40 => "Born This Way", |
51 | 40 => "Born This Way", |
52 | 41 => "Rumours", |
52 | 41 => "Rumours", |
53 | 42 => "Prom Queen", |
53 | 42 => "Prom Queen", |
54 | 43 => "Funeral", |
54 | 43 => "Funeral", |
55 | 44 => "New York", |
55 | 44 => "New York", |
56 | )
|
56 | )
|
57 | ); |
57 | ); |