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 | Fear and desire | |
Originaltitle: | Fear and Desire | |
Regie: | Stanley Kubrick | |
Darsteller: | Frank Silvera, Kenneth Harp, Paul Mazursky. Stephen Coit, Viirginia Leith | |
Erscheinungsjahr: | 1953 | |
Land: | USA | |
Stichwort: | Psychose | |
Release: | 00.00.0000 |
Handlung | ||
Vier Soldaten - Leutnant Corby, Fletcher, Mac und Sidney - machen hinter den feindlichen Linien eine Bruchlandung. Um sich ins eigene Lager durchschlagen zu können bringen sie Zivilisten und Soldaten um. Mac begeht eine Heldentat, um dem heimischen Einerlei nicht wieder anheimfallen zu müssen. Fletcher verfällt Wahnvorstellungen, in deren Verlauf er eine wehrlose junge Frau umbringt.
|
Weitere Info | ||
Questo film per molti anni non è stato reperibile nei canali di distribuzione ufficiali, poiché Kubrick, che ne era insoddisfatto, lo rimosse dalla circolazione. Nel 2008 è uscito in DVD anche in Italia, in lingua originale con i sottotitoli in italiano. A fine luglio 2013 è stato proiettato nei cinema italiani dopo essere stato restaurato dalla Library of Congress e doppiato. Die aus dem off kommende Stimme eines Erzählers stellt klar, dass es sich hier um einen "Krieg im Kopf" handelt, der keinen Ort hat. Die ablaufenden Szenen aber entstammen dem Krieg schlechthin. Sidneys Psychose und Wahnsinn entspringt der Situation von Angst, Unsicherheit und Gewalt gegen jeden, der sich zeigt , keinem speziellen Erlebnis
|
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