Help - Search - Members - Calendar
Full Version: How To Block Users From Saving Your Web?
BleepingComputer.com > Internet & Networking > Web Site Development
   
chow2rich
Does anyone or anybody knows how to block users from saving your website or your web? I'm trying to blocking any users from saving my website? I have Microsoft Expression Web and Microsoft Visual Studio 2008 Pro as Web Editor. Those are my programs that I use to construct my web pages and ASP.NET web pages.
nigglesnush85
Hello,

Are you trying to stop people from viewing the source code of your webpages?

chow2rich
No, preventing them from saving it onto their computer.
nigglesnush85
Have you tried converting the pages to flash or similar?
chow2rich
Have you tried converting the pages to flash or similar?

--------------------
Regards
Alan


I don't know what you mean. Can you explain, please?
nigglesnush85
Converting to flash would in theory prevent people from viewing the source and therefore they wouldn't be able to view the content and shouldn't be able to download the page. However you could use this tool http://www.dynamicdrive.com/dynamicindex9/encrypter.htm to encrypt the source code.
chow2rich
Thank you, nigglesnush85. Your a big help. Again, thank you so much for your help. Would this encrypt the whole page? I need something that can encrypt the whole page, so that anybody on the Internet can't download my website.
groovicus
We had a thread like this quite a while ago. I'll summarize. Once the code is on my computer, I can do whatever I want to recover the source code. In this thread that I just alluded to, it was proposed to me that I would not be able to recover the information from the encrypted page, which was wrong. I did it in about 15 seconds.
nigglesnush85
Thats a good point, No one method is absolutely foolproof, I suppose making a lot of the information severside using php, or inserting some javascript to protect content could hinder someones attempts slightly.
Amazing Andrew
QUOTE(nigglesnush85 @ Mar 30 2008, 05:02 PM) *
Thats a good point, No one method is absolutely foolproof, I suppose making a lot of the information severside using php, or inserting some javascript to protect content could hinder someones attempts slightly.

PHP can mask the backend stuff, but as for your other content (like test, images, etc.) it won't do much.

Javascript is too easily defeated to be much of a hinderance. For example, some web sites use javascript to prevent right-clicks; I can get around this by disabling javascript altogether, using an addon like NoScript (which I do), or by instructing Firefox to prohibit webpages from altering or disabling the contect menu.

The long and short of it, like groovicus said, is that once the page is loaded in someone's browser they have you content already downloaded to their PC. The WWW paradigm makes no provisions for digital rights protection whatsoever.

Further, obfuscation (like encrypting the source code) can have negative consequences. People with visual handicaps who use screen reading software, for example, may be unable to use your website if their screen reader uses a page's source code. And even from a more broad usability standpoint it's a bad idea.

Take a look at all the major websites out their. Google, Yahoo, Digg, Bleeping Computer, etc. None of them have any obvious protection against people downloading any part of their web presence. All the proprietary stuff is handled at the backend, where it should be, and users don't even know it's there.

The best steps I can recommend is having a clear and strong Terms of Use policy and enforce it vigorously. Don't go nuts, though, like these poor saps did: http://pubcit.typepad.com/clpblog/2007/10/...ereby-agre.html
chow2rich
Thanks everybody, I'll figure it out. But again, thanks.
pislkie
My principal is that if they are clever enough to utilise it, they are more than capable of overcoming the restrictions. Even Flash can be decompiled.
jbravo
I really dont believe that any tool in the world can prevent a user from downloading the page to his computer. But, yes, you can try encrypting with online tools. but, it is not so helpful for SEO.

jb.
pislkie
If they are clever enough to use your content, they are clever enough to over come your attempts to stop them The result are likely to handicap the genuine visitor or the Search Engine Spiders or a combination of both.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.