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 | Alexander | |
Originaltitle: | Alexander | |
Regie: | Oliver Stone | |
Darsteller: | Colin Farrell, Angelina Jolie, Jared Letoto | |
Erscheinungsjahr: | 2004 | |
Land: | USA | |
Stichwort: | Epilepsie | |
Release: | 00.00.0000 |
Handlung | ||
Nach der Ermordung seines Vaters Philipp wird Alexander 20jährig Herrscher Mazedoniens. Er erobert das persische Weltreich und gelangt auf der Suche nach den Grenzen der Welt bis Indien. Sein durch Schlachten und Krankheiten dezimiertes Heer und eine Verletzung zwingen ihn zur Umkehr. Er stirbt 33jährig in Babylon und hinterlässt seinen untereinander zerstrittenen Heerführern ein unregierbares Weltreich.
|
Weitere Info | ||
Alexander wird gelegentlich mit Epilepsie in Verbindung gebracht (siehe W.G.Lennox, Nietzsche). Lennox zitiert dazu aus Plutarch: "He lost speech and falling into a swoon had scarcely any sense of pulse left, but in no long time his health and strength returned." (Lennox, S. 707) Diese Alexanderverfilmung macht von Plitarch's Notiz keinen Gebrauch. Die einzige bekanntere Verfilmung des Alexander-Stoffes vor Oliver Stones Alexander ist der Monumentalfilm Alexander der Große von Robert Rossen aus dem Jahr 1956. (Wikipedia)
|
/**********************************************************************************************
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