| Author |
CopyWrite
|
Kavu Machovoe
Greenhorn
Joined: Mar 01, 2004
Posts: 14
|
|
|
i was reading about some program that saposably messes up your html coding so people cannot right click on your website. doesnt anyone know what the coding would be?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
It is a waste of time and causes your page to load slower... If you want to do it use google and look for source code encryption...
|
 |
Yuriy Fuksenko
Ranch Hand
Joined: Feb 02, 2001
Posts: 411
|
|
Basicaly, typing in address bar in IE something like javascript ocument.write("<textarea style='width:100%;height:100%">' + document.documentElement.outerHTML + "</textarea>") will show you source code dependless of encryption. if you do javascript:alert(javascriptFunction) the source code of function named "javascriptFunction" will show up in the popup. Also, the Web Code Expert from my website will show you all the source code including frames and js files. The only "real" thing I found so far, was the tool, that replaces spaces in your text with invisible characters, so if somebody will select the text and try to copy and paste, the text he gets will be useles.
|
 |
Kavu Machovoe
Greenhorn
Joined: Mar 01, 2004
Posts: 14
|
|
|
well thats usefull if the person trying to take the code is lazy
|
 |
 |
|
|
subject: CopyWrite
|
|
|