friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2008-07-30 13:21:55

irishandme
» FriendsterTalker
irishandme's display avatar
i am innocent!
Friendstertalk University
Location: Philippines
Registered: 2007-08-09
Posts: 125
Last visit: 2008-11-30
Reputation: 31
Friendster

.:UntouchabLe fLoating object at ur profyL...haha:.

LIVE PREVIEW: :arrow: http://profiles.friendster.com/asshole018

For the preview, try to move ur mouse on my fLoating image, ...and u see what's mean of this trick! haha...

uhm...aLL you have to do is edit some boLd part of the given code beLow and then copy, paste it in notepad, save it as new JS extension...

//detecting browser to dynamically write appropriate DIVs/LAYERs
N=(navigator.appName.indexOf('Netscape')!=-1&&parseInt(navigator.appVersion)<5)
S=(navigator.appName.indexOf('Netscape')!=-1&&parseInt(navigator.appVersion)>4.9)
M=(navigator.appName.indexOf('Microsoft')!=-1)



Vis=new Array()
Vis[0]=(M||S) ? "hidden" : "hide"
Vis[1]=(M||S) ? "visible" : "show"

function GetDiv(divId,divY,divX,divW,divH,bCol,visb,zInd){
bkCol=(bCol!="")?((N)?" bgColor="+bCol:";background:"+bCol):""

Styl = (M||S) ? "<DIV" : "<LAYER"

if(M||S){
Styl+=" ID="+divId
Styl+=" style='position:absolute;top:"+divY+";left:"+divX+";width:"+divW+";height:"+divH+bkCol
Styl+=";visibility:"+Vis[visb]+";z-index:"+zInd
Styl+="'>"
}

if(N){
Styl+=" ID="+divId
Styl+=" top="+divY+" left="+divX+" width="+divW+" height="+divH+bkCol
Styl+=" visibility="+Vis[visb]+" z-index="+zInd
Styl+=">"
}
document.writeln(Styl)
}

function EndDiv(){
(M||S)? document.writeln("</DIV>"): document.writeln("</LAYER>")
}

function PutIt(ID,dX,dY){
if(N){
document.layers[ID].left=dX
document.layers[ID].top=dY
}
if(M){
document.all[ID].style.left=dX
document.all[ID].style.top=dY
}
if(S){
document.getElementById(ID).style.left=dX
document.getElementById(ID).style.top=dY
}
}

function ShowHide(ID,vs){
if(N){
document.layers[ID].visibility=Vis[vs]
}
if(M){
document.all[ID].style.visibility=Vis[vs]
}
if(S){
document.getElementById(ID).style.visibility=Vis[vs]
}
}

function Xof(ID){
if(N){
return document.layers[ID].left
}
if(M){
return document.all[ID].style.left
}
if(S){
return document.getElementById(ID).style.left
}
}

function Yof(ID){
if(N){
return document.layers[ID].top
}
if(M){
return document.all[ID].style.top
}
if(S){
return document.getElementById(ID).style.top
}
}



function Zind(ID,zz){
if(N){
document.layers[ID].zIndex=zz
}
if(M){
document.all[ID].style.zIndex=zz
}
if(S){
document.getElementById(ID).style.zIndex=zz
}
}

function ChangeCol(ID,colrx){
if(M)document.all[ID].style.background=colrx
if(N)document.layers[ID].bgColor=colrx
if(S)document.getElementById(ID).style.background=colrx
}

function DivWrite(IdName,Str) {
if (N){
document.layers[IdName].document.write(Str)
document.layers[IdName].document.close()
}
if(M) document.all[IdName].innerHTML=Str
if(S) document.getElementById(IdName).innerHTML=Str
}

GetDiv('Obj',300,300,20,20,'',1,0)
document.write("<img src=URL OF UR FLOATING IMAGE>")
EndDiv()

function Xof(div){
if(M) return parseInt(document.all[div].style.left)
if(S) return parseInt(document.getElementById(div).style.left)
if(N) return parseInt(document.layers[div].left)
}

function Yof(div){
if(M) return parseInt(document.all[div].style.top)
if(S) return parseInt(document.getElementById(div).style.top)
if(N) return parseInt(document.layers[div].top)
}


if(document.layers) document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=newPos;


function newPos(e){
X=(M)?event.clientX:e.pageX
Y=(M)?event.clientY:e.pageY
Xo=Xof('Obj')
Yo=Yof('Obj')
if(Math.abs(X-Xo)<50&&Math.abs(Y-Yo)<50){
PutIt('Obj',Math.floor(Math.random()*400),Math.floor(Math.random()*300))
}
}

and then after that, upLoad ur js fiLe in your fiLe hosting, eg. ripway or geocities...and then copy the URL of ur js fiLe...paste in boLded part of the given code beLow.

var untfLobject = document.createElement("script");
untfLobject.type = "text/javascript";
untfLobject.src = "URL OF UR untouchabLe JS fiLe";
document.getElementsByTagName("head")[0].appendChild(untfLobject);

and then copy aLL the given code above, paste it in your JS extension...
that's it!...hup u Lyk this trick...




i'm back..
to all tricks that i posted here, sorry if i've done mistake...
and i'll try to fix that...

#2  2008-07-30 13:46:39

Gorbimz
» FriendsterNewbie
i dunno
Location: Indonesia
Registered: 2008-05-26
Posts: 20
Last visit: 2008-11-25
Reputation: ~
???

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

cool...thx 4 sharing

#3  2008-07-31 00:07:09

chardlau
» FriendsterNewbie
chardlau's display avatar
Registered: 2008-05-04
Posts: 49
Last visit: 2008-11-26
Reputation: 4

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

this is fun and cool effects! :penguin::penguin:


CLICK MY SIGS TO VIEW MY PROFILE. FIREFOX ONLY


#4  2008-07-31 00:37:54

bobcbar
» SuperFriendster
bobcbar's display avatar
Location: Texas USA
Registered: 2007-04-08
Posts: 9244
Last visit: Today
Reputation: 249
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

Does it work on all browser? I tried the preview and only see basic css codes using IE7 :wallbash:


#5  2008-07-31 02:08:39

Yellow Flash
» FriendsterAgent
Yellow Flash's display avatar
Almost Christmas
Location: HiddenLeaf Village
Registered: 2008-02-29
Posts: 2063
Last visit: Today
Reputation: 112
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

bro... check ur codes... in FF ur profile is null...


#6  2008-07-31 02:16:38

irishandme
» FriendsterTalker
irishandme's display avatar
i am innocent!
Friendstertalk University
Location: Philippines
Registered: 2007-08-09
Posts: 125
Last visit: 2008-11-30
Reputation: 31
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

bobcbar wrote:

Does it work on all browser? I tried the preview and only see basic css codes using IE7 :wallbash:

i'm not sure sir Bobcbar if this trick are aLso compatibLe for IE browser, but don't worry sir, i'll try to fix this tricks...tnx sir...


Yellow Flash wrote:

bro... check ur codes... in FF ur profile is null...

uhm, are u sure bro? but my profiLe is open now, and i aLso add something new tricks...uhm, by the way, try to refresh my profiLe, or HIT BACK, and then wait for a few seconds...thnx for ur concern bro...




i'm back..
to all tricks that i posted here, sorry if i've done mistake...
and i'll try to fix that...

#7  2008-07-31 03:02:07

bobcbar
» SuperFriendster
bobcbar's display avatar
Location: Texas USA
Registered: 2007-04-08
Posts: 9244
Last visit: Today
Reputation: 249
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

irishandme wrote:

i'm not sure sir Bobcbar if this trick are aLso compatibLe for IE browser, but don't worry sir, i'll try to fix this tricks...tnx sir...

Thanks....maybe its just ur js codes or the linker you used. I just check again and see changes you made but still no js codes are showing :paranoid:


#8  2008-07-31 03:24:34

echodc
» FriendsterTalker
echodc's display avatar
Appreciate the Classics!!
Friendstertalk University
Location: philippines
Registered: 2008-05-14
Posts: 155
Last visit: 2008-11-15
Reputation: 6
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

this is great, thanks for sharing bro.. =):thumbsup:



My profile updated daily! something new everyday! www.friendster.com/brydc

#9  2008-07-31 05:01:19

aRiSa
» FriendsterTalker
aRiSa's display avatar
First love never dies..
Location: Japan
Registered: 2008-03-07
Posts: 228
Last visit: Yesterday
Reputation: 1
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

It dont work...
maybe because im using ff..?


#10  2008-07-31 11:38:20

roland2986
» FriendsterNewbie
roland2986's display avatar
Hmm
Location: BArangay nawAWAla
Registered: 2008-02-11
Posts: 22
Last visit: 2008-11-19
Reputation: ~
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

WOw Nc Trick tnx 4 sharing


Who I Want to Meet: i am Looking for a thug a true gangztah guy the one who looks all tough yet, won't ever make me cry
you should be mah baby the one that understands and even when his boys are there he's still like wanna hold mah hand
LUV YOU MAH BOY ^^

#11  2008-07-31 13:47:30

---xXirukiTepe---
» FriendsterElite
---xXirukiTepe---'s display avatar
Ill Shoot Your Veins >_<
Naruto Fanz-ShinobiElite
Location: KARAKURA TOWN
Registered: 2007-11-01
Posts: 3684
Reputation: 438
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

Lol. a floating trick is a bit sensitive when it
comes to compatibilty. Anyway, nice trick... dude...
kip emm comin.



Mou Hitori no Kimi e
N ∅ ∑ I N
TRUE: Somebody hacked my other fs account! Grrr! add my new 1

#12  2008-07-31 14:21:21

Ulaai
» FriendsterNewbie
Ulaai's display avatar
Registered: 2008-06-13
Posts: 10
Last visit: 2008-11-08
Reputation: ~
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

I cant see anything~! :question::question: how can?


=) I am here friends ^^

#13  2008-07-31 14:25:57

irishandme
» FriendsterTalker
irishandme's display avatar
i am innocent!
Friendstertalk University
Location: Philippines
Registered: 2007-08-09
Posts: 125
Last visit: 2008-11-30
Reputation: 31
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

Ulaai wrote:

I cant see anything~! :question::question: how can?

uhm, if you don't see any tricks on my profiLe it means my daiLy bandwidth was exceed, try to revisit my profiLe after a few seconds...thnx for ur concern...

Last edited by irishandme (2008-07-31 14:26:21)




i'm back..
to all tricks that i posted here, sorry if i've done mistake...
and i'll try to fix that...

#14  2008-08-03 04:56:11

shan021
» FriendsterNewbie
shan021's display avatar
'avogadro'
.Fashionista.
Location: philippines
Registered: 2008-07-16
Posts: 35
Last visit: 2008-11-06
Reputation: 2
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

:( doesn't work on my profile


#15  2008-08-03 05:02:48

irishandme
» FriendsterTalker
irishandme's display avatar
i am innocent!
Friendstertalk University
Location: Philippines
Registered: 2007-08-09
Posts: 125
Last visit: 2008-11-30
Reputation: 31
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

shan021 wrote:

doesn't work on my profile

uhm, are you sure? ukei, can i see your codes?




i'm back..
to all tricks that i posted here, sorry if i've done mistake...
and i'll try to fix that...

#16  2008-08-03 05:35:38

---xXirukiTepe---
» FriendsterElite
---xXirukiTepe---'s display avatar
Ill Shoot Your Veins >_<
Naruto Fanz-ShinobiElite
Location: KARAKURA TOWN
Registered: 2007-11-01
Posts: 3684
Reputation: 438
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

it may not be compatible in some browsers... buddies..
so dont be confused.

u can test it first in dracc...tester



Mou Hitori no Kimi e
N ∅ ∑ I N
TRUE: Somebody hacked my other fs account! Grrr! add my new 1

#17  2008-08-03 07:11:21

art_phil2005@hotmail.com
» FriendsterNewbie
art_phil2005@hotmail.com's display avatar
Location: Bangkok Thailand
Registered: 2008-04-04
Posts: 54
Last visit: Yesterday
Reputation: ~
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

nc preview, bro!!!haha i thought you didn't say untouchable, coz i really can't touch it grrrr:smoke:....




            hehe i guess its really nice to be back, i miss ftalk soo much!!!what's the latest news here?

#18  2008-08-03 08:12:40

Yellow Flash
» FriendsterAgent
Yellow Flash's display avatar
Almost Christmas
Location: HiddenLeaf Village
Registered: 2008-02-29
Posts: 2063
Last visit: Today
Reputation: 112
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

yah.. i can see ur profile now... cool profile bro..

hahaha how about sharing us that droppable banner???

hahah i want that!!!


#19  2008-08-03 08:18:53

slashedkite
» FriendsterGeek
slashedkite's display avatar
Former LS member..
Friendstertalk University
Location: onloadhandler
Registered: 2007-01-23
Posts: 1077
Last visit: 2008-11-29
Reputation: 15
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

haha! nice i like that trick! :D:thumbsup:



:ninja::ninja:

#20  2008-08-03 08:20:10

irishandme
» FriendsterTalker
irishandme's display avatar
i am innocent!
Friendstertalk University
Location: Philippines
Registered: 2007-08-09
Posts: 125
Last visit: 2008-11-30
Reputation: 31
Friendster

Re: .:UntouchabLe fLoating object at ur profyL...haha:.

Yellow Flash wrote:

yah.. i can see ur profile now... cool profile bro..

hahaha how about sharing us that droppable banner???

hahah i want that!!!

haha...thnx bro...

uhm, you want my dropdown banner?, ukei i'LL try to share my codes here! but not this time...haha...thnx bro...




i'm back..
to all tricks that i posted here, sorry if i've done mistake...
and i'll try to fix that...

Search Friendstertalk

Board footer

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

[ 28 queries - 3.936 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. =)