
 275
 275 0
 0 1969-12-31
 1969-12-31 OK!!! 
PREVIEW
OK!!! 
PREVIEW  [url]http://profiles.friendster.com/60761366[/url]
Nah ini dia scriptnya,
[url]http://profiles.friendster.com/60761366[/url]
Nah ini dia scriptnya,  <">jadikan script diatas sebagai external JS dan letakan pada [b]Bagian B [/b] sesuai [b]Referensi Bang Kanal[/b]
<">jadikan script diatas sebagai external JS dan letakan pada [b]Bagian B [/b] sesuai [b]Referensi Bang Kanal[/b]   [url]http://theftalk.com/t15339-%7BTUTORIAL%7D-Kombinasi-Addbox-LINKER-UPDATE-22-02-08%29.html[/url] 
 
atau menjadi seperti ini
 [url]http://theftalk.com/t15339-%7BTUTORIAL%7D-Kombinasi-Addbox-LINKER-UPDATE-22-02-08%29.html[/url] 
 
atau menjadi seperti ini  [quote]//BAGIAN A
    //onload handler
    function onProfileLoad() {
    //addboxes here
    //BAGIAN B
   //Letakan script diatas di bagian ini
    //menu
var menus="<div class=\"footerx\">"+
"<iframe frameborder=\"0\" width=\"100%\" height=\"100\" src=\"http://h1.ripway.com/wongudik/menudock.htm\" marginheight=\"2\" marginwidth=\"2\" scrolling=\"auto\" allowtransparency=\"yes\" name=\"menu\" style=\"border:#000000 1px solid;\" id=\"menus\"></iframe></div>";
addBox("RIGHT","Navigasi D'KILLS",menus,"mns", "15");
    }
    if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
    function addBox (type,head,htm,id,sibling) {
    //by marfillaster
    //type "LEFT" | "RIGHT"
    //head header string
    //htm innerHTML string
    //id css_id string
    //sibling css_id_insertbefore string | null
    /* Available default Siblings
        LEFT
            0 = controlpanel
            1 = photos
            13 = blogs
            12 = reviews
            6 = moreabout
            18 = publiccomments
            10 = scrapbook
        RIGHT
            15 = meettrail
            2 = friends
            14 = googleads
            7 = fan
            8 = groups
        null - appends to last
    */
       
        try {
            var li=document.createElement("li");
        } catch(e) {
            var li=document.createElement("<li>");
        }
        if(type=="LEFT") {
            var ul=document.getElementById("0").parentNode.parentNode;
            htm="<div class='boxcontent'>"+htm+"</div>";
        }
        else var ul=document.getElementById("2").parentNode.parentNode;
       
        li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+
                        "<h2>"+head+"</h2>"+
                        "<div id='content_"+id+"'>"+
                            htm+
                        "</div>"+
                        "</div>";
                       
        if(sibling==null) ul.appendChild(li);
        else {
            sibling=document.getElementById(sibling).parentNode;
            ul.insertBefore(li,sibling);
        }
    }
    //BAGIAN C[/quote]
[b]Mengatur Posisi[/b]
Nah apabila teman2 ingin memindahkan posisi box navigasi tersebut, 
perhatikan bagian yang di [b]BOLD[/b] dibawah ini
[quote]//BAGIAN A
    //onload handler
    function onProfileLoad() {
    //addboxes here
    //BAGIAN B
   //Letakan script diatas di bagian ini
    //menu
var menus="<div class=\"footerx\">"+
"<iframe frameborder=\"0\" width=\"100%\" height=\"100\" src=\"http://h1.ripway.com/wongudik/menudock.htm\" marginheight=\"2\" marginwidth=\"2\" scrolling=\"auto\" allowtransparency=\"yes\" name=\"menu\" style=\"border:#000000 1px solid;\" id=\"menus\"></iframe></div>";
addBox("RIGHT","Navigasi D'KILLS",menus,"mns", "15");
    }
    if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
    function addBox (type,head,htm,id,sibling) {
    //by marfillaster
    //type "LEFT" | "RIGHT"
    //head header string
    //htm innerHTML string
    //id css_id string
    //sibling css_id_insertbefore string | null
    /* Available default Siblings
        LEFT
            0 = controlpanel
            1 = photos
            13 = blogs
            12 = reviews
            6 = moreabout
            18 = publiccomments
            10 = scrapbook
        RIGHT
            15 = meettrail
            2 = friends
            14 = googleads
            7 = fan
            8 = groups
        null - appends to last
    */
       
        try {
            var li=document.createElement("li");
        } catch(e) {
            var li=document.createElement("<li>");
        }
        if(type=="LEFT") {
            var ul=document.getElementById("0").parentNode.parentNode;
            htm="<div class='boxcontent'>"+htm+"</div>";
        }
        else var ul=document.getElementById("2").parentNode.parentNode;
       
        li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+
                        "<h2>"+head+"</h2>"+
                        "<div id='content_"+id+"'>"+
                            htm+
                        "</div>"+
                        "</div>";
                       
        if(sibling==null) ul.appendChild(li);
        else {
            sibling=document.getElementById(sibling).parentNode;
            ul.insertBefore(li,sibling);
        }
    }
    //BAGIAN C[/quote]
[b]Mengatur Posisi[/b]
Nah apabila teman2 ingin memindahkan posisi box navigasi tersebut, 
perhatikan bagian yang di [b]BOLD[/b] dibawah ini  [quote]addBox("[b]RIGHT[/b]","Navigasi D'KILLS",menus,"mns", "[b]15[/b]");[/quote]
Tinggal Rubah RIGHT ke LEFT atau sebaliknya tapi sesuaikan pula dengan div ID box serta lokasi box tersebut
[quote]addBox("[b]RIGHT[/b]","Navigasi D'KILLS",menus,"mns", "[b]15[/b]");[/quote]
Tinggal Rubah RIGHT ke LEFT atau sebaliknya tapi sesuaikan pula dengan div ID box serta lokasi box tersebut  Kalau melihat script aku diatas, aku menaruh box aku di kanan (RIGHT) dan posisinya ada di posisi no 15 yaitu kolom MEETTRAIL. OK
cukup sekian n thx 4 all
Kalau melihat script aku diatas, aku menaruh box aku di kanan (RIGHT) dan posisinya ada di posisi no 15 yaitu kolom MEETTRAIL. OK
cukup sekian n thx 4 all  
  Profil D_Kills
[url]http://profiles.friendster.com/44688148[/url]
[img]http://joekingky.bluecybers.net/phpscript/ftisig2/FTIsiggyV2.php?id=57618&title=FFFFFF&status=FFFFFF&system=FFFFFF&bg=http://i200.photobucket.com/albums/aa263/kancut_bucket/D_KILLS.jpg[/img]
Profil D_Kills
[url]http://profiles.friendster.com/44688148[/url]
[img]http://joekingky.bluecybers.net/phpscript/ftisig2/FTIsiggyV2.php?id=57618&title=FFFFFF&status=FFFFFF&system=FFFFFF&bg=http://i200.photobucket.com/albums/aa263/kancut_bucket/D_KILLS.jpg[/img]
					Last edited by D_Kills (2008-03-27 06:54:59)
|  | 

 187
 187 0
 0 1969-12-31
 1969-12-31|  | 

 275
 275 0
 0 1969-12-31
 1969-12-31|  | 

 17
 17 0
 0 1969-12-31
 1969-12-31

 
				|  | 

 17
 17 0
 0 1969-12-31
 1969-12-31|  | 

 187
 187 0
 0 1969-12-31
 1969-12-31|  | 

 3016
 3016 0
 0 1969-12-31
 1969-12-31
 
				|  | 

 2289
 2289 0
 0 1969-12-31
 1969-12-31 thanks for sharing dude
 thanks for sharing dude 
 
				|  | 

 9
 9 0
 0 1969-12-31
 1969-12-31 Muachhhhhhhhhhhhhhhhhh
 Muachhhhhhhhhhhhhhhhhh  
				|  | 

 275
 275 0
 0 1969-12-31
 1969-12-31 [url]http://theftalk.com/t23371-FTalk-Indonesia-RULES.-UPDATED.-%5BHarus-Dibaca%21%5D.html[/url]
oya broth sorry niy ru d'blz,
oya linker yang bro pake sudah di filter sama friendster
jadi mesti ganti yang baru bro.......
[url]http://theftalk.com/t23371-FTalk-Indonesia-RULES.-UPDATED.-%5BHarus-Dibaca%21%5D.html[/url]
oya broth sorry niy ru d'blz,
oya linker yang bro pake sudah di filter sama friendster
jadi mesti ganti yang baru bro.......  coba kunjungi niy bro
coba kunjungi niy bro  [url]http://h1.ripway.com/feruzz/generator/jslinker.htm[/url]
taw coba jga pake yg niy
[url]http://h1.ripway.com/feruzz/generator/jslinker.htm[/url]
taw coba jga pake yg niy  <">NB: rename dulu dari txt menjadi swf
<">NB: rename dulu dari txt menjadi swf  good like broth..........................
[img]http://joekingky.bluecybers.net/phpscript/ftisig2/FTIsiggyV2.php?id=57618&title=FFFFFF&status=FFFFFF&system=FFFFFF&bg=http://i200.photobucket.com/albums/aa263/kancut_bucket/D_KILLS.jpg[/img]
good like broth..........................
[img]http://joekingky.bluecybers.net/phpscript/ftisig2/FTIsiggyV2.php?id=57618&title=FFFFFF&status=FFFFFF&system=FFFFFF&bg=http://i200.photobucket.com/albums/aa263/kancut_bucket/D_KILLS.jpg[/img]
					Last edited by D_Kills (2008-03-19 09:50:52)
|  | 

 275
 275 0
 0 1969-12-31
 1969-12-31 @deeucul
you're welcome broth
@deeucul
you're welcome broth
 @co_don sanadh
sama-sama niy broth
@co_don sanadh
sama-sama niy broth  @fatamor
waduh..........
makasih niy tas bunga n kiss nya
thx brat broth
@fatamor
waduh..........
makasih niy tas bunga n kiss nya
thx brat broth  [b]Duch mav para mods,
aku dah double post niy.......
aku hilaf........................[/b]
[img]http://joekingky.bluecybers.net/phpscript/ftisig2/FTIsiggyV2.php?id=57618&title=FFFFFF&status=FFFFFF&system=FFFFFF&bg=http://i200.photobucket.com/albums/aa263/kancut_bucket/D_KILLS.jpg[/img]
[b]Duch mav para mods,
aku dah double post niy.......
aku hilaf........................[/b]
[img]http://joekingky.bluecybers.net/phpscript/ftisig2/FTIsiggyV2.php?id=57618&title=FFFFFF&status=FFFFFF&system=FFFFFF&bg=http://i200.photobucket.com/albums/aa263/kancut_bucket/D_KILLS.jpg[/img]
					Last edited by D_Kills (2008-03-19 09:48:40)
|  | 

 40
 40 0
 0 1969-12-31
 1969-12-31
 bagus bro....
tp buat ganti2 warna bg biar item/transparent gmn yah????
 bagus bro....
tp buat ganti2 warna bg biar item/transparent gmn yah????



 trus buat ganti2 iconya gmn bro????
trus buat ganti2 iconya gmn bro????
					Last edited by uchildz (2008-03-20 19:42:21)
|  | 

 275
 275 0
 0 1969-12-31
 1969-12-31 oya, kLo navigasi yang aku posting diatas
itu sudah otomatis mengikuti background
di profil kamu.
klo masalah ganti2 icon nya,
kamu harus buat file html trus masukin 
di bagian dibawa ini
oya, kLo navigasi yang aku posting diatas
itu sudah otomatis mengikuti background
di profil kamu.
klo masalah ganti2 icon nya,
kamu harus buat file html trus masukin 
di bagian dibawa ini  [quote]var menus="<div class=\"footerx\">"+
"<iframe frameborder=\"0\" width=\"100%\" height=\"100\" src=\"[b]http://h1.ripway.com/wongudik/menudock.htm[/b]\" marginheight=\"2\" marginwidth=\"2\" scrolling=\"auto\" allowtransparency=\"yes\" name=\"menu\" style=\"border:#000000 1px solid;\" id=\"menus\"></iframe></div>";
addBox("RIGHT","Navigasi D'KILLS",menus,"mns", "15");[/quote]
bagian yang di [b]BOLD[/b] itu,
kamu bisa ganti dengan file html yang kamu.
keEeyyyy....................
[img]http://joekingky.bluecybers.net/phpscript/ftisig2/FTIsiggyV2.php?id=57618&title=FFFFFF&status=FFFFFF&system=FFFFFF&bg=http://i200.photobucket.com/albums/aa263/kancut_bucket/D_KILLS.jpg[/img]
[quote]var menus="<div class=\"footerx\">"+
"<iframe frameborder=\"0\" width=\"100%\" height=\"100\" src=\"[b]http://h1.ripway.com/wongudik/menudock.htm[/b]\" marginheight=\"2\" marginwidth=\"2\" scrolling=\"auto\" allowtransparency=\"yes\" name=\"menu\" style=\"border:#000000 1px solid;\" id=\"menus\"></iframe></div>";
addBox("RIGHT","Navigasi D'KILLS",menus,"mns", "15");[/quote]
bagian yang di [b]BOLD[/b] itu,
kamu bisa ganti dengan file html yang kamu.
keEeyyyy....................
[img]http://joekingky.bluecybers.net/phpscript/ftisig2/FTIsiggyV2.php?id=57618&title=FFFFFF&status=FFFFFF&system=FFFFFF&bg=http://i200.photobucket.com/albums/aa263/kancut_bucket/D_KILLS.jpg[/img]
				|  | 

 40
 40 0
 0 1969-12-31
 1969-12-31



 tp liat deh bro....klo aku buka di IE bgnya putih....
tp liat deh bro....klo aku buka di IE bgnya putih.... 


 coba liat propil aku deh.....
coba liat propil aku deh..... 


 
					Last edited by uchildz (2008-03-22 18:23:31)
|  | 

 478
 478 0
 0 1969-12-31
 1969-12-31|  | 

 149
 149 0
 0 1969-12-31
 1969-12-31![;]](img/smilies/wink.gif) tp apa gk lebih baikk kamu kasih tau cara bikin menudock nya
tp apa gk lebih baikk kamu kasih tau cara bikin menudock nya  
				|  | 

 275
 275 0
 0 1969-12-31
 1969-12-31 happy tweaks
happy tweaks  [img]http://joekingky.bluecybers.net/phpscript/ftisig2/FTIsiggyV2.php?id=57618&title=FFFFFF&status=FFFFFF&system=FFFFFF&bg=http://i200.photobucket.com/albums/aa263/kancut_bucket/D_KILLS.jpg[/img]
[img]http://joekingky.bluecybers.net/phpscript/ftisig2/FTIsiggyV2.php?id=57618&title=FFFFFF&status=FFFFFF&system=FFFFFF&bg=http://i200.photobucket.com/albums/aa263/kancut_bucket/D_KILLS.jpg[/img]
				|  |