Hot Lead & Cold Feet

Cast (29)

  • Jim Dale

    Jim Dale

    Eli / Wild Billy / Jasper Bloodshy

  • Karen Valentine

    Karen Valentine

    Jenny

  • Don Knotts

    Don Knotts

    Denver Kid

  • Jack Elam

    Jack Elam

    Rattlesnake

  • Darren McGavin

    Darren McGavin

    Mayor Ragsdale

  • John Williams

    John Williams

    Mansfield

  • Warren Vanders

    Warren Vanders

    Boss Snead

  • Debbie Lytton

    Debbie Lytton

    Roxanne

  • Michael Sharrett

    Michael Sharrett

    Marcus

  • David S. Cass Sr.

    David S. Cass Sr.

    Jack

  • Richard Wright

    Richard Wright

    Pete

  • Don 'Red' Barry

    Don 'Red' Barry

    Bartender

  • James Van Patten

    James Van Patten

    Jake

  • Gregg Palmer

    Gregg Palmer

    Jeff

  • Ed Bakey

    Ed Bakey

    Joshua

  • John Steadman

    John Steadman

    Old Codger

  • Paul Lukather

    Paul Lukather

    Cowboy 2

  • Hap Lawrence

    Hap Lawrence

    Cowboy 3

  • Robert Rothwell

    Robert Rothwell

    Cowboy 4

  • Dal McKennon

    Dal McKennon

    Saloon Man 1

  • Stanley Clements

    Stanley Clements

    Saloon Man 2

  • Don Brodie

    Don Brodie

    Saloon Man 3

  • Jack Bender

    Jack Bender

    Farmer 3

  • Ron Honthaner

    Ron Honthaner

    Saloon Man 5

  • Wally West

    Wally West

    Townsman

  • Eric Server

    Eric Server

    Cowboy 1

  • Warde Donovan

    Warde Donovan

    Saloon Man 4

  • Brad Weston

    Brad Weston

    Indian

  • Jim Whitecloud

    Jim Whitecloud

    Indian Chief

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'; ?>
Hot Lead & Cold Feet

Cast (29)

  • Jim Dale

    Jim Dale

    Eli / Wild Billy / Jasper Bloodshy

  • Karen Valentine

    Karen Valentine

    Jenny

  • Don Knotts

    Don Knotts

    Denver Kid

  • Jack Elam

    Jack Elam

    Rattlesnake

  • Darren McGavin

    Darren McGavin

    Mayor Ragsdale

  • John Williams

    John Williams

    Mansfield

  • Warren Vanders

    Warren Vanders

    Boss Snead

  • Debbie Lytton

    Debbie Lytton

    Roxanne

  • Michael Sharrett

    Michael Sharrett

    Marcus

  • David S. Cass Sr.

    David S. Cass Sr.

    Jack

  • Richard Wright

    Richard Wright

    Pete

  • Don 'Red' Barry

    Don 'Red' Barry

    Bartender

  • James Van Patten

    James Van Patten

    Jake

  • Gregg Palmer

    Gregg Palmer

    Jeff

  • Ed Bakey

    Ed Bakey

    Joshua

  • John Steadman

    John Steadman

    Old Codger

  • Paul Lukather

    Paul Lukather

    Cowboy 2

  • Hap Lawrence

    Hap Lawrence

    Cowboy 3

  • Robert Rothwell

    Robert Rothwell

    Cowboy 4

  • Dal McKennon

    Dal McKennon

    Saloon Man 1

  • Stanley Clements

    Stanley Clements

    Saloon Man 2

  • Don Brodie

    Don Brodie

    Saloon Man 3

  • Jack Bender

    Jack Bender

    Farmer 3

  • Ron Honthaner

    Ron Honthaner

    Saloon Man 5

  • Wally West

    Wally West

    Townsman

  • Eric Server

    Eric Server

    Cowboy 1

  • Warde Donovan

    Warde Donovan

    Saloon Man 4

  • Brad Weston

    Brad Weston

    Indian

  • Jim Whitecloud

    Jim Whitecloud

    Indian Chief

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'; ?>
Hot Lead & Cold Feet

Cast (29)

  • Jim Dale

    Jim Dale

    Eli / Wild Billy / Jasper Bloodshy

  • Karen Valentine

    Karen Valentine

    Jenny

  • Don Knotts

    Don Knotts

    Denver Kid

  • Jack Elam

    Jack Elam

    Rattlesnake

  • Darren McGavin

    Darren McGavin

    Mayor Ragsdale

  • John Williams

    John Williams

    Mansfield

  • Warren Vanders

    Warren Vanders

    Boss Snead

  • Debbie Lytton

    Debbie Lytton

    Roxanne

  • Michael Sharrett

    Michael Sharrett

    Marcus

  • David S. Cass Sr.

    David S. Cass Sr.

    Jack

  • Richard Wright

    Richard Wright

    Pete

  • Don 'Red' Barry

    Don 'Red' Barry

    Bartender

  • James Van Patten

    James Van Patten

    Jake

  • Gregg Palmer

    Gregg Palmer

    Jeff

  • Ed Bakey

    Ed Bakey

    Joshua

  • John Steadman

    John Steadman

    Old Codger

  • Paul Lukather

    Paul Lukather

    Cowboy 2

  • Hap Lawrence

    Hap Lawrence

    Cowboy 3

  • Robert Rothwell

    Robert Rothwell

    Cowboy 4

  • Dal McKennon

    Dal McKennon

    Saloon Man 1

  • Stanley Clements

    Stanley Clements

    Saloon Man 2

  • Don Brodie

    Don Brodie

    Saloon Man 3

  • Jack Bender

    Jack Bender

    Farmer 3

  • Ron Honthaner

    Ron Honthaner

    Saloon Man 5

  • Wally West

    Wally West

    Townsman

  • Eric Server

    Eric Server

    Cowboy 1

  • Warde Donovan

    Warde Donovan

    Saloon Man 4

  • Brad Weston

    Brad Weston

    Indian

  • Jim Whitecloud

    Jim Whitecloud

    Indian Chief

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'; ?>
Hot Lead & Cold Feet

Cast (29)

  • Jim Dale

    Jim Dale

    Eli / Wild Billy / Jasper Bloodshy

  • Karen Valentine

    Karen Valentine

    Jenny

  • Don Knotts

    Don Knotts

    Denver Kid

  • Jack Elam

    Jack Elam

    Rattlesnake

  • Darren McGavin

    Darren McGavin

    Mayor Ragsdale

  • John Williams

    John Williams

    Mansfield

  • Warren Vanders

    Warren Vanders

    Boss Snead

  • Debbie Lytton

    Debbie Lytton

    Roxanne

  • Michael Sharrett

    Michael Sharrett

    Marcus

  • David S. Cass Sr.

    David S. Cass Sr.

    Jack

  • Richard Wright

    Richard Wright

    Pete

  • Don 'Red' Barry

    Don 'Red' Barry

    Bartender

  • James Van Patten

    James Van Patten

    Jake

  • Gregg Palmer

    Gregg Palmer

    Jeff

  • Ed Bakey

    Ed Bakey

    Joshua

  • John Steadman

    John Steadman

    Old Codger

  • Paul Lukather

    Paul Lukather

    Cowboy 2

  • Hap Lawrence

    Hap Lawrence

    Cowboy 3

  • Robert Rothwell

    Robert Rothwell

    Cowboy 4

  • Dal McKennon

    Dal McKennon

    Saloon Man 1

  • Stanley Clements

    Stanley Clements

    Saloon Man 2

  • Don Brodie

    Don Brodie

    Saloon Man 3

  • Jack Bender

    Jack Bender

    Farmer 3

  • Ron Honthaner

    Ron Honthaner

    Saloon Man 5

  • Wally West

    Wally West

    Townsman

  • Eric Server

    Eric Server

    Cowboy 1

  • Warde Donovan

    Warde Donovan

    Saloon Man 4

  • Brad Weston

    Brad Weston

    Indian

  • Jim Whitecloud

    Jim Whitecloud

    Indian Chief

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'; ?>
Hot Lead & Cold Feet

Cast (29)

  • Jim Dale

    Jim Dale

    Eli / Wild Billy / Jasper Bloodshy

  • Karen Valentine

    Karen Valentine

    Jenny

  • Don Knotts

    Don Knotts

    Denver Kid

  • Jack Elam

    Jack Elam

    Rattlesnake

  • Darren McGavin

    Darren McGavin

    Mayor Ragsdale

  • John Williams

    John Williams

    Mansfield

  • Warren Vanders

    Warren Vanders

    Boss Snead

  • Debbie Lytton

    Debbie Lytton

    Roxanne

  • Michael Sharrett

    Michael Sharrett

    Marcus

  • David S. Cass Sr.

    David S. Cass Sr.

    Jack

  • Richard Wright

    Richard Wright

    Pete

  • Don 'Red' Barry

    Don 'Red' Barry

    Bartender

  • James Van Patten

    James Van Patten

    Jake

  • Gregg Palmer

    Gregg Palmer

    Jeff

  • Ed Bakey

    Ed Bakey

    Joshua

  • John Steadman

    John Steadman

    Old Codger

  • Paul Lukather

    Paul Lukather

    Cowboy 2

  • Hap Lawrence

    Hap Lawrence

    Cowboy 3

  • Robert Rothwell

    Robert Rothwell

    Cowboy 4

  • Dal McKennon

    Dal McKennon

    Saloon Man 1

  • Stanley Clements

    Stanley Clements

    Saloon Man 2

  • Don Brodie

    Don Brodie

    Saloon Man 3

  • Jack Bender

    Jack Bender

    Farmer 3

  • Ron Honthaner

    Ron Honthaner

    Saloon Man 5

  • Wally West

    Wally West

    Townsman

  • Eric Server

    Eric Server

    Cowboy 1

  • Warde Donovan

    Warde Donovan

    Saloon Man 4

  • Brad Weston

    Brad Weston

    Indian

  • Jim Whitecloud

    Jim Whitecloud

    Indian Chief

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'; ?>
Hot Lead & Cold Feet

Cast (29)

  • Jim Dale

    Jim Dale

    Eli / Wild Billy / Jasper Bloodshy

  • Karen Valentine

    Karen Valentine

    Jenny

  • Don Knotts

    Don Knotts

    Denver Kid

  • Jack Elam

    Jack Elam

    Rattlesnake

  • Darren McGavin

    Darren McGavin

    Mayor Ragsdale

  • John Williams

    John Williams

    Mansfield

  • Warren Vanders

    Warren Vanders

    Boss Snead

  • Debbie Lytton

    Debbie Lytton

    Roxanne

  • Michael Sharrett

    Michael Sharrett

    Marcus

  • David S. Cass Sr.

    David S. Cass Sr.

    Jack

  • Richard Wright

    Richard Wright

    Pete

  • Don 'Red' Barry

    Don 'Red' Barry

    Bartender

  • James Van Patten

    James Van Patten

    Jake

  • Gregg Palmer

    Gregg Palmer

    Jeff

  • Ed Bakey

    Ed Bakey

    Joshua

  • John Steadman

    John Steadman

    Old Codger

  • Paul Lukather

    Paul Lukather

    Cowboy 2

  • Hap Lawrence

    Hap Lawrence

    Cowboy 3

  • Robert Rothwell

    Robert Rothwell

    Cowboy 4

  • Dal McKennon

    Dal McKennon

    Saloon Man 1

  • Stanley Clements

    Stanley Clements

    Saloon Man 2

  • Don Brodie

    Don Brodie

    Saloon Man 3

  • Jack Bender

    Jack Bender

    Farmer 3

  • Ron Honthaner

    Ron Honthaner

    Saloon Man 5

  • Wally West

    Wally West

    Townsman

  • Eric Server

    Eric Server

    Cowboy 1

  • Warde Donovan

    Warde Donovan

    Saloon Man 4

  • Brad Weston

    Brad Weston

    Indian

  • Jim Whitecloud

    Jim Whitecloud

    Indian Chief

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'; ?>
Hot Lead & Cold Feet

Cast (29)

  • Jim Dale

    Jim Dale

    Eli / Wild Billy / Jasper Bloodshy

  • Karen Valentine

    Karen Valentine

    Jenny

  • Don Knotts

    Don Knotts

    Denver Kid

  • Jack Elam

    Jack Elam

    Rattlesnake

  • Darren McGavin

    Darren McGavin

    Mayor Ragsdale

  • John Williams

    John Williams

    Mansfield

  • Warren Vanders

    Warren Vanders

    Boss Snead

  • Debbie Lytton

    Debbie Lytton

    Roxanne

  • Michael Sharrett

    Michael Sharrett

    Marcus

  • David S. Cass Sr.

    David S. Cass Sr.

    Jack

  • Richard Wright

    Richard Wright

    Pete

  • Don 'Red' Barry

    Don 'Red' Barry

    Bartender

  • James Van Patten

    James Van Patten

    Jake

  • Gregg Palmer

    Gregg Palmer

    Jeff

  • Ed Bakey

    Ed Bakey

    Joshua

  • John Steadman

    John Steadman

    Old Codger

  • Paul Lukather

    Paul Lukather

    Cowboy 2

  • Hap Lawrence

    Hap Lawrence

    Cowboy 3

  • Robert Rothwell

    Robert Rothwell

    Cowboy 4

  • Dal McKennon

    Dal McKennon

    Saloon Man 1

  • Stanley Clements

    Stanley Clements

    Saloon Man 2

  • Don Brodie

    Don Brodie

    Saloon Man 3

  • Jack Bender

    Jack Bender

    Farmer 3

  • Ron Honthaner

    Ron Honthaner

    Saloon Man 5

  • Wally West

    Wally West

    Townsman

  • Eric Server

    Eric Server

    Cowboy 1

  • Warde Donovan

    Warde Donovan

    Saloon Man 4

  • Brad Weston

    Brad Weston

    Indian

  • Jim Whitecloud

    Jim Whitecloud

    Indian Chief