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 ] |
Title | Marchlands, 1,4 | |
Originaltitle: | Marchlands, 1,4 | |
Regie: | James Kent | |
Darsteller: | Alex Kingston, Dean Andrews, Jamie Thomas King, Tessa Peake-Jones, Anne Reid and Jodie Whittaker | |
Erscheinungsjahr: | 2011 | |
Land: | UK | |
Stichwort: | Epilepsie | |
Release: | 00.00.0000 |
Handlung | ||
Als Scott 1987 erstmals epileptische Anfälle bekommt, veranlasst Eddie Pater Boyle, in Amys Zimmer einen Exorcismus auszuüben. Darüber bricht ein Streit zwischen Helen und Eddie aus, worauf Amy aus dem Haus und in den Wald rennt. Olive bewahrt sie davor in den See zu fallen. |
Weitere Info | ||
TV-Serie, Staffel 1, 4, 24.2.2011 Marchlands was first shown on ITV on 3 February 2011. It is the first series in the trilogy, and follows a story of three different families living in the same house in Yorkshire in three different time periods - 1968, 1987 and 2010. The three families are linked by the spirit of a young girl who died under mysterious circumstances in 1967. (Wikipedia) In 1968, Ruth and Paul Bowen live in Marchlands with Paul's parents Robert and Evelyn. Six months earlier, Ruth and Paul's daughter Alice died, apparently in an accidental drowning, and Ruth is determined to find out the truth about what happened to her, believing there is more to Alice's death than she is being led to believe. In 1968 Paul and Ruth reconcile though,after Brian has boasted of sleeping with Ruth,Paul punches him. Robert tells his son he thinks he should take Ruth out of the area to make a fresh start but she is still convinced that there was more to her daughter's drowning than the official verdict,that she wandered off whilst out walking with her grandfather. In 1987,as Scott begins to have epileptic fits,Eddie brings Father Boyle in to exorcise Amy's room,though this leads to a row between Helen and Eddie,causing Amy to run away into the woods, where she is saved from falling into the lake by Olive.(IMDB) Trailer: https://www.youtube.com/watch?v=Z2iiO92AKYM
|
/**********************************************************************************************
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