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 | The last Exorcism part II | |
Originaltitle: | The Last Exorcism 2: The Beginning of the End | |
Regie: | Ed Gass-Donnelly | |
Darsteller: | Ashley Bell, Julia Garner, Spencer Treat Clark | |
Erscheinungsjahr: | 2013 | |
Land: | Russland | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle, Exorzismus | |
Release: | 28.02.2013 |
Handlung | ||
Nell Sweetzer, das unschuldige junge Mädchen aus dem ersten Teil dieser Horrorsage, erweist sich als eine Besessene, die Tod und Zerstörung hinter sich lässt.
|
Weitere Info | ||
Overnight, Nell has a few flashbacks to her incident in Ivanwood. She gets up to go splash her face with water, but comes back to find one of the girls violently contorting, and then falling out of bed having a seizure. .... Nell runs out. On the streets, she encounters a tourist who recognizes her from her possession video. He asks for a picture with her, which she reluctantly agrees to, but it comes out distorted. When he asks for another one, Nell tells him to fuck off. As he walks away, the man falls to the ground suffers a seizure. (Wikipedia)
|
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