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 | Tanz der Vampire | |
Originaltitle: | Dance of the Vampires | |
Regie: | Roland Polanski | |
Darsteller: | Jack MacGowran, Roman Polanski, Alfie Bass, Jessie Robins, Sharon Tate, Ferdy Mayne, Ronald Lacey | |
Erscheinungsjahr: | 1967 | |
Land: | USA | |
Stichwort: | kleinwüchsig | |
Release: | 00.00.0000 |
Handlung | ||
Der Fledermausforscher Abronsius und sein Assistent glauben dem Vampir Graf Krolock in Transsylvanien den Garaus gemacht zu haben. Doch dessen Geist flieht mit ihnen und der schönen, vom Vampir gebissenen Sarah in die Welt hinaus.
|
Weitere Info | ||
Dance of the Vampires. Roman by Roman Polanski. Heinemann, 393 pp, £12.95, January 1984, ISBN 0 434 59180 7 ‘I am widely regarded, I know, as an evil, profligate dwarf.’ So declares Roman Polanski, moodily kicking his souvenirs about on the last page of this autobiography. Of all the films he never made, the most revealing might have been the project he cooked up years ago in Paris for a sexually-explicit Snow White, with a mongoloid news vendor from St Germain-des-Prés as Prince Charming, a homosexual yodelling choir as musical accompaniment and a troupe of midget wrestlers to play the Seven Dwarves. The treatment was put together by him and his friend Gérard Brach, equally underset and insatiable. The financier Pierre Braunberger, who failed to see that he was billed as the real Prince Charming in this revolting allegory, was happy with everything except the midgets, who proved too expensive. On their account, he withdrew his money and the film collapsed before a frame had been shot. He may have saved his family from the poorhouse by doing so, for Polanski, like the seven hammerlocking dwarfs, was a spectacular overspender. Neal Ascherson Der kleinwüchsige Ronald Lacey spielt einen Dorftrottel
|
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