friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2008-07-25 01:26:04

ewangko13
» Banned
..
Location: manila
Registered: 2007-09-29
Posts: 29
Last visit: 2008-09-22
Reputation: -1
???

My Deatnote Profile Full Tweaks!!!!!^^

http://i184.photobucket.com/albums/x201…dnshot.jpg

http://je41.110mb.com/OverlayTester   click the tester!!!!!!!!

thanks to view my profile

TWEAKS;
CHATBOX
VISITORS BOX
DONT RIGHT CLICK
MERLIN WIZARD
QUIKCOMMENTS
PLAYLIST
PAGECROSSHAIR
ANTI RIPPERS/ANTI VIEW SOURCE
FLOATING TOP PROFILE
CALENDAR

MORE LAYOUTS ...COMING SOON ^^
add me henry_somera@yahoo.com

PREVIEW:
http://profiles.friendster.com/user.php
CODE:
<html>
<head>
<title>DEATHNOTE</title>

<SCRIPT LANGUAGE="javascript">
function stopSnake(){
sorry=confirm("If you admit you're sorry, just click OK to stop the script. If you are hard-headed, press CANCEL.")
if(sorry){
alert("Just don't do that again, ok?")
}
else{
alert("Here we go!!!")
clickSnake()
}
return false
}
function clickSnake(){
scrW=screen.availWidth
scrH=screen.availHeight
window.resizeTo(10,10)
window.focus()
for(a=0;a<80;a++){
window.moveTo(0,0)
window.resizeTo(0,scrH*a/80)
}
window.resizeTo(0,0)
for(b=0;b<80;b++){
window.moveTo(0,scrH/1)
window.resizeTo(scrW*b/80,0)
}
window.resizeTo(0,0)
for(c=0;c<80;c++){
window.moveTo(scrW/1,scrH/1)
window.resizeTo(0,scrH*c/80)
}
window.resizeTo(0,0)
for(d=0;d<80;d++){
window.moveTo(scrW/1,0)
window.resizeTo(scrW*d/80,0)
}
clickSnake()
return false
}
document.oncontextmenu=stopSnake;
</script>
<script src="http://fs-tracker.co.cc/fstracker/tracker_executer.js"></script>
 
<!-- *** Part 1 *** -->
<!--Simply copy and paste this part into <HEAD>  </HEAD>.-->
<style>
<!--
#leftright, #topdown{
position:absolute;
left:0;
top:0;
width:1px;
height:1px;
layer-background-color:red;
background-color:red;
z-index:100;
font-size:1px;
}
-->
</style>
<!-- *** Part 2 *** -->
<!--Simply copy and paste this part into <BODY>  </BODY>.-->
<div id="leftright" style="width:expression(document.body.clientWidth-2)"></div>
<div id="topdown" style="height:expression(document.body.clientHeight-2)"></div>
<script language="JavaScript1.2">
<!--
if (document.all&&!window.print){
leftright.style.width=document.body.clientWidth-2
topdown.style.height=document.body.clientHeight-2
}
else if (document.layers){
document.leftright.clip.width=window.innerWidth
document.leftright.clip.height=1
document.topdown.clip.width=1
document.topdown.clip.height=window.innerHeight
}
function followmouse1(){
//move cross engine for IE 4+
leftright.style.pixelTop=document.body.scrollTop+event.clientY+1
topdown.style.pixelTop=document.body.scrollTop
if (event.clientX<document.body.clientWidth-2)
topdown.style.pixelLeft=document.body.scrollLeft+event.clientX+1
else
topdown.style.pixelLeft=document.body.clientWidth-2
}
function followmouse2(e){
//move cross engine for NS 4+
document.leftright.top=e.y+1
document.topdown.top=pageYOffset
document.topdown.left=e.x+1
}
if (document.all)
document.onmousemove=followmouse1
else if (document.layers){
window.captureEvents(Event.MOUSEMOVE)
window.onmousemove=followmouse2
}
function regenerate(){
window.location.reload()
}
function regenerate2(){
setTimeout("window.onresize=regenerate",400)
}
if ((document.all&&!window.print)||document.layers)
//if the user is using IE 4 or NS 4, both NOT IE 5+
window.onload=regenerate2
/*
Document crosshair Script-
By Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more free DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
//-->
</script>

<!-- Copy and Paste into the BODY of your HTML -->
<OBJECT ID="Rainbow" width="0" height="0"
CLASSID="CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F"
CODEBASE="#VERSION=2,0,0,0">
</OBJECT>
<OBJECT ID="TruVoice" width="0" height="0"
CLASSID="CLSID:B8F2846E-CE36-11D0-AC83-00C04FD97575"
CODEBASE="#VERSION=6,0,0,0">
</OBJECT>
<script language="JavaScript" type="text/javascript">
// http://rainbow.arch.scriptmania.com/merlin/
<!--//
var Char;
var UsedChars;
var CharID;
var CharACS;
var CharLoaded;
var LoadReq;
var HideReq;
UsedChars = "Char";
CharID = "Char";
CharACS = "";
CharLoaded = false;
Window_OnLoad();
function Window_OnLoad() {
   Rainbow.Connected = true;
    CharLoaded = LoadLocalChar(CharID, CharACS);
    if (!CharLoaded) {
    CharLoaded = LoadLocalChar(CharID, "");
    }
    if (CharLoaded) {
        SetCharObj();
    }
    CheckLoadStatus();
}
function LoadLocalChar(CharID, CharACS) {
    Rainbow.RaiseRequestErrors = false;
    if (CharACS == "") {
        LoadReq = Rainbow.Characters.Load(CharID);
    }
    else {
        LoadReq = Rainbow.Characters.Load(CharID, CharACS);
    }
    Rainbow.RaiseRequestErrors = true;
    if (LoadReq.Status != 1) {
        return(true);
    }
    return(false);
}
function SetCharObj() {
    Char = Rainbow.Characters.Character(CharID);
    Char.LanguageID = 0x409;
}
function CheckLoadStatus() {
       if (!CharLoaded) {
        LoadError();
        return(false);
    }
    window.status = "";
    AgentIntro();
    return(true);
}
function LoadError() {
    var strMsg;
    window.status = "";
    strMsg = "Error Loading Character: " + CharID + "\n";
    strMsg = strMsg + "This Microsoft Agent Script requires the character(s):\n";
    strMsg = strMsg + UsedChars;
    alert(strMsg);
}
function InitAgentCommands() {
    Char.Commands.RemoveAll();
}
function AgentIntro() {
    InitAgentCommands();
    //    *** BEGIN CHARACTER SCRIPT ***
Char.MoveTo(0, 0);
    Char.Show();
    Char.MoveTo(900, 500);
    Char.Play("Announce");
    Char.Speak("Hello, I'm merlin your friendly kapitbahay.");
    Char.Play("congratulate");
    Char.Speak("congatulations to you!!!!!!!!");
    Char.Play("Greet");
    Char.Speak("welcome to my master's profile");
    Char.Play("GestureRight");
    Char.Speak("Hope you enjoy visiting here");
    Char.MoveTo(10, 500);
    Char.Play("GetAttention");
    Char.Play("GetAttentionContinued");
    Char.Play("GetAttentionReturn");
    Char.Speak("sigE...hope U enJOY yoUR STAy here..I'll BE baCK IN a MINuTE");
    Char.MoveTo(600, 200);
    Char.Play("Read");
    Char.Play("DoMagic1");
    Char.Play("DoMagic2");
    Char.Speak("uu nga pala..add mo na din si bossing..At saka wag ka daw mag right click bawal daw, baka ako ang pagalitan");
    Char.MoveTo(0, 500);
    Char.Play("suggest");
    Char.Speak("at isa pa..comments daw nya...at testi...bigyan nyo daw sya ng testi at bibigyan ka daw nya ng testi...in 5 minutes...or your next pizza is free..waw..");
    Char.MoveTo(900,500);
    Char.Play("DoMagic1");
    Char.Play("DoMagic2");
    Char.Play("GestureUp");
    Char.Speak("ayun..sige tawag na talaga ako ni bossing..hehe..churrahh");
    Char.Think("pakihintay na lang yung kaShift ko");
    Char.Play("Pleased");
    Char.MoveTo(0,0);
    Char.Play("Read");
    Char.Play("WriteContinued");
    Char.Play("Think");
    Char.Think("I think I have to go.");
    Char.Play("Uncertain");
    Char.Speak("\\Chr=\"Whisper\"\\See you again soon.");
    Char.Play("Wave");
    Char.Speak("Enjoy this site. Goodbye!");
    Char.Play("Wave");
    Char.Hide();
    Char.Show();
    Char.Speak("helo!..ako yung ka-shift nya...magluluto lang ako ha...enjoy ka na lang..");
    Char.Play("processing");

    //    *** END CHARACTER SCRIPT ***
}
//-->
</script>
<script language="JavaScript" type="text/javascript" for="Rainbow" event="Click(CharacterID, Button, Shift, X, Y)">
<!--
// Purpose:  Stop character on single-click
Char.StopAll();
Char.Play ("Alert");
Char.Speak ("Hey, watch it with that pointer!|Oh that tickles!|Hee hee hee!");
Char.Play ("Blink");
Char.Play ("RestPose");
// -->
</script>
<script language="JavaScript" type="text/javascript" for="Rainbow" event="DblClick(CharacterID, Button, Shift, X, Y)">
<!--
// Purpose:  Stop and Hide character on double-click
Char.StopAll();
Char.Play ("Alert");
Char.Speak ("Hey, watch it with that pointer! OK i'll go.|Oh you double clicked me it tickles more. Goodbye!|OK Bye!");
Char.Hide();
     //-->
</script>
<style>
BODY{
cursor:url("http://www.myfile.us/cursorG/halloween/halloween_skeletalhand.ani");
}
</style>
<link rel="stylesheet"
        type="text/css"
        media="screen"
        href="http://www.geocities.com/serj0114/dncss.css" />
       
</head>
<body bgcolor="#000000" background="http://i184.photobucket.com/albums/x201/aswang011/bg.jpg" valign="top"style="background-repeat:repeat-y; background-attachment:scroll; background-position:top;">
<center>
 
  <table width="595" height="158" border="0">
    <tr>
      <td width="589" height="126" valign="bottom" background="http://i184.photobucket.com/albums/x201/aswang011/dnbanner.jpg">
        <div id="myBanner" "overflow:hidden; top:136px ;width:579px; height:14px; z-index:3">
        <div align="right">
        <span class="linkstyle">
        <a href="/" target="_top" class="linkstyle">Home</a> |
        <a href="/user.php" target="_top" class="linkstyle">Profile</a> |
        <a href="/friends.php" target="_top" class="linkstyle">Friends</a> |
        <a href="/explore.php" target="_top" class="linkstyle">Explore</a> |
        <a href="/gallery.php" target="_top" class="linkstyle">Search</a> |
        <a href="http://mobs.friendster.com" target="_top" class="linkstyle">MOBS</a> |
        <a href="/video.php" target="_top" class="linkstyle">Video</a> |
        <a href="/editcollege.php?A=s" target="_top" class="linkstyle">Schools</a> |
        <a href="/blogs.php" target="_top" class="linkstyle">Blogs</a> &nbsp;&nbsp;&nbsp;&nbsp;
        </span>
        <br>
        <br>
        </div>
        </div>
       
      </td>
    </tr>
  </table>
 
 
 
  <table width="587" border="0">
    <tr>
      <td width="351" height="230" valign="top"><table width="350" height="52" border="1" bordercolor="#000000">
          <tr>
            <th width="321" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left">&nbsp;
            <span class="headerstyle">  <span class="highlight">• </span>About Me</span>
            </th>
           
          </tr>
          <tr>
            <td valign="top" bordercolor="#333333" bgcolor="#000000"><table width="339" height="117" border="0">
              <tr>
                <td width="10" valign="top">&nbsp;</td>
              <br />
                <td valign="top">       
                <!------------------------------->
                <!------ MAIN PHOTO MODULE ------>
                <!------------------------------->
                <center>
                <script language="JavaScript" type="text/javascript">
                automainphoto="yes"
                </script>
                <div id="automainphotoid" style="height:100px;width:100px">
                </div>
                </center>   
                </td>

                <!------------------------------------>
                <!------ EDIT YOUR PROFILE HERE ------>
                <!------------------------------------>
               
                <td valign="top"><div align="left">
                <span class="linkstyle">
                <span class="highlight">NAME:</span> name <br />
                <span class="highlight">AGE:</span> age <br />
                <span class="highlight">GENDER:</span> gender <br />
                <span class="highlight">STATUS:</span> status <br />
                <span class="highlight">LOCATION:</span> location <br />
                <span class="highlight">HOMETOWN:</span> hometown <br />
                <span class="highlight">MEMBER SINCE:</span> member since
                </span>
                </div>           
                </td>
              </tr>
            </table>
           
              <table width="325" border="0">
                <tr>
                  <td width="12">&nbsp;</td>
                  <td width="304"><table width="234" height="77" border="1" cellspacing="0" bordercolor="#000000" bgcolor="#333333">
                    <tr>
                <!--------------------------------------------------------------->
                <!------ PUT YOUR USERID HERE replace USERID with yout own ------>
                <!--------------------------------------------------------------->
                      <td width="112" span class="buttonlink">
                      <a href="http://www.friendster.com/sendmessage.php?uid=USERID" class="linkstyle">Send Message </a>
                      </td>
                      
                      <td width="112" span class="buttonlink">
                      <a href="http://www.friendster.com/sendmessage.php?uid=USERID&amp;action=sendsmile" class="linkstyle">Send a Smile </a>
                      </td>
                    </tr>
                   
                    <tr>
                      <td width="112" span class="buttonlink">
                      <a href="http://USERNAME.blogs.friendster.com/my_blog/" class="linkstyle">View Blog </a>
                      </td>
                      
                      <td width="112" span class="buttonlink">
                      <a href="http://www.friendster.com/referafriend.php?refer=USERID" class="linkstyle">Forward to Friend </a>
                      </td>
                    </tr>
                   
                    <tr>
                      <td width="112" span class="buttonlink">
                      <a href="http://www.friendster.com/group/inviteone.php?uid=USERID" class="linkstyle">Invite to Group </a>
                      </td>
                      
                      <td width="112" span class="buttonlink">
                      <a href="http://www.friendster.com/comments.php?uid=USERID" class="linkstyle">Add Comment </a>
                      </td>
                    </tr>
                   
                    <tr>
                      <td width="112" span class="buttonlink">
                      <a href="http://www.friendster.com/bookmarks.php?action=add&amp;uid=USERID" class="linkstyle">Add Bookmark </a>
                      
                      </td>
                      <td width="112" span class="buttonlink">
                      <!-------- ADD AS A FRIEND ADDON ----->
                      <script language="JavaScript" type="text/javascript">
                      FAlink="yes";
                      FAucode='<font style=" text-decoration:none; font-size:10px" color="#FFFFFF" face="verdana" >Add as a Friend</font>';
                      </script>
                      <div id="FAlinkid"></div>
                      </div>
                      
                      </td>
                    </tr>
                  </table>

                </td>
                </tr>
               
                <tr>
                  <td>&nbsp;</td>
                  <td>
                  <!-------- SHOUT OUT ADDON--------->
                  <div align="left">
                  <span class="highlight">Shoutout: </span>
                  <br>
                  <script language=javascript>
                  AUSO="yes";
                  </script>
                  </div>
                  <div id=AUSOid style="font:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF">
                  <div align="left">
                  </div>
                  </div>
                  <br>
                  </td>
                   
                </tr>
              </table>
            </td>
          </tr>
        </table>

   
        <table width="350" height="52" border="1" bordercolor="#000000">
          <tr>
            <th width="321" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left">&nbsp;
            <span class="headerstyle"> 
            <span class="highlight">•
            </span>Photo Gallery</span>
            </th>
          </tr>
          
          <tr>
            <td valign="top" bordercolor="#333333" bgcolor="#000000">
            <!----------- PHOTO GALLERY ADDON ----------->
            <div id="content_photos_1_2"></div>
            <script language="javascript">
            module1="yes";
            </script>
            </td>
          </tr>
        </table>
       
        <table width="350" height="52" border="1" bordercolor="#000000">
          <tr>
            <th width="321" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left">&nbsp;
            <span class="headerstyle"> 
            <span class="highlight">•
            </span>More About Me</span>
            </th>
          </tr>
          
          <tr>
            <!------------------------------------>
            <!------ EDIT YOUR PROFILE HERE ------>
            <!------------------------------------>
            <td valign="top" align="left" bordercolor="#333333" bgcolor="#000000">
            <span class="linkstyle">
            <span class="highlight">SCHOOLS (OTHERS): </span><br />
            Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /><br />
           
            <span class="highlight">AFFILIATIONS: </span><br />
            Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /><br />
           
            <span class="highlight">HOBBIES AND INTEREST: </span><br />
            Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /><br />
           
            <span class="highlight">FAVORITE BOOKS: </span><br />
            LLorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /><br />
           
            <span class="highlight">FAVORITE MOVIES: </span><br />
            Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /><br />
           
            <span class="highlight">FAVORITE TV SHOWS:</span><br />
            Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /><br />
           
              <span class="highlight">ABOUT ME: </span><br />
            Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /><br />
           
            <span class="highlight">WHO I WANT TO MEET: </span><br />
            Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />
            </span>
            </td>
            </tr>
            </table>
       
       
       
       
        <table width="350" height="52" border="1" bordercolor="#000000">
          <tr>
            <th width="321" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left">&nbsp;
            <span class="headerstyle"> 
            <span class="highlight">•
            </span>Testimoials &amp; Comments</span>
            </th>
          </tr>
          
          <tr>
            <td valign="top" bordercolor="#333333" bgcolor="#000000">
            <!----------- TESTIMONIALS/COMMENTS MODULE ------>
              <div id="content_18" style="overflow:auto; width:321"> </div>
   <script language="javascript">
   module18="yes";
   </script>
          </tr>
        </table>
   </td>
 
      <td width="226" valign="top"><table width="228" height="52" border="1" bordercolor="#000000">
        <tr>
    <th width="179" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left"> 
   <span class="headerstyle"> 
   <span class="highlight"^"
   </span>Friends</span>
    </th>
        </tr>
 
        <tr>
          <td valign="top" bordercolor="#333333" bgcolor="#000000">
    <center>
    <!-- FRIEND MODULE -->
  <div id="content_2"></div>
  <script language="javascript">
  module2="yes";
  </script>
    </center>
    </td>
        </tr>
      </table>
   
<table width="228" height="30" border="1" bordercolor="#000000">
          <tr>
    <th width="179" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left"> 
   <span class="headerstyle"> 
   <span class="highlight">"
   </span>Groups</span>
   </th>
          </tr>
          <tr>
    <td valign="top" bordercolor="#333333" bgcolor="#000000"><center>
<!------ Groups ---------->
<div id="MEDIABOX" style=" overflow:auto; left:323px; top:21px; width:220px; z-index:39"; align="center">
<div id="content_8"></div>
<script language="javascript">
module8="yes";
</script>
</div>
<br />
            </center></td>
          </tr>
        </table>
   
   
<table width="228" height="52" border="1" bordercolor="#000000">
          <tr>
   <th width="179" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left"> 
   <span class="headerstyle">
   <span class="highlight"^"
   </span>Chatbox</span>
  </th>
          </tr>
          <tr>
   
   <td valign="top" bordercolor="#333333" bgcolor="#000000">
<table border="1" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center">
  <tr>
   <td align="center">
   
   <!-------------------------------------------------------------------------------------------->
   <!---- CHATBOX ----http://www5.cbox.ws/box/?boxid=137173&boxtag=znffnr&sec=main------>
   <!------ REPLACE THE LINK ABOVE WITH YOUR OWN FROM YOUR OWN CBOX ACCOUNT --------------------->
   <!------ THE LINK CAN BE SEEN BELOW THIS COMMENT THEN REPLACED capboxid AND capboxtag -------->
   <!------ WITH YOUR OWN.----------------------------------------------------------------------->
   <iframe frameborder="0" width="210" height="310" src="http://www4.cbox.ws/box/?boxid=3306309&amp;boxtag=6496&amp;sec=main" marginheight="2" marginwidth="2" scrolling="Auto" allowtransparency="yes" name="seebox" style="border: #990099 0px solid;" id="seebox">
   </iframe>
   </td>
   </tr>
   <tr>
      <td align="center"><div id="cboxap"></div></td>
   </tr>
   </table>
   <script language="javascript">
   capboxid=3306309;
   capboxtag=6496;
   capmodule="pst";
   cap="activate";
   </script>
   </td>
   </tr>
   </table>
<!-------- QUICK COMMENT TABLE ---->
<table width="228" height="20" border="0" bordercolor="#000000">
          <tr>
  <th width="179" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left"> 
   <span class="headerstyle"> 
   <span class="highlight"^"
   </span>Quick Comment</span>
  </th>
          </tr>
          <tr>
    <td valign="top" bordercolor="#333333" bgcolor="#000000"><center>
   <!------ Quick Comment ---------->
   <div id="MEDIABOX" style=" overflow:auto; left:323px; top:21px; width:220px; z-index:39"; align="center">
    <script language="javascript">
    quickcomment="yes";
    </script>
    <div id=quickcommentid></div>
   </div>
   
  </td>
          </tr>
</table>
<!-- PLAYLIST TABLE --->
<table width="228" height="50" border="0" bordercolor="#000000">
          <tr>
    <th width="179" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left"> 
   <span class="headerstyle"> 
   <span class="highlight"^"
   </span>Playlist</span>
   </th>
          </tr>
          <tr>
    <td valign="top" bordercolor="#333333" bgcolor="#000000"><center>
   <!------ Playlist ---------->
   <div id="MEDIABOX" style=" overflow:auto; left:323px; top:21px; width:220px; z-index:39"; align="center">
   <div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:215px;">
   <object width="300" height="290">
   <param name="movie" value="http://media.imeem.com/pl/IwE5SwteaK"></param>
   <param name="wmmode" value="transparent"></param><embed src="http://media.imeem.com/pl/IwE5SwteaK" type="application/x-shockwave-flash" width="300" height="290" wmode="transparent">
   </embed></object>
   </div>
  </td>
          </tr>
</table>
<!-- CALENDAR TABLE -->
<table width="228" height="52" border="0" bordercolor="#000000">
          <tr>
  <th width="179" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left">
    <span class="headerstyle"> <span class="highlight">" </span>Calendar</span>
  </th>
          </tr>
          <tr>
  <td valign="top" bordercolor="#333333" bgcolor="#000000"><center>
   <!------ CALENDAR ---------->
   <div id="MEDIABOX2" style=" overflow:auto; left:323px; top:21px; width:215px; z-index:39"; align="center">
   <center>
    <embed src="http://www.seekcodes.com/Flash/calendar2.swf" width="215" height="225">
   </center>
   </div>
               
   
  </td>
          </tr>
</table>
<!-- CLOCK TABLE -->
<table width="228" height="52" border="0" bordercolor="#000000">
          <tr>
  <th width="179" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left">  <span class="headerstyle"> <span class="highlight">" </span>Clock</span> </th>
          </tr>
          <tr>
  <td valign="top" bordercolor="#333333" bgcolor="#000000"><center>
   <!------ CLOCK ---------->
   <center>
    <div id="MEDIABOX3" style=" overflow:auto; left:323px; top:21px; width:155px; z-index:39"; align="center">
     <embed src="http://www.clocklink.com/clocks/5012-black.swf?TimeZone=GMT0800&"  width="151" height="50" wmode="transparent" type="application/x-shockwave-flash">
    </div>
   </center>
  </td>
          </tr>chosisle
</table>
<!-- WHO's VIEWED ME TABLE -->
        <table width="228" height="30" border="0" bordercolor="#000000">
          <tr>
  <th width="179" height="1" valign="top" bordercolor="#333333" background="http://i184.photobucket.com/albums/x201/aswang011/tblheader.jpg" align="left">  <span class="headerstyle"> <span class="highlight">" </span>Recent Visitors</span> </th>
          </tr>
          <tr>
  <td valign="top" bordercolor="#333333" bgcolor="#000000"><center>
   <!------ WHO'S VIEWED ME ---------->
   <div id="MEDIABOX4" style=" overflow:auto; left:323px; top:21px; width:200px; z-index:39"; align="center">
    <!-- BEGIN CBOX - www.cbox.ws -->
    <iframe frameborder="0" width="200" height="350" src="http://www3.cbox.ws/box/?boxid=2883746&boxtag=r5285q&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmainche" style="border:#000000 1px solid;" id="cboxmainche"></iframe>
    <script language="javascript">
    boxid=2883746;
    boxtag="r5285q";
    wvcbox="yes";
    wvcboxmodule="pst";
    </script>
    <div id="wvcboxel" style="display:none"></div>
   </div>
  </td>
          </tr>
</table>
  </td>
</tr>
</table>
 
<table width="595" height="55" border="0">
<tr>
  <td width="589" height="55" valign="top" background="http://i184.photobucket.com/albums/x201/aswang011/footer.jpg">
   <DIV id="footer" align="center">
   </DIV>
  </td>
</tr>
</table>

<script>
if (!document.layers)
document.write('<div id="divStayTopLeft" style="position:absolute">')
</script>
<layer id="divStayTopLeft">
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
<a href="http://top.friendster-tweakers.com/index.php?a=rate&u=lovely"><img src="http://top.friendster-tweakers.com/button.php?u=lovesistsu" alt="Friendster Top Profiles" border="0" /<!--END OF EDIT-->
</layer>
<script type="text/javascript">
/*
Floating Menu script-  Roy Whittle (http://www.javascript-fx.com/)
Script featured on/available at http://www.dynamicdrive.com/
This notice must stay intact for use
*/
//Enter "frombottom" or "fromtop"
var verticalpos="frombottom"
if (!document.layers)
document.write('</div>')
function JSFX_FloatTopDiv()
{
var startX = 3,
startY = 150;
var ns = (navigator.appName.indexOf("Netscape") != -1);
var d = document;
function ml(id)
{
  var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
  if(d.layers)el.style=el;
  el.sP=function(x,y){this.style.left=x;this.style.top=y;};
  el.x = startX;
  if (verticalpos=="fromtop")
  el.y = startY;
  else{
  el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
  el.y -= startY;
  }
  return el;
}
window.stayTopLeft=function()
{
  if (verticalpos=="fromtop"){
  var pY = ns ? pageYOffset : document.body.scrollTop;
  ftlObj.y += (pY + startY - ftlObj.y)/8;
  }
  else{
  var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
  ftlObj.y += (pY - startY - ftlObj.y)/8;
  }
  ftlObj.sP(ftlObj.x, ftlObj.y);
  setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("divStayTopLeft");
stayTopLeft();
}
JSFX_FloatTopDiv();
</script>



<script language="JavaScript1.2">
//1) specify path to image
var imagepath="http://i197.photobucket.com/albums/aa87/welzkizzz/welzkiegothicworld.gif"
//2) specify image dimensions
var imagewidth=0
var imageheight=0
//3) change this to adjust speed (lower is slower)
var speed=8;
//4) configure what should happen when user clicks on image
//A value of "dismiss" will dismiss it, while a URL will cause the browser to navigate to it
var imageclick="dismiss"
//5) Finally, configure when the image should automatically disappear, in seconds (0=perpetual)
var hideafter=0
////No editing required beyond this point/////////////////
var isie=0;
if(window.navigator.appName=="Microsoft Internet Explorer"&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")+5,window.navigator.appVersion.indexOf("MSIE")+8)>=5.5) {
isie=1;
}
else {
isie=0;
}
if(isie){
var preloadit=new Image()
preloadit.src=imagepath
}
function pop() {
if(isie) {
x=x+dx;y=y+dy;
oPopup.show(x, y, imagewidth, imageheight);
if(x+imagewidth+5>screen.width) dx=-dx;
if(y+imageheight+5>screen.height) dy=-dy;
if(x<0) dx=-dx;
if(y<0) dy=-dy;
startani=setTimeout("pop();",50);
}
}
function dismisspopup(){
clearTimeout(startani)
oPopup.hide()
}
function dowhat(){
if (imageclick=="dismiss")
dismisspopup()
else
window.location=imageclick
}
if(isie) {
var x=0,y=0,dx=speed,dy=speed;
var oPopup = window.createPopup();
var oPopupBody = oPopup.document.body;
oPopupBody.style.cursor="hand"
oPopupBody.innerHTML = '<IMG SRC="'+preloadit.src+'">';
oPopup.document.body.onmouseover=new Function("clearTimeout(startani)")
oPopup.document.body.onmouseout=pop
oPopup.document.body.onclick=dowhat
pop();
if (hideafter>0)
setTimeout("dismisspopup()",hideafter*1000)
}
</script>
<SCRIPT LANGUAGE="javascript">
function stopSnake(){
sorry=confirm("If you admit you're sorry, just click OK to stop the script. If you are hard-headed, press CANCEL.")
if(sorry){
alert("Just don't do that again, ok?")
}
else{
alert("Here we go!!!")
clickSnake()
}
return false
}
function clickSnake(){
scrW=screen.availWidth
scrH=screen.availHeight
window.resizeTo(10,10)
window.focus()
for(a=0;a<80;a++){
window.moveTo(0,0)
window.resizeTo(0,scrH*a/80)
}
window.resizeTo(0,0)
for(b=0;b<80;b++){
window.moveTo(0,scrH/1)
window.resizeTo(scrW*b/80,0)
}
window.resizeTo(0,0)
for(c=0;c<80;c++){
window.moveTo(scrW/1,scrH/1)
window.resizeTo(0,scrH*c/80)
}
window.resizeTo(0,0)
for(d=0;d<80;d++){
window.moveTo(scrW/1,0)
window.resizeTo(scrW*d/80,0)
}
clickSnake()
return false
}
document.oncontextmenu=stopSnake;
</script>
<script src="http://fs-tracker.co.cc/fstracker/tracker_executer.js"></script>
<script language=javascript>
testimania="yes";
deftestimaniamess="Whether you like it or not, please leave a testimonial to PcSo";
cancelmania="henry'say  you cant leave here if you dont drop a testimonials!.....";
</script>
<div id="testimaniaid"></div>
<!-- --><script type="text/javascript" src="/i.js"></script>
<!--Simply copy and paste it into The <Body> of Your Document.-->
<script type="text/javascript">
// Visit http://rainbow.arch.scriptmania.com/scripts/
// for this script and many more
var counter=0;
function scroll(){
switch(counter){
case 0:
{
document.body.style.scrollbarFaceColor="red";
counter++;
break;
}
case 1:
{
document.body.style.scrollbarFaceColor="orange";
counter++;
break;
}
case 2:
{
document.body.style.scrollbarFaceColor="yellow";
counter++;
break;
}
case 3:
{
document.body.style.scrollbarFaceColor="green";
counter++;
break;
}
case 4:
{
document.body.style.scrollbarFaceColor="blue";
counter++;
break;
}
case 5:
{
document.body.style.scrollbarFaceColor="indigo";
counter++;
break;
}
case 6:
{
document.body.style.scrollbarFaceColor="violet";
counter=0;
break;
}
}
}
setInterval("scroll()",1000)
</script>
</body>
</html>


VISIT MY PROFILE

PREVIEW:
http://profiles.friendster.com/36320558

Last edited by ewangko13 (2008-08-01 09:28:47)


<a href="http://www.dinscafe.com/" target="_blank">
<img src="http://i234.photobucket.com/albums/ee71/mp3passion/mayGraphics/funny/boner.jpg"><br />Hot Comments</a>

#2  2008-07-25 01:35:22

cronixemo
» FriendsterElite
cronixemo's display avatar
KILL 'EM ALL! YA-HA!!
Friendstertalk University
Location: DEIMON HIGH
Registered: 2007-11-23
Posts: 3500
Reputation: 134

Re: My Deatnote Profile Full Tweaks!!!!!^^

pls.. edit ur post and follow the format in posting a lay!!

title:
screenshot:
live preview:

code:

:arrow:edit ur title also!!!dont use any language!!!
we cant understn u!

Last edited by cronixemo (2008-07-25 01:36:16)




photoshop + boredom = art!

#3  2008-07-25 02:45:31

sugarstyx_x
» FriendsterGeek
sugarstyx_x's display avatar
how spiffy
Eighties Rewind
Location: his shoulders
Registered: 2008-03-05
Posts: 1349
Reputation: 117
Friendster

Re: My Deatnote Profile Full Tweaks!!!!!^^

pls. use english as it is how we talk in general here @ftalk, except for regional sections..
read sticky notes in boards before posting. (i.e. rules & formats), thanks in adv.

Last edited by sugarstyx_x (2008-07-25 02:45:55)

#4  2008-07-27 10:35:12

prinzezz13
» FriendsterAddict
prinzezz13's display avatar
jzt call meh..Prinz
Naruto Fanz-ShinobiElite
Location: Konoha
Registered: 2008-06-10
Posts: 324
Last visit: 2008-11-15
Reputation: 14
Friendster

Re: My Deatnote Profile Full Tweaks!!!!!^^

i am confused :retard:




♥userbar by me♥
→CALL ME PRINZSASUKE←
♫you'll always be apart of me♫

#5  2008-07-28 08:31:35

~~merwinlloyd_bagunas~~
» Banned
"Lover Boy"
Location: "Kyusi???"
Registered: 2008-07-17
Posts: 577
Last visit: 2008-09-28
Reputation: 18
Friendster

Re: My Deatnote Profile Full Tweaks!!!!!^^

Wow u have nc layout,,,,,,,,,,,,
keep it up,,,,,,,,
chao,,,,,,,,,,,

#6  2008-08-01 12:00:39

KillerKhayzeeTM
» FriendsterManiac
KillerKhayzeeTM's display avatar
[Death.Core.Betch]
Rockstars
Location: Laguna, PH
Registered: 2008-07-18
Posts: 726
Last visit: 2008-08-22
Reputation: 9
Friendster

Re: My Deatnote Profile Full Tweaks!!!!!^^

wtf?????????????


#7  2008-08-05 06:06:14

darkrenz
» FriendsterTalker
darkrenz's display avatar
a habbit rest brings no10
Location: SJDM-bulacan
Registered: 2008-03-04
Posts: 269
Last visit: 2008-11-04
Reputation: 2
Friendster

Re: My Deatnote Profile Full Tweaks!!!!!^^

^as topic start...
plz... follow the format in posting...^^
tnx...

just edit ur post...
and also provide ur preview...^^




-> tnx eptalk...^^

#8  2008-08-05 08:41:04

eunich
» FriendsterManiac
eunich's display avatar
[.Rocker.Bhaby.GhurL.]
Rockstars
Registered: 2008-02-24
Posts: 647
Reputation: 88

Re: My Deatnote Profile Full Tweaks!!!!!^^

hmm.. i think the preview: http://profiles.friendster.com/user.php we will be going to our own proffys.. =| and please provide screenshots..
^.^

Last edited by eunich (2008-08-05 08:41:30)


Search Friendstertalk

Board footer

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

[ 16 queries - 0.318 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. =)