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 | Slipping into darkness | |
Originaltitle: | Slipping into darkness | |
Regie: | Eleanor Gaver | |
Darsteller: | Michelle Johnson, John D'Aquino, Neill Barry | |
Erscheinungsjahr: | 1988 | |
Land: | USA | |
Stichwort: | Anfälle, Unfallfolgen, Unfalltod, Alkoholismus, Sucht | |
Release: | 00.00.0000 |
Handlung | ||
Ein junger Mann lädt drei Mädchen, Genevieve, Carlyle, und Alex zu einer Motorradtours mit seinen Freunden ein. Er hält sie für schuldig am Tod seines behinderten Bruders, der im Alkoholrausch unter einen Zug geraten ist, und will diesen rächen. Wurde der Tote durch die Frauen zum Trinken animiert? Die Party ufert bald in Gewalttätigkeit und Mord aus.
|
Weitere Info | ||
aka Killing girls "I really loved the middle chunk of the movie, where the group takes refuge in an abandoned farmhouse. They find the owner dead upstairs, and one of the kidnappers snaps and chases his friends through a cornfield on a giant mower. There are tons of great off-the-wall moments throughout the film, I really enjoyed it." Read more: http://www.answers.com/topic/slipping-into-darkness-film#ixzz1M3CpGSqP
|
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