FTalk

FTalk

Welcome guest! Please Login or Register.

#1  2007-12-01 02:52:34

frostmourne_05
 arjhaye
frostmourne_05's display avatar
» FTalkManiac
FTalk Level: zero
just silent....
in my yhab's heart
871
18
Website

customized shoutout with navigation+other features

actually, i already posted this code before but it was locked due to friendster updates :wasted:
so...it's back!!!:eh:

features of the code:

:arrow: navigation in your shout out
:arrow: it can detect your browser and the version
:arrow: it can detect your date
:arrow: it can detect the viewer's name and user id.

here's the code:


Code:

function shoutoutcus(){
var wakoko="<div align='left'><font color= #ffffff>My Navigation:</font></div> <marquee style='width:85%px;border:2px solid #ffffff; direction='left' scrollamount='2' onmouseover='this.stop()' onmouseout='this.start()'><input type='button' value='Home' style='background-color:transparent;border:none;font-family:verdana MS;font-weight:bold;font-size:12;color:#ffffff;' onClick=\"top.location.href='http://friendster.com'\"> <input type='button' value='My Profile'style='background-color:transparent;border:none;font-family:verdana MS;font-weight:bold;font-size:12;color:#ffffff;' onClick=\"top.location.href='http://profiles.friendster.com/user.php'\"> <input type='button' value='My Friends'style='background-color:transparent;border:none;font-family:verdana MS;font-weight:bold;font-size:12;color:#ffffff;' onClick=\"top.location.href='http://friendster.com/friends.php'\"> <input type='button' value='Explore'style='background-color:transparent;border:none;font-family:verdana MS;font-weight:bold;font-size:12;color:#ffffff;' onClick=\"top.location.href='http://www.friendster.com/explore.php'\"> <input type='button' value='Search'style='background-color:transparent;border:none;font-family:verdana MS;font-weight:bold;font-size:12;color:#ffffff;' onClick=\"top.location.href='http://friendster.com/gallery.php'\">  <input type='button' value='Invite'style='background-color:transparent;border:none;font-family:verdana MS;font-weight:bold;font-size:12;color:#ffffff;' onClick=\"top.location.href='http://friendster.com/invite.php'\"> <input type='button' value='Messages'style='background-color:transparent;border:none;font-family:verdana MS;font-weight:bold;font-size:12;color:#ffffff;' onClick=\"top.location.href='http://friendster.com/messages.php'\"> <input type='button' value='Settings'style='background-color:transparent;border:none;font-family:georgia MS;font-weight:bold;font-size:12;color:#ffffff;' onClick=\"top.location.href='http://friendster.com/editaccount.php'\"> <input type='button' value='Log Out'style='background-color:transparent;border:none;font-family:verdana MS;font-weight:bold;font-size:12;color:#ffffff;' onClick=\"top.location.href='http://friendster.com/logout.php'\"> </marquee><br><div align='left'><font color= #ffffff><strong>Hi</font></strong> <b><font color= lightgreen><strong>"+pageViewerFName+"</strong></color></b><br><font color= #ffffff><strong>your ID is </strong></font><b><font color=lightgreen><strong>"+pageViewerID+"</strong></color></font><br><strong><font color=#ffffff>and the time and date there is</font> <font color='lightgreen'>"+Date()+"</font></strong><br><font color=#ffffff>your browser is </font><font color=lightgreen>"+navigator.appName+" "+navigator.appVersion+"</font></color><br><font color= #ffffff><strong>Welcome to my page!This is </strong></font><font color=red><strong><blink>NOT</blink></font></strong><font color=#ffffff><strong> an Overlay as you might think...enjoy viewing my profile!</strong></font><br><font color= #ffffff><strong>Drop some comment for me thanks...</font></strong><br></div>";

document.getElementById('cpShoutoutBox').style.height='260';
document.getElementById('cpShoutoutBox').style.overflow='auto';
document.getElementById('cpShoutoutBox').innerHTML="<table width='100%'><tr><td align='center'>"+wakoko+"</td></tr></table>";

}setTimeout("shoutoutcus()",1000);

just copy and then paste it on your js codes.

you can edit this code:

Code:

#ffffff

this is what we call hexadecimal color...this one is white.you can change it to any hex color that you want.

additional: to make the custom shout out transparent...you should have a css code to make your shout out box transparent...here's the code:

Code:

/* TRANSPARENT SHOUT OUT */

.somsg { background-image:url('none') !important;  color:#ffffff ; background-color:transparent ! Important; }
.so {background-image:url('none') !important;   background-color:transparent ! Important ; }
.soc { background-image:url('none') !important;  background-color:transparent ! Important ; }
#delShoutoutForm {background-image:url('none') !important;   background-color:transparent ! Important ; }
#cpShoutoutBox { background-image:url('none') !important;  background-color:transparent ! Important ; }
#shoutoutForm { background-image:url('none') !important;  background-color:transparent ! Important ; }
.disabled normal { background-image:url('none') !important;  background-color:transparent ! Important ; }
.divider { background-image:url('none') !important;  background-color:transparent ! Important ; }
.fakeLink { background-image:url('none') !important;  background-color:transparent ! Important ; }
.sol {background-image:url('none') !important;   background-color:transparent ! Important ; }
.sob { background-image:url('none') !important;  background-color:transparent ! Important ; }
.commonbox .imgblock75 { background-image:url('none') !important;  background-color:transparent ! Important }
.ir { background-image:url('none') !important;  background-color:transparent ! Important }
.flogridp .flogriditem { background-image:url('none') !important;  background-color:transparent ! Important }
.dr { background-image:url('none') !important;  border:none ! Important }
.fitem1wrapper { background-image:url('none') !important; background-color:transparent ! Important }
.controlpanel .so a, .minicontrolpanel .so a { color: #ffffff !important; }

.flogridp .flogriditem { background:transparent url() no-repeat; }

put the transparent shout out code on your css codes...then that's it!!!=)

previews:

:arrow: http://profiles.friendster.com/11610748
:arrow: http://profiles.friendster.com/45571589
:arrow: http://profiles.friendster.com/49918300

Last edited by frostmourne_05 (2008-11-05 15:57:32)




DIABLO 3: The Sin Wars...Coming Soon :thumbsup: :thumbsup:

                    

caye326[?], and cLsC_101™[?] like this topic.

#2  2007-12-01 02:55:22

aidenlive
 phat ^_^
» FTalkWhiz
FTalk Level: 7
Buy Me ^_^
3291
11
Today
Website

Re: customized shoutout with navigation+other features

nice code!!!  =)


#3  2007-12-01 02:58:43

bles_212000
 Unknown :D
bles_212000's display avatar
» FTalkElite
FTalk Level: zero
Please wait.. Evolving..
Here,there, everywhere.
3749
184
Website

Re: customized shoutout with navigation+other features

2nd to comment!!!thanks bro.. i'll try this code!!!  :thumbsup:


#4  2007-12-01 03:10:39

lucy_fat
» n00b
FTalk Level: zero
56
0
2007-12-01

Re: customized shoutout with navigation+other features

wow cool,,

#5  2007-12-01 03:40:19

d.razcalz
d.razcalz's display avatar
» FTalker
FTalk Level: zero
>>>.<<<
106
0
2008-03-03

Re: customized shoutout with navigation+other features

yeah..cool trick..i'm using it now..thanks for sharing it to everybody mr.frost.. :eh:  :thumbsup:


:paranoid: ..Just a Newbie.. :paranoid:

#6  2007-12-01 03:43:01

d.razcalz
d.razcalz's display avatar
» FTalker
FTalk Level: zero
>>>.<<<
106
0
2008-03-03

Re: customized shoutout with navigation+other features

yeah..cool trick..i'm using it now..thanks for sharing it to everybody mr.frost.. :eh:  :thumbsup:


:paranoid: ..Just a Newbie.. :paranoid:

#7  2007-12-01 06:07:09

j0hnc3na
 John Felix Anthony Cena
j0hnc3na's display avatar
» FTalkAddict
FTalk Level: zero
U Cant See Me!!!
The Squared Circle
381
6
2010-01-15
Website

Re: customized shoutout with navigation+other features

nc one!!!




Read the rules or be WARNED...
much worst , be
BANNED...

#8  2007-12-01 07:11:51

salat
 Jeremiah Salat
salat's display avatar
» FTalker
FTalk Level: zero
Its Hard To Say I Miss U
Behind Enemy Lines
242
1
2010-03-09

Re: customized shoutout with navigation+other features

how to make it transparent?


Why You Leave Me?

#9  2007-12-01 19:46:20

bibibibi
 bibi afiqah
bibibibi's display avatar
» n00b
FTalk Level: zero
sarawak la wei...
3
-1
2009-12-10
Website

Re: customized shoutout with navigation+other features

it didn't work at my profile..... :crybaby: ....so sad...

#10  2007-12-01 19:47:03

bibibibi
 bibi afiqah
bibibibi's display avatar
» n00b
FTalk Level: zero
sarawak la wei...
3
-1
2009-12-10
Website

Re: customized shoutout with navigation+other features

xpat pake tok...

#11  2007-12-01 23:41:58

Psyanne
 X I E N Silverstein
Psyanne's display avatar
» FTalkAddict
FTalk Level: zero
Generated in 0.001 second
Opacity: 0;
302
12
2010-03-05
Website

Re: customized shoutout with navigation+other features

it red my Browser as Netscape but i'm using Firefox  :(

#12  2007-12-02 02:00:34

jee-ar
 Cookie whore
jee-ar's display avatar
» FTalkAddict
FTalk Level: zero
Too paranoid to be stoned
Cookie Town
350
5
2009-02-23

Re: customized shoutout with navigation+other features

yea nice its working  :lol:

#13  2007-12-03 03:28:51

iconald
 Ronald
iconald's display avatar
» FTalkManiac
FTalk Level: zero
Pogi c",) \m/
Philippine
820
4
Website

Re: customized shoutout with navigation+other features

Nice trick.. thanks for sharing..  :thumbsup:


#14  2007-12-03 03:41:50

s1ycks
» n00b
FTalk Level: zero
earth
26
0
2009-03-03
Website

Re: customized shoutout with navigation+other features

co0l tricks thanx 4 sharing  :D  :D  :D

Last edited by s1ycks (2007-12-03 03:42:43)


Get paid (not very much) to visit websites and see cool stuff!

#15  2007-12-03 03:52:03

Lordheinz
 aynztot
Lordheinz's display avatar
» FTalkElite
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
Friendstertalk University
dubai.U.A.E.
5194
242
2010-02-28
Website

Re: customized shoutout with navigation+other features

bibibibi wrote:

it didn't work at my profile..... :crybaby: ....so sad...

i has to do with your other files..coz this code was only a copy paste...no need to edit something..so it is absolutely working... =)

#16  2007-12-03 03:52:11

Lordheinz
 aynztot
Lordheinz's display avatar
» FTalkElite
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
Friendstertalk University
dubai.U.A.E.
5194
242
2010-02-28
Website

Re: customized shoutout with navigation+other features

bibibibi wrote:

it didn't work at my profile..... :crybaby: ....so sad...

i has to do with your other files..coz this code was only a copy paste...no need to edit something..so it is absolutely working... =)

#17  2007-12-10 07:04:55

warhead92100
» n00b
FTalk Level: zero
45
0
2009-12-31

Re: customized shoutout with navigation+other features

nice code. thnx for sharing  :D

#18  2007-12-10 07:59:56

seemsr
 eMiLy
seemsr's display avatar
» n00b
FTalk Level: zero
jApAn
62
0
2009-11-07
Website

Re: customized shoutout with navigation+other features

WOW!! nice code,thanks for sharing :D


#19  2007-12-10 08:04:21

punkprincez_lea
 LeiH
punkprincez_lea's display avatar
» n00b
FTalk Level: zero
dasma.. cavite
52
0
2009-12-24

Re: customized shoutout with navigation+other features

i will use dis... :thumbsup:


#20  2007-12-10 08:15:05

mentalblock27
 Wilson
mentalblock27's display avatar
» FTalkAddict
FTalk Level: zero
</3
NSW.
457
0
2008-11-02
Website

Re: customized shoutout with navigation+other features

beri nayz..ive been looking for this code!.
tenkz for sharing!  :D


R u one of us? :lol:

Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 07:56:48 GMT

[ 10 queries - 0.045 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 )