The Shepherd: Border Patrol

Cast (20)

  • Jean-Claude Van Damme

    Jean-Claude Van Damme

    Jack Robideaux

  • Bianca Bree

    Bianca Bree

    Kassie Robideaux

  • Phil McKee

    Phil McKee

    Jed

  • Scott Adkins

    Scott Adkins

    Karp

  • Miles Anderson

    Miles Anderson

    Arthur Pennigton

  • Todd Jensen

    Todd Jensen

    Wray

  • Andrée Bernard

    Andrée Bernard

    Lexxi

  • Gary McDonald

    Gary McDonald

    Billy Pawnell

  • Stephen Lord

    Stephen Lord

    Benjamin Meyers

  • Natalie J. Robb

    Natalie J. Robb

    Capt. Ramona Garcia

  • Daniel Perrone

    Daniel Perrone

    Felix Nestor

  • Ivaylo Geraskov

    Ivaylo Geraskov

    Gallery

  • Velislav Pavlov

    Velislav Pavlov

    The Contact

  • J.J. Perry

    J.J. Perry

    Illegal Immigrant

  • Dian Hristov

    Dian Hristov

    Stanton

  • Danko Jordanov

    Danko Jordanov

    Bar Thug #1 (uncredited)

  • Velizar Peev

    Velizar Peev

    Leech

  • Bashar Rahal

    Bashar Rahal

    Soldier

  • Borislav Iliev

    Borislav Iliev

    Bar Thug #2 (uncredited)

  • Luis Algar

    Luis Algar

    Benito Ortiz

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 Shepherd: Border Patrol

Cast (20)

  • Jean-Claude Van Damme

    Jean-Claude Van Damme

    Jack Robideaux

  • Bianca Bree

    Bianca Bree

    Kassie Robideaux

  • Phil McKee

    Phil McKee

    Jed

  • Scott Adkins

    Scott Adkins

    Karp

  • Miles Anderson

    Miles Anderson

    Arthur Pennigton

  • Todd Jensen

    Todd Jensen

    Wray

  • Andrée Bernard

    Andrée Bernard

    Lexxi

  • Gary McDonald

    Gary McDonald

    Billy Pawnell

  • Stephen Lord

    Stephen Lord

    Benjamin Meyers

  • Natalie J. Robb

    Natalie J. Robb

    Capt. Ramona Garcia

  • Daniel Perrone

    Daniel Perrone

    Felix Nestor

  • Ivaylo Geraskov

    Ivaylo Geraskov

    Gallery

  • Velislav Pavlov

    Velislav Pavlov

    The Contact

  • J.J. Perry

    J.J. Perry

    Illegal Immigrant

  • Dian Hristov

    Dian Hristov

    Stanton

  • Danko Jordanov

    Danko Jordanov

    Bar Thug #1 (uncredited)

  • Velizar Peev

    Velizar Peev

    Leech

  • Bashar Rahal

    Bashar Rahal

    Soldier

  • Borislav Iliev

    Borislav Iliev

    Bar Thug #2 (uncredited)

  • Luis Algar

    Luis Algar

    Benito Ortiz

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 Shepherd: Border Patrol

Cast (20)

  • Jean-Claude Van Damme

    Jean-Claude Van Damme

    Jack Robideaux

  • Bianca Bree

    Bianca Bree

    Kassie Robideaux

  • Phil McKee

    Phil McKee

    Jed

  • Scott Adkins

    Scott Adkins

    Karp

  • Miles Anderson

    Miles Anderson

    Arthur Pennigton

  • Todd Jensen

    Todd Jensen

    Wray

  • Andrée Bernard

    Andrée Bernard

    Lexxi

  • Gary McDonald

    Gary McDonald

    Billy Pawnell

  • Stephen Lord

    Stephen Lord

    Benjamin Meyers

  • Natalie J. Robb

    Natalie J. Robb

    Capt. Ramona Garcia

  • Daniel Perrone

    Daniel Perrone

    Felix Nestor

  • Ivaylo Geraskov

    Ivaylo Geraskov

    Gallery

  • Velislav Pavlov

    Velislav Pavlov

    The Contact

  • J.J. Perry

    J.J. Perry

    Illegal Immigrant

  • Dian Hristov

    Dian Hristov

    Stanton

  • Danko Jordanov

    Danko Jordanov

    Bar Thug #1 (uncredited)

  • Velizar Peev

    Velizar Peev

    Leech

  • Bashar Rahal

    Bashar Rahal

    Soldier

  • Borislav Iliev

    Borislav Iliev

    Bar Thug #2 (uncredited)

  • Luis Algar

    Luis Algar

    Benito Ortiz

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 Shepherd: Border Patrol

Cast (20)

  • Jean-Claude Van Damme

    Jean-Claude Van Damme

    Jack Robideaux

  • Bianca Bree

    Bianca Bree

    Kassie Robideaux

  • Phil McKee

    Phil McKee

    Jed

  • Scott Adkins

    Scott Adkins

    Karp

  • Miles Anderson

    Miles Anderson

    Arthur Pennigton

  • Todd Jensen

    Todd Jensen

    Wray

  • Andrée Bernard

    Andrée Bernard

    Lexxi

  • Gary McDonald

    Gary McDonald

    Billy Pawnell

  • Stephen Lord

    Stephen Lord

    Benjamin Meyers

  • Natalie J. Robb

    Natalie J. Robb

    Capt. Ramona Garcia

  • Daniel Perrone

    Daniel Perrone

    Felix Nestor

  • Ivaylo Geraskov

    Ivaylo Geraskov

    Gallery

  • Velislav Pavlov

    Velislav Pavlov

    The Contact

  • J.J. Perry

    J.J. Perry

    Illegal Immigrant

  • Dian Hristov

    Dian Hristov

    Stanton

  • Danko Jordanov

    Danko Jordanov

    Bar Thug #1 (uncredited)

  • Velizar Peev

    Velizar Peev

    Leech

  • Bashar Rahal

    Bashar Rahal

    Soldier

  • Borislav Iliev

    Borislav Iliev

    Bar Thug #2 (uncredited)

  • Luis Algar

    Luis Algar

    Benito Ortiz

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 Shepherd: Border Patrol

Cast (20)

  • Jean-Claude Van Damme

    Jean-Claude Van Damme

    Jack Robideaux

  • Bianca Bree

    Bianca Bree

    Kassie Robideaux

  • Phil McKee

    Phil McKee

    Jed

  • Scott Adkins

    Scott Adkins

    Karp

  • Miles Anderson

    Miles Anderson

    Arthur Pennigton

  • Todd Jensen

    Todd Jensen

    Wray

  • Andrée Bernard

    Andrée Bernard

    Lexxi

  • Gary McDonald

    Gary McDonald

    Billy Pawnell

  • Stephen Lord

    Stephen Lord

    Benjamin Meyers

  • Natalie J. Robb

    Natalie J. Robb

    Capt. Ramona Garcia

  • Daniel Perrone

    Daniel Perrone

    Felix Nestor

  • Ivaylo Geraskov

    Ivaylo Geraskov

    Gallery

  • Velislav Pavlov

    Velislav Pavlov

    The Contact

  • J.J. Perry

    J.J. Perry

    Illegal Immigrant

  • Dian Hristov

    Dian Hristov

    Stanton

  • Danko Jordanov

    Danko Jordanov

    Bar Thug #1 (uncredited)

  • Velizar Peev

    Velizar Peev

    Leech

  • Bashar Rahal

    Bashar Rahal

    Soldier

  • Borislav Iliev

    Borislav Iliev

    Bar Thug #2 (uncredited)

  • Luis Algar

    Luis Algar

    Benito Ortiz

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 Shepherd: Border Patrol

Cast (20)

  • Jean-Claude Van Damme

    Jean-Claude Van Damme

    Jack Robideaux

  • Bianca Bree

    Bianca Bree

    Kassie Robideaux

  • Phil McKee

    Phil McKee

    Jed

  • Scott Adkins

    Scott Adkins

    Karp

  • Miles Anderson

    Miles Anderson

    Arthur Pennigton

  • Todd Jensen

    Todd Jensen

    Wray

  • Andrée Bernard

    Andrée Bernard

    Lexxi

  • Gary McDonald

    Gary McDonald

    Billy Pawnell

  • Stephen Lord

    Stephen Lord

    Benjamin Meyers

  • Natalie J. Robb

    Natalie J. Robb

    Capt. Ramona Garcia

  • Daniel Perrone

    Daniel Perrone

    Felix Nestor

  • Ivaylo Geraskov

    Ivaylo Geraskov

    Gallery

  • Velislav Pavlov

    Velislav Pavlov

    The Contact

  • J.J. Perry

    J.J. Perry

    Illegal Immigrant

  • Dian Hristov

    Dian Hristov

    Stanton

  • Danko Jordanov

    Danko Jordanov

    Bar Thug #1 (uncredited)

  • Velizar Peev

    Velizar Peev

    Leech

  • Bashar Rahal

    Bashar Rahal

    Soldier

  • Borislav Iliev

    Borislav Iliev

    Bar Thug #2 (uncredited)

  • Luis Algar

    Luis Algar

    Benito Ortiz

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 Shepherd: Border Patrol

Cast (20)

  • Jean-Claude Van Damme

    Jean-Claude Van Damme

    Jack Robideaux

  • Bianca Bree

    Bianca Bree

    Kassie Robideaux

  • Phil McKee

    Phil McKee

    Jed

  • Scott Adkins

    Scott Adkins

    Karp

  • Miles Anderson

    Miles Anderson

    Arthur Pennigton

  • Todd Jensen

    Todd Jensen

    Wray

  • Andrée Bernard

    Andrée Bernard

    Lexxi

  • Gary McDonald

    Gary McDonald

    Billy Pawnell

  • Stephen Lord

    Stephen Lord

    Benjamin Meyers

  • Natalie J. Robb

    Natalie J. Robb

    Capt. Ramona Garcia

  • Daniel Perrone

    Daniel Perrone

    Felix Nestor

  • Ivaylo Geraskov

    Ivaylo Geraskov

    Gallery

  • Velislav Pavlov

    Velislav Pavlov

    The Contact

  • J.J. Perry

    J.J. Perry

    Illegal Immigrant

  • Dian Hristov

    Dian Hristov

    Stanton

  • Danko Jordanov

    Danko Jordanov

    Bar Thug #1 (uncredited)

  • Velizar Peev

    Velizar Peev

    Leech

  • Bashar Rahal

    Bashar Rahal

    Soldier

  • Borislav Iliev

    Borislav Iliev

    Bar Thug #2 (uncredited)

  • Luis Algar

    Luis Algar

    Benito Ortiz