Prevent illegal behavior to the registered user
- by Al Kush
I am building a website in which this website will be focused on the publishing of novels.
Every writers who publish their novels with us will get a royalty from us. And this royalty comes from the user or the reader who read the novel online in our website.
When a user search for a novel and want to read that, they will click a link to the page which its content is that novel.
The html page for each novels will have a session function that first will force them to login or register to make a payment such as with a credit-card or paypal before accessing that html page.
My problem now is if the user has succesfully login and access the html page, I am afraid if the user will copy the content of the novel.
Some disccussion out here How to Disable Copy Paste (Browser) have a solution to create it in Flash so that it can't be coppied-paste. But the I think, if the user who access it is a web developer like us they will try to find the path of the file from the link in the page source, and then they can steal it.
For now I think it is enough I am explaining this. I hope anyone fully accept this problem (question) with a good idea to solve it.