PDA

View Full Version : [temp]


Barracuda Babe
12-05-2004, 08:12 PM
It is impossible to truly hide your source code. The reason it is impossible is because in order for your browser to display a website it must request data from a server which is then sent to your browser, for your browser to read.

Some things that can be done to prevent average people from not seeing your source code, is disabling the use of the right click button on your site, or by scrambling your html and using something like javascript to unscramble it. There are numerous little things you can do to help trick people into not finding the source code, however for the most part if the person is determined to find your source code, they will.

so we schould rather try and HIDE the view source.

try this site boys,

http://www.koobi-studio.com/myTemplates/?page=klips&source=1


for disabeling the "view source" anyways, there is a waaaayyyy shorter way for disabeling the right-click, eg.


<**style onload="function noRightClick() {if(event.button==2) {alert('© Copywrite - Player 1316379. Contact me for more information.')}}document.onmousedown=noRightClick"**>
<**/style**>

(duh, remove the **)

Let me know what you think, :)

bradyj
12-05-2004, 08:17 PM
Barracuda Babe, you got a good reason why you posted this in a thread that is completely unrelated to your comments? Not a good way to make friends.