Saturday, November 21, 2009

How do I disable right-click on MySpace?

I know this is going to sound petty, but I have a fanpage for a certain celeb on MySpace. Yesterday, this girl started attacking me with nasty comments. Today, much to my annoyance, she has stolen one of the GIFs I made for my page and is using it as her profile pic! Usually I don't mind people using anything I've made but I think she's being hypocritical. Any ideas on how to disable right-click to stop her doing it again?



Thanks



x



How do I disable right-click on MySpace?

It isn't worth it.



Yes it can be done, but just as easily as it can be done it is just as easy to get around it and there are many ways to get around it.



Plagiarism is the best form of a compliment.



How do I disable right-click on MySpace?

You can't, sorry ! x take care



How do I disable right-click on MySpace?

Not a MySpace expert but if you can include some JavaScript in you MySpace pages I suggest that you add the following:



%26lt;!-- TWO STEPS TO INSTALL NO RIGHT CLICK:



1. Copy the coding into the HEAD of your HTML document



2. Add the last code into the BODY of your HTML document --%26gt;



%26lt;!-- STEP ONE: Paste this code into the HEAD of your HTML document --%26gt;



%26lt;HEAD%26gt;



%26lt;SCRIPT LANGUAGE="JavaScript1.1"%26gt;



%26lt;!-- Original: Martin Webb (martin@irt.org) --%26gt;



%26lt;!-- This script and many more are available free online at --%26gt;



%26lt;!-- The JavaScript Source!! http://javascript.internet.com --%26gt;



%26lt;!-- Begin



function right(e) {



if (navigator.appName == 'Netscape' %26amp;%26amp;



(e.which == 3 || e.which == 2))



return false;



else if (navigator.appName == 'Microsoft Internet Explorer' %26amp;%26amp;



(event.button == 2 || event.button == 3)) {



alert("Sorry, you do not have permission to right click.");



return false;



}



return true;



}



document.onmousedown=right;



document.onmouseup=right;



if (document.layers) window.captureEvents(Event.MOUSEDOWN);



if (document.layers) window.captureEvents(Event.MOUSEUP);



window.onmousedown=right;



window.onmouseup=right;



// End --%26gt;



%26lt;/script%26gt;



%26lt;/HEAD%26gt;



%26lt;!-- STEP TWO: Copy this code into the BODY of your HTML document --%26gt;



%26lt;BODY%26gt;



%26lt;center%26gt;[ Try right-clicking the image and then the text link below ]



%26lt;p%26gt;



%26lt;img src="http://javascript.internet.com/img/...



%26lt;p%26gt;



%26lt;a href="http://javascript.internet.com"%26gt;Te... Link%26lt;/a%26gt;



%26lt;p%26gt;%26lt;center%26gt;



%26lt;font face="arial, helvetica" size="-2"%26gt;Free JavaScripts provided%26lt;br%26gt;



by %26lt;a href="http://javascriptsource.com"%26gt;The JavaScript Source%26lt;/a%26gt;%26lt;/font%26gt;



%26lt;/center%26gt;%26lt;p%26gt;



%26lt;!-- Script Size: 1.57 KB --%26gt;



How do I disable right-click on MySpace?

Only the site admins can disable right clicking as it has to be hard coded. Although...there are still ways around that script. I always work around those just because that irritates me, lol. If someone wants your image bad enough...they will get it unfortunately, even by just viewing the page source for the absolute url (unless the html is encrypted).



With the code posted above me...



If you right click and hold it down and then press your Enter key on the message that comes up, it will get rid of the message and then letting go of the right click button will then show you the menu...see what I mean, lol.



How do I disable right-click on MySpace?

you cant disable right click, but u can do this



put that pic into an album



make that pic your default



make the album w/ the pic only visible to you...



that should do it...



How do I disable right-click on MySpace?

Although there is no way to prevent people from saving your picture, you can prevent others them as their own by putting a watermark on your picture using a picture editing program.



A watermark is basically text that is over a portion of your picture, usually a part of the picture that if someone were to try and remove it, would ruin the picture... for example, over a face...



I've also seen people hold up a piece of paper with their MySpace address written on it... If someone sees the picture and the address doesn't match up, they'll know that they are visiting an impostor's page...

No comments:

Post a Comment