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 | Zatoichi meets the one armed swordsman | |
Originaltitle: | Shin zatô Ichi: Yabure! Tôjin-ken | |
Regie: | Kimiyoshi Yasuda | |
Darsteller: | Shintarô Katsu, Yu Wang, Watako Hamaki | |
Erscheinungsjahr: | 1971 | |
Land: | Japan | |
Stichwort: | blind, Amputation, behindert, Zatoichi | |
Release: | 00.00.0000 |
Handlung | ||
While traveling the Japanese countryside the blind masseur Zatoichi comes across the One Armed Swordsman, Wang Kang, who is in hiding and protecting a child from a corrupt Japanese priest and a group of yakuza. Zatoichi and Wang Kang, each from very different worlds yet heroic swordsman in their own right, at first seem to get along but a language barrier and a series of misunderstanding leads Kang to distrust Ichi. Soon the two heroes are at each other throats while each attempts to stop the true villains from taking the child.
|
Weitere Info | ||
Zatoichi and the One-Armed Swordsman, also known as Zatoichi Meets the One-Armed Swordsman, is a 1971 Hong Kong and Japanese wuxia/chambara crossover film directed by Chinese film director Hsu Tseng Hung and Japanese film director Kimiyoshi Yasuda. The film stars Jimmy Wang Yu as the "One-Armed Swordsman" Wang Gang and Shintaro Katsu as the blind masseur Zatoichi. This film is a crossover of the One-Armed Swordsman and Zatoichi film series. (Wikipedia) siehe hier unter dem Stichwort "Zatoichi" Filmliste Fernsehserie Von 1974 bis 1979 wurde in Japan eine 100-teilige Zatōichi-Fernsehserie in vier Staffeln produziert. 1989 ließ sich Hollywood von den Geschichten um den blinden japanischen Masseur inspirieren und produzierte die von Phillip Noyce gedrehte Neuverfilmung Blinde Wut (1989), mit Rutger Hauer in der Rolle eines blinden Vietnamveteranen.
|
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