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 ] [ Info Filmdatenbank IMDb ] |
Title | Brüder Karamasov, Die | |
Originaltitle: | The Brothers Karamazov | |
Regie: | Richard Brooks | |
Darsteller: | Yul Brynner, Maria Schell, Claire Bloom | |
Erscheinungsjahr: | 1958 | |
Land: | USA | |
Stichwort: | Epilepsie, Anfälle, epileptischer Anfall, Dostojewski, Literaturverfilmung | |
Release: | 20.02.1958 |
Handlung | ||
Geschichte des Großgrundbesitzers Fedor Karamasow und seiner vier unterschiedlichen Söhne. Der despotische Fedor wird von seinem illegitimen und epilepsiekranken Sohn Smerdjakov ermordet. Geistiger Vater der Tat ist sein Sohn Iwan, der als Journalist nihilistische Theorien verbreitet. Dimitrij in ewigem Streit um Geld mit dem Vater wird des Mordes für schuldig befunden. Ivan und Alexander Karamasov verhelfen ihrem Bruder zur Flucht mit seiner Geliebten Gruschenka. Smerdjakov, der sich durch gespielte epileptische Anfälle ein Alibi verschafft hatte, erhängt sich.
|
Weitere Info | ||
Aufgenommen in die Epilepsie-Filmographie von Kerson, Toba et al.: Implacable Images: Why Epileptiform Events Continue to be Featured in Film and Television, "http://www.ncbi.nlm.nih.gov/pubmed/16793571" from Toba Kerson's notes: 2nd scene in which Smerdyakov appears in Fyodor’s home with brothers. F. says he has epilepsy. He is not normal. Another scene when Smer & Ivan talk and discuss his epilepsy, S reports that he had an attack and fell down the stairs, etc. Ivan says clearly, You are an idiot. Only in this version, he feigns a seizure in the cellar to bring his father and the servant down to the cellar. In Russian version, this does not happen. Scene when priests are praying over the body of Fyodor, Smer discusses his epilepsy with his brother and leaves but says he killed his father. In this scene, he says that epilepsy is the perfect . . . . ? In court scene, servant, who is not dead after all gives testimony and includes discussion of epilepsy.
|
Filminfo aus der IMDb Datenbank |
[ Info Filmdatenbank IMDb ] [ Trailer ] |
/**********************************************************************************************
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