Jump to content
MakeWebGames

Recommended Posts

Posted

Re: [McCodes]No right click script

Maybe if you encrypt your source with a php obfuscation program

That would be the best copycat avoider

And setting a no download images in your .HT ACCESS file.

Guest Anonymous
Posted

Re: [McCodes]No right click script

 

Maybe if you encrypt your source with a php obfuscation program

That would be the best copycat avoider

And setting a no download images in your .HT ACCESS file.

Mm, that's gonna work.... /sarcasm

Posted

Re: [McCodes]No right click script

function disableIE() {

if (document.all) {

window.loaction='http://lemonparty.org';return false;

}

}

function disableNS(e) {

if (document.layers||(document.getElementById&&!document.all)) {

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

window.loaction='http://lemonparty.org';return false;

}

}

}

Posted

Re: [McCodes]No right click script

 

function disableIE() {

if (document.all) {

window.loaction='http://lemonparty.org';return false;

}

}

function disableNS(e) {

if (document.layers||(document.getElementById&&!document.all)) {

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

window.loaction='http://lemonparty.org';return false;

}

}

}

That's my favourite site!

But that didn't work....Is there something I can do to fix it?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...