EXTorrents
beta
Stop downloading bad movies
All Movies
3D Movies
Must See
Popular
2022 & Later
2025 & Earlier
🎬 Results for: Boris Kodjoe
Brown Sugar (2002)
Madea's Family Reunion (2006)
Starship Troopers 3: Marauder (2008)
All About Us (2007)
Alice Upside Down (2007)
Surrogates (2009)
Resident Evil: Afterlife (2010)
Safe Room (2022)
Resident Evil: Retribution (2012)
Nurse 3-D (2013)
Code Black (2015)
Cape Town (2016)
Station 19 (2018)
Downsized (2017)
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."); } }); } });