PDA

View Full Version : Protect a PHP page from viewing source


MP3
12-08-2005, 10:18 AM
Hello,

I spent weeks to write my long story but the problem I don’t want any body to copy my story when I publish it, so is there any way to stop the function "view source" from the explorer?
For the right click it's easy to disable it in my page but remain two problems:
1) View source.
2) Save the page, which mean download the page in there computers.

Is there any way to stop those two functions?

Regards.

Marco van Herwaarden
12-08-2005, 10:43 AM
Put all in a PDF or some other non-html format. With HTML it is not possible AFAIK.

Princeton
12-08-2005, 01:12 PM
the only way to protect your work is to NOT publish it on the net ... you are just wasting your time looking for an answer

the disable right-click javascript does not even work - you can disable javascript to bypass your script; there are even addons available that will allow you to do this quickly via a button (FireFox)

Andreas
12-08-2005, 01:56 PM
> For the right click it's easy to disable it
In fact there is no way to disable it.
Anything that can be displayed on the users screen can be saved/copied, and there is no way to stop this - no matter how much effort you put into it.
Better spend your time on unique/interesting content :)