FTalk

FTalk

Welcome guest! Please Login or Register.

#21  2008-03-05 05:59:20

cklahrckiey
 Cklarck Vi Britannia
cklahrckiey's display avatar
» FTalkFreak
FTalk Level: 4
[ Tha Mafia ]
Class-S
3 Stars and A Sun
1857
52
Website

Re: Disable User's Keyboard

nice trick...but no preview...hehehe :D

#22  2008-03-05 10:25:25

pyawzi
 layzie.. :)
pyawzi's display avatar
» FTalkAddict
FTalk Level: 1
pyawzi.heart.you
Tropang Kalye
Secret Shop
369
31
2010-03-10

Re: Disable User's Keyboard

/sounds gud..=) im using it..:lol:
tnx for sharing..



I never stopped loving you,
I just stopped showing it. :)

#23  2008-03-11 04:19:19

mudpoet
 rick ryan medillo
mudpoet's display avatar
» FTalkManiac
FTalk Level: zero
in my dreams
947
12
2010-01-23
Website

Re: Disable User's Keyboard

im using this one cause i dont have a chatbox... i think this one is useful to all who doesnt have a pop comment or messenger and chatbox... in mine this work a lot cause all u hve to do is to use the mouse and click..



click for mudpoet's layout

#24  2008-03-12 00:28:05

babYdEvil
babYdEvil's display avatar
» FTalkManiac
FTalk Level: zero
- [ InMyPlacE ] -
In u Mind
884
14
2008-10-14
Website

Re: Disable User's Keyboard

grea:thumbsup:t..great....


#25  2008-03-17 01:32:42

mudpoet
 rick ryan medillo
mudpoet's display avatar
» FTalkManiac
FTalk Level: zero
in my dreams
947
12
2010-01-23
Website

Re: Disable User's Keyboard

so i wanna add something on ReadMeNot codes here you can made infinite message everytime he/she press the keyboard...

Code:

function keypressed() {
alert("message +pageViewerFName+'???");
alert("message +pageViewerFName+'??? ");
alert("message +pageViewerFName+'???");
alert("message +pageViewerFName+'???");
alert("message +pageViewerFName+'???");
}
document.onkeydown=keypressed;
// End

if you want to add more infinite just add this as many as you like

alert("message +pageViewerFName+'???");



click for mudpoet's layout

#26  2008-03-17 01:46:08

nimiel
 Nimiel Joseph Catipon
nimiel's display avatar
» FTalkManiac
FTalk Level: 1
^ freaky smile!
under your bed XD
680
39
2010-03-11
Website

Re: Disable User's Keyboard

nice code..
I tried it on mine!
btw, do u have a code that prevents left clicking?..


~when pichu attacks when pichu attacks~
http://theftalk.com/t50257-Panliligaw.html Must Read
flood me with +repu

#27  2008-03-17 01:59:06

eehjhay
 eehjhay
eehjhay's display avatar
» Former Moderator
FTalk Level: zero
FTalkers ♥♥ My Threads!
What can I put in here?
Class X
Liverpool NSW AU
4746
144
2009-09-07
Website

Re: Disable User's Keyboard

LOL! This trick is very useful.

If you don't want others to steal/rip your profile, you may use these add-ons/tricks:
>Disable keyboard (it will also prevent printscreens)
>Disable left mouse click selection (prevents highlighting a text)
>Disable right mouse click
>A good code encryption for html (overlay) and javascript

@nimiel You can use my code for disabling left mouse click selection and right mouse click. Insert it in your javascript.

Code:

// DISABLE RIGHT CLICK BUTTON AND LEFT CLICK SELECTION
function clickIE4(){
if (event.button==2){
document.oncontextmenu=new Function("return false")
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
document.oncontextmenu=new Function("return false")
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("return false")

#28  2008-03-26 18:22:45

kaetotz
 Kaitlin
kaetotz's display avatar
» FTalkAddict
FTalk Level: zero
...Youre my angel ....
LS : The Next Level
Manila
317
7
2010-02-15
Website

Re: Disable User's Keyboard

=d Loveit Mah Friend



JOIN US NOW

#29  2008-04-04 14:14:40

overdhedge
 overdhedge
overdhedge's display avatar
» FTalker
FTalk Level: zero
rawr !
qc
108
0
2009-01-22
Website

Re: Disable User's Keyboard

its a cool idea =D luv it :D

#30  2008-04-09 10:34:16

potpotmamen
 potpot
potpotmamen's display avatar
» n00b
FTalk Level: zero
i am nabcaek. <3
nabland
26
0
2008-09-18
Website

Re: Disable User's Keyboard

is there a code that disables the user to use the keyboard but has no pop-up message?


Life is but a dream.....So what happens when you wake up?

#31  2008-04-09 14:14:23

Dfamador
 Karli Saadi.
Dfamador's display avatar
» FTalkWhiz
FTalk Level: zero
asdfg
Artwork 101
Cebu City.ph
2635
151
2010-02-23
Website

Re: Disable User's Keyboard

Nice Idea and trick bro. :cool:



-- Yo.Visiting once in a while :>

#32  2008-04-11 02:01:01

gembel
 veinda
gembel's display avatar
» FTalkElite
FTalk Level: HARDCORE!
vakum!!
Rockstars
6584
82

Re: Disable User's Keyboard

thenkz' 4 share dude =) :D


#33  2008-04-11 06:06:33

Dfamador
 Karli Saadi.
Dfamador's display avatar
» FTalkWhiz
FTalk Level: zero
asdfg
Artwork 101
Cebu City.ph
2635
151
2010-02-23
Website

Re: Disable User's Keyboard

Remarks:

shit - Too Bad

:thumbsdown: - Bad

:thumbsup: - Good

:thumbsup: :thumbsup: - Very Good

:thumbsup: :thumbsup: :thumbsup: - Excellent

Your Remarks : :thumbsup:



-- Yo.Visiting once in a while :>

#34  2008-04-11 22:28:10

*_RolAnd_*
 RolanD GomezZ
*_RolAnd_*'s display avatar
» FTalkGeek
FTalk Level: zero
not active
Singles Goes HOT!
CebU
1084
31
Website

Re: Disable User's Keyboard

nice code.... and nice idea :D:):thumbsup:



:thumbsdown:


#35  2008-04-12 12:00:38

retardedbords
 Robert James Lesterio
retardedbords's display avatar
» FTalker
FTalk Level: zero
Bacolod City
144
1
2009-06-05
Website

Re: Disable User's Keyboard

nice!i needed this!


#36  2008-04-30 06:02:04

shanecute79
» n00b
FTalk Level: zero
5
0
2009-06-06

Re: Disable User's Keyboard

where i will paste the code

#37  2008-04-30 06:31:50

noxs
 E-one_encem
noxs's display avatar
» FTalkFreak
FTalk Level: zero
iam de best...
Artwork 101
in ur hearts
1513
92
Website

Re: Disable User's Keyboard

put into your js file that its =)


click my signature



#38  2008-05-20 16:29:14

knight_future
knight_future's display avatar
» FTalker
FTalk Level: zero
-=|]> WanNabE <[|=-
[H] [O] [M] [E]
124
2
2008-09-23

Re: Disable User's Keyboard

oho... i can't press any key board when on my profile :D
thanks 4 share =)


Bertanya ku pada bintang
knapa matahari tak pernah serta denganmu...

#39  2008-05-21 07:15:01

edward_d_great
 edward gabor
edward_d_great's display avatar
» n00b
FTalk Level: zero
killing spree!!!
Ilocos Sur
72
0
2008-05-22
Website

Re: Disable User's Keyboard

w0w..tnx a lot!!!


#40  2008-05-22 10:03:17

trojaner77
 A7x Boyz
trojaner77's display avatar
» FTalker
FTalk Level: zero
A7x For Life
Indonesia
116
2
2009-08-05
Website

Re: Disable User's Keyboard

how to paste the code ??


Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 17:48:40 GMT

[ 9 queries - 1.072 second ]
Powered by SyntheticNetwork

FTalk

Welcome to FTalk! 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. =)

( hide )