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 | Blue Velvet - Verbotene Blicke | |
Originaltitle: | Blue Velvet | |
Regie: | David Lynch | |
Darsteller: | Kyle MacLachlan, Isabella Rossellini, Dennis Hopper, Laura Dern, Hope Lange, Dean Stockwell, Fred Pickler | |
Erscheinungsjahr: | 1986 | |
Land: | USA | |
Stichwort: | kleinwüchsig, Schlaganfall, Anfälle, | |
Release: | 00.00.0000 |
Handlung | ||
Jeffrey Beaumont, wegen eines Schlaganfalls seines Vaters vom College beurlaubt, findet in seiner provinziellen Heimatstadt ein abgeschnittenes menschliches Ohr auf der Wiese. Er geht dem Fall nach und begegnet der masochistischen Nachtclubsängerin Dorothy Vallens, die von dem sadistischen Frank Booth gequält wird. Zu Franks Bande gehört der kleinwüchsige Jeffrey und seine Freundin Sandy befreien Dorothy aus Franks Klauen. Sie bleiben beieinander. Dorothy erhält ihren kleinen Sohn zurück.
|
Weitere Info | ||
"All your films feature monsters or freaks. They're either physically or mentally deformed. Why? The story of the Elephant Man was about someone who was a monster on the outside but who inside was a beautiful and normal human being you fell in love with. He was a monster who wasn't really a monster. I like human conditions that are distorted. It makes the undistorted stand out. I like psychological twists, too." Blue Velvet: An Interview with David Lynch, by Laurent Bouzereau Cineaste 3/1987 (http://www.thecityofabsurdity.com/intbvcineas.html)
|
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