Behind the Search is a course-based website designed to teach users how to generate income through Search Engine Development. The platform was built using Django, with front-end technologies including HTML, CSS, and JavaScript.
The client required strict content protection and manual user approval. To meet these requirements, the platform includes:
Manual User Approval System: Administrators must approve each user before granting access to the course content.
Content Protection with Bunny.net: Integrated Bunny.net’s secure video streaming to prevent direct downloads and unauthorized access to video files.
Dynamic Watermarking: A moving, non-removable watermark containing the user’s name and email is overlaid on all videos. This discourages screen recording and allows identification if content is illegally shared.
Account Sharing Prevention via Discord Webhooks: A Discord-based logging system captures login metadata, including IP addresses and device information. This allows the client to detect suspicious activity (e.g. IP changes or multiple logins) and take actions such as banning or revoking access.
This project demonstrates a secure content delivery workflow tailored for premium educational content with a strong focus on piracy prevention and user accountability.