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 | Solaris | |
Originaltitle: | Solaris | |
Regie: | Steven Soderbergh | |
Darsteller: | George Clooney, Natascha McElhone, Viola Davis, Jeremy Davies, Ulrich Tukur | |
Erscheinungsjahr: | 2002 | |
Land: | USA | |
Stichwort: | Epilepsie, Anfälle, Halluzination | |
Release: | 19.11.2002 |
Handlung | ||
Der Psychologe Chris Kelvin soll die Überlebenden einer Raumfahrtmission zum Planeten Solaris zur Erde zurückbringen. Dies misslingt, weil der mysteriös aktive Planet die Besatzung mit Realisationen ihrer Phantasien und Träume bedrängt. Chris begegnet im Raumschiff seiner Frau wieder, an der er sich schuldig gemacht zu haben glaubt. Sie erleidet seltsame Krämpfe an der Grenze zwischen Halluzination und Realität.
|
Weitere Info | ||
Kommentar zu Film "Solaris" von Tarkovskij The real power of the film comes from the anguish of Kris’ reawakened love for Hari—his willingness to do anything to hold onto her, even knowing she isn’t real. (Like Mizoguchi’s Ugetsu, this is a story about falling in love with ghosts). The alternation between color and black and white conveys something of this ontological instability, while the jittery camera explorations over shelves and walls suggest a seizure. Hari wonders aloud if she has epilepsy, and later we see her body horrifically jerking at the threshold between being and non-being. A gorgeous, serene floating sequence, when Kris and Hari lose gravity, offers another stylized representation of this transcendence borderline. (PHILLIP LOPATE) http://www.criterion.com/current/posts/239
|
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