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 | Brides of blood | |
Originaltitle: | Brides of Blood | |
Regie: | Eddie Romero, Gerardo de Leon | |
Darsteller: | Kent Taylor, Beverly Powers, John Ashley | |
Erscheinungsjahr: | 1968 | |
Land: | USA, Philippinen | |
Stichwort: | Epilepsie, Anfälle, Migräne | |
Release: | 00.00.0000 |
Handlung | ||
Nach atomaren Versuchen soll eine Gruppe amerikanischer Wissenschaftler die Vegetation von ’Blood Island’ auf Anomalien kontrollieren. Sie werden Gäste des epilepsielkranken Steve Powers. Bald stossen sie auf schreckliche Mutationen der Vegitation. Die Inselbewohner suchen ein mordendes Monster durch Menschenopfer in Schach zu halten. Als das Monster endlich getötet wird, entsteigt seiner Asche der mutierte Körper von Powers.
|
Weitere Info | ||
Aufgenommen in die Epilepsie-Filmographie von Kerson, Toba et al.: Implacable Images: Why Epileptiform Events Continue to be Featured in Film and Television, http://www.ncbi.nlm.nih.gov/pubmed/16793571 http://www.john-libbey-eurotext.fr/en/revues/medecine/epd/e-docs/00/04/1B/94/article.md aka Brides of Blood Island, aka Brides of Death, aka Brides of the Beast, aka Grave Desires (USA), aka Island of the Living Horror (USA), aka Orgy of Blood, aka Terror on Blood Island from Toba Kerson's notes: Ch. 9 – “He’s not feeling well. He had an attack last night. He calls it migraine but Paul thinks it’s epilepsy.” Paul is the scientist in the group.
|
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