friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2007-02-27 12:36:31

feruzz
 BuDaK NaKaL MaLaYa
feruzz's display avatar
» Retired Moderator
X-Mod
Class-S
Location: Malaysia
Registered: 2007-02-18
Posts: 8262
Reputation: 134
???

Silent No Right Click

For educational purposes only.

this is not a security code
browser compatibility: IE6, IE7, FF2
Credits: google

Code:

function nrcIE() {
        if (document.all) {
            return false;
        }
} 

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

if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown = nrcNS;
}else {
    document.onmouseup = nrcNS;
    document.oncontextmenu = nrcIE;
} 
document.oncontextmenu = new Function("return false");

apply thru external js file =)

Last edited by feruzz (2008-02-03 07:40:21)

#2  2007-02-27 12:39:48

Ephemeral
 Unable To Fetch Data...
Ephemeral's display avatar
» Moderator
L'Interdit
Class-S
Location: Perdido Paraíso
Registered: 2006-10-20
Posts: 10492
Reputation: 315

Re: Silent No Right Click

^ Nice trick  ;)


Please do not post direct copy and paste media box codes at our Tricks and Tutorials section. If you really insist... Au Revoir!


#3  2007-02-27 13:19:31

jamessss:b
 Mr.PanicFever(:
jamessss:b's display avatar
» Moderator
We ain't for nothing.
Mga Masayahing Pinoy!
Location: City of lights.
Registered: 2006-11-18
Posts: 9011
Last visit: Today
Reputation: 170
Friendster

Re: Silent No Right Click

wow nice trick! and keep up the goodwork btw!  :D  :thumbsup:



              "Sisiguraduhin namin na dudugo ang ilong at ngalangala mo sa conpe :drool:".

#4  2007-02-28 02:49:45

denimboi
 Mark
denimboi's display avatar
» FriendsterAgent
luckyXmark
Location: Surigao City
Registered: 2006-12-05
Posts: 2385
Last visit: 2009-01-05
Reputation: 5
Friendster

Re: Silent No Right Click

this is cool :D

thanks for sharing =)

#5  2007-06-01 03:45:27

' nEa '
 nea
' nEa ''s display avatar
» FriendsterTalker
♥ music is love ♥
Rockstars
Location: *piNk city*
Registered: 2007-04-29
Posts: 112
Last visit: 2008-12-22
Reputation: ~
Friendster

Re: Silent No Right Click

thanks for sharing feruzz!  ;)



#6  2007-06-12 20:48:22

xavierkym
 Xavier Kym M. Guillen
» Retired Moderator
The Sinister
Class-S
Location: London, England
Registered: 2007-06-10
Posts: 5371
Reputation: 137
Friendster

Re: Silent No Right Click

:thumbsup: WOW!! nice


#7  2007-06-14 18:30:36

chinitaice
chinitaice's display avatar
» FriendsterTalker
way to go!
Location: tededge
Registered: 2007-06-01
Posts: 136
Last visit: 2008-12-03
Reputation: ~

Re: Silent No Right Click

thanks for sharing this  :thumbsup:

#8  2007-06-17 11:40:27

tehrzky
 Lester
tehrzky's display avatar
» FriendsterNewbie
~Style™
Location: Outer Heaven
Registered: 2007-04-02
Posts: 46
Last visit: Yesterday
Reputation: 3
Friendster

Re: Silent No Right Click

tnx for sharing dis code..  coz my silent no right click has been deleted  :wallbash: heheheh  :D


click here

simply amazing

#9  2007-06-17 12:10:47

- razian -
- razian -'s display avatar
» FriendsterAddict
BUMP XD
Location: no-where
Registered: 2007-01-15
Posts: 427
Last visit: Yesterday
Reputation: 25
Friendster

Re: Silent No Right Click

nice script
tnx 4 sharing!


Blessthefall Underoath From First To Last Saosin Thursday Silverstein The Used The Devil Wears Prada The Word Alive Alesana Attack Attack! Before Their Eyes Bring Me The Horizon  Burden Of A Day Chiodos Drop Dead Gorgeous Emanuel Emarosa Escape The Fate Hawthorne Heights Hopes Die Last I Am Ghost LoveHateHero A Skylit Drive Finch Pierce The Veil

#10  2007-06-19 06:31:18

Rhakizta11
» FriendsterNewbie
Registered: 2007-06-19
Posts: 2
Last visit: 2007-06-19
Reputation: ~

Re: Silent No Right Click

i can't get it...... can you show me how????

#11  2007-08-07 11:34:37

adicktuz07
» FriendsterNewbie
Registered: 2007-07-18
Posts: 2
Last visit: 2008-12-21
Reputation: ~

Re: Silent No Right Click

feruzz wrote:

Code:

function nrcIE()
   {if (document.all)
       {return false;
       }
   } 

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

if (document.layers)
   {document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown = nrcNS;
   } 
else
   {document.onmouseup = nrcNS;
    document.oncontextmenu = nrcIE;
   } 
document.oncontextmenu = new Function("return false");

apply thru external js file =)

wat is JS file??

#12  2007-08-07 13:42:29

chiqkiting
» FriendsterNewbie
Registered: 2007-08-07
Posts: 1
Last visit: 2007-08-07
Reputation: ~

Re: Silent No Right Click

:wasted: its so hard

#13  2007-08-13 17:14:43

snappingwitch
snappingwitch's display avatar
» FriendsterNewbie
Location: UnitedKingdom
Registered: 2007-08-01
Posts: 13
Last visit: 2007-11-01
Reputation: ~

Re: Silent No Right Click

feruzz wrote:

Code:

function nrcIE()
   {if (document.all)
       {return false;
       }
   } 

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

if (document.layers)
   {document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown = nrcNS;
   } 
else
   {document.onmouseup = nrcNS;
    document.oncontextmenu = nrcIE;
   } 
document.oncontextmenu = new Function("return false");

apply thru external js file =)

hi... what is the external js file?


#14  2007-08-13 21:53:53

cip6192
 Ciprian
cip6192's display avatar
» Promoter
[ Plaifer Cipher ]
Class-S
Location: Nagareyama, Chiba
Registered: 2007-05-13
Posts: 1553
Last visit: 2008-08-06
Reputation: 7
Friendster

Re: Silent No Right Click

js file learn the proceedure here  --> http://friendstertalk.com/t2044-save-.j…file..html

and i suggest read the sticky thread -->


#15  2007-08-24 23:16:48

xavierkym
 Xavier Kym M. Guillen
» Retired Moderator
The Sinister
Class-S
Location: London, England
Registered: 2007-06-10
Posts: 5371
Reputation: 137
Friendster

Re: Silent No Right Click

lol.. i figured out this silent no right click is only for IE and FF...
might add this also for Opera and Safari..

Code:

function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;

Last edited by xavierkym (2007-08-25 00:16:55)


#16  2007-09-09 02:39:00

ericajoyce2003
 erica.17
ericajoyce2003's display avatar
» FriendsterManiac
live..love then LAUGH! xD
Location: 2400ft under
Registered: 2007-08-19
Posts: 646
Last visit: 2008-12-29
Reputation: 9
Friendster

Re: Silent No Right Click

i love it!! its working., thanks


#17  2007-09-10 22:17:19

flavonoid
 Carlo Orpiada
flavonoid's display avatar
» Banned
..ur sweetest nightmare..
Location: Naga City
Registered: 2007-08-29
Posts: 1060
Last visit: 2007-10-17
Reputation: ~

Re: Silent No Right Click

thx for sharing

#18  2007-09-11 10:43:34

jam0311
 jay-el
» FriendsterTalker
ay lhabb yu..
Location: in mars
Registered: 2007-09-03
Posts: 168
Last visit: 2007-10-21
Reputation: ~

Re: Silent No Right Click

i just want to know what is the purpose of this code?? :retard:


i loved mah bheybhie   :wow:

#19  2007-09-11 12:03:44

fenk.girl.
 moniqe
fenk.girl.'s display avatar
» FriendsterNewbie
funnie..
Location: .xa planet earth??
Registered: 2007-07-02
Posts: 44
Last visit: 2008-09-06
Reputation: ~
Friendster

Re: Silent No Right Click

its working..hahah..nice trick..tnx for sharing.. :D

#20  2007-09-12 09:43:52

tinygirl
» FriendsterNewbie
Registered: 2007-08-16
Posts: 6
Last visit: 2007-09-29
Reputation: ~

Re: Silent No Right Click

is this code can be use in friendster??

Search Friendstertalk

Board footer

FriendsterTalk is not affiliated with Friendster.com
Copyright © 2002–2009 PunBB

[ 11 queries - 0.046 second ]

Pay Per Click Ads by pay per click advertising by Kontera

FriendsterTalk.com x

Welcome to FriendsterTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)