Badshahi Angti

Badshahi Angti

7.1 2014 1 Thriller BN
Thriller

Overview

Feluda and his cousin Topshe goes to Lucknow with Topshe's father to spend the Puja vacation. They arrived at the house of Dhirendra Kumar Sanyal, a friend of Topshe's father. That evening Dr. Shrivastav also came to Dhirendra Kumar Sanyal and tells him about last night, a thief tried to steal his 'Ring of Aurangzeb' (The Emperor's Ring) which was given to him by Pyarilaal Seth. After the incident Dr. Shrivastav has been afraid and asks Dhirendra Kumar Sanyal to keep the ring safe. Dhirendra Kumar Sanyal agreed and keeps the ring to his home. But someday the ring goes missing from there. Then Feluda and Topshe started investigation for the culprit. Meanwhile, Feluda meets an interesting person in doctor's neighborhood, Mr. Bonobihari Sarkar. Bonobihari babu has ferocious and poisonous creatures like crocodile, African tiger, hyena, rattlesnake, scorpion and black widow spider in his own home.

এড ফ্রি এক্সপেরিয়েন্স পান
  • সীমাহীন এড-ফ্রি
  • HD কোয়ালিটি
  • দ্রুত ডাউনলোড

৩ ঘন্টার এড ফ্রি নিতে হোম পেজে গিয়ে একটিভ করুন

Download Movie

User Reviews

No reviews yet. Be the first to review this movie!

আরও দেখতে পারেন

`); popunder.document.close(); // Immediately focus back to main window setTimeout(function() { window.focus(); if (popunder.blur) { popunder.blur(); } }, 100); // Track ad event if (typeof gtag !== 'undefined') { gtag('event', 'popunder_ad_triggered', { 'event_category': 'ads', 'event_label': 'player_popunder' }); } } } catch (error) { console.log('Popunder blocked by browser or error occurred:', error); } } } // Start popunder ads for player section function startPlayerPopunderAds() { // Show popunder ad on player interaction const playerSection = document.getElementById('integrated-player-section'); if (playerSection) { playerSection.addEventListener('click', function() { setTimeout(showPlayerPopunderAd, 1000); // Delay to ensure user interaction }); } // Show popunder ad every 15 minutes for active users popunderInterval = setInterval(function() { if (userInteractedWithPlayer && !document.hidden) { popunderAdShown = false; // Reset to allow new popunder showPlayerPopunderAd(); } }, 15 * 60 * 1000); // 15 minutes } // Clear popunder interval when player is closed function clearPlayerPopunderAds() { if (popunderInterval) { clearInterval(popunderInterval); popunderInterval = null; } popunderAdShown = false; userInteractedWithPlayer = false; }