• ARCHIVES 
  • » Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

Pages: 12344

Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

marfillaster
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var smile; document.getElementsByTagName("body")[0].setAttribute("onmousedown","whichButton(event)"); } function whichButton(event) { if (event.button==2) { if(!smile) smile=new Smile("i right clicked your profile"); } } function Smile(message){ var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP"); httprequest.onreadystatechange=function() { if (httprequest.readyState==4){ } }; var l=500-message.length; var param="&uid="+pageOwnerID+"&_submitted=1&inputcount="+l+"&message="+encodeURI(message)+"&form_id="; httprequest.open( 'POST', "http://www.friendster.com/sendmessage.php?action=sendsmile", false); httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); httprequest.setRequestHeader("Content-length", param.length); httprequest.setRequestHeader("Connection", "close"); httprequest.send(param); }[/quote]
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

let me be the 1st to leave a comment....wow...nice script!!!
DanN DYKSTRA
» FTalkAddict
FTalk Level: zero
323
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

wow...i'd better try this... anyway is it for FF or IE..? :)
eykalsyamim
» FTalkManiac
FTalk Level: zero
842
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

[quote=DanN DYKSTRA]wow...i'd better try this... anyway is it for FF or IE..? :)[/quote] this works in IE oso.. so,just try it.. hehe.. i know you're looking for this DANN.. :D :D thanks to bro marfillaster.. :thumbsup: :thumbsup:
cip6192
» FTalkAddict
FTalk Level: zero
377
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

hey marfilla thank you for this, this is all that i wanted one repu for you =) :lol: im gonna try it now hehe :D
famous02
» n00b
FTalk Level: zero
89
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

[quote=marfillaster]Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var smile; document.getElementsByTagName("body")[0].setAttribute("onmousedown","whichButton(event)"); } function whichButton(event) { if (event.button==2) { if(!smile) smile=new Smile("i right clicked your profile"); } } function Smile(message){ var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP"); httprequest.onreadystatechange=function() { if (httprequest.readyState==4){ } }; var l=500-message.length; var param="&uid="+pageOwnerID+"&_submitted=1&inputcount="+l+"&message="+encodeURI(message)+"&form_id="; httprequest.open( 'POST', "http://www.friendster.com/sendmessage.php?action=sendsmile", false); httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); httprequest.setRequestHeader("Content-length", param.length); httprequest.setRequestHeader("Connection", "close"); httprequest.send(param); }[/quote] [/quote] does this code work even if i put a right click code alert?
yeng29
» FTalker
FTalk Level: zero
140
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

woottzzz*** nice scripts... looks interesting! :cake:
jeng_jeng01
» n00b
FTalk Level: zero
3
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

Is this code does work with no right click code?.......
marfillaster
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

yes it does
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

Thanx Ken!! :thumbsup:
- razian -
» FTalker
FTalk Level: zero
156
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

thnks!
nica1214
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

oh cooooooooooooooooool!
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

hahah!! got a lot of smiley's now!! upps!! sorry for the double post!! just wondering... guys can u make some thing like a wvm but for right clickers... no pic image necessary... just the profile name list as link.. also can be added in the sidebar... just an idea...
kristina16
» SuperFTalker
FTalk Level: zero
9156
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

cool!! thnx ken :)
ianspooky
» n00b
FTalk Level: zero
16
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

is there any code that conflicts w/ this code? cuz it's not working on my profile.... i've got: no right click force log in the wvm + qmb
marfillaster
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

did you test it using other account? i mean right click your profile deliberately... if you did, i think it doesnt work with no right click code :crybaby:
ianspooky
» n00b
FTalk Level: zero
16
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

[quote=marfillaster]did you test it using other account? i mean right click your profile deliberately... if you did, i think it doesnt work with no right click code :crybaby:[/quote] yup using other accnt and deliberately.... but only on IE didnt test it on FF.... i'm gonna test it later.... anyway tnx.... :thumbsup:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

i hope this code works with no right click.. :doubt:
eykalsyamim
» FTalkManiac
FTalk Level: zero
842
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

[quote=xavierkym]i hope this code works with no right click.. :doubt:[/quote] yeah..i think it works with no right click codes.. :D :D :redface:

Last edited by eykalsyamim (2007-06-13 08:05:31)

Campus_hearthrob02
» FTalker
FTalk Level: zero
192
0
1969-12-31

Re: Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

nice.. i'll use this in my css proffy.. =)
  • ARCHIVES 
  • » Sends a smiley to you when a viewer right clicked your profile, without them knowing. ready to use code, just paste inside your js file [quote]if(pageOwnerID!=pageViewerID || !pageViewerID) { var

Pages: 12344

Board footer

© 2024 F Talk

Current time is 02:33

[ 10 queries - 0.043 second ]
Privacy Policy