Disable User's Keyboard*
Code:
function keypressed() {
alert("Sorry, but you can't do that.");
}
document.onkeydown=keypressed;
// End -->This will keep the visitor from being able to copy using "CTRL + C"!
*Note - This will not disable commenting! So don't worry about that.
Note After Testing* That's kinda cool... you can't use the keyboard at all unless a comment box is "selected" for lack of a better word. It'd get really anoying for someone like me though who uses nothing but keyboard shortcuts to navigate.
I noticed backspace key still goes back a page, even though you get the notice, so I tried to see if you could cheat your way around it... guess not.... lol. If you try to copy anyway, you get this...
---------------------------
Microsoft Internet Explorer
---------------------------
Sorry, but you can't do that.
---------------------------
OK


|
R-A-M-O-N-help[?] likes this topic.
hmmmm... 
|
Unnecessary for me or i dont know
..might prevent almost newbies out there from copying the source..haha
thnks for sharing it 

|

so are you using this one? i dont think this is such a good idea..theres so many ways in ripping ones's profile...better encrypt your files... 
Last edited by lordheinz (2008-01-02 08:41:11)
|

|

wew.. I kinda like it.. 
|

cool trick but it's unnecessary to others especially to the users with cbox because they can't use the keyboard. They can't type their message. 

|

|
haha..yeah..dats true Bob.. 

|

bobcbar wrote:
I guess you are not aware of how to view someones source codes without using the keyboard
i think your right sir.. 

|
i think its purpose is to protect your field inputs on your about me and/or testimonials to be copied and paste easily by copycats/posers. and besides the no right-click codes can be override by a combination of mouse and kbord keys so when your sourcecode is encrypted there's no way for the noob ripper steal your images. 
|

nice c0de buddy!
tNX!!
_______________________
certfied addict..
|