Google
 

Go Back   NackVision > Website Related > Premade Layout > Premade Friendster Overlay

Reply
 
Thread Tools
Old 06-15-2006, 02:09 AM   #1
ambot
Janitor
 
ambot's Avatar
 
Join Date: Apr 2006
Location: SparkCom
Posts: 1,265
Blue Fairy Layout by sky

<HTML><HEAD>
<TITLE>Profile</TITLE> <STYLE type=text/css>BODY {
SCROLLBAR-FACE-COLOR: #2c3757; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000066; SCROLLBAR-3DLIGHT-COLOR: #000066; SCROLLBAR-ARROW-COLOR: #000033; SCROLLBAR-TRACK-COLOR: #2c3757; SCROLLBAR-DARKSHADOW-COLOR: #000066
}
</STYLE> <STYLE type=text/css>BODY {
FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Verdana
}
P {
FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Verdana
}
TD {
FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Verdana
}
A:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:visited {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:active {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
COLOR: #ffffff; TEXT-DECORATION: none
}
</STYLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> 
<SCRIPT language=JavaScript type=text/JavaScript>
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</SCRIPT> <META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<script>document.write(Temp);</script>
<!-- Simply copy and paste it between <HEAD> and </HEAD> tags --> 
<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
<!--
//Visit http://rainbow.arch.scriptmania.com for this script and more.
var current = 0
var x = 0
var y = 0
// The number 100 represents the wait in milliseconds 
// between the typing of each character in the message list.
var speed = 100
// The number 2000 represents the number of milliseconds 
// between the changing of each message (2 seconds, here). 
// Anywhere between 1500 and 5000 would be fine.
var speed2 = 2000
function initArray(n) {
this.length = n;
for (var i =1; i <= n; i++) {
this = ' '
}
}
// This is Message-Number Array
typ = new initArray(4)
typ[0]="Welcome"
typ[1]="To My Page"
typ[2]="Enjoy Your stay"
typ[3]="Have Fun"
function typnslide() {
var m = typ[current]
window.status = m.substring(0, x++)
if (x == m.length + 1) {
x = 0
setTimeout("typnslide2()", speed2)
}
else {
setTimeout("typnslide()", speed)
}
}
function typnslide2() {
var m = typ[current]
window.status = m.substring(m.length, y++)
if (y == m.length) {
y = 0
current++
if (current > typ.length - 1) {
current = 0
}
setTimeout("typnslide()", speed)
}
else{
setTimeout("typnslide2()", speed)
}
}
typnslide();
//-->
</script>
</HEAD>
<BODY leftMargin=0 background="http://www.fileden.com/files/2006/6/14/67121/bluefairylay.jpg" topMargin=0 
marginheight="0" marginwidth="0" TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#FFFFFF">
 
<script language=JavaScript> 
<!-- 
//Disable right click script III- By Renigade (renigade@mediaone.net) 
//For full source code, visit http://www.dynamicdrive.com 
var message=""; 
/////////////////////////////////// 
function clickIE() {if (document.all) {(message);return false;}} 
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) { 
if (e.which==2||e.which==3) {(message);return false;}}} 
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} 
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} 
document.oncontextmenu=new Function("return false") 
// --> 
</script> 
 

<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<DIV ID="Layer5" STYLE="position:absolute; left:816px; top:20px; width:99px; height:29px; z-index:6"><IMG SRC="http://www.fileden.com/files/2006/6/14/67121/images2.jpg" WIDTH="90" HEIGHT="27"></DIV><script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script> <!-- Simply copy and paste it between <BODY> and </BODY> tags --> <SCRIPT type="text/javascript">
/*
Tinkerbell Fairy Cursor Trail
Visit http://www.rainbow.arch.scriptmania.com/scripts/
*/
var trailimage=["http://www.fileden.com/files/2006/6/14/67121/tinkerbell.gif", 58, 64] // image, width, height
var ofsm=[-2,1]
if (document.getElementById || document.all)
document.write('<div id="trailimageid" style="position:absolute;visibility:visible;left:0px;top:0px;width:1px;height:1px"><img src="'+trailimage[0]+'" border="0" width="'+trailimage[1]+'px" height="'+trailimage[2]+'px"></div>')
function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}
function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function followmouse(e){
var xcoord=ofsm[0]
var ycoord=ofsm[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else 
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}
document.onmousemove=followmouse
</SCRIPT> <DIV id=image1 
style="LEFT: 0px; OVERFLOW: hidden; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 600px"> 
<IMG height=560 
src="http://www.fileden.com/files/2006/6/14/67121/fairy.jpg" width=780 USEMAP="#bluefairy_Map" BORDER="0"></div><DIV ID="Layer3" STYLE="position:absolute; left:338px; top:50px; width:113px; height:109px; z-index:4"><IMG SRC="URL-OF-YOUR-PHOTO" WIDTH="118" HEIGHT="118"></DIV><DIV ID="Layer4" STYLE="position:absolute; left:23px; top:1285px; width:925px; height:32px; z-index:5"><STYLE TYPE="text/css">marquee table {padding:0px !important; border-width:0px !important;} .dLinev1 {width:1px !important; height:1000px !important;} .dLinev1 td {padding:0px !important; background-color:#CCCCCC !important; } .dLinev2 {width:1px !important; height:1000px !important;} .dLinev2 td {padding:0px !important; background-color:#CCCCCC!important; } .dLinev3 {width:1px !important; height:1000px !important;} .dLinev3 td {padding:0px !important; background-color:#FF6633 !important; } .dLineh1 {width:1000px !important; height:1px !important;} .dLineh1 td {padding:0px !important; background-color:#CCCCCC!important; } .dLineh2 {width:1000px !important; height:1px !important;} .dLineh2 td {padding:0px !important; background-color:#CCCCCCimportant; } .dLineh3 {width:1000px !important; height:1000px !important;} .dLineh3 td {padding:0px !important; background-color:#CCCCCC!important; } a {position:relative; z-index:3;} </STYLE> 
<DIV ALIGN=center><FONT CLASS="ws8"><A HREF="http://www.friendster.com/info/index.php?statpos=footer" TARGET="_self" CLASS="style1"><FONT SIZE="2">About 
Us</FONT></A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> | </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/info/conta...statpos=footer" TARGET="_self" CLASS="style1">Contact 
Us</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> | </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/info/shopp...statpos=footer" TARGET="_self" CLASS="style1">Store</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> 
| </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/events.php?statpos=footer" TARGET="_self" CLASS="style1">Events</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> 
| </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/info/tour/...statpos=footer" TARGET="_self" CLASS="style1">Tour</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> 
| </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/affiliate.php?statpos=footer" TARGET="_self" CLASS="style1">SuperFriendster</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> 
| </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/custhelp.php?statpos=footer" TARGET="_self" CLASS="style1">Help</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> 
| </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/info/tos.php?statpos=footer" TARGET="_self" CLASS="style1">Terms 
of Service</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> | </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/info/priva...statpos=footer" TARGET="_self" CLASS="style1">Privacy 
Policy</A></FONT></DIV><DIV ALIGN=center><FONT COLOR="#66ccff" SIZE="2">sky™ Copyright 
© 2002-2006 Friendster, Inc. All rights reserved. Patent Pending.</FONT></DIV></DIV><MAP NAME="bluefairy_Map"><AREA SHAPE="rect" ALT="" COORDS="669,218,705,238" HREF="http://www.codevkey.info/" TARGET="_blank"><AREA SHAPE="rect" ALT="" COORDS="669,201,742,218" HREF="http://www.markyctrigger.com/" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,180,742,201" HREF="http://www.nackvision.com" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,131,774,149" HREF="http://www.friendster.com/testimonials.php?uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,108,742,130" HREF="http://www.friendster.com/viewphotos.php?uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,88,756,107" HREF="<A href="http://www.friendster.com/friends.php?uid=[color=Red]YOURUSERID"[/color">http://www.friendster.com/friends.php?uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,69,764,88" HREF="http://www.friendster.com/sendmessage.php?uid=YOURUSERID&action=sendsmile" TARGET="_self"><AREA SHAPE="rect" COORDS="669,55,767,74" HREF="http://www.friendster.com/sendmessage.php?uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,31,773,55" HREF="http://www.friendster.com/testimonia...ction=add&uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,7,743,31" HREF="http://www.friendster.com/addfriendrequest.php?uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="479,0,555,30" HREF="http://www.friendster.com/index.php?logout=1" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="396,7,468,25" HREF="http://www.friendster.com/messages.php" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="330,0,381,25" HREF="http://www.friendster.com/user.php"> 
<AREA SHAPE="rect" ALT="" COORDS="270,0,316,25" HREF="http://www.friendster.com/home.php" TARGET="_self"> 
</MAP> <DIV id=Layer2 
style="Z-INDEX: 2; LEFT: 22px; WIDTH: 470px; POSITION: absolute; TOP: 483px; HEIGHT: 585px"> 
<TABLE width="100%" border=0> <TBODY> <TR> <TD> <DIV align=center><STRONG><FONT 
face="Verdana, Arial, Helvetica, sans-serif" 
size=2>My Testimonial</FONT></STRONG></DIV></TD></TR> <TR> <TD HEIGHT="611"> 
<DIV align=center><FONT color=#cccccc size=2><DIV id=html1 
style="Z-INDEX: 3; LEFT: 4px; OVERFLOW: hidden; WIDTH: 458px; POSITION: absolute; TOP: 56px; HEIGHT: 650px"> 
<DIV 
style="BORDER-RIGHT: silver 0px solid; BACKGROUND-POSITION: center 50%; BORDER-TOP: silver 0px solid; FONT-WEIGHT: bold; FONT-SIZE: 9pt; BACKGROUND-IMAGE: none; OVERFLOW: auto; BORDER-LEFT: silver 0px solid; WIDTH: 450px; COLOR: silver; BORDER-BOTTOM: silver 0px solid; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: arial; HEIGHT: 600px; BACKGROUND-COLOR: transparent;"> 
<DIV class=wpmd> <DIV align=center><P><FONT COLOR="#FFFFFF">Name</FONT> <FONT COLOR="#00FFFF">Posted</FONT> 
[i]<FONT COLOR="#FFFFFF">Day/month/year</FONT></P><P ALIGN="LEFT">Testimonial here</P><HR><P ALIGN="CENTER">Name 
<FONT COLOR="#00FFFF">Posted</FONT> Day/Month/year</P><P ALIGN="LEFT">Testimonial 
here</P><HR><P ALIGN="CENTER">Name <FONT COLOR="#00FFFF">Posted</FONT> Day/Month/year</P><P ALIGN="LEFT">Testimonial 
Here </P><HR><P ALIGN="CENTER">Name <FONT COLOR="#00FFFF">Posted</FONT> Day/Month/year</P><P ALIGN="LEFT">Testimonial 
Here </P><HR><P ALIGN="CENTER">Name <FONT COLOR="#00FFFF">Posted</FONT> Day/Month/year</P><P ALIGN="LEFT">Testimonial 
Here </P><P ALIGN="LEFT">&nbsp;</P><P ALIGN="LEFT">&nbsp;</P><P ALIGN="LEFT">&nbsp;</P></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF"><BR><FONT SIZE="4" FACE="Courier New, Courier, mono"><A HREF="http://www.friendster.com/testimonials.php?uid=YOURUSERID" TARGET="_self">View 
all</A></FONT> </FONT><FONT CLASS="ws8" COLOR="#FFFFFF">
<BR></FONT></DIV><DIV align=center><FONT class=ws8><B><BR></B></FONT></DIV></DIV></DIV></DIV></FONT></DIV><DIV align=center></DIV></TD></TR></TBODY></TABLE></DIV><DIV id=Layer1 
style="Z-INDEX: 1; LEFT: 553px; WIDTH: 184px; POSITION: absolute; TOP: 349px; HEIGHT: 719px"><FONT 
face="Verdana, Arial, Helvetica, sans-serif" size=2><STRONG><BR></STRONG></FONT> 
<P>insert-your-cbox-code-here-<P><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2><STRONG><BR></STRONG></FONT></P><P><FONT face="Verdana, Arial, Helvetica, sans-serif" 
size=2></FONT></P><TABLE width="100%" border=0> <TBODY> <TR> <TD> <DIV align=center><B>Who 
view Me</B></DIV></TD></TR></TBODY></TABLE><P> </P><P><SCRIPT LANGUAGE="Javascript" TYPE="text/javascript" SRC="<A href="http://www.tag-board.com/tagboard.js?boardname=TAGBOARDNAME"></SCRIPT">http://www.tag-board.com/tagboard.js?boardname=TAGBOARDNAME"></SCRIPT> 
</P><DIV STYLE="position:absolute; overflow:auto; left:-5px; top:340px; width:190px; height:200px;"> 
<IFRAME SRC="http://www.tag-board.com/my.tag?name=TAGBOARDNAME" NAME="tag" WIDTH="261" HEIGHT="300" 
MARGINWIDTH="0" MARGINHEIGHT="0"></IFRAME> <SCRIPT>netscape_support();</SCRIPT> 
<SCRIPT LANGUAGE="javascript"> 
last20="yes"; 
tagboarduname="TAGBOARDNAME"; 
</SCRIPT> <DIV ID="last20id"></DIV></DIV><P> </P></DIV><DIV id=html1 
style="Z-INDEX: 3; LEFT: 397px; OVERFLOW: hidden; WIDTH: 290px; POSITION: absolute; TOP: 55px; HEIGHT: 257px"> 
<DIV 
style="BORDER-RIGHT: silver 0px solid; BACKGROUND-POSITION: center 50%; BORDER-TOP: silver 0px solid; FONT-WEIGHT: bold; FONT-SIZE: 9pt; BACKGROUND-IMAGE: none; OVERFLOW: auto; BORDER-LEFT: silver 0px solid; WIDTH: 250px; COLOR: silver; BORDER-BOTTOM: silver 0px solid; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: arial; HEIGHT: 190px; BACKGROUND-COLOR: transparent; TEXT-ALIGN: center"> 
<DIV class=wpmd><br> <DIV align=center><FONT class=ws8 color=#c0c0c0><B><FONT COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif">Name: 
name</FONT></B></FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>Age:</B> 
yourage</FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>Gender: 
</B>yourgender</FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>Location:</B> 
yourloc</FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>Status:</B> 
yourstatus</FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><BR></FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>school:</B> 
Yourschool</FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>occupation:</B> 
youroccupation</FONT></DIV><DIV align=center></DIV><DIV align=center></DIV><DIV align=center></DIV></DIV></DIV></DIV>
</BODY></HTML>
click---> PREVIEW

Instructions:


1. copy and paste that on a Notepad
2. EDIT the RED FonT
3. Replace the USERID and replace it with ur own UserID
4. for tag board go to http://www.tag-board.com/order/new.html and register
5. REPLACE your-tagboard name with your USERNAME (in tagboard)
6. For shout box or cbox go to http://cbox.ws and sign up and get the code
7. For testimonial just choose http://www.friendster.com/testimonials.php?uid= and copy paste
8. If you are finish Editing Copy and Generate it using the OVERLAY GENERATOR http://www.markyctrigger.com/
8. After you Generate. Copy the Generated Codes and Paste it in the MEDIA BOX

java script installed
1. No right click
2. No highlight
3. animated cursor
4. Status bar
5. Who view me
__________________
More Friendster Layouts
http://www.sparkcom.org

Last edited by ambot; 06-16-2006 at 09:23 PM.
(Offline)
 
Reply With Quote
Old 06-15-2006, 05:47 AM   #2
mharjhay
Senior Member
 
mharjhay's Avatar
 
Join Date: Apr 2006
Location: iTaLY
Posts: 187
Send a message via Yahoo to mharjhay
thnx 4 sharing it!!
__________________




(Offline)
 
Reply With Quote
Old 06-15-2006, 05:55 AM   #3
pertie89
Junior Member
 
Join Date: Feb 2006
Posts: 2
Originally Posted by ambot
<HTML><HEAD>
<TITLE>Profile</TITLE> <STYLE type=text/css>BODY {
SCROLLBAR-FACE-COLOR: #2c3757; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000066; SCROLLBAR-3DLIGHT-COLOR: #000066; SCROLLBAR-ARROW-COLOR: #000033; SCROLLBAR-TRACK-COLOR: #2c3757; SCROLLBAR-DARKSHADOW-COLOR: #000066
}
</STYLE> <STYLE type=text/css>BODY {
FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Verdana
}
P {
FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Verdana
}
TD {
FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Verdana
}
A:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:visited {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:active {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
COLOR: #ffffff; TEXT-DECORATION: none
}
</STYLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> 
<SCRIPT language=JavaScript type=text/JavaScript>
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</SCRIPT> <META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<script>document.write(Temp);</script>
<!-- Simply copy and paste it between <HEAD> and </HEAD> tags --> 
<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
<!--
//Visit http://rainbow.arch.scriptmania.com for this script and more.
var current = 0
var x = 0
var y = 0
// The number 100 represents the wait in milliseconds 
// between the typing of each character in the message list.
var speed = 100
// The number 2000 represents the number of milliseconds 
// between the changing of each message (2 seconds, here). 
// Anywhere between 1500 and 5000 would be fine.
var speed2 = 2000
function initArray(n) {
this.length = n;
for (var i =1; i <= n; i++) {
this = ' '
}
}
// This is Message-Number Array
typ = new initArray(4)
typ[0]="Welcome"
typ[1]="To My Page"
typ[2]="Enjoy Your stay"
typ[3]="Have Fun"
function typnslide() {
var m = typ[current]
window.status = m.substring(0, x++)
if (x == m.length + 1) {
x = 0
setTimeout("typnslide2()", speed2)
}
else {
setTimeout("typnslide()", speed)
}
}
function typnslide2() {
var m = typ[current]
window.status = m.substring(m.length, y++)
if (y == m.length) {
y = 0
current++
if (current > typ.length - 1) {
current = 0
}
setTimeout("typnslide()", speed)
}
else{
setTimeout("typnslide2()", speed)
}
}
typnslide();
//-->
</script>
</HEAD>
<BODY leftMargin=0 background="http://www.fileden.com/files/2006/6/...uefairylay.jpg" topMargin=0 
marginheight="0" marginwidth="0" TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#FFFFFF">
[i]<DIV ID="Layer5" STYLE="position:absolute; left:816px; top:20px; width:99px; height:29px; z-index:6"><IMG SRC="URL-OF-YOUR-PHOTO" WIDTH="90" HEIGHT="27"></DIV><script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script> <!-- Simply copy and paste it between <BODY> and </BODY> tags --> <SCRIPT type="text/javascript">
/*
Tinkerbell Fairy Cursor Trail
Visit http://www.rainbow.arch.scriptmania.com/scripts/
*/
var trailimage=["http://www.fileden.com/files/2006/6/...tinkerbell.gif", 58, 64] // image, width, height
var ofsm=[-2,1]
if (document.getElementById || document.all)
document.write('<div id="trailimageid" style="position:absolute;visibility:visible;left:0px;top:0px;width:1px;height:1px"><img src="'+trailimage[0]+'" border="0" width="'+trailimage[1]+'px" height="'+trailimage[2]+'px"></div>')
function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}
function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function followmouse(e){
var xcoord=ofsm[0]
var ycoord=ofsm[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else 
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}
document.onmousemove=followmouse
</SCRIPT> <DIV id=image1 
style="LEFT: 0px; OVERFLOW: hidden; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 600px"> 
<IMG height=560 
src="http://www.fileden.com/files/2006/6/14/67121/fairy.jpg" width=780 USEMAP="#bluefairy_Map" BORDER="0"></div><DIV ID="Layer3" STYLE="position:absolute; left:338px; top:50px; width:113px; height:109px; z-index:4"><IMG SRC="http://www.fileden.com/files/2006/6/14/67121/images.jpg" WIDTH="118" HEIGHT="118"></DIV><DIV ID="Layer4" STYLE="position:absolute; left:23px; top:1285px; width:925px; height:32px; z-index:5"><STYLE TYPE="text/css">marquee table {padding:0px !important; border-width:0px !important;} .dLinev1 {width:1px !important; height:1000px !important;} .dLinev1 td {padding:0px !important; background-color:#CCCCCC !important; } .dLinev2 {width:1px !important; height:1000px !important;} .dLinev2 td {padding:0px !important; background-color:#CCCCCC!important; } .dLinev3 {width:1px !important; height:1000px !important;} .dLinev3 td {padding:0px !important; background-color:#FF6633 !important; } .dLineh1 {width:1000px !important; height:1px !important;} .dLineh1 td {padding:0px !important; background-color:#CCCCCC!important; } .dLineh2 {width:1000px !important; height:1px !important;} .dLineh2 td {padding:0px !important; background-color:#CCCCCCimportant; } .dLineh3 {width:1000px !important; height:1000px !important;} .dLineh3 td {padding:0px !important; background-color:#CCCCCC!important; } a {position:relative; z-index:3;} </STYLE> 
<DIV ALIGN=center><FONT CLASS="ws8"><A HREF="http://www.friendster.com/info/index.php?statpos=footer" TARGET="_self" CLASS="style1"><FONT SIZE="2">About 
Us</FONT></A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> | </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/info/conta...statpos=footer" TARGET="_self" CLASS="style1">Contact 
Us</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> | </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/info/shopp...statpos=footer" TARGET="_self" CLASS="style1">Store</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> 
| </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/events.php?statpos=footer" TARGET="_self" CLASS="style1">Events</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> 
| </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/info/tour/...statpos=footer" TARGET="_self" CLASS="style1">Tour</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> 
| </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/affiliate.php?statpos=footer" TARGET="_self" CLASS="style1">SuperFriendster</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> 
| </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/custhelp.php?statpos=footer" TARGET="_self" CLASS="style1">Help</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> 
| </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/info/tos.php?statpos=footer" TARGET="_self" CLASS="style1">Terms 
of Service</A></FONT><FONT CLASS="ws8" COLOR="#66ccff" SIZE="2"> | </FONT><FONT CLASS="ws8" SIZE="2"><A HREF="http://www.friendster.com/info/priva...statpos=footer" TARGET="_self" CLASS="style1">Privacy 
Policy</A></FONT></DIV><DIV ALIGN=center><FONT COLOR="#66ccff" SIZE="2">sky™ Copyright 
© 2002-2006 Friendster, Inc. All rights reserved. Patent Pending.</FONT></DIV></DIV><MAP NAME="bluefairy_Map"><AREA SHAPE="rect" ALT="" COORDS="669,218,705,238" HREF="http://www.codevkey.info/" TARGET="_blank"><AREA SHAPE="rect" ALT="" COORDS="669,201,742,218" HREF="http://www.markyctrigger.com/" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,180,742,201" HREF="http://www.nackvision.com" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,131,774,149" HREF="http://www.friendster.com/testimonials.php?uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,108,742,130" HREF="http://www.friendster.com/viewphotos.php?uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,88,756,107" HREF="<A href="http://www.friendster.com/friends.php?uid=[color=Red]YOURUSERID"[/color">http://www.friendster.com/friends.php?uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,69,764,88" HREF="http://www.friendster.com/sendmessage.php?uid=YOURUSERID&action=sendsmile" TARGET="_self"><AREA SHAPE="rect" COORDS="669,55,767,74" HREF="http://www.friendster.com/sendmessage.php?uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,31,773,55" HREF="http://www.friendster.com/testimonia...ction=add&uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="669,7,743,31" HREF="http://www.friendster.com/addfriendrequest.php?uid=YOURUSERID" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="479,0,555,30" HREF="http://www.friendster.com/index.php?logout=1" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="396,7,468,25" HREF="http://www.friendster.com/messages.php" TARGET="_self"><AREA SHAPE="rect" ALT="" COORDS="330,0,381,25" HREF="http://www.friendster.com/user.php"> 
<AREA SHAPE="rect" ALT="" COORDS="270,0,316,25" HREF="http://www.friendster.com/home.php" TARGET="_self"> 
</MAP> <DIV id=Layer2 
style="Z-INDEX: 2; LEFT: 22px; WIDTH: 470px; POSITION: absolute; TOP: 483px; HEIGHT: 585px"> 
<TABLE width="100%" border=0> <TBODY> <TR> <TD> <DIV align=center><STRONG><FONT 
face="Verdana, Arial, Helvetica, sans-serif" 
size=2>My Testimonial</FONT></STRONG></DIV></TD></TR> <TR> <TD HEIGHT="611"> 
<DIV align=center><FONT color=#cccccc size=2><DIV id=html1 
style="Z-INDEX: 3; LEFT: 4px; OVERFLOW: hidden; WIDTH: 458px; POSITION: absolute; TOP: 56px; HEIGHT: 650px"> 
<DIV 
style="BORDER-RIGHT: silver 0px solid; BACKGROUND-POSITION: center 50%; BORDER-TOP: silver 0px solid; FONT-WEIGHT: bold; FONT-SIZE: 9pt; BACKGROUND-IMAGE: none; OVERFLOW: auto; BORDER-LEFT: silver 0px solid; WIDTH: 450px; COLOR: silver; BORDER-BOTTOM: silver 0px solid; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: arial; HEIGHT: 600px; BACKGROUND-COLOR: transparent;"> 
<DIV class=wpmd> <DIV align=center><P><FONT COLOR="#FFFFFF">Name</FONT> <FONT COLOR="#00FFFF">Posted</FONT> 
<FONT COLOR="#FFFFFF">Day/month/year</FONT></P><P ALIGN="LEFT">Testimonial here</P><HR><P ALIGN="CENTER">Name 
<FONT COLOR="#00FFFF">Posted</FONT> Day/Month/year</P><P ALIGN="LEFT">Testimonial 
here</P><HR><P ALIGN="CENTER">Name <FONT COLOR="#00FFFF">Posted</FONT> Day/Month/year</P><P ALIGN="LEFT">Testimonial 
Here </P><HR><P ALIGN="CENTER">Name <FONT COLOR="#00FFFF">Posted</FONT> Day/Month/year</P><P ALIGN="LEFT">Testimonial 
Here </P><HR><P ALIGN="CENTER">Name <FONT COLOR="#00FFFF">Posted</FONT> Day/Month/year</P><P ALIGN="LEFT">Testimonial 
Here </P><P ALIGN="LEFT">&nbsp;</P><P ALIGN="LEFT">&nbsp;</P><P ALIGN="LEFT">&nbsp;</P></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF"><BR></FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#999999" SIZE="3"><B><FONT COLOR="#FFFFFF"><A HREF="<A href="http://www.friendster.com/friends.php?uid=[color=Red]YOURUSERID"[/color">http://www.friendster.com/testimonials.php?uid=YOURUSERID" TARGET="_self">View 
all</A></FONT></B></FONT><FONT CLASS="ws8" COLOR="#FFFFFF"> <BR></FONT></DIV><DIV align=center><FONT class=ws8><B><BR></B></FONT></DIV></DIV></DIV></DIV></FONT></DIV><DIV align=center></DIV></TD></TR></TBODY></TABLE></DIV><DIV id=Layer1 
style="Z-INDEX: 1; LEFT: 553px; WIDTH: 184px; POSITION: absolute; TOP: 349px; HEIGHT: 719px"><FONT 
face="Verdana, Arial, Helvetica, sans-serif" size=2><STRONG><BR></STRONG></FONT> 
<P><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2><STRONG> -insert-your-cbox-code-here-<P><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2><STRONG><BR></STRONG></FONT></P><P><FONT face="Verdana, Arial, Helvetica, sans-serif" 
size=2></FONT></P><TABLE width="100%" border=0> <TBODY> <TR> <TD> <DIV align=center><B>Who 
view Me</B></DIV></TD></TR></TBODY></TABLE><P> </P><P><SCRIPT LANGUAGE="Javascript" TYPE="text/javascript" SRC="<A href="http://www.tag-board.com/tagboard.js?boardname=TAGBOARDNAME"></SCRIPT">http://www.tag-board.com/tagboard.js?boardname=TAGBOARDNAME"></SCRIPT> 
</P><DIV STYLE="position:absolute; overflow:auto; left:-5px; top:340px; width:190px; height:200px;"> 
<IFRAME SRC="http://www.tag-board.com/my.tag?name=TAGBOARDNAME" NAME="tag" WIDTH="261" HEIGHT="300" 
MARGINWIDTH="0" MARGINHEIGHT="0"></IFRAME> <SCRIPT>netscape_support();</SCRIPT> 
<SCRIPT LANGUAGE="javascript"> 
last20="yes"; 
tagboarduname="TAGBOARDNAME"; 
</SCRIPT> <DIV ID="last20id"></DIV></DIV><P> </P></DIV><DIV id=html1 
style="Z-INDEX: 3; LEFT: 397px; OVERFLOW: hidden; WIDTH: 290px; POSITION: absolute; TOP: 55px; HEIGHT: 257px"> 
<DIV 
style="BORDER-RIGHT: silver 0px solid; BACKGROUND-POSITION: center 50%; BORDER-TOP: silver 0px solid; FONT-WEIGHT: bold; FONT-SIZE: 9pt; BACKGROUND-IMAGE: none; OVERFLOW: auto; BORDER-LEFT: silver 0px solid; WIDTH: 250px; COLOR: silver; BORDER-BOTTOM: silver 0px solid; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: arial; HEIGHT: 190px; BACKGROUND-COLOR: transparent; TEXT-ALIGN: center"> 
<DIV class=wpmd><br> <DIV align=center><FONT class=ws8 color=#c0c0c0><B><FONT COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif">Name: 
name</FONT></B></FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>Age:</B> 
yourage</FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>Gender: 
</B>yourgender</FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>Location:</B> 
yourloc</FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>Status:</B> 
yourstatus</FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><BR></FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>school:</B> 
Yourschool</FONT></DIV><DIV align=center><FONT CLASS="ws8" COLOR="#FFFFFF" FACE="Arial, Helvetica, sans-serif"><B>occupation:</B> 
youroccupation</FONT></DIV><DIV align=center></DIV><DIV align=center></DIV><DIV align=center></DIV></DIV></DIV></DIV>
</BODY></HTML>
click---> PREVIEW

Instructions:


1. copy and paste that on a Notepad
2. EDIT the RED FonT
3. Replace the USERID and replace it with ur own UserID
4. for tag board go to http://www.tag-board.com and sign up
5. REPLACE your-tagboard name with your USERNAME (in tagboard0
6. For shout box or cbox go to http://cbox.ws and sign up and get the code
7. For testimonial just choose http://www.friendster.com/testimonials.php?uid= and copy paste
8. If you are finish Editing Copy and Generate it using the OVERLAY GENERATOR http://www.markyctrigger.com/
8. After you Generate. Copy the Generated Codes and Paste it in the MEDIA BOX

java script installed
1. No right click
2. No highlight
3. animated cursor
4. Status bar
5. Who view me




hey how can i register to tagboard and ask something are u pinoy
(Offline)
 
Reply With Quote
Old 06-15-2006, 06:06 AM   #4
ambot
Janitor
 
ambot's Avatar
 
Join Date: Apr 2006
Location: SparkCom
Posts: 1,265
Originally Posted by pertie89
hey how can i register to tagboard and ask something are u pinoy
to register click this link---> http://www.tag-board.com/order/new.html
half pinoy half brazilian
__________________
More Friendster Layouts
http://www.sparkcom.org
(Offline)
 
Reply With Quote
Old 06-22-2006, 09:48 PM   #5
adiktos
Moderator
 
adiktos's Avatar
 
Join Date: Apr 2006
Location: Mindanao
Posts: 223
Send a message via MSN to adiktos Send a message via Yahoo to adiktos Send a message via Skype™ to adiktos
i will move this thread to overlay pre-made layouts to avoid necessary spamming!!
__________________


(Offline)
 
Reply With Quote
Old 07-13-2006, 08:12 PM   #6
danielle enriquez
Junior Member
 
danielle enriquez's Avatar
 
Join Date: Jul 2006
Posts: 4
thankz for the lay out!!!!!it works heheheheheheh
(Offline)
 
Reply With Quote
Old 09-10-2006, 04:56 PM   #7
wisherz
Senior Member
 
wisherz's Avatar
 
Join Date: Jan 2006
Posts: 144
eisen13

double click this URL

http://www.nackvision.com/talk/showthread.php?t=2531

Last edited by kirksydney; 10-23-2006 at 01:52 PM.
(Offline)
 
Reply With Quote
Old 10-23-2006, 02:43 AM   #8
mysweetie75
Junior Member
 
Join Date: Oct 2006
Location: south
Posts: 22
omg.... so beautiful!
(Offline)
 
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 08:15 PM.