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 | Mann mit der goldenen Klinge, Der | |
Originaltitle: | L'uomo che ride | |
Regie: | Sergio Corbucci | |
Darsteller: | Jean Sorel, Lisa Gastoni, Ilaria Occhini, Edmund Purdom zzz | |
Erscheinungsjahr: | 1966 | |
Land: | Frankreich | |
Stichwort: | blind, Entstellung, Literaturverfilmung | |
Release: | 03.02.1966 |
Handlung | ||
Umbrien zur Zeit Cesare Borgias: Der wegen seiner Verunstaltung maskierter Schauspieler Angelo, der die blinde Dea liebt, wird Liebhaber von Lucrezia Borgia. Der Conte Astorre Malatesta verhilft Dea wieder zum Sehen. Cesare Borgia will sich mit Hilfe Angelos am Conte rächen. Er lässt ihn durch seinen frankensteinartige "Zauberer" zu seinem Sosias umwandeln. Angelo verzweifelt an der Liebe zu Dea und bringt sich um.
|
Weitere Info | ||
Nach dem Roman L'homme qui rit" von Victor Hugo (1869) Remake von "The man who laughs" (1928) Der Film nutzt die Vorlage mehr wie frei. Das zum Grinsen verunstaltete Gesicht soll die Figur "Joker" in den verschiedensten Batman-Filmen inspiriert haben. Roman-Geschichte
|
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