Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/monara/public_html/test.athavaneng.com/themes.php on line 99

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
prepare("SELECT e.*, d.title as drama_title, d.id as drama_id FROM episodes e JOIN dramas d ON e.drama_id = d.id WHERE e.id = ?"); $stmt->execute([$ep_id]); $ep = $stmt->fetch(); if (!$ep) { header("Location: dashboard.php"); exit(); } $drama_id = $ep['drama_id']; // 2. FETCH PLAYLIST $playlist_stmt = $pdo->prepare("SELECT id, ep_number FROM episodes WHERE drama_id = ? ORDER BY ep_number ASC"); $playlist_stmt->execute([$drama_id]); $playlist = $playlist_stmt->fetchAll(); // 3. IFRAME OPTIMIZATION $iframe_code = $ep['iframe_code']; if (preg_match('/src="([^"]+)"/', $iframe_code, $match)) { $url = $match[1]; $separator = (strpos($url, '?') !== false) ? '&' : '?'; $new_url = $url . $separator . "autoplay=1&rel=0&modestbranding=1"; $iframe_code = str_replace($url, $new_url, $iframe_code); } include '../includes/header.php'; ?>

Episode

WATCH TIME IS COUNTING
Viewing Instructions

Your watch time is being recorded automatically every 30 seconds. Please ensure this tab remains active. Once you have viewed all episodes for , proceed to the dashboard to submit your final production rating.