BLOGGERS: How to Disable RightClick Option on your Web. Check it now!
You can do it. Very easy, if you are willing to understand, then you will, okay?
As a blogger you are, we are friends you know?
Don’t be too harsh on others, your knowledge is worthwhile, perhaps the copier cannot be able to meet the worth to have similar source code, and had to copy by all means from you.
This isn’t good, right?
We should not support piracy in any form at all. It is against the rules or commandments of being part and a legal member of I.T practitioners.
Are you tired of this theft?
It is not a legal act in any form, so I brought to you an honest way to secure yours. At least reduce the higher number of copiers drastically.
I know why I said reduced.
I know why I said reduced.
Nothing is impossible in the I.T world.
Lot of things are happening, as long as research and fact finding is involved, we are meant to discover solution to every problems, every barriers, every security measures, and probably a loop to a secured databases within seconds and all needed is collected not excluding the cleanup of mess and prints, even IPs are as well erased from the servers memory, and when queried, the server says; No, that same IP that collected these information or messed this arena up, never came here. Lolz!
That’s the power of knowledge, can never be overemphasized. But we aren’t here to teach evil. We provide knowledge to guide your own stuffs, and know when things goes wrong and how to correct them in time. *winks*.
Not only that, but in this context, I’m meant to speak this way.
Thanks for your understanding.
Without wasting time, below is the source code to prevent right-click option in your web.
-----------------------------------------------------------------------------------------------------------
document.onmousedown=disableclick;
status="Welcome to ProfsBase technique!"
function disableclick(event)
{
if(event.button==2)
{
alert(status);
return false;
}
}
-----------------------------------------------------------------------------------------------------------
Hope this helped?
Check on other related materials below, and add to the knowledge you have already acquired.
Enjoy!!!
0 comments:
Post a Comment
.
.
.
Tell us what you think from all you read above: