function propTypeDateAddedSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "DATE_FORMAT(movies.DateAdded, '$GLOBALS[strDefaultDateFormat]') AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("movies.DateAdded"); } } function propTypeClicksSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "movies.DownloadCount AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeUserAddedSql($prop, $role) { global $CFG; if($role=="sql") { $sql = array(); $sql['select'] = "users.name AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]users AS users"] = "users.ID=movies.UserAddedID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeCommentsSql($prop, $role) { global $CFG; if($role=="sql") { $sql['select'] = "COUNT(comment.ID) AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]comment AS comment"] = "comment.MovieID=movies.MovieID"; $sql['group'][] = "movies.MovieID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } if(file_exists('localproptypes.php')) { include('localproptypes.php'); } ?>
[ Handlung ] [ Weitere Info ] |
Title | The Simpsons: Thirty Minutes Over Tokyo | |
Originaltitle: | The Simpsons: Thirty Minutes Over Tokyo | |
Regie: | Jim Reardon | |
Erscheinungsjahr: | 1999 | |
Land: | USA | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle | |
Release: | 00.00.0000 |
Handlung | ||
Die Simpsons müssen in einer Japanischen game show auftreten, weil Homer ihr gesamtes Geld verloren hat. ....... Bart macht den Fernseher an und erkennt, dass er in eine Kindersendung geraten ist, die durch das Flackerlicht eines Roboters epileptische Anfälle auslöst. Aber schon fällt einer nach dem anderen der Simpson-Familie um und windet sich in Krämpfen.
|
Weitere Info | ||
Season 10, Episode 23, 16 May 1999: Thirty Minutes Over Tokyo (durch Flackerlicht ausgelöste Anfälle 11 Minuten nach Beginn): http://www.watchcartoononline.com/the-simpsons-season-10-episode-23-thirty-minutes-over-tokyo http://www.youtube.com/watch?v=0A4rpx3DEUI In The Simpsons episode "Thirty Minutes over Tokyo", Bart turns on the television and finds a children’s program. He has just enough time to exclaim that this is the program which gives people seizures before the robot character’s eyes start flashing on screen, causing the entire family to collapse and convulse. "Electric Soldier Porygon") is the thirty-eighth episode of the Pokémon anime's first season. Its only broadcast was in Japan on December 16, 1997. In the episode, Ash and his friends find at the local Pokémon Center that there is something wrong with the Poké Ball transmitting device. To find out what's wrong, they must go inside the machine. vgl dazu auch die Episode "The Simpsons: Vom Teufel besessen ", in der der "Exorzist" karikiert wird.
|
/**********************************************************************************************
YOU ARE NOT ALLOWED TO REMOVE THIS COPYRIGHT-Note!!!!!!
You didn't pay anything for this script, so you could at least
leave this Copyright-Notice here, it is only one short line at the bottom... thx :D
***********************************************************************************************/
?>
Copyright © 1998-2006 by Nikotto
modified by xiah