You are viewing a post by nisfuaje. View all 25607 posts in Bagi para member yang ingin bertanya seputar tweaking FS. Silahkan bertanya dan posting disini. Sebelum itu harap membaca dan mengikuti [url=http://theftalk.com/t23371-FORUM-RULES.html][b]FORUM .

 1013
 1013 0
 0 1969-12-31
 1969-12-31 [/quote]
bagian A itu adalah script2 seperti ini bro :
[/quote]
bagian A itu adalah script2 seperti ini bro :
 JS Injection
  JS Injection
 CSS Injection (baik itu separate CSS ataupun randomize CSS)
  CSS Injection (baik itu separate CSS ataupun randomize CSS)
 Force Log In
  Force Log In
 YM Status
  YM Status
 Loading Page
  Loading Page
 Block Viewer Script
  Block Viewer Script
 Welcome and Goodbye Alert
itu letak nya sebelum tulisan ini
<">nah setelah itu ini bagian B nya :
  Welcome and Goodbye Alert
itu letak nya sebelum tulisan ini
<">nah setelah itu ini bagian B nya :
 Marquee variabel
  Marquee variabel
 CBOX
  CBOX
 More Friends
  More Friends
 Flash MP3, Imeem, dst
  Flash MP3, Imeem, dst
 Slide Photo Gallery
  Slide Photo Gallery
 Flash Clock, Flash Slide, Flash Guestbook
  Flash Clock, Flash Slide, Flash Guestbook
 Search Box
  Search Box
 Navigation Box
itu setelah tulisan unload handler dan sebelum fungsi addbox,....
trus yang ini bagian C nya bro
  Navigation Box
itu setelah tulisan unload handler dan sebelum fungsi addbox,....
trus yang ini bagian C nya bro
 Silent No Right Click
  Silent No Right Click
 Main Nav Flash
  Main Nav Flash
 CP Buttons Flash
  CP Buttons Flash
 Main Pic Flash or .gif
  Main Pic Flash or .gif
 Marquee status bar (atas dan bawah)
  Marquee status bar (atas dan bawah)
 Customized Header Names
  Customized Header Names
 Customized Profile Data
  Customized Profile Data
 Mini Viewer
dan A B C itu script dasar nya seperti ini
[quote][b] BAGIAN A[/b]
    //onload handler
    function onProfileLoad() {
    //addboxes here
   [b] BAGIAN B[/b]
    }
    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);
        }
    }
    [b]BAGIAN C[/b][/quote]
semoga membantu,........
  Mini Viewer
dan A B C itu script dasar nya seperti ini
[quote][b] BAGIAN A[/b]
    //onload handler
    function onProfileLoad() {
    //addboxes here
   [b] BAGIAN B[/b]
    }
    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);
        }
    }
    [b]BAGIAN C[/b][/quote]
semoga membantu,........
					Last edited by nisfuaje (2008-09-18 01:36:21)
|  |