EXTorrents
beta
Stop downloading bad movies
All Movies
3D Movies
Must See
Popular
2022 & Later
2025 & Earlier
🎬 Results for: Felix Aylmer
Night Train to Munich (1940)
Quo Vadis (1951)
Ivanhoe (1952)
Knights of the Round Table (1953)
Anastasia (1956)
Separate Tables (1958)
The Mummy (1959)
Never Take Sweets from a Stranger (1960)
The Road to Hong Kong (1962)
The Chalk Garden (1964)
document.addEventListener("click", function(e){ if(e.target.closest(".reaction-btn")){ var btn = e.target.closest(".reaction-btn"); var imdb = btn.dataset.imdb; var type = btn.dataset.type; fetch("/ReactHandler.ashx", { method: "POST", headers: {"Content-Type": "application/x-www-form-urlencoded"}, body: "imdb=" + encodeURIComponent(imdb) + "&type=" + encodeURIComponent(type) }) .then(r => r.json()) .then(data => { if(data.success){ btn.querySelector(".count").innerText = data.count; // πρόσθεσε highlight στο πατημένο btn.classList.add("active"); } else if(data.error === "not_logged_in"){ alert("⚠️ Please log in to react."); } }); } });