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 | Trailer park boys | |
Originaltitle: | Trailer Park Boys: Countdown to Liquor Day | |
Regie: | Mike Clattenburg | |
Darsteller: | Robb Wells, John Paul Tremblay, Mike Smith | |
Erscheinungsjahr: | 2009 | |
Land: | Kanada | |
Stichwort: | Epilepsie | |
Release: | 17.09.2009 |
Handlung | ||
Die TV-Serie erzählt von den Abenteuern Ricky, Julian und Bubbles, die gern reich und gut drauf sein würden, es stattdessen ständig mit Polizei und Gerichten aufnehmen müssen. |
Weitere Info | ||
You are clearly lacking that part of the human brain that lets you know when people aren't arguing with you. Which means you have epilepsy, because removing that part is a type of treatment. (Kommentar zu: Trailer Park Boys Closer To The Heart / http://www.youtube.com/watch?v=TbdzDFNbl9c "Trailer Park Boys is a Canadian comedy mockumentary television series created and directed by Mike Clattenburg that focuses on the misadventures of a group of trailer park residents, some of whom are ex-convicts, living in the fictional Sunnyvale Trailer Park in Dartmouth, Nova Scotia. The television series premiered on the Showcase television network in 2001.[1] The final season ended in 2007, and the final episode, "Say Goodnight to the Bad Guys", premiered as a special on Showcase on December 7, 2008, ending the series. A second film—Countdown to Liquor Day—was released in Canada on September 25, 2009. Later seasons changed this formula with the final episode of the season showing that their schemes had been successful, and the boys' future looking optimistic. The first episode of the following season would then show them sheepishly explaining how everything went wrong for them in the interim, thus bringing the story back to square one.
|
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