Click to See Complete Forum and Search --> : need someone to make me a script


daman
08-30-2003, 10:20 PM
.... i need a script that has something to do with the no right click thingy.... well.. heres the thing about it tho

i want one that ...when you right click... instead of only the "right click disabled" popup, i want it to also change it to another site... so like... the person who right clicks get the popup and goes to another page.... or something

thx

btw.... please put like..... things on it so i know what to edit if i feel like changing the script a little... for example... like (put URL here) or (put a number here for the amount of blah blah blah)......yeah.... thx

daman
08-30-2003, 10:24 PM
by the way...plz send it to me in .txt form and send it to me on my email

daman_in_hell@hotmail.com

thx yall

PeOfEo
08-30-2003, 11:50 PM
no-right click scripts are stupid, they do not protect anything, because they are client side they are easy to get around. Ever think of someone viewing all of your files and images in their history? Because they could just do that.

Sux0rZh@jc0rz
08-31-2003, 08:39 AM
peofeo....i think he wants you to email him the script cause he doesnt plan on EVER reading this stupid post. btw...blah....blah....kthxbye.....bemy*****....blah....

I don't think he really cares.

Sux0rZh@jc0rz
08-31-2003, 08:40 AM
its one thing to talk like your stoned but you don't have to WRITE like your stoned too kid.

daman
08-31-2003, 01:23 PM
hey...well.. i actually read this....anyways.... i wanted this ONLY so i can piss the normal people off...who dont know THAT much about comps.... u know

PeOfEo
08-31-2003, 05:34 PM
Originally posted by Sux0rZh@jc0rz
its one thing to talk like your stoned but you don't have to WRITE like your stoned too kid. You are letting some stupidity show.

daman
08-31-2003, 06:42 PM
jjeeze.. is anyone gonna help me!??!! ...btw... IF you send it to me.. .make the subject something attractive to see...jus incase i accidentally delete it..... jus send it to me with the subject "**** YOU" ... all caps......you fill it in...lol.....thx to whoever does this....^_^

PeOfEo
08-31-2003, 08:35 PM
<script language=JavaScript>
<!--
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>

That disables the right click context menu but these scripts are not air tight, people can still steal your images and code. Because this code is client side and all one has to do is go into their history to get the images.

daman
09-01-2003, 02:24 PM
umm....well.. this one doesnt have that thing where you get a popup AND u goto another page.... u know wat i mean?

PeOfEo
09-01-2003, 02:40 PM
Are you doing this as part of a game or for security?

PeOfEo
09-01-2003, 03:25 PM
<script language=JavaScript>
<!--
var message="hi";
var otherurl="otherpage.html";
function clickIE() {
if (document.all)
{
alert(message);return false;
}
}
function clickNS(e)
{
if
(document.layers||(document.getElementById&&!document.all))
{
if (e.which==2||e.which==3) {alert(message); window.location(otherurl);return false;
}
}
}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>
This is basically the same script but the messages are on, and you can see where I tried to get it to redirect but, it doesnt do a thing where is pyro when you need him...

daman
09-02-2003, 07:07 PM
wel.... its supposedly a joke
... coz i want them to click on THIS PAGE
Link Removed
then... u know... they can get pissed off and everything

daman
09-02-2003, 07:12 PM
k... wait a min... that did nothing..... that so DID not do anything.... when i right click im not getting a window popup saying that its disabled... AND im not redirected to another page........do u actually know what i want?

daman
09-02-2003, 07:24 PM
oh wait.... nvm... srry.... anyways... SOMEONE HELP MEEEEEE! pleez?

PeOfEo
09-02-2003, 07:35 PM
The page you are trying to redirect them too is extremly annoying, especially if they are using mozilla like I am, I suppose if i were in ie I coulkd have defeated it but in mozilla I had to ctrl alt delete it and I could not just end it one time, and it wasted like two or three minuits of my time and it wasnt fun lol. But what if someone were right clicking to copy some text or open a link in a new window? I know sometimes I copy an email address as apposed to clicking the link because I do not always want to use outlook, sometime I want to use one of my webmail boxes (I have about 5 webmail addresses at varius places, I only use two of them though, the others I just happen to have with accounts) I also usually dont use ctrl-c, plus the message would could possibly be offencive. Imagine if your decrepid 90 year old grandma were reading that? Lol, that ideas.

pyro
09-02-2003, 10:53 PM
Originally posted by daman
SOMEONE HELP MEEEEEE! pleez?Why? You basically said you are just trying to annoy people... Some of us get don't like that kind of behavior and don't want to help promote it. You'd better read http://www.w3c.org/WAI

Brat342
09-03-2003, 09:17 AM
Here is the code you are looking for


<p>
<script language="JavaScript">
function click() {if (event.button==2) {
alert('Ya shouldnt try to steal others work...heehee.. byebye'); location.href="ADDY TO WHERE YOU WANT THEM TO GO";}}
document.onmousedown=click// -->
</script>
<p>

pyro
09-03-2003, 12:42 PM
Not exactly a cross-browser script, but under the circumstances, the fewer browsers it works in, the better...

daman
09-03-2003, 05:33 PM
well... i dont think its me thats causing that kinda bad behavour... its people who give themselves punishment by trying to copy my stuff.....u know...and i dont think it should be taken as immature or anything

pyro
09-03-2003, 05:44 PM
That is exactly what it is. Also, the type of script you are wanting will do nothing to stop anyone from copying anything. It is all available other ways... On top of all that, what makes you think anyone would even want to copy any of it? If it is the HTML/CSS/JavaScript code, do you really think that you have done anything that the rest of us can't do?

PeOfEo
09-03-2003, 10:43 PM
If you are only trying to protect images you should just water mark them because people can easily view them and all of your code in their temporary internet files as I have said before like 5 times in this thread. Also like I said what if some little old lady is on your site and she is just trying to open a link in a new window, she is going to get molested by your little prank script, imagine something like that, not everyone who right clicks is trying to steal code or images.

Robert Wellock
09-04-2003, 06:29 AM
Using no right-clicking discriminates against various disabled users and people whom use mouse-gestures.

zachzach
09-04-2003, 04:05 PM
thats bad behavior and this should be reported to the moderator, but if you want a sicurity script for your javascript or vbscript codes, theres the BEST thing at microsoft downloads-called the encoder and it make
document .write("m")
be like #%.&*KJS'TR&(S">STDWg%&AYRUA$&>:'

its asome