TuffMcGuff
Technical User
Hey guys, I dont quite know what thread to post this in, so let me state my problem. I have a myspace (its stupid, time consuming, but it keeps me in touch), and on that myspace I have some pictures that random people have given me, and I am going to (if I can get this to work) post some pictures that I photoshopped. In the past, when I ahve shared a personally photoshopped picture, other people start to claim it as their own and it just pisses me off. What I need to do is disable right click over the picture. I know all this does is make someone go look in the source, but my friends arent that smart with computers, so Im thinking this'll work. Myspace won't allow javascript in any form or fashion. I tried linking to an external script, and putting something to the effect of <br>
<br>
Both of these methods worked with the files on my desktop, but neither worked on myspace. It took out the onmousedown part, even when i did like "oN M ou se Dow n" Just thinking maybe he had it set to only catch the phrase as a whole, but that didnt work. In case you are wondering at this point, I dont know much javascript, I'm decent with HTML and CSS.
Well, I just kinda wanted to protect my pictures from my friends on myspace (who I very much doubt even know what source code is, muchless how to look through it and get the link they want). Any suggestions on how to bypass the JS block or do it in any other language would be greatly appreciated!
Thanks.
Bill
Lastly, let me add this:
On the last forum I posted this exact message (save this part) and they closed the thread. I'm not trying to be some douche bag by asking this, I just wanna protect my pictures. I'm pretty sure why the MySpace guys blocked javascript, as it says in the part where it discusses why they block javascript, PHP, and those other languages, is because they want to block malicious code (wanting to block malicious code came straight from MySpace). I understand if y'all don't wanna help me because of that reason, but I'm not trying to do anything bad here, just protect my stuff. So, if you close this thread, no hard feelings, i understand, just please don't block me as a user because its really an innocent question. Thanks.
Code:
<a href="javascript:void(0)" alt="Don't Steal My Pictures" onMouseDown="alert('dont steal my pictures')"><img src="whatever.jpg"></a>
Both of these methods worked with the files on my desktop, but neither worked on myspace. It took out the onmousedown part, even when i did like "oN M ou se Dow n" Just thinking maybe he had it set to only catch the phrase as a whole, but that didnt work. In case you are wondering at this point, I dont know much javascript, I'm decent with HTML and CSS.
Well, I just kinda wanted to protect my pictures from my friends on myspace (who I very much doubt even know what source code is, muchless how to look through it and get the link they want). Any suggestions on how to bypass the JS block or do it in any other language would be greatly appreciated!
Thanks.
Bill
Lastly, let me add this:
On the last forum I posted this exact message (save this part) and they closed the thread. I'm not trying to be some douche bag by asking this, I just wanna protect my pictures. I'm pretty sure why the MySpace guys blocked javascript, as it says in the part where it discusses why they block javascript, PHP, and those other languages, is because they want to block malicious code (wanting to block malicious code came straight from MySpace). I understand if y'all don't wanna help me because of that reason, but I'm not trying to do anything bad here, just protect my stuff. So, if you close this thread, no hard feelings, i understand, just please don't block me as a user because its really an innocent question. Thanks.