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 | Morder Dimitri Karamasoff, Der | |
Originaltitle: | Morder Dimitri Karamasoff, Der | |
Regie: | Fyodor Otsep, Erich Engels | |
Darsteller: | Fritz Kortner, Anna Sten, Fritz Rasp, Bernhard Minetti, Max Pohl | |
Erscheinungsjahr: | 1931 | |
Land: | Deutschland | |
Stichwort: | Epilepsie, Dostojewski, Literaturverfilmung | |
Release: | 06.02.1931 |
Handlung | ||
Der russische Gardeoffizier Dimitri Karamasov wird unschuldig als Vatermörder verurteilt. Trotz aller Bemühungen seines Bruders Iwan lässt sich Dimitris Unschuld nicht beweisen, da der wahre Täter sich erhängt hat und kein Geständnis mehr ablegen kann. Die Geliebte des Vaters, Gruschenka, folgt Dimitri die Verbannung nach Sibirien.
|
Weitere Info | ||
Nach Motiven des Romans "Die Brüder Karamasow" von Fjodor Dostojewski (1880) ".......out-of-context sequences from this film were strung together as part of the Nazi anti-Semitic film `Der Ewige Jude', (together with scenes similarly lifted from Fritz Lang's `M'), to illustrate what were termed `degenerate Jewish influences in German cinema'. It is fortunate that Otsep and his wife were able to leave Paris where they were then living, just days before the Germans arrived during WW2, since they immediately closed all cinemas and then, after a week or so, allowed a few to re-open which were forced to show `Der Ewige Jude'. Unfortunately, Otsep's career was never able to recover and find the opportunities through which to re-establish himself as a master film craftsman in the USA, and he died in 1949. ......
|
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