In the Name of the King: A Dungeon Siege Tale

Cast (21)

  • Jason Statham

    Jason Statham

    Farmer

  • Ray Liotta

    Ray Liotta

    Gallian

  • Leelee Sobieski

    Leelee Sobieski

    Muriella

  • John Rhys-Davies

    John Rhys-Davies

    Merick

  • Burt Reynolds

    Burt Reynolds

    King Konreid

  • Matthew Lillard

    Matthew Lillard

    Duke Fallow

  • Brian J. White

    Brian J. White

    Tarish

  • Claire Forlani

    Claire Forlani

    Solana

  • Ron Perlman

    Ron Perlman

    Norick

  • Kristanna Loken

    Kristanna Loken

    Elora

  • Mike Dopud

    Mike Dopud

    General Backler

  • Tania Saulnier

    Tania Saulnier

    Talwyn

  • Gabrielle Rose

    Gabrielle Rose

    Delinda

  • Terence Kelly

    Terence Kelly

    Trumaine

  • Carrie Anne Fleming

    Carrie Anne Fleming

    Crying Woman

  • Eva Padberg

    Eva Padberg

    Handmaiden

  • Will Sanderson

    Will Sanderson

    Bastian

  • Jacqueline Ann Steuart

    Jacqueline Ann Steuart

    Caravan Slave #1

  • Travis MacDonald

    Travis MacDonald

    Caravan Slave #2

  • Darren Shahlavi

    Darren Shahlavi

    Gatekeeper

  • Colin Ford

    Colin Ford

    Zeph

Crew (76)

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'; ?>
In the Name of the King: A Dungeon Siege Tale

Cast (21)

  • Jason Statham

    Jason Statham

    Farmer

  • Ray Liotta

    Ray Liotta

    Gallian

  • Leelee Sobieski

    Leelee Sobieski

    Muriella

  • John Rhys-Davies

    John Rhys-Davies

    Merick

  • Burt Reynolds

    Burt Reynolds

    King Konreid

  • Matthew Lillard

    Matthew Lillard

    Duke Fallow

  • Brian J. White

    Brian J. White

    Tarish

  • Claire Forlani

    Claire Forlani

    Solana

  • Ron Perlman

    Ron Perlman

    Norick

  • Kristanna Loken

    Kristanna Loken

    Elora

  • Mike Dopud

    Mike Dopud

    General Backler

  • Tania Saulnier

    Tania Saulnier

    Talwyn

  • Gabrielle Rose

    Gabrielle Rose

    Delinda

  • Terence Kelly

    Terence Kelly

    Trumaine

  • Carrie Anne Fleming

    Carrie Anne Fleming

    Crying Woman

  • Eva Padberg

    Eva Padberg

    Handmaiden

  • Will Sanderson

    Will Sanderson

    Bastian

  • Jacqueline Ann Steuart

    Jacqueline Ann Steuart

    Caravan Slave #1

  • Travis MacDonald

    Travis MacDonald

    Caravan Slave #2

  • Darren Shahlavi

    Darren Shahlavi

    Gatekeeper

  • Colin Ford

    Colin Ford

    Zeph

Crew (76)

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'; ?>
In the Name of the King: A Dungeon Siege Tale

Cast (21)

  • Jason Statham

    Jason Statham

    Farmer

  • Ray Liotta

    Ray Liotta

    Gallian

  • Leelee Sobieski

    Leelee Sobieski

    Muriella

  • John Rhys-Davies

    John Rhys-Davies

    Merick

  • Burt Reynolds

    Burt Reynolds

    King Konreid

  • Matthew Lillard

    Matthew Lillard

    Duke Fallow

  • Brian J. White

    Brian J. White

    Tarish

  • Claire Forlani

    Claire Forlani

    Solana

  • Ron Perlman

    Ron Perlman

    Norick

  • Kristanna Loken

    Kristanna Loken

    Elora

  • Mike Dopud

    Mike Dopud

    General Backler

  • Tania Saulnier

    Tania Saulnier

    Talwyn

  • Gabrielle Rose

    Gabrielle Rose

    Delinda

  • Terence Kelly

    Terence Kelly

    Trumaine

  • Carrie Anne Fleming

    Carrie Anne Fleming

    Crying Woman

  • Eva Padberg

    Eva Padberg

    Handmaiden

  • Will Sanderson

    Will Sanderson

    Bastian

  • Jacqueline Ann Steuart

    Jacqueline Ann Steuart

    Caravan Slave #1

  • Travis MacDonald

    Travis MacDonald

    Caravan Slave #2

  • Darren Shahlavi

    Darren Shahlavi

    Gatekeeper

  • Colin Ford

    Colin Ford

    Zeph

Crew (76)

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'; ?>
In the Name of the King: A Dungeon Siege Tale

Cast (21)

  • Jason Statham

    Jason Statham

    Farmer

  • Ray Liotta

    Ray Liotta

    Gallian

  • Leelee Sobieski

    Leelee Sobieski

    Muriella

  • John Rhys-Davies

    John Rhys-Davies

    Merick

  • Burt Reynolds

    Burt Reynolds

    King Konreid

  • Matthew Lillard

    Matthew Lillard

    Duke Fallow

  • Brian J. White

    Brian J. White

    Tarish

  • Claire Forlani

    Claire Forlani

    Solana

  • Ron Perlman

    Ron Perlman

    Norick

  • Kristanna Loken

    Kristanna Loken

    Elora

  • Mike Dopud

    Mike Dopud

    General Backler

  • Tania Saulnier

    Tania Saulnier

    Talwyn

  • Gabrielle Rose

    Gabrielle Rose

    Delinda

  • Terence Kelly

    Terence Kelly

    Trumaine

  • Carrie Anne Fleming

    Carrie Anne Fleming

    Crying Woman

  • Eva Padberg

    Eva Padberg

    Handmaiden

  • Will Sanderson

    Will Sanderson

    Bastian

  • Jacqueline Ann Steuart

    Jacqueline Ann Steuart

    Caravan Slave #1

  • Travis MacDonald

    Travis MacDonald

    Caravan Slave #2

  • Darren Shahlavi

    Darren Shahlavi

    Gatekeeper

  • Colin Ford

    Colin Ford

    Zeph

Crew (76)

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'; ?>
In the Name of the King: A Dungeon Siege Tale

Cast (21)

  • Jason Statham

    Jason Statham

    Farmer

  • Ray Liotta

    Ray Liotta

    Gallian

  • Leelee Sobieski

    Leelee Sobieski

    Muriella

  • John Rhys-Davies

    John Rhys-Davies

    Merick

  • Burt Reynolds

    Burt Reynolds

    King Konreid

  • Matthew Lillard

    Matthew Lillard

    Duke Fallow

  • Brian J. White

    Brian J. White

    Tarish

  • Claire Forlani

    Claire Forlani

    Solana

  • Ron Perlman

    Ron Perlman

    Norick

  • Kristanna Loken

    Kristanna Loken

    Elora

  • Mike Dopud

    Mike Dopud

    General Backler

  • Tania Saulnier

    Tania Saulnier

    Talwyn

  • Gabrielle Rose

    Gabrielle Rose

    Delinda

  • Terence Kelly

    Terence Kelly

    Trumaine

  • Carrie Anne Fleming

    Carrie Anne Fleming

    Crying Woman

  • Eva Padberg

    Eva Padberg

    Handmaiden

  • Will Sanderson

    Will Sanderson

    Bastian

  • Jacqueline Ann Steuart

    Jacqueline Ann Steuart

    Caravan Slave #1

  • Travis MacDonald

    Travis MacDonald

    Caravan Slave #2

  • Darren Shahlavi

    Darren Shahlavi

    Gatekeeper

  • Colin Ford

    Colin Ford

    Zeph

Crew (76)

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'; ?>
In the Name of the King: A Dungeon Siege Tale

Cast (21)

  • Jason Statham

    Jason Statham

    Farmer

  • Ray Liotta

    Ray Liotta

    Gallian

  • Leelee Sobieski

    Leelee Sobieski

    Muriella

  • John Rhys-Davies

    John Rhys-Davies

    Merick

  • Burt Reynolds

    Burt Reynolds

    King Konreid

  • Matthew Lillard

    Matthew Lillard

    Duke Fallow

  • Brian J. White

    Brian J. White

    Tarish

  • Claire Forlani

    Claire Forlani

    Solana

  • Ron Perlman

    Ron Perlman

    Norick

  • Kristanna Loken

    Kristanna Loken

    Elora

  • Mike Dopud

    Mike Dopud

    General Backler

  • Tania Saulnier

    Tania Saulnier

    Talwyn

  • Gabrielle Rose

    Gabrielle Rose

    Delinda

  • Terence Kelly

    Terence Kelly

    Trumaine

  • Carrie Anne Fleming

    Carrie Anne Fleming

    Crying Woman

  • Eva Padberg

    Eva Padberg

    Handmaiden

  • Will Sanderson

    Will Sanderson

    Bastian

  • Jacqueline Ann Steuart

    Jacqueline Ann Steuart

    Caravan Slave #1

  • Travis MacDonald

    Travis MacDonald

    Caravan Slave #2

  • Darren Shahlavi

    Darren Shahlavi

    Gatekeeper

  • Colin Ford

    Colin Ford

    Zeph

Crew (76)

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'; ?>
In the Name of the King: A Dungeon Siege Tale

Cast (21)

  • Jason Statham

    Jason Statham

    Farmer

  • Ray Liotta

    Ray Liotta

    Gallian

  • Leelee Sobieski

    Leelee Sobieski

    Muriella

  • John Rhys-Davies

    John Rhys-Davies

    Merick

  • Burt Reynolds

    Burt Reynolds

    King Konreid

  • Matthew Lillard

    Matthew Lillard

    Duke Fallow

  • Brian J. White

    Brian J. White

    Tarish

  • Claire Forlani

    Claire Forlani

    Solana

  • Ron Perlman

    Ron Perlman

    Norick

  • Kristanna Loken

    Kristanna Loken

    Elora

  • Mike Dopud

    Mike Dopud

    General Backler

  • Tania Saulnier

    Tania Saulnier

    Talwyn

  • Gabrielle Rose

    Gabrielle Rose

    Delinda

  • Terence Kelly

    Terence Kelly

    Trumaine

  • Carrie Anne Fleming

    Carrie Anne Fleming

    Crying Woman

  • Eva Padberg

    Eva Padberg

    Handmaiden

  • Will Sanderson

    Will Sanderson

    Bastian

  • Jacqueline Ann Steuart

    Jacqueline Ann Steuart

    Caravan Slave #1

  • Travis MacDonald

    Travis MacDonald

    Caravan Slave #2

  • Darren Shahlavi

    Darren Shahlavi

    Gatekeeper

  • Colin Ford

    Colin Ford

    Zeph

Crew (76)