PDA

View Full Version : Curious about right click


WorlWydeHusla
01-25-2003, 06:14 PM
what coding is it and how do some ppl "lock" their site so when u right click it says something aand doesnt let you?

sometimes i right click and i get a series or pop up boxes and closes the window?is it like java or something?and they customize it...like one said "arent they beautiful...YOU CANT HAVE THEM" like that

thanks for reading this far im just curious;)

JamezStewart
01-26-2003, 03:30 AM
This script is lovely... if they right click twice - it freezes thier browser window..hehe.

<SCRIPT LANGUAGE="JavaScript">
document.onmousedown=click
//Dont Change this or it wont work
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("Jamez Custom message");
times++ } }
function bye() {
alert("Now your Screwed");
bye() }
</SCRIPT>

You can also add 'chances' and different messages if they dont listen. Customize and use as you like.

If your not confident, use/rip the script from my page..

HERE (http://www.btinternet.com/~jamezstewart/downloads/test.htm)


Jamez

Gee Gee
01-26-2003, 07:45 AM
Lovely but practically useless, as are all no right click scripts. Took me all of one second to bring up the right click menu on your page Jamez. he he ;)

JamezStewart
01-26-2003, 05:12 PM
yeh -true, there are hundreds of ways of viewing the script and seeing the files on a page with this sort of 'protection' - but it does deter people who dont know much (especailly when their browser window freezes!)- or are logged on to a computer that has restricitions which do not allow you to get round this script..

I hate these scripts so much, they really get on my nerves, as all they are is an inconvienience, but thats not my call - I didnt ask for the script... only here to help!

Good that you pointed this out though GG.


Jamez

WorlWydeHusla
01-27-2003, 12:24 AM
to save a pic cant u just hightlight it and go to edit>copy?

thanks i was just curious:grin:

Sonic Blue
01-27-2003, 01:57 AM
Yeah, youre also right about that WWH, never thought of that either!

Rocol
01-27-2003, 03:56 AM
Lol @GG .. you were a couple of seconds faster than me :D :D .. as said, there are many ways around the " No Right Click " protection :eek: :)

NoKY
01-28-2003, 02:15 AM
Originally posted by WuR WyDe HuStLa
to save a pic cant u just hightlight it and go to edit>copy?

thanks i was just curious:grin:

hahahaha, I never thought of that ^^_ y

WorlWydeHusla
01-28-2003, 03:59 AM
well...call it a v1.0 hack lol

seems im not so dum at web code lol

JamezStewart
01-29-2003, 12:33 AM
you could combine this script with a source scrambler and image encryption... there are ways to protect your stuff.

Jamez

Vyrus
01-30-2003, 09:06 AM
hey GG try to bring the right click menu on this

http://www.thaoutsydaz.com/intro.php

just that page, i know you can save the page and edit it but try to bring up the right click menu or right click

Rocky
01-30-2003, 09:10 AM
There Are Many other scrips that you can use but the one the the person left in the second post is the one i see the most often.

Bandit
02-02-2003, 03:30 PM
i tryed that right click it it worked but in xp if you put the cursor on the pic this floppy disk comes up you click that and it saves the pick :(

BRO DUDE
02-10-2003, 04:19 PM
ah or screen dump the pic

Banana-King
02-10-2003, 04:26 PM
View-->Source?

Demonic
02-10-2003, 07:42 PM
right click prevention on a website is like using the club to protect your car. it will detur the n00bs, but the leet will still get your car/links :D

BRO DUDE
02-13-2003, 04:46 PM
so how u hack it?
i know about the sorce and changing it but then its not really there site is it?

JamezStewart
02-13-2003, 07:20 PM
U talking to me?

"i know about the sorce and changing it but then its not really there site is it?"

Using bits of other peoples source (e.g. this right click thing) is fine if they have given you permission to do so..

BRO DUDE
02-14-2003, 02:21 PM
no i mean i know how to change th source and save it and load up the page without that right click but is there an easier way?

Demonic
02-14-2003, 07:49 PM
when viewing the page

in IE, Edit -> View Sorce :)