Log In · Register

 
 
Closed TopicStart new topic
code where u cant save pictures on myspace
LiLaZnGirL122
post Jan 25 2006, 04:17 AM
Post #1


LiLaZnGurL
*****

Group: Member
Posts: 969
Joined: Jul 2004
Member No: 29,072



does any 1 kno the code so ppl cant save ur picture on myspace?
 
freeflow
post Jan 25 2006, 10:39 AM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



The no right click code doesn't work on myspace due to the fact it doesn't allow javascript.
If you mean the code so people can't email your pictures then I believe you can edit the setting in (account settings > profile settings) profile settings.

Or just watermakr your images.
 
jimbos12
post Jan 25 2006, 05:13 PM
Post #3


Newbie
*

Group: Member
Posts: 8
Joined: Jan 2006
Member No: 362,314



http://www.myspace.com/starofthezanarkandabes
care to explain how this person got their js to work?
I know there's ways around this but he has it :P

How in the world did he put this there?
Ya i looked at his code and tried it myself. I even tried to make my own context menu using ajax and that only worked alittle.
<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Hey what gives?!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>
 
freeflow
post Jan 25 2006, 07:18 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



^ weird. Did you try Encoding it? I mean it may work that way.
Not sure but its worth a try.
 
jimbos12
post Jan 25 2006, 08:38 PM
Post #5


Newbie
*

Group: Member
Posts: 8
Joined: Jan 2006
Member No: 362,314



I toke that right from his source lol. It's not encrytped or anything.
Only way I can "change" the right click is to do a dhtml context menu overlay for right click but it's buggy since it loads LAST and doesn't look right.
I asked him how and he said HAHA i won't tell ne1. I loaded his whole myspace in dw and that's the only code for no right click. It works for him but not on me/friends/etc.
 
duplicatex0x0x0
post Jan 25 2006, 09:31 PM
Post #6


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



Well I was able to retrive his whole code =P

He used this code in his interests section, from beginning to end of interests section:

 
jimbos12
post Jan 26 2006, 12:17 AM
Post #7


Newbie
*

Group: Member
Posts: 8
Joined: Jan 2006
Member No: 362,314



Did you try it?
It's like everytime we use <script> it shows the text lol
 

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