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 | Possessed | |
Originaltitle: | Vom Teufel besessen | |
Regie: | Steven E. de Souza | |
Darsteller: | Timothy Dalton, Henry Czerny, Jonathan Malen | |
Erscheinungsjahr: | 2000 | |
Land: | USA | |
Stichwort: | Exorzismus, Anfälle, Veteran, Alkoholismus | |
Release: | 22.10.2000 |
Handlung | ||
Pater Bowden, ein Weltkriegsveteran, der traumatische Erlebnisse hinter sich hat und alkoholkrank geworden ist, soll eine Reihe von Exorzismen durchführen. Einer soll dem 11jährigen Robbie Mannheim helfen, der unter hysterischen Wutanfällen leidet und ungewollt Schaden anrichtet. Erzbischof Hume gibt dazu nur zögernd seine Einwilligung. Letztendlich hat Bowden aber Erfolg, wobei er aber auch seine Kriegserlebnisse nocheinmal durchmachen muss.
|
Weitere Info | ||
Angeblich beruhtz das Drehbuch auf einem authentischen Fall, dem auch William Friedkins Film "Der Exorzist" zugrunde lag. Ganzer Film Aus Wikipedia: William S. Bowdern (Timothy Dalton) is a World War II veteran who was severely affected by a bad experience in France on All Saints’ Day in 1944. In the first scene of the movie, we flash-back through one of Bowdern's dreams to where he was trying to escape from a German advance as SS soldiers execute wounded American soldiers. A wounded soldier calls Bowdern, the chaplain, to give him the Last Rites; Bowdern at first denies him so he can escape. Bowdern rethinks the matter and does his duty but is bayonetted by an SS soldier. He becomes an alcoholic, tormented by his injuries and the guilt of refusing a dying man's last wish.
|
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