Rev 32 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 29 | PointedEar | 1 | <?php | 
| 2 | |||
| 3 | $time_trax = array( | ||
| 4 | //   'ignore'       => true, | ||
| 5 | 'channel' => 'online', | ||
| 6 | //   'showtimes'    => 'diverse', | ||
| 192 | PointedEar | 7 | 'seen' => array(array(1, 6)), | 
| 29 | PointedEar | 8 | //     'last_seen'    => mktime(21, 15, 0, 6, 5, 2011), | 
| 9 | 'seasons' => array(22, 22), | ||
| 10 | 'episode_list' => 'wiki:en:Time_Trax#Episode_list', | ||
| 11 | 'episodes' => array( | ||
| 12 | 1 => "A Stranger In Time, Part 1 (Reise in die Vergangenheit, Teil 1)", | ||
| 13 | 2 => "A Stranger In Time, Part 2 (Reise in die Vergangenheit, Teil 2)", | ||
| 14 | 3 => "To Kill A Billionaire (Zurück ins Atomzeitalter)", | ||
| 15 | 4 => "Fire and Ice (Feuer und Eis)", | ||
| 16 | 5 => "Showdown (Im Wilden Westen)", | ||
| 17 | 6 => "The Prodigy (Das Wunderkind)", | ||
| 18 | 7 => "Death Takes A Holiday (Der Tod spielt mit)", | ||
| 19 | 8 => "The Contender (Kräftige Fäuste)", | ||
| 20 | 9 => "Night of The Savage (Die Bestie von Soho)", | ||
| 21 | 10 => "Treasure of The Ages (Der Jahrhundertschatz)", | ||
| 22 | 11 => "The Price of Honor (Die Ehre eines Staatsmannes)", | ||
| 23 | 12 => "Face of Death (Tödlicher Dschungel)", | ||
| 24 | 13 => "Revenge", | ||
| 25 | 14 => "Darien Comes Home (Die schöne Verräterin)", | ||
| 26 | 15 => "Two Beans in a Wheel (Zwei teuflische Brüder)", | ||
| 27 | 16 => "Little Boy Lost (Der Überlebenstrainer)", | ||
| 28 | 17 => "The Mysterious Stranger (Das Schlangengift)", | ||
| 29 | 18 => "Framed (In der Falle)", | ||
| 30 | 19 => "Beautiful Songbird (Das Singvögelchen)", | ||
| 31 | 20 => "Photo Finish (Doping)", | ||
| 32 | 21 => "Darrow for the Defense (Besuch aus der Zukunft)", | ||
| 33 | 22 => "One On One (Mann gegen Mann)", | ||
| 192 | PointedEar | 34 | |
| 29 | PointedEar | 35 | 23 => "Return of the Yakazu", | 
| 36 | 24 => "Missing", | ||
| 37 | 25 => "To Live or Die in Docker Flats", | ||
| 38 | 26 => "A Close Encounter", | ||
| 39 | 27 => "The Gravity of it All", | ||
| 40 | 28 => "Happy Valley", | ||
| 41 | 29 => "Lethal Weapons", | ||
| 42 | 30 => "The Cure", | ||
| 43 | 31 => "Perfect Pair", | ||
| 44 | 32 => "Catch Me If You Can", | ||
| 45 | 33 => "The Dream Team", | ||
| 46 | 34 => "Almost Human", | ||
| 47 | 35 => "Mother", | ||
| 48 | 36 => "The Last M.I.A.", | ||
| 49 | 37 => "Split Image", | ||
| 50 | 38 => "Cool Hand Darien", | ||
| 51 | 39 => "The Lottery", | ||
| 52 | 40 => "Out For Blood", | ||
| 53 | 41 => "The Scarlet Koala", | ||
| 54 | 42 => "Optic Nerve", | ||
| 55 | 43 => "The Crash", | ||
| 56 | 44 => "Forgotten Tomorrows" | ||
| 57 |   ) | ||
| 58 | ); |