Full Eclipse

Cast (32)

  • Mario Van Peebles

    Mario Van Peebles

    Max Dire

  • Patsy Kensit

    Patsy Kensit

    Casey Spencer

  • Bruce Payne

    Bruce Payne

    Adam Garou

  • Tony Denison

    Tony Denison

    Jim Sheldon

  • Jason Beghe

    Jason Beghe

    Doug Crane

  • Paula Marshall

    Paula Marshall

    Liza

  • John Verea

    John Verea

    Ramon Perez

  • Dean Norris

    Dean Norris

    Fleming

  • Willie C. Carpenter

    Willie C. Carpenter

    Ron Edmunds

  • Victoria Rowell

    Victoria Rowell

    Anna Dire

  • Scott Paulin

    Scott Paulin

    Teague

  • Mel Winkler

    Mel Winkler

    Stratton

  • Joseph Culp

    Joseph Culp

    Detective Tom Davies

  • Joey DePinto

    Joey DePinto

    Silvano

  • John Apicella

    John Apicella

    Club Manager

  • Jennifer Rubin

    Jennifer Rubin

    Helen

  • Brent Bolthouse

    Brent Bolthouse

    Dr. Bobby Rose

  • Fred Ponzlov

    Fred Ponzlov

    Chemist

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • David Gail

    David Gail

    Crazy

  • Rubén Garfias

    Rubén Garfias

    Wedding Priest

  • Vincent Hammond

    Vincent Hammond

    Werewolf

  • Howard Himelstein

    Howard Himelstein

    Desk Sergeant

  • Guy J. Louthan

    Guy J. Louthan

    Cop

  • Lawrence Mortorff

    Lawrence Mortorff

    Sergeant at Club

  • Piers Plowden

    Piers Plowden

    Boyfriend

  • Robin Pearson Rose

    Robin Pearson Rose

    Therapist

  • Jeff Russell

    Jeff Russell

    Donut Shop Clerk

  • Robert Hammond

    Robert Hammond

    Jim

  • Ahmad Stoner

    Ahmad Stoner

    Kid

  • BoJesse Christopher

    BoJesse Christopher

    Valet (uncredited)

  • Nick Brett

    Nick Brett

    Biker (uncredited)

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'; ?>
Full Eclipse

Cast (32)

  • Mario Van Peebles

    Mario Van Peebles

    Max Dire

  • Patsy Kensit

    Patsy Kensit

    Casey Spencer

  • Bruce Payne

    Bruce Payne

    Adam Garou

  • Tony Denison

    Tony Denison

    Jim Sheldon

  • Jason Beghe

    Jason Beghe

    Doug Crane

  • Paula Marshall

    Paula Marshall

    Liza

  • John Verea

    John Verea

    Ramon Perez

  • Dean Norris

    Dean Norris

    Fleming

  • Willie C. Carpenter

    Willie C. Carpenter

    Ron Edmunds

  • Victoria Rowell

    Victoria Rowell

    Anna Dire

  • Scott Paulin

    Scott Paulin

    Teague

  • Mel Winkler

    Mel Winkler

    Stratton

  • Joseph Culp

    Joseph Culp

    Detective Tom Davies

  • Joey DePinto

    Joey DePinto

    Silvano

  • John Apicella

    John Apicella

    Club Manager

  • Jennifer Rubin

    Jennifer Rubin

    Helen

  • Brent Bolthouse

    Brent Bolthouse

    Dr. Bobby Rose

  • Fred Ponzlov

    Fred Ponzlov

    Chemist

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • David Gail

    David Gail

    Crazy

  • Rubén Garfias

    Rubén Garfias

    Wedding Priest

  • Vincent Hammond

    Vincent Hammond

    Werewolf

  • Howard Himelstein

    Howard Himelstein

    Desk Sergeant

  • Guy J. Louthan

    Guy J. Louthan

    Cop

  • Lawrence Mortorff

    Lawrence Mortorff

    Sergeant at Club

  • Piers Plowden

    Piers Plowden

    Boyfriend

  • Robin Pearson Rose

    Robin Pearson Rose

    Therapist

  • Jeff Russell

    Jeff Russell

    Donut Shop Clerk

  • Robert Hammond

    Robert Hammond

    Jim

  • Ahmad Stoner

    Ahmad Stoner

    Kid

  • BoJesse Christopher

    BoJesse Christopher

    Valet (uncredited)

  • Nick Brett

    Nick Brett

    Biker (uncredited)

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'; ?>
Full Eclipse

Cast (32)

  • Mario Van Peebles

    Mario Van Peebles

    Max Dire

  • Patsy Kensit

    Patsy Kensit

    Casey Spencer

  • Bruce Payne

    Bruce Payne

    Adam Garou

  • Tony Denison

    Tony Denison

    Jim Sheldon

  • Jason Beghe

    Jason Beghe

    Doug Crane

  • Paula Marshall

    Paula Marshall

    Liza

  • John Verea

    John Verea

    Ramon Perez

  • Dean Norris

    Dean Norris

    Fleming

  • Willie C. Carpenter

    Willie C. Carpenter

    Ron Edmunds

  • Victoria Rowell

    Victoria Rowell

    Anna Dire

  • Scott Paulin

    Scott Paulin

    Teague

  • Mel Winkler

    Mel Winkler

    Stratton

  • Joseph Culp

    Joseph Culp

    Detective Tom Davies

  • Joey DePinto

    Joey DePinto

    Silvano

  • John Apicella

    John Apicella

    Club Manager

  • Jennifer Rubin

    Jennifer Rubin

    Helen

  • Brent Bolthouse

    Brent Bolthouse

    Dr. Bobby Rose

  • Fred Ponzlov

    Fred Ponzlov

    Chemist

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • David Gail

    David Gail

    Crazy

  • Rubén Garfias

    Rubén Garfias

    Wedding Priest

  • Vincent Hammond

    Vincent Hammond

    Werewolf

  • Howard Himelstein

    Howard Himelstein

    Desk Sergeant

  • Guy J. Louthan

    Guy J. Louthan

    Cop

  • Lawrence Mortorff

    Lawrence Mortorff

    Sergeant at Club

  • Piers Plowden

    Piers Plowden

    Boyfriend

  • Robin Pearson Rose

    Robin Pearson Rose

    Therapist

  • Jeff Russell

    Jeff Russell

    Donut Shop Clerk

  • Robert Hammond

    Robert Hammond

    Jim

  • Ahmad Stoner

    Ahmad Stoner

    Kid

  • BoJesse Christopher

    BoJesse Christopher

    Valet (uncredited)

  • Nick Brett

    Nick Brett

    Biker (uncredited)

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'; ?>
Full Eclipse

Cast (32)

  • Mario Van Peebles

    Mario Van Peebles

    Max Dire

  • Patsy Kensit

    Patsy Kensit

    Casey Spencer

  • Bruce Payne

    Bruce Payne

    Adam Garou

  • Tony Denison

    Tony Denison

    Jim Sheldon

  • Jason Beghe

    Jason Beghe

    Doug Crane

  • Paula Marshall

    Paula Marshall

    Liza

  • John Verea

    John Verea

    Ramon Perez

  • Dean Norris

    Dean Norris

    Fleming

  • Willie C. Carpenter

    Willie C. Carpenter

    Ron Edmunds

  • Victoria Rowell

    Victoria Rowell

    Anna Dire

  • Scott Paulin

    Scott Paulin

    Teague

  • Mel Winkler

    Mel Winkler

    Stratton

  • Joseph Culp

    Joseph Culp

    Detective Tom Davies

  • Joey DePinto

    Joey DePinto

    Silvano

  • John Apicella

    John Apicella

    Club Manager

  • Jennifer Rubin

    Jennifer Rubin

    Helen

  • Brent Bolthouse

    Brent Bolthouse

    Dr. Bobby Rose

  • Fred Ponzlov

    Fred Ponzlov

    Chemist

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • David Gail

    David Gail

    Crazy

  • Rubén Garfias

    Rubén Garfias

    Wedding Priest

  • Vincent Hammond

    Vincent Hammond

    Werewolf

  • Howard Himelstein

    Howard Himelstein

    Desk Sergeant

  • Guy J. Louthan

    Guy J. Louthan

    Cop

  • Lawrence Mortorff

    Lawrence Mortorff

    Sergeant at Club

  • Piers Plowden

    Piers Plowden

    Boyfriend

  • Robin Pearson Rose

    Robin Pearson Rose

    Therapist

  • Jeff Russell

    Jeff Russell

    Donut Shop Clerk

  • Robert Hammond

    Robert Hammond

    Jim

  • Ahmad Stoner

    Ahmad Stoner

    Kid

  • BoJesse Christopher

    BoJesse Christopher

    Valet (uncredited)

  • Nick Brett

    Nick Brett

    Biker (uncredited)

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'; ?>
Full Eclipse

Cast (32)

  • Mario Van Peebles

    Mario Van Peebles

    Max Dire

  • Patsy Kensit

    Patsy Kensit

    Casey Spencer

  • Bruce Payne

    Bruce Payne

    Adam Garou

  • Tony Denison

    Tony Denison

    Jim Sheldon

  • Jason Beghe

    Jason Beghe

    Doug Crane

  • Paula Marshall

    Paula Marshall

    Liza

  • John Verea

    John Verea

    Ramon Perez

  • Dean Norris

    Dean Norris

    Fleming

  • Willie C. Carpenter

    Willie C. Carpenter

    Ron Edmunds

  • Victoria Rowell

    Victoria Rowell

    Anna Dire

  • Scott Paulin

    Scott Paulin

    Teague

  • Mel Winkler

    Mel Winkler

    Stratton

  • Joseph Culp

    Joseph Culp

    Detective Tom Davies

  • Joey DePinto

    Joey DePinto

    Silvano

  • John Apicella

    John Apicella

    Club Manager

  • Jennifer Rubin

    Jennifer Rubin

    Helen

  • Brent Bolthouse

    Brent Bolthouse

    Dr. Bobby Rose

  • Fred Ponzlov

    Fred Ponzlov

    Chemist

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • David Gail

    David Gail

    Crazy

  • Rubén Garfias

    Rubén Garfias

    Wedding Priest

  • Vincent Hammond

    Vincent Hammond

    Werewolf

  • Howard Himelstein

    Howard Himelstein

    Desk Sergeant

  • Guy J. Louthan

    Guy J. Louthan

    Cop

  • Lawrence Mortorff

    Lawrence Mortorff

    Sergeant at Club

  • Piers Plowden

    Piers Plowden

    Boyfriend

  • Robin Pearson Rose

    Robin Pearson Rose

    Therapist

  • Jeff Russell

    Jeff Russell

    Donut Shop Clerk

  • Robert Hammond

    Robert Hammond

    Jim

  • Ahmad Stoner

    Ahmad Stoner

    Kid

  • BoJesse Christopher

    BoJesse Christopher

    Valet (uncredited)

  • Nick Brett

    Nick Brett

    Biker (uncredited)

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'; ?>
Full Eclipse

Cast (32)

  • Mario Van Peebles

    Mario Van Peebles

    Max Dire

  • Patsy Kensit

    Patsy Kensit

    Casey Spencer

  • Bruce Payne

    Bruce Payne

    Adam Garou

  • Tony Denison

    Tony Denison

    Jim Sheldon

  • Jason Beghe

    Jason Beghe

    Doug Crane

  • Paula Marshall

    Paula Marshall

    Liza

  • John Verea

    John Verea

    Ramon Perez

  • Dean Norris

    Dean Norris

    Fleming

  • Willie C. Carpenter

    Willie C. Carpenter

    Ron Edmunds

  • Victoria Rowell

    Victoria Rowell

    Anna Dire

  • Scott Paulin

    Scott Paulin

    Teague

  • Mel Winkler

    Mel Winkler

    Stratton

  • Joseph Culp

    Joseph Culp

    Detective Tom Davies

  • Joey DePinto

    Joey DePinto

    Silvano

  • John Apicella

    John Apicella

    Club Manager

  • Jennifer Rubin

    Jennifer Rubin

    Helen

  • Brent Bolthouse

    Brent Bolthouse

    Dr. Bobby Rose

  • Fred Ponzlov

    Fred Ponzlov

    Chemist

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • David Gail

    David Gail

    Crazy

  • Rubén Garfias

    Rubén Garfias

    Wedding Priest

  • Vincent Hammond

    Vincent Hammond

    Werewolf

  • Howard Himelstein

    Howard Himelstein

    Desk Sergeant

  • Guy J. Louthan

    Guy J. Louthan

    Cop

  • Lawrence Mortorff

    Lawrence Mortorff

    Sergeant at Club

  • Piers Plowden

    Piers Plowden

    Boyfriend

  • Robin Pearson Rose

    Robin Pearson Rose

    Therapist

  • Jeff Russell

    Jeff Russell

    Donut Shop Clerk

  • Robert Hammond

    Robert Hammond

    Jim

  • Ahmad Stoner

    Ahmad Stoner

    Kid

  • BoJesse Christopher

    BoJesse Christopher

    Valet (uncredited)

  • Nick Brett

    Nick Brett

    Biker (uncredited)

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'; ?>
Full Eclipse

Cast (32)

  • Mario Van Peebles

    Mario Van Peebles

    Max Dire

  • Patsy Kensit

    Patsy Kensit

    Casey Spencer

  • Bruce Payne

    Bruce Payne

    Adam Garou

  • Tony Denison

    Tony Denison

    Jim Sheldon

  • Jason Beghe

    Jason Beghe

    Doug Crane

  • Paula Marshall

    Paula Marshall

    Liza

  • John Verea

    John Verea

    Ramon Perez

  • Dean Norris

    Dean Norris

    Fleming

  • Willie C. Carpenter

    Willie C. Carpenter

    Ron Edmunds

  • Victoria Rowell

    Victoria Rowell

    Anna Dire

  • Scott Paulin

    Scott Paulin

    Teague

  • Mel Winkler

    Mel Winkler

    Stratton

  • Joseph Culp

    Joseph Culp

    Detective Tom Davies

  • Joey DePinto

    Joey DePinto

    Silvano

  • John Apicella

    John Apicella

    Club Manager

  • Jennifer Rubin

    Jennifer Rubin

    Helen

  • Brent Bolthouse

    Brent Bolthouse

    Dr. Bobby Rose

  • Fred Ponzlov

    Fred Ponzlov

    Chemist

  • Eric Fiedler

    Eric Fiedler

    Puppeteer

  • David Gail

    David Gail

    Crazy

  • Rubén Garfias

    Rubén Garfias

    Wedding Priest

  • Vincent Hammond

    Vincent Hammond

    Werewolf

  • Howard Himelstein

    Howard Himelstein

    Desk Sergeant

  • Guy J. Louthan

    Guy J. Louthan

    Cop

  • Lawrence Mortorff

    Lawrence Mortorff

    Sergeant at Club

  • Piers Plowden

    Piers Plowden

    Boyfriend

  • Robin Pearson Rose

    Robin Pearson Rose

    Therapist

  • Jeff Russell

    Jeff Russell

    Donut Shop Clerk

  • Robert Hammond

    Robert Hammond

    Jim

  • Ahmad Stoner

    Ahmad Stoner

    Kid

  • BoJesse Christopher

    BoJesse Christopher

    Valet (uncredited)

  • Nick Brett

    Nick Brett

    Biker (uncredited)