friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2008-07-08 03:20:49

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FriendsterWhiz
dcrazier dbetter bxtreme
Class X
Location: HubbieHubbieLand
Registered: 2007-05-23
Posts: 3071
Reputation: 303

Darkest Hour

preview:   http://switpotato.eehjhay.net/darkesthour/preview.html
best view in firefox browser

ss


instructions :

1. make 2 chatbox acct
edit the codes ... insert ur own chatbox url if u dont know how
>>> click this  >>>    http://www.freewebtown.com/norvinix/Fri…hatbox.png
get ur chatbox here :  http://www.cbox.ws/


if this is ur original chatbox codes ..just get the url

<!-- BEGIN CBOX - www.cbox.ws" target="_blank">www.cbox.ws - v001 -->
<div id="cboxdiv" style="text-align: center; line-height: 0">
<div><iframe frameborder="0" width="160" height="305" src="
http://www4.cbox.ws/box/?boxid=3265201&…p;sec=main " marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#3C2000 1px solid;" id="cboxmain"></iframe></div>
<div><iframe frameborder="0" width="160" height="75" src="
http://www4.cbox.ws/box/?boxid=3265201&…p;sec=form " marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#3C2000 1px solid;border-top:0px" id="cboxform"></iframe></div>
</div>
<!-- END CBOX -->"

for who view me change the form to submit
look at the most bottom part of the given codes

"<form id='cform' target='cbox_post' action'=http://www5.cbox.ws/box/?boxid=317760&amp;boxtag=3351&amp;sec= submit 'method='post'>"+
    "<input type='text' maxlength='25' name='nme' value=\""+pageViewerFName+"\">"+
    "<input type='text' maxlength='50' name='eml' value=\"http://profiles.friendster.com/"+pageViewerID+"\">"+
    "<input type='text' maxlength='200' name='pst' value='"+Date().replace(/\(.+\)/,"")+"'>"+
    "<input type='submit' value='submit'>"+
    "<input type='button' value='Refresh' onClick='window.wvmcboxmain.location.href=document.getElementById(\"wvmcboxmain\").src'>"+
    "</form>"+
    "</div>";
    document.getElementById("cform").submit();

}

2.save ur edited codes to ur own hosting site
name it as myjs.txt or myjs.swfif u dont know how to save / host it
visit this link for tips
>>>> click this >>>     
>>>>   http://i180.photobucket.com/albums/x225…ebtown.png
site:  http://www.freewebtown.com


3.get the complete url of ur file and generate
>>>for generator >>>   http://jsesbreno.googlepages.com/Darylldelfin.html



4.pls dont forget to empty ur css box
>>> click this >>>   http://switpotato.eehjhay.net//babycand…tions2.PNG

codes to be edit

Code:

/****************************
Dont remove this heading
project: moveover
coded by:switpotato™
darkest hour layout-switpotato™
http://www.friendsterforum.com
*****************************/

document.write("<script src=\"http://switpotato.eehjhay.net//darkesthour/darkesthoursharefile.pdf\" type=\"text/javascript\"></script>");

// EDIT  THE 1st ACCT CHATBOX URL   
//addbox
function addbox3(){
x4=document.createElement("div");
x4.id="chatbox";
document.getElementById("0").parentNode.appendChild(x4);
chatbox.innerHTML="<br><center><img src='http://switpotato.eehjhay.net//darkesthour/darkesthourchatboxheader.gif'><br><div align='center' id='cboxdiv'><iframe frameborder='0' width='160' height='258' src='http://www4.cbox.ws/box/?boxid=1234454&amp;boxtag=pwvxg6&amp;sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='cboxmain' style='border:#FFFFFF 1px solid;' id='cboxmain'></iframe><br/><iframe frameborder='0' width='160' height='65' src='http://www4.cbox.ws/box/?boxid=3123095454&amp;boxtag=pwvxg6&amp;sec=form' marginheight='2' marginwidth='2' scrolling='no' allowtransparency='yes' name='cboxform' style='border:#FFFFFF 1px solid;border-top:0px' id='cboxform'></iframe></div><br><center><img src='http://switpotato.eehjhay.net//darkesthour/darkesthourkamoteconcept.gif'><br>"
}
setTimeout("addbox3()",1000);



// EDIT  THE  2nd ACCT CHATBOX URL    
//who view me chatbox
function onProfileLoad() {
    //onload handler

var wvmcbox =
    "<div align='center' id='cboxdiv'>"+
    "<iframe frameborder='0' width='162' height='120' src='http://www4.cbox.ws/box/?boxid=3123452&boxtag=l4q803&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='wvmcboxmain' id='wvmcboxmain'>"+
    "</iframe>"+
    "</div>";
    addMainSideBox("mY ReCeNt viSitoRs",wvmcbox,"wvmcbox","2","DOWN");
}

if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};

function addMainSideBox(header,cont,id,sibling,insert) {
//By FeRuZZ
/*==========================
insert "TOP"
    | HTML code/content
    | sibling
============================
insert "DOWN"
    | sibling
    | HTML code/content
============================
insert null(appends to last)
for left = 0 = controlpanel
for right =  2 = friends
==========================*/
  var tb = document.getElementById(sibling).parentNode;
  try {
      var obj = document.createElement("LI");
  }catch(e) {
      var obj = document.createElement("<LI>");
  }
  obj.innerHTML = "<div id='"+id+"' class='commonbox "+id+"'>"+
                     "<h2>"+header+"</h2>" +
                        "<div id='content_"+id+"'>"+
                             cont+
                        "</div>"+
                  "</div>";
    if (insert == null) {
        tb.parentNode.appendChild(obj);
    }
    if (insert == "TOP") {
        tb.parentNode.insertBefore(obj,tb);
    }
    else if (insert == "DOWN") {
        tb.appendChild(obj);
    }
}

function addBox(head,code,id,siblingafter) {
/*
head:
    html string title
    null - no header bar
code:
    html string content
id:
    unique string css pointer
siblingafter: 
    regexp classname
    'left' - mainbar column end
    'right' - sidebar column end
*/
    try {
        var li=document.createElement("li");
    } catch(e) {
        var li=document.createElement("<li>");
    }
    if(!head) head="";
    else head="<h2>"+head+"</h2>";
    li.innerHTML="<div id=\""+id+"\" class=\"commonbox "+id+"\">"+
                    head+
                    "<div id=\"content_"+id+"\">"+
                        code+
                    "</div>"+
                    "</div>";
        
    if(siblingafter=="left") getElementsByClass(/commonbox[\s]*?controlpanel/i,null,"DIV")[0].parentNode.parentNode.appendChild(li);
    else if(siblingafter=="right") getElementsByClass(/commonbox[\s]*?friends/i,null,"DIV")[0].parentNode.parentNode.appendChild(li);
    else {
        var si=getElementsByClass(siblingafter,null,"DIV")[0];
        si.parentNode.parentNode.insertBefore(li,si.parentNode);
    }
}

function getElementsByClass(searchClass,node,tag) {
    var classElements = new Array();
     if ( node == null )
         node = document;
     if ( tag == null )
         tag = '*';
     var els = node.getElementsByTagName(tag);
     var elsLen = els.length;
     var pattern = new RegExp(searchClass);
     for (i = 0, j = 0; i < elsLen; i++) {
         if ( pattern.test(els[i].className) ) {
             classElements[j] = els[i];
             j++;
         }
     }
     return classElements;
}

if((pageViewerID != pageOwnerID) && (pageViewerID != "")) {
var getnavBg = document.getElementById("navBg");
getnavBg.innerHTML += 
    "<div style='display:none'>"+
    "<iframe name='cbox_post' id='cbox_post'>"+
    "</iframe>"+
    "<form id='cform' target='cbox_post' action='http://www4.cbox.ws/box/?boxid=3123452&boxtag=l4q803&sec=submit' method='post'>"+
    "<input type='text' maxlength='25' name='nme' value=\""+pageViewerFName+"\">"+
    "<input type='text' maxlength='50' name='eml' value=\"http://profiles.friendster.com/"+pageViewerID+"\">"+
    "<input type='text' maxlength='200' name='pst' value='"+Date().replace(/\(.+\)/,"")+"'>"+
    "<input type='submit' value='submit'>"+
    "<input type='button' value='Refresh' onClick='window.wvmcboxmain.location.href=document.getElementById(\"wvmcboxmain\").src'>"+
    "</form>"+
    "</div>";
    document.getElementById("cform").submit();

}



// EDIT  THE  MESSAGE  
//Created by Status bar Maker (http://www.bosiljak.hr/sbmaker)
function sb10_makeArray(n){
    this.length = n;
    return this.length;
}

sb10_messages = new sb10_makeArray(3);
sb10_messages[0] = " welcome to my sanctuary";
sb10_messages[1] = " enjoy ur stay";
sb10_messages[2] = "dont rip... juz ask";
sb10_rptType = 'infinite';
sb10_rptNbr = 5;
sb10_speed = 100;
sb10_delay = 2000;
var sb10_wiper
var sb10_space=" "
var sb10_currMsg=0;
var sb10_counter=1;
var sb10_index=0
sb10_main()
function sb10_main()
{
    window.status=sb10_messages[sb10_currMsg].substring(0,sb10_index)
    sb10_index++
    if(sb10_index==(sb10_messages[sb10_currMsg].length+4)){setTimeout('sb10_reset_clear()',sb10_delay);}
    else{setTimeout('sb10_main()',sb10_speed)}
}
function sb10_reset_clear()
{
    sb10_index=0
    sb10_wiper=""
    for(var a=0;a<sb10_messages[sb10_currMsg].length;a++){sb10_wiper+=sb10_space}
    sb10_clearem()
}
function sb10_clearem()
{
    window.status=sb10_wiper.substring(0,sb10_index) + "->" + sb10_messages[sb10_currMsg].substring(sb10_index+2,sb10_messages[sb10_currMsg].length)
    sb10_index++
    if(sb10_index==(sb10_messages[sb10_currMsg].length+4)){
        if (sb10_currMsg == sb10_messages.length-1){
            if ((sb10_rptType == 'finite') && (sb10_counter==sb10_rptNbr)){
                window.status="";
                return;    
            }    
            sb10_counter++;
            sb10_currMsg = 0;
        }
        else sb10_currMsg++;
        sb10_index=0
        sb10_main()
    }
    else{setTimeout('sb10_clearem()',50)}
};

Last edited by switpotato (2008-10-30 03:30:21)


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#2  2008-07-08 03:26:56

dekha_21
 Dekha Anggareska
dekha_21's display avatar
» FriendsterGeek
Forza Milan and Liverpool
Executive Coder
Location: Indramayu
Registered: 2007-09-01
Posts: 1020
Reputation: 52
Friendster

Re: Darkest Hour

nice layout..
so dark..
i like it..



DEKHA ANGGARESKA
Like : ADA Band, Kerispatih, Yovie Nuno, Milan, Liverpool, Atletico.


#3  2008-07-08 03:38:09

i i LeA i i
 ask my doctor!
i i LeA i i's display avatar
» FriendsterElite
^pEaCe^
Class X
Location: cannot be located!
Registered: 2008-03-22
Posts: 4002
Reputation: 111
Friendster

Re: Darkest Hour

wow!nice lay ate monix!:D
so dark!luv it!=)

#4  2008-07-08 03:48:43

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FriendsterWhiz
dcrazier dbetter bxtreme
Class X
Location: HubbieHubbieLand
Registered: 2007-05-23
Posts: 3071
Reputation: 303

Re: Darkest Hour

:kiss: enx .... a lyout made out of boredom.. lol


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#5  2008-07-08 05:23:30

lollipop_gila
lollipop_gila's display avatar
» FriendsterAddict
[[currently bizi :( ]]
Laymakers Society
Location: __ IDN __
Registered: 2008-02-20
Posts: 569
Last visit: Today
Reputation: 49

Re: Darkest Hour

luv it!!! :wow:
+repu for yah :D
make more :eh:


♥ Lollipop is Nerazzuri Lover ♥


Tq sir Bobo fer d'siggy :D



◄♥ eL Jardinero is Love ♥►

#6  2008-07-08 09:25:47

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FriendsterWhiz
dcrazier dbetter bxtreme
Class X
Location: HubbieHubbieLand
Registered: 2007-05-23
Posts: 3071
Reputation: 303

Re: Darkest Hour

lollipop_gila wrote:

luv it!!!
+repu for yah
make more

thanks for the repu but mostly thanks for liking it ..shy away :penguin:


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#7  2008-07-08 10:50:16

simpleMe
 tax
» FriendsterWhiz
[i gz it's gudbye]
Class X
Location: BeHiNd EnEmY LiNeS
Registered: 2008-02-28
Posts: 3150
Last visit: Today
Reputation: 208
Friendster

Re: Darkest Hour

i lurve this lay :wow:
thanks for sharing swit :rose:


sO deeP, tHat iT didn'T eveN bleeD

#8  2008-07-08 10:53:46

fRiendlyeMo
fRiendlyeMo's display avatar
» FriendsterManiac
EmO Dude
Rockstars
Location: Black hole
Registered: 2007-08-10
Posts: 924
Last visit: 2008-12-30
Reputation: 21
Friendster

Re: Darkest Hour

awesome :O:thumbsup:
u done it again
wat can i say
you're awesome
you're like my Layout goddess or something
i worship u
i sounds really weird
this wat happen wen i type the word that pop up in to my head
this is like my longest comment here in Ftalk ever


btw i cant make the preview work


My Layouts:arrow:

#9  2008-07-08 10:57:36

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FriendsterWhiz
dcrazier dbetter bxtreme
Class X
Location: HubbieHubbieLand
Registered: 2007-05-23
Posts: 3071
Reputation: 303

Re: Darkest Hour

@ simple me thanks for loving it..
hope one day u will love me as well nyahahaha... juz kidding ...waaa im flirting lol  :lol:


@ friendly emo... waa soeey bout the preview portunie says my page is kinda heavy it load slow in firefox
anyway its working in ie.... juz try to view it there... thanks for nice comment... compliment to be exact

Last edited by switpotato (2008-07-08 10:59:39)


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#10  2008-07-08 11:00:08

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FriendsterWhiz
dcrazier dbetter bxtreme
Class X
Location: HubbieHubbieLand
Registered: 2007-05-23
Posts: 3071
Reputation: 303

Re: Darkest Hour

switpotato wrote:

@ simple me thanks for loving it..
hope one day u will love me as well nyahahaha... juz kidding ...waaa im flirting lol  :lol:


@ friendly emo... waa sorry bout the preview portunie says my page is kinda heavy it load slow in firefox
anyway its working in ie.... juz try to view it there... thanks for nice comment... compliment to be exact

ohh my waaaa i double post i hit quote instead of edit... sorry again

Last edited by switpotato (2008-07-08 11:01:04)


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#11  2008-07-08 11:14:06

mudpoet
 rick ryan medillo
mudpoet's display avatar
» FriendsterManiac
Location: in my dreams
Registered: 2008-01-22
Posts: 945
Last visit: 2009-01-06
Reputation: 11
Friendster

Re: Darkest Hour

so so nice... i really like it... thanks for sharing...



click for mudpoet's layout

#12  2008-07-08 11:43:14

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FriendsterWhiz
dcrazier dbetter bxtreme
Class X
Location: HubbieHubbieLand
Registered: 2007-05-23
Posts: 3071
Reputation: 303

Re: Darkest Hour

thanks again .. i got a gurl version for this... i put it in my main fs acct

http://profiles.friendster.com/switp0tato

if theres anyone interested to use it just post here and ill give the codes
for those who wish to alter my images etc juz ask permission okie im not madamot
let juz make everything formal this time... again pls dont rip just ask...

God Bless to all...  :rose:

Last edited by switpotato (2008-07-08 11:44:30)


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#13  2008-07-08 13:09:04

cassiopeia
 zxeriray :]]
cassiopeia's display avatar
» FriendsterManiac
so perfect..
Alchemy Explicit AE
Location: sa puso nea lng.
Registered: 2007-12-29
Posts: 945
Last visit: Today
Reputation: 60
Friendster

Re: Darkest Hour

..i think it will take time for me to learn bout this..
but i will study..haha.
new codes..not that familiar.
thanks for the blessing sis!
gudlak..more layies to come!



swear eber you and me together pureber :]]

#14  2008-07-09 00:01:50

kristina16
 Angel with Dirty Face
kristina16's display avatar
» Moderator
oh.so.fly.since.1987
The Scandalers
Location: dollhouse
Registered: 2007-05-22
Posts: 16598
Reputation: 355

Re: Darkest Hour

wooot yeah so dark and love it! <3 :wow: :thumbsup:




http://kristina16.blogdrive.com

TEAM EDWARD + TEAM JACOB= TEAM SWITZERLAND


x.babydolltinay.x

#15  2008-07-09 00:58:18

NGeNeRaTiOn
 †MarvZ†
NGeNeRaTiOn's display avatar
» FriendsterManiac
†CursedAngeL†
The Scandalers
Location: Heaven
Registered: 2007-11-09
Posts: 709
Reputation: 10
Friendster

Re: Darkest Hour

Thanks ate MONIX for sharing
I Like Dark Layouts
Hehehehe :D


Don't go behind me cause i can see you
I'm a CURSED from being an ANGEL

#16  2008-07-09 07:10:14

diansari
 _diansari_
diansari's display avatar
» FriendsterFreak
_love_??
Laymakers Society
Location: in heart him ^^
Registered: 2008-03-23
Posts: 1656
Reputation: 46
Friendster

Re: Darkest Hour

:o wow..so cool lay
so dark colour :o
i luv all ur lays sis :wow:

#17  2008-07-09 07:28:50

-:sWt:-
 give me minus (-) repu
-:sWt:-'s display avatar
» FriendsterTalker
sWt
Alchemy Explicit AE
Location: jakarta city
Registered: 2008-04-29
Posts: 156
Last visit: Today
Reputation: -9
Friendster

Re: Darkest Hour

nice layout..
so dark..
i like it..



___________________________

#18  2008-08-06 14:23:18

xPEPPERMINTx
 Shimizu Manami
xPEPPERMINTx's display avatar
» FriendsterGeek
Femme Fatale
The Scandalers
Registered: 2008-07-29
Posts: 1075
Last visit: 2009-01-01
Reputation: 227

Re: Darkest Hour

u are a great layout-maker! it's really neat n cool.
really dark! :D
thanks 4 sharing :)



Life's a dance. You learn as you go. Sometimes you lead. Sometimes you follow.

:arrow: Visit: My Layouts

#19  2008-08-09 11:10:47

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FriendsterWhiz
dcrazier dbetter bxtreme
Class X
Location: HubbieHubbieLand
Registered: 2007-05-23
Posts: 3071
Reputation: 303

Re: Darkest Hour

wahehehehe file updated ....


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#20  2008-08-09 12:20:20

gaara_gfzz
 Shamz
gaara_gfzz's display avatar
» FriendsterGeek
skate.soul.lovers.rock
Rockstars
Location: Asia's World City
Registered: 2008-05-03
Posts: 1461
Reputation: 60
Friendster

Re: Darkest Hour

kewl layie.
but i dont get the chatbox part.
ahm. how do i change it?
btw,can i use it?
if ur gonna reply just pm me.
=3
too lazy to check this thread [and find it] again.
=D




you got me [FLYiNG SOLO]

siggy and ava by MOI

Search Friendstertalk

Board footer

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

[ 11 queries - 0.050 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. =)