A Nocturne: Night of the Vampire

Cast (30)

  • Vanessa de Largie

    Vanessa de Largie

    X

  • Alex Spears

    Alex Spears

    Z

  • Chris Anderson-Peters

    Chris Anderson-Peters

    Male victim on street

  • Billy

    Billy

    Black

  • Patrick Boyle

    Patrick Boyle

    Seers

  • Skye Dodd

    Skye Dodd

    Couple

  • Angelo Esposito

    Angelo Esposito

    Torr

  • Jane Flanagan

    Jane Flanagan

    Mel's Friend

  • Albert Fung

    Albert Fung

    Vee's Brother

  • Flora Georgiou

    Flora Georgiou

    Deranged Woman

  • Richard Giliberto

    Richard Giliberto

    Couple

  • Jeff Herbert

    Jeff Herbert

    Drunk Man

  • David Kemp

    David Kemp

    Owen

  • Mirjana Kostantinovic

    Mirjana Kostantinovic

    Desiree

  • Rod Lara

    Rod Lara

    Killer

  • Ai Diem Le

    Ai Diem Le

    Vee's Cousin

  • Haiha Le

    Haiha Le

    Vee

  • Jennifer Levy

    Jennifer Levy

    Rola

  • Frances Marrington

    Frances Marrington

    Mel

  • Jennifer Monk

    Jennifer Monk

    Tough Woman on Street

  • William Moore

    William Moore

    Schoolboy

  • Soolin Ong-Tan

    Soolin Ong-Tan

    Sue-Lyn

  • Katherine Rizzo

    Katherine Rizzo

    Worker

  • Laura Roberts

    Laura Roberts

    Yolanda

  • Rad Rudd

    Rad Rudd

    Disfigured Man

  • Andrew Serong

    Andrew Serong

    Mel's Friend

  • Chris Serong

    Chris Serong

    Mel's Friend

  • Van Anh Tran

    Van Anh Tran

    Vee's Father

  • Jason Turley

    Jason Turley

    Worker

  • Magda Zappi

    Magda Zappi

    PIanist

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'; ?>
A Nocturne: Night of the Vampire

Cast (30)

  • Vanessa de Largie

    Vanessa de Largie

    X

  • Alex Spears

    Alex Spears

    Z

  • Chris Anderson-Peters

    Chris Anderson-Peters

    Male victim on street

  • Billy

    Billy

    Black

  • Patrick Boyle

    Patrick Boyle

    Seers

  • Skye Dodd

    Skye Dodd

    Couple

  • Angelo Esposito

    Angelo Esposito

    Torr

  • Jane Flanagan

    Jane Flanagan

    Mel's Friend

  • Albert Fung

    Albert Fung

    Vee's Brother

  • Flora Georgiou

    Flora Georgiou

    Deranged Woman

  • Richard Giliberto

    Richard Giliberto

    Couple

  • Jeff Herbert

    Jeff Herbert

    Drunk Man

  • David Kemp

    David Kemp

    Owen

  • Mirjana Kostantinovic

    Mirjana Kostantinovic

    Desiree

  • Rod Lara

    Rod Lara

    Killer

  • Ai Diem Le

    Ai Diem Le

    Vee's Cousin

  • Haiha Le

    Haiha Le

    Vee

  • Jennifer Levy

    Jennifer Levy

    Rola

  • Frances Marrington

    Frances Marrington

    Mel

  • Jennifer Monk

    Jennifer Monk

    Tough Woman on Street

  • William Moore

    William Moore

    Schoolboy

  • Soolin Ong-Tan

    Soolin Ong-Tan

    Sue-Lyn

  • Katherine Rizzo

    Katherine Rizzo

    Worker

  • Laura Roberts

    Laura Roberts

    Yolanda

  • Rad Rudd

    Rad Rudd

    Disfigured Man

  • Andrew Serong

    Andrew Serong

    Mel's Friend

  • Chris Serong

    Chris Serong

    Mel's Friend

  • Van Anh Tran

    Van Anh Tran

    Vee's Father

  • Jason Turley

    Jason Turley

    Worker

  • Magda Zappi

    Magda Zappi

    PIanist

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'; ?>
A Nocturne: Night of the Vampire

Cast (30)

  • Vanessa de Largie

    Vanessa de Largie

    X

  • Alex Spears

    Alex Spears

    Z

  • Chris Anderson-Peters

    Chris Anderson-Peters

    Male victim on street

  • Billy

    Billy

    Black

  • Patrick Boyle

    Patrick Boyle

    Seers

  • Skye Dodd

    Skye Dodd

    Couple

  • Angelo Esposito

    Angelo Esposito

    Torr

  • Jane Flanagan

    Jane Flanagan

    Mel's Friend

  • Albert Fung

    Albert Fung

    Vee's Brother

  • Flora Georgiou

    Flora Georgiou

    Deranged Woman

  • Richard Giliberto

    Richard Giliberto

    Couple

  • Jeff Herbert

    Jeff Herbert

    Drunk Man

  • David Kemp

    David Kemp

    Owen

  • Mirjana Kostantinovic

    Mirjana Kostantinovic

    Desiree

  • Rod Lara

    Rod Lara

    Killer

  • Ai Diem Le

    Ai Diem Le

    Vee's Cousin

  • Haiha Le

    Haiha Le

    Vee

  • Jennifer Levy

    Jennifer Levy

    Rola

  • Frances Marrington

    Frances Marrington

    Mel

  • Jennifer Monk

    Jennifer Monk

    Tough Woman on Street

  • William Moore

    William Moore

    Schoolboy

  • Soolin Ong-Tan

    Soolin Ong-Tan

    Sue-Lyn

  • Katherine Rizzo

    Katherine Rizzo

    Worker

  • Laura Roberts

    Laura Roberts

    Yolanda

  • Rad Rudd

    Rad Rudd

    Disfigured Man

  • Andrew Serong

    Andrew Serong

    Mel's Friend

  • Chris Serong

    Chris Serong

    Mel's Friend

  • Van Anh Tran

    Van Anh Tran

    Vee's Father

  • Jason Turley

    Jason Turley

    Worker

  • Magda Zappi

    Magda Zappi

    PIanist

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'; ?>
A Nocturne: Night of the Vampire

Cast (30)

  • Vanessa de Largie

    Vanessa de Largie

    X

  • Alex Spears

    Alex Spears

    Z

  • Chris Anderson-Peters

    Chris Anderson-Peters

    Male victim on street

  • Billy

    Billy

    Black

  • Patrick Boyle

    Patrick Boyle

    Seers

  • Skye Dodd

    Skye Dodd

    Couple

  • Angelo Esposito

    Angelo Esposito

    Torr

  • Jane Flanagan

    Jane Flanagan

    Mel's Friend

  • Albert Fung

    Albert Fung

    Vee's Brother

  • Flora Georgiou

    Flora Georgiou

    Deranged Woman

  • Richard Giliberto

    Richard Giliberto

    Couple

  • Jeff Herbert

    Jeff Herbert

    Drunk Man

  • David Kemp

    David Kemp

    Owen

  • Mirjana Kostantinovic

    Mirjana Kostantinovic

    Desiree

  • Rod Lara

    Rod Lara

    Killer

  • Ai Diem Le

    Ai Diem Le

    Vee's Cousin

  • Haiha Le

    Haiha Le

    Vee

  • Jennifer Levy

    Jennifer Levy

    Rola

  • Frances Marrington

    Frances Marrington

    Mel

  • Jennifer Monk

    Jennifer Monk

    Tough Woman on Street

  • William Moore

    William Moore

    Schoolboy

  • Soolin Ong-Tan

    Soolin Ong-Tan

    Sue-Lyn

  • Katherine Rizzo

    Katherine Rizzo

    Worker

  • Laura Roberts

    Laura Roberts

    Yolanda

  • Rad Rudd

    Rad Rudd

    Disfigured Man

  • Andrew Serong

    Andrew Serong

    Mel's Friend

  • Chris Serong

    Chris Serong

    Mel's Friend

  • Van Anh Tran

    Van Anh Tran

    Vee's Father

  • Jason Turley

    Jason Turley

    Worker

  • Magda Zappi

    Magda Zappi

    PIanist

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'; ?>
A Nocturne: Night of the Vampire

Cast (30)

  • Vanessa de Largie

    Vanessa de Largie

    X

  • Alex Spears

    Alex Spears

    Z

  • Chris Anderson-Peters

    Chris Anderson-Peters

    Male victim on street

  • Billy

    Billy

    Black

  • Patrick Boyle

    Patrick Boyle

    Seers

  • Skye Dodd

    Skye Dodd

    Couple

  • Angelo Esposito

    Angelo Esposito

    Torr

  • Jane Flanagan

    Jane Flanagan

    Mel's Friend

  • Albert Fung

    Albert Fung

    Vee's Brother

  • Flora Georgiou

    Flora Georgiou

    Deranged Woman

  • Richard Giliberto

    Richard Giliberto

    Couple

  • Jeff Herbert

    Jeff Herbert

    Drunk Man

  • David Kemp

    David Kemp

    Owen

  • Mirjana Kostantinovic

    Mirjana Kostantinovic

    Desiree

  • Rod Lara

    Rod Lara

    Killer

  • Ai Diem Le

    Ai Diem Le

    Vee's Cousin

  • Haiha Le

    Haiha Le

    Vee

  • Jennifer Levy

    Jennifer Levy

    Rola

  • Frances Marrington

    Frances Marrington

    Mel

  • Jennifer Monk

    Jennifer Monk

    Tough Woman on Street

  • William Moore

    William Moore

    Schoolboy

  • Soolin Ong-Tan

    Soolin Ong-Tan

    Sue-Lyn

  • Katherine Rizzo

    Katherine Rizzo

    Worker

  • Laura Roberts

    Laura Roberts

    Yolanda

  • Rad Rudd

    Rad Rudd

    Disfigured Man

  • Andrew Serong

    Andrew Serong

    Mel's Friend

  • Chris Serong

    Chris Serong

    Mel's Friend

  • Van Anh Tran

    Van Anh Tran

    Vee's Father

  • Jason Turley

    Jason Turley

    Worker

  • Magda Zappi

    Magda Zappi

    PIanist

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'; ?>
A Nocturne: Night of the Vampire

Cast (30)

  • Vanessa de Largie

    Vanessa de Largie

    X

  • Alex Spears

    Alex Spears

    Z

  • Chris Anderson-Peters

    Chris Anderson-Peters

    Male victim on street

  • Billy

    Billy

    Black

  • Patrick Boyle

    Patrick Boyle

    Seers

  • Skye Dodd

    Skye Dodd

    Couple

  • Angelo Esposito

    Angelo Esposito

    Torr

  • Jane Flanagan

    Jane Flanagan

    Mel's Friend

  • Albert Fung

    Albert Fung

    Vee's Brother

  • Flora Georgiou

    Flora Georgiou

    Deranged Woman

  • Richard Giliberto

    Richard Giliberto

    Couple

  • Jeff Herbert

    Jeff Herbert

    Drunk Man

  • David Kemp

    David Kemp

    Owen

  • Mirjana Kostantinovic

    Mirjana Kostantinovic

    Desiree

  • Rod Lara

    Rod Lara

    Killer

  • Ai Diem Le

    Ai Diem Le

    Vee's Cousin

  • Haiha Le

    Haiha Le

    Vee

  • Jennifer Levy

    Jennifer Levy

    Rola

  • Frances Marrington

    Frances Marrington

    Mel

  • Jennifer Monk

    Jennifer Monk

    Tough Woman on Street

  • William Moore

    William Moore

    Schoolboy

  • Soolin Ong-Tan

    Soolin Ong-Tan

    Sue-Lyn

  • Katherine Rizzo

    Katherine Rizzo

    Worker

  • Laura Roberts

    Laura Roberts

    Yolanda

  • Rad Rudd

    Rad Rudd

    Disfigured Man

  • Andrew Serong

    Andrew Serong

    Mel's Friend

  • Chris Serong

    Chris Serong

    Mel's Friend

  • Van Anh Tran

    Van Anh Tran

    Vee's Father

  • Jason Turley

    Jason Turley

    Worker

  • Magda Zappi

    Magda Zappi

    PIanist

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'; ?>
A Nocturne: Night of the Vampire

Cast (30)

  • Vanessa de Largie

    Vanessa de Largie

    X

  • Alex Spears

    Alex Spears

    Z

  • Chris Anderson-Peters

    Chris Anderson-Peters

    Male victim on street

  • Billy

    Billy

    Black

  • Patrick Boyle

    Patrick Boyle

    Seers

  • Skye Dodd

    Skye Dodd

    Couple

  • Angelo Esposito

    Angelo Esposito

    Torr

  • Jane Flanagan

    Jane Flanagan

    Mel's Friend

  • Albert Fung

    Albert Fung

    Vee's Brother

  • Flora Georgiou

    Flora Georgiou

    Deranged Woman

  • Richard Giliberto

    Richard Giliberto

    Couple

  • Jeff Herbert

    Jeff Herbert

    Drunk Man

  • David Kemp

    David Kemp

    Owen

  • Mirjana Kostantinovic

    Mirjana Kostantinovic

    Desiree

  • Rod Lara

    Rod Lara

    Killer

  • Ai Diem Le

    Ai Diem Le

    Vee's Cousin

  • Haiha Le

    Haiha Le

    Vee

  • Jennifer Levy

    Jennifer Levy

    Rola

  • Frances Marrington

    Frances Marrington

    Mel

  • Jennifer Monk

    Jennifer Monk

    Tough Woman on Street

  • William Moore

    William Moore

    Schoolboy

  • Soolin Ong-Tan

    Soolin Ong-Tan

    Sue-Lyn

  • Katherine Rizzo

    Katherine Rizzo

    Worker

  • Laura Roberts

    Laura Roberts

    Yolanda

  • Rad Rudd

    Rad Rudd

    Disfigured Man

  • Andrew Serong

    Andrew Serong

    Mel's Friend

  • Chris Serong

    Chris Serong

    Mel's Friend

  • Van Anh Tran

    Van Anh Tran

    Vee's Father

  • Jason Turley

    Jason Turley

    Worker

  • Magda Zappi

    Magda Zappi

    PIanist