The Dungeonmaster

Cast (36)

  • Jeffrey Byron

    Jeffrey Byron

    Paul Bradford

  • Richard Moll

    Richard Moll

    Mestema

  • Leslie Wing

    Leslie Wing

    Gwen Rogers

  • Blackie Lawless

    Blackie Lawless

    W.A.S.P. Singer / Bassist (segment "Heavy Metal")

  • Chris Holmes

    Chris Holmes

    W.A.S.P. guitar player (segment "Heavy Metal")

  • Tony Richards

    Tony Richards

    W.A.S.P. Drummer (segment "Heavy Metal")

  • Randy Piper

    Randy Piper

    W.A.S.P. Guitar Player (segment "Heavy Metal")

  • Cleve Hall

    Cleve Hall

    Jack the Ripper (segment "Ice Gallery)

  • Jeff Rayburn

    Jeff Rayburn

    Hangman (segment "Ice Gallery")

  • Kenneth J. Hall

    Kenneth J. Hall

    The Wolfman (segment "Ice Gallery")

  • Lonnie Hashimoto

    Lonnie Hashimoto

    Samurai (segment "Ice Gallery")

  • Jack Reed

    Jack Reed

    Mummy (segment "Ice Gallery")

  • Guy Simmons

    Guy Simmons

    African (segment "Ice Gallery")

  • R.J. Miller

    R.J. Miller

    Mr. Cahane

  • Gina Calabrese

    Gina Calabrese

    Girl in Dream

  • Peter Kent

    Peter Kent

    Zombie (segment "Demons Of The Dead")

  • E. Lee Nation

    E. Lee Nation

    Zombie (segment "Demons of the Dead")

  • Beverly Miko

    Beverly Miko

    Zombie (segment "Demons of the Dead")

  • Curtis Lee Garrick

    Curtis Lee Garrick

    Zombie (segment "Demons of the Dead")

  • James Di Mino

    James Di Mino

    Zombie (segment "Demons of the Dead")

  • James Chesnut

    James Chesnut

    Zombie (segment "Demons of the Dead")

  • David Karp

    David Karp

    Paul Bradford´s corpse (segment "Demons of the Dead")

  • Danny Dick

    Danny Dick

    Slasher (segment "Slasher")

  • Eddie Zammit

    Eddie Zammit

    Policeman #1 (segment "Slasher")

  • Mack Ademia

    Mack Ademia

    Policeman #2 (segment "Slasher")

  • Kurt Braun

    Kurt Braun

    Audition Dancer (segment "Slasher")

  • Suzanne Lelong

    Suzanne Lelong

    Audition Dancer (segment "Slasher")

  • Marika Zoll

    Marika Zoll

    Audition Dancer (segment "Slasher")

  • Sal Fondacaro

    Sal Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Phil Fondacaro

    Phil Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Jerri Pinthus

    Jerri Pinthus

    Cave Beast (segment "Cave Beast")

  • Diane Carter

    Diane Carter

    Angel (segment "Cave Beast")

  • Randy Popplewell

    Randy Popplewell

    Desert Soldier (segment "Desert Pursuit")

  • Anthony Genova

    Anthony Genova

    Desert Soldier (segment "Desert Pursuit")

  • De Ette Adams

    De Ette Adams

    Gwen´s Double (segment "Desert Pursuit")

  • Felix Silla

    Felix Silla

    Desert Bandit (segment "Desert Pursuit") (as Felix Cilla)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Dungeonmaster

Cast (36)

  • Jeffrey Byron

    Jeffrey Byron

    Paul Bradford

  • Richard Moll

    Richard Moll

    Mestema

  • Leslie Wing

    Leslie Wing

    Gwen Rogers

  • Blackie Lawless

    Blackie Lawless

    W.A.S.P. Singer / Bassist (segment "Heavy Metal")

  • Chris Holmes

    Chris Holmes

    W.A.S.P. guitar player (segment "Heavy Metal")

  • Tony Richards

    Tony Richards

    W.A.S.P. Drummer (segment "Heavy Metal")

  • Randy Piper

    Randy Piper

    W.A.S.P. Guitar Player (segment "Heavy Metal")

  • Cleve Hall

    Cleve Hall

    Jack the Ripper (segment "Ice Gallery)

  • Jeff Rayburn

    Jeff Rayburn

    Hangman (segment "Ice Gallery")

  • Kenneth J. Hall

    Kenneth J. Hall

    The Wolfman (segment "Ice Gallery")

  • Lonnie Hashimoto

    Lonnie Hashimoto

    Samurai (segment "Ice Gallery")

  • Jack Reed

    Jack Reed

    Mummy (segment "Ice Gallery")

  • Guy Simmons

    Guy Simmons

    African (segment "Ice Gallery")

  • R.J. Miller

    R.J. Miller

    Mr. Cahane

  • Gina Calabrese

    Gina Calabrese

    Girl in Dream

  • Peter Kent

    Peter Kent

    Zombie (segment "Demons Of The Dead")

  • E. Lee Nation

    E. Lee Nation

    Zombie (segment "Demons of the Dead")

  • Beverly Miko

    Beverly Miko

    Zombie (segment "Demons of the Dead")

  • Curtis Lee Garrick

    Curtis Lee Garrick

    Zombie (segment "Demons of the Dead")

  • James Di Mino

    James Di Mino

    Zombie (segment "Demons of the Dead")

  • James Chesnut

    James Chesnut

    Zombie (segment "Demons of the Dead")

  • David Karp

    David Karp

    Paul Bradford´s corpse (segment "Demons of the Dead")

  • Danny Dick

    Danny Dick

    Slasher (segment "Slasher")

  • Eddie Zammit

    Eddie Zammit

    Policeman #1 (segment "Slasher")

  • Mack Ademia

    Mack Ademia

    Policeman #2 (segment "Slasher")

  • Kurt Braun

    Kurt Braun

    Audition Dancer (segment "Slasher")

  • Suzanne Lelong

    Suzanne Lelong

    Audition Dancer (segment "Slasher")

  • Marika Zoll

    Marika Zoll

    Audition Dancer (segment "Slasher")

  • Sal Fondacaro

    Sal Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Phil Fondacaro

    Phil Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Jerri Pinthus

    Jerri Pinthus

    Cave Beast (segment "Cave Beast")

  • Diane Carter

    Diane Carter

    Angel (segment "Cave Beast")

  • Randy Popplewell

    Randy Popplewell

    Desert Soldier (segment "Desert Pursuit")

  • Anthony Genova

    Anthony Genova

    Desert Soldier (segment "Desert Pursuit")

  • De Ette Adams

    De Ette Adams

    Gwen´s Double (segment "Desert Pursuit")

  • Felix Silla

    Felix Silla

    Desert Bandit (segment "Desert Pursuit") (as Felix Cilla)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Dungeonmaster

Cast (36)

  • Jeffrey Byron

    Jeffrey Byron

    Paul Bradford

  • Richard Moll

    Richard Moll

    Mestema

  • Leslie Wing

    Leslie Wing

    Gwen Rogers

  • Blackie Lawless

    Blackie Lawless

    W.A.S.P. Singer / Bassist (segment "Heavy Metal")

  • Chris Holmes

    Chris Holmes

    W.A.S.P. guitar player (segment "Heavy Metal")

  • Tony Richards

    Tony Richards

    W.A.S.P. Drummer (segment "Heavy Metal")

  • Randy Piper

    Randy Piper

    W.A.S.P. Guitar Player (segment "Heavy Metal")

  • Cleve Hall

    Cleve Hall

    Jack the Ripper (segment "Ice Gallery)

  • Jeff Rayburn

    Jeff Rayburn

    Hangman (segment "Ice Gallery")

  • Kenneth J. Hall

    Kenneth J. Hall

    The Wolfman (segment "Ice Gallery")

  • Lonnie Hashimoto

    Lonnie Hashimoto

    Samurai (segment "Ice Gallery")

  • Jack Reed

    Jack Reed

    Mummy (segment "Ice Gallery")

  • Guy Simmons

    Guy Simmons

    African (segment "Ice Gallery")

  • R.J. Miller

    R.J. Miller

    Mr. Cahane

  • Gina Calabrese

    Gina Calabrese

    Girl in Dream

  • Peter Kent

    Peter Kent

    Zombie (segment "Demons Of The Dead")

  • E. Lee Nation

    E. Lee Nation

    Zombie (segment "Demons of the Dead")

  • Beverly Miko

    Beverly Miko

    Zombie (segment "Demons of the Dead")

  • Curtis Lee Garrick

    Curtis Lee Garrick

    Zombie (segment "Demons of the Dead")

  • James Di Mino

    James Di Mino

    Zombie (segment "Demons of the Dead")

  • James Chesnut

    James Chesnut

    Zombie (segment "Demons of the Dead")

  • David Karp

    David Karp

    Paul Bradford´s corpse (segment "Demons of the Dead")

  • Danny Dick

    Danny Dick

    Slasher (segment "Slasher")

  • Eddie Zammit

    Eddie Zammit

    Policeman #1 (segment "Slasher")

  • Mack Ademia

    Mack Ademia

    Policeman #2 (segment "Slasher")

  • Kurt Braun

    Kurt Braun

    Audition Dancer (segment "Slasher")

  • Suzanne Lelong

    Suzanne Lelong

    Audition Dancer (segment "Slasher")

  • Marika Zoll

    Marika Zoll

    Audition Dancer (segment "Slasher")

  • Sal Fondacaro

    Sal Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Phil Fondacaro

    Phil Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Jerri Pinthus

    Jerri Pinthus

    Cave Beast (segment "Cave Beast")

  • Diane Carter

    Diane Carter

    Angel (segment "Cave Beast")

  • Randy Popplewell

    Randy Popplewell

    Desert Soldier (segment "Desert Pursuit")

  • Anthony Genova

    Anthony Genova

    Desert Soldier (segment "Desert Pursuit")

  • De Ette Adams

    De Ette Adams

    Gwen´s Double (segment "Desert Pursuit")

  • Felix Silla

    Felix Silla

    Desert Bandit (segment "Desert Pursuit") (as Felix Cilla)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Dungeonmaster

Cast (36)

  • Jeffrey Byron

    Jeffrey Byron

    Paul Bradford

  • Richard Moll

    Richard Moll

    Mestema

  • Leslie Wing

    Leslie Wing

    Gwen Rogers

  • Blackie Lawless

    Blackie Lawless

    W.A.S.P. Singer / Bassist (segment "Heavy Metal")

  • Chris Holmes

    Chris Holmes

    W.A.S.P. guitar player (segment "Heavy Metal")

  • Tony Richards

    Tony Richards

    W.A.S.P. Drummer (segment "Heavy Metal")

  • Randy Piper

    Randy Piper

    W.A.S.P. Guitar Player (segment "Heavy Metal")

  • Cleve Hall

    Cleve Hall

    Jack the Ripper (segment "Ice Gallery)

  • Jeff Rayburn

    Jeff Rayburn

    Hangman (segment "Ice Gallery")

  • Kenneth J. Hall

    Kenneth J. Hall

    The Wolfman (segment "Ice Gallery")

  • Lonnie Hashimoto

    Lonnie Hashimoto

    Samurai (segment "Ice Gallery")

  • Jack Reed

    Jack Reed

    Mummy (segment "Ice Gallery")

  • Guy Simmons

    Guy Simmons

    African (segment "Ice Gallery")

  • R.J. Miller

    R.J. Miller

    Mr. Cahane

  • Gina Calabrese

    Gina Calabrese

    Girl in Dream

  • Peter Kent

    Peter Kent

    Zombie (segment "Demons Of The Dead")

  • E. Lee Nation

    E. Lee Nation

    Zombie (segment "Demons of the Dead")

  • Beverly Miko

    Beverly Miko

    Zombie (segment "Demons of the Dead")

  • Curtis Lee Garrick

    Curtis Lee Garrick

    Zombie (segment "Demons of the Dead")

  • James Di Mino

    James Di Mino

    Zombie (segment "Demons of the Dead")

  • James Chesnut

    James Chesnut

    Zombie (segment "Demons of the Dead")

  • David Karp

    David Karp

    Paul Bradford´s corpse (segment "Demons of the Dead")

  • Danny Dick

    Danny Dick

    Slasher (segment "Slasher")

  • Eddie Zammit

    Eddie Zammit

    Policeman #1 (segment "Slasher")

  • Mack Ademia

    Mack Ademia

    Policeman #2 (segment "Slasher")

  • Kurt Braun

    Kurt Braun

    Audition Dancer (segment "Slasher")

  • Suzanne Lelong

    Suzanne Lelong

    Audition Dancer (segment "Slasher")

  • Marika Zoll

    Marika Zoll

    Audition Dancer (segment "Slasher")

  • Sal Fondacaro

    Sal Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Phil Fondacaro

    Phil Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Jerri Pinthus

    Jerri Pinthus

    Cave Beast (segment "Cave Beast")

  • Diane Carter

    Diane Carter

    Angel (segment "Cave Beast")

  • Randy Popplewell

    Randy Popplewell

    Desert Soldier (segment "Desert Pursuit")

  • Anthony Genova

    Anthony Genova

    Desert Soldier (segment "Desert Pursuit")

  • De Ette Adams

    De Ette Adams

    Gwen´s Double (segment "Desert Pursuit")

  • Felix Silla

    Felix Silla

    Desert Bandit (segment "Desert Pursuit") (as Felix Cilla)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Dungeonmaster

Cast (36)

  • Jeffrey Byron

    Jeffrey Byron

    Paul Bradford

  • Richard Moll

    Richard Moll

    Mestema

  • Leslie Wing

    Leslie Wing

    Gwen Rogers

  • Blackie Lawless

    Blackie Lawless

    W.A.S.P. Singer / Bassist (segment "Heavy Metal")

  • Chris Holmes

    Chris Holmes

    W.A.S.P. guitar player (segment "Heavy Metal")

  • Tony Richards

    Tony Richards

    W.A.S.P. Drummer (segment "Heavy Metal")

  • Randy Piper

    Randy Piper

    W.A.S.P. Guitar Player (segment "Heavy Metal")

  • Cleve Hall

    Cleve Hall

    Jack the Ripper (segment "Ice Gallery)

  • Jeff Rayburn

    Jeff Rayburn

    Hangman (segment "Ice Gallery")

  • Kenneth J. Hall

    Kenneth J. Hall

    The Wolfman (segment "Ice Gallery")

  • Lonnie Hashimoto

    Lonnie Hashimoto

    Samurai (segment "Ice Gallery")

  • Jack Reed

    Jack Reed

    Mummy (segment "Ice Gallery")

  • Guy Simmons

    Guy Simmons

    African (segment "Ice Gallery")

  • R.J. Miller

    R.J. Miller

    Mr. Cahane

  • Gina Calabrese

    Gina Calabrese

    Girl in Dream

  • Peter Kent

    Peter Kent

    Zombie (segment "Demons Of The Dead")

  • E. Lee Nation

    E. Lee Nation

    Zombie (segment "Demons of the Dead")

  • Beverly Miko

    Beverly Miko

    Zombie (segment "Demons of the Dead")

  • Curtis Lee Garrick

    Curtis Lee Garrick

    Zombie (segment "Demons of the Dead")

  • James Di Mino

    James Di Mino

    Zombie (segment "Demons of the Dead")

  • James Chesnut

    James Chesnut

    Zombie (segment "Demons of the Dead")

  • David Karp

    David Karp

    Paul Bradford´s corpse (segment "Demons of the Dead")

  • Danny Dick

    Danny Dick

    Slasher (segment "Slasher")

  • Eddie Zammit

    Eddie Zammit

    Policeman #1 (segment "Slasher")

  • Mack Ademia

    Mack Ademia

    Policeman #2 (segment "Slasher")

  • Kurt Braun

    Kurt Braun

    Audition Dancer (segment "Slasher")

  • Suzanne Lelong

    Suzanne Lelong

    Audition Dancer (segment "Slasher")

  • Marika Zoll

    Marika Zoll

    Audition Dancer (segment "Slasher")

  • Sal Fondacaro

    Sal Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Phil Fondacaro

    Phil Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Jerri Pinthus

    Jerri Pinthus

    Cave Beast (segment "Cave Beast")

  • Diane Carter

    Diane Carter

    Angel (segment "Cave Beast")

  • Randy Popplewell

    Randy Popplewell

    Desert Soldier (segment "Desert Pursuit")

  • Anthony Genova

    Anthony Genova

    Desert Soldier (segment "Desert Pursuit")

  • De Ette Adams

    De Ette Adams

    Gwen´s Double (segment "Desert Pursuit")

  • Felix Silla

    Felix Silla

    Desert Bandit (segment "Desert Pursuit") (as Felix Cilla)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Dungeonmaster

Cast (36)

  • Jeffrey Byron

    Jeffrey Byron

    Paul Bradford

  • Richard Moll

    Richard Moll

    Mestema

  • Leslie Wing

    Leslie Wing

    Gwen Rogers

  • Blackie Lawless

    Blackie Lawless

    W.A.S.P. Singer / Bassist (segment "Heavy Metal")

  • Chris Holmes

    Chris Holmes

    W.A.S.P. guitar player (segment "Heavy Metal")

  • Tony Richards

    Tony Richards

    W.A.S.P. Drummer (segment "Heavy Metal")

  • Randy Piper

    Randy Piper

    W.A.S.P. Guitar Player (segment "Heavy Metal")

  • Cleve Hall

    Cleve Hall

    Jack the Ripper (segment "Ice Gallery)

  • Jeff Rayburn

    Jeff Rayburn

    Hangman (segment "Ice Gallery")

  • Kenneth J. Hall

    Kenneth J. Hall

    The Wolfman (segment "Ice Gallery")

  • Lonnie Hashimoto

    Lonnie Hashimoto

    Samurai (segment "Ice Gallery")

  • Jack Reed

    Jack Reed

    Mummy (segment "Ice Gallery")

  • Guy Simmons

    Guy Simmons

    African (segment "Ice Gallery")

  • R.J. Miller

    R.J. Miller

    Mr. Cahane

  • Gina Calabrese

    Gina Calabrese

    Girl in Dream

  • Peter Kent

    Peter Kent

    Zombie (segment "Demons Of The Dead")

  • E. Lee Nation

    E. Lee Nation

    Zombie (segment "Demons of the Dead")

  • Beverly Miko

    Beverly Miko

    Zombie (segment "Demons of the Dead")

  • Curtis Lee Garrick

    Curtis Lee Garrick

    Zombie (segment "Demons of the Dead")

  • James Di Mino

    James Di Mino

    Zombie (segment "Demons of the Dead")

  • James Chesnut

    James Chesnut

    Zombie (segment "Demons of the Dead")

  • David Karp

    David Karp

    Paul Bradford´s corpse (segment "Demons of the Dead")

  • Danny Dick

    Danny Dick

    Slasher (segment "Slasher")

  • Eddie Zammit

    Eddie Zammit

    Policeman #1 (segment "Slasher")

  • Mack Ademia

    Mack Ademia

    Policeman #2 (segment "Slasher")

  • Kurt Braun

    Kurt Braun

    Audition Dancer (segment "Slasher")

  • Suzanne Lelong

    Suzanne Lelong

    Audition Dancer (segment "Slasher")

  • Marika Zoll

    Marika Zoll

    Audition Dancer (segment "Slasher")

  • Sal Fondacaro

    Sal Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Phil Fondacaro

    Phil Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Jerri Pinthus

    Jerri Pinthus

    Cave Beast (segment "Cave Beast")

  • Diane Carter

    Diane Carter

    Angel (segment "Cave Beast")

  • Randy Popplewell

    Randy Popplewell

    Desert Soldier (segment "Desert Pursuit")

  • Anthony Genova

    Anthony Genova

    Desert Soldier (segment "Desert Pursuit")

  • De Ette Adams

    De Ette Adams

    Gwen´s Double (segment "Desert Pursuit")

  • Felix Silla

    Felix Silla

    Desert Bandit (segment "Desert Pursuit") (as Felix Cilla)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Dungeonmaster

Cast (36)

  • Jeffrey Byron

    Jeffrey Byron

    Paul Bradford

  • Richard Moll

    Richard Moll

    Mestema

  • Leslie Wing

    Leslie Wing

    Gwen Rogers

  • Blackie Lawless

    Blackie Lawless

    W.A.S.P. Singer / Bassist (segment "Heavy Metal")

  • Chris Holmes

    Chris Holmes

    W.A.S.P. guitar player (segment "Heavy Metal")

  • Tony Richards

    Tony Richards

    W.A.S.P. Drummer (segment "Heavy Metal")

  • Randy Piper

    Randy Piper

    W.A.S.P. Guitar Player (segment "Heavy Metal")

  • Cleve Hall

    Cleve Hall

    Jack the Ripper (segment "Ice Gallery)

  • Jeff Rayburn

    Jeff Rayburn

    Hangman (segment "Ice Gallery")

  • Kenneth J. Hall

    Kenneth J. Hall

    The Wolfman (segment "Ice Gallery")

  • Lonnie Hashimoto

    Lonnie Hashimoto

    Samurai (segment "Ice Gallery")

  • Jack Reed

    Jack Reed

    Mummy (segment "Ice Gallery")

  • Guy Simmons

    Guy Simmons

    African (segment "Ice Gallery")

  • R.J. Miller

    R.J. Miller

    Mr. Cahane

  • Gina Calabrese

    Gina Calabrese

    Girl in Dream

  • Peter Kent

    Peter Kent

    Zombie (segment "Demons Of The Dead")

  • E. Lee Nation

    E. Lee Nation

    Zombie (segment "Demons of the Dead")

  • Beverly Miko

    Beverly Miko

    Zombie (segment "Demons of the Dead")

  • Curtis Lee Garrick

    Curtis Lee Garrick

    Zombie (segment "Demons of the Dead")

  • James Di Mino

    James Di Mino

    Zombie (segment "Demons of the Dead")

  • James Chesnut

    James Chesnut

    Zombie (segment "Demons of the Dead")

  • David Karp

    David Karp

    Paul Bradford´s corpse (segment "Demons of the Dead")

  • Danny Dick

    Danny Dick

    Slasher (segment "Slasher")

  • Eddie Zammit

    Eddie Zammit

    Policeman #1 (segment "Slasher")

  • Mack Ademia

    Mack Ademia

    Policeman #2 (segment "Slasher")

  • Kurt Braun

    Kurt Braun

    Audition Dancer (segment "Slasher")

  • Suzanne Lelong

    Suzanne Lelong

    Audition Dancer (segment "Slasher")

  • Marika Zoll

    Marika Zoll

    Audition Dancer (segment "Slasher")

  • Sal Fondacaro

    Sal Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Phil Fondacaro

    Phil Fondacaro

    Stone Canyon People (segment "Stone Canyon Giant")

  • Jerri Pinthus

    Jerri Pinthus

    Cave Beast (segment "Cave Beast")

  • Diane Carter

    Diane Carter

    Angel (segment "Cave Beast")

  • Randy Popplewell

    Randy Popplewell

    Desert Soldier (segment "Desert Pursuit")

  • Anthony Genova

    Anthony Genova

    Desert Soldier (segment "Desert Pursuit")

  • De Ette Adams

    De Ette Adams

    Gwen´s Double (segment "Desert Pursuit")

  • Felix Silla

    Felix Silla

    Desert Bandit (segment "Desert Pursuit") (as Felix Cilla)