hey all need help

urcubanpapi09
by urcubanpapi09 · 11 posts
15 years ago in IMVU Homepage Codes
Posted 15 years ago · Author
I been trying to find a code that can stop people stealing pics and such off my page well basically I'm trying to make my page to where noone can take nothing so unclickable when they click on pics, stickers and such. is there a code that exists?
Posted 15 years ago
Can you also disable print screen?
Posted 15 years ago
Here, try this:

Code
<script language="javascript">

setInterval("window.clipboardData.setData('text','')",20);

function blockError(){
window.location.reload(true);
return true;
}

</script>

<script language="JavaScript1.2">

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
Posted 15 years ago
Still works. :oops:

But I don't need it so 'hard'
Posted 15 years ago
Don... did you sunked your head in an infinite sea of informatic books?
How the hell you know all thiis!?
Posted 15 years ago
He had it as a saved text file in his head when he was born and now every time someone needs one of these codes he just writes it out of his head in a minute or two.
Posted 15 years ago
whats name on saved file?
Posted 15 years ago
First, I have a Jr. in second programming and operations.
Second, I am a computer scientist.
Third, I just look it up: http://www.google.com/search?sourceid=n ... een+script

and here: http://www.hypergurl.com/norightclick.html

Here is a tutorial on how to disable print screen: http://www.hypergurl.com/norightclick.html

Try placing the body atributes into a a div tag.
Posted 15 years ago
Ejo Capo da'Retroguaria wrote:
whats name on saved file?


DeleteMe

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT