Log In · Register

 
 
Closed TopicStart new topic
Anti-theft images?, I want a no-right-click for my myspace images.
kyndal
post Oct 8 2008, 12:13 PM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Jun 2006
Member No: 431,462



Anybody know one that will work?? I don't want people to steal my images because I don't have a copyright for others to use them. Help?
 
superstitious
post Oct 8 2008, 12:50 PM
Post #2


Tick tock, Bill
*******

Group: Administrator
Posts: 8,764
Joined: Dec 2005
Member No: 333,948



I don't think that you can disable right clicking in MySpace and beyond that, people can print screen, then crop in an editing software.

My suggestion would be to watermark and/or put a tasteful copyright somewhere on the image(s).
 
Harp
post Oct 8 2008, 01:43 PM
Post #3


Senior Member
******

Group: Official Member
Posts: 2,936
Joined: Sep 2008
Member No: 683,235



Java script isn't allowed on Myspace, but someone said this code still worked? I got it from a site, and the credit is still there. If you Decide to use it, make sure you keep it on.

CODE
<head>

<script language="JavaScript"> <!--
// No rightclick script v.2.5
// © 1998 barts1000
// barts1000@aol.com
// Don't delete this header!

var message="Sorry, that function is disabled.\n\nContents & Graphics Copyright ©your name\nOur work is not Public Domain, and should NOT be taken from this site."; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>
 
Harp
post Oct 8 2008, 01:45 PM
Post #4


Senior Member
******

Group: Official Member
Posts: 2,936
Joined: Sep 2008
Member No: 683,235



Another code, which you can only use if the images are posted directly on your profile. This cannot be used on your album images.

CODE
<div style="width:XXXpx; height:YYYpx; background-image:url(http://YourImageUrlHere);">
<img src="http://x.myspace.com/images/clear.gif" width="XXXpx" height="YYYpx" border="0">
</div>


I know there is a code out there, that when you right-click on someone's myspace image, it shuts down their browser. If I find it, I'll post it.
 
Harp
post Oct 8 2008, 01:48 PM
Post #5


Senior Member
******

Group: Official Member
Posts: 2,936
Joined: Sep 2008
Member No: 683,235



^Lol.
 
melindadivine
post Oct 10 2008, 02:29 AM
Post #6


Newbie
*

Group: Member
Posts: 5
Joined: Jul 2008
Member No: 670,131



you can place a "blank" pixel over the images and when thay right click and save they get a clear pixel...instead of your image but also they can print screen it...
another way is to "Flash" it but yeah..images you dont want stolen dont need to be places in myspace anyways IMO..
IMVU allows javascripts in their profiles and is just like myspace in layout factor almost
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: