Posts Tagged ‘friendster’

FRIENDSTER SPLASH TEXT MESSAGES

This item was filled under [ Javascript, Web Script ]

This scripts is used to make a text splash color. It’s means your cool own text with a random color, will appear in the header of your Friendster’s Profile.
Change the red highlighted text with your own text.
———————————
var text=new Array()
var textsplashcolors=new Array()
// Place your messages below. Add as many as you like!
text[0]=”YOUR OWN TEXT”
text[1]=”YOUR OWN TEXT”
text[2]=”YOUR [...]

Continue reading...

Custom Banner Title Bar

This item was filled under [ Javascript, Web Script ]

Want to modified your Friendster’s Profile banner with your own word? It’s simply! Use this script:
Change the red highlighted text with your own text.
———————————
//R-banner title bar
function tb9_makeArray(n){
this.length = n;
return this.length;
}
tb9_messages = new tb9_makeArray(4);
tb9_messages[0] = “_____YOUR OWN TEXT_____”;
tb9_messages[1] = “. . .YOUR OWN TEXT. . .”;
tb9_messages[2] = “***YOUR OWN TEXT***”;
tb9_messages[3] = “^^^YOUR OWN TEXT^^^”;
tb9_rptType = ‘infinite’;
tb9_rptNbr [...]

Continue reading...

Tagged with: [ , , , , ]