2009-01-21 02:49:01

y4sir
» FTalkFreak
FTalk Level: zero
1976
0
1969-12-31

Re: 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

[quote=ami_muse_newborn]:arrow: ALL bantuin donk...............:(:([/quote] [spoiler]/////////////////BAGIAN A///////////////////////////////////////////////// alert("hallo "+pageViewerFName+" Welcome To MY ProfiLe" ); //GOOB BYE ALERT function goodbye(){ alert('Thanks '+parent.pageViewerFName+' 4 Visiting '); } parent.window.onunload=goodbye; //CSS injection function injectcss() { if(window.cssinjected == undefined) { cssinjected = 1; var css = document.createElement("link"); css.setAttribute("type","text/css"); css.setAttribute("rel","stylesheet"); css.setAttribute("href"," http://h1.ripway.com/amimusenewborn/layoutsgunk/gunkz1.css"); css.setAttribute("media","screen, print"); document.getElementsByTagName("head")[0].appendChild(css); } }injectcss(); var shortc = document.createElement("link"); shortc.rel = "SHORTCUT ICON"; shortc.href = "http://photos-p.friendster.com/photos/88/07/55367088/1_473737800l.jpg"; document.getElementsByTagName("head")[0].appendChild(shortc); //onload handler function onProfileLoad() { //addboxes here /////////////BAGIAN 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/////////////////////// //dak tau var rector=3 var stopit=0 var a=1 function initshake(which){ stopit=0 shake=which shake.style.left=0 shake.style.top=0 } function rattleimage(){ if ((!document.all&&!document.getElementById)||stopit==1) return if (a==1){ shake.style.top=parseInt(shake.style.top)+rector } else if (a==2){ shake.style.left=parseInt(shake.style.left)+rector } else if (a==3){ shake.style.top=parseInt(shake.style.top)-rector } else{ shake.style.left=parseInt(shake.style.left)-rector } if (a<4) a++ else a=1 setTimeout("rattleimage()",50) } function stoprattle(which){ stopit=1 which.style.left=0 which.style.top=0 }[/b] //Disable right mouse click Script //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive //For full source code, visit http://www.dynamicdrive.com var message="tong janten RIPPER"; /////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker) // Copyright 1996 - Tomer and Yehuda Shiran // This example will appear in our forthcoming book on JavaScript. // Feel free to "steal" this code provided that you leave this notice as is. // Additional examples from the book can be found at http://www.geocities.com/SiliconValley/9000/ // For more information contact Tomer or Yehuda Shiran <yshiran@iil.intel.com> function tb9_makeArray(n){ this.length = n; return this.length; } tb9_messages = new tb9_makeArray(5); tb9_messages[0] = "Hallo, "+pageViewerFName+" "; tb9_messages[1] = "met dateng di fs ASTERIK_DHEE"; tb9_messages[2] = "Dont Ripper"; tb9_messages[3] = "Dont Spamming"; tb9_messages[4] = "makasih dah mampir di PROFILE asterik_dhee"; tb9_rptType = 'infinite'; tb9_rptNbr = 5; tb9_speed = 80; tb9_delay = 2000; var tb9_counter=1; var tb9_currMsg=0; var tb9_timerID = null var tb9_bannerRunning = false var tb9_state = "" tb9_clearState() function tb9_stopBanner() { if (tb9_bannerRunning) clearTimeout(tb9_timerID) tb9_timerRunning = false } function tb9_startBanner() { tb9_stopBanner() tb9_showBanner() } function tb9_clearState() { tb9_state = "" for (var i = 0; i < tb9_messages[tb9_currMsg].length; ++i) { tb9_state += "0" } } function tb9_showBanner() { if (tb9_getString()) { tb9_currMsg++ if (tb9_messages.length <= tb9_currMsg) { if ((tb9_rptType == 'finite') && (tb9_counter==tb9_rptNbr)){ tb9_stopBanner(); return; } tb9_counter++; tb9_currMsg=0; } tb9_clearState() tb9_timerID = setTimeout("tb9_showBanner()", tb9_delay) } else { var tb9_str = "" for (var j = 0; j < tb9_state.length; ++j) { tb9_str += (tb9_state.charAt(j) == "1") ? tb9_messages[tb9_currMsg].charAt(j) : "____" } document.title = tb9_str tb9_timerID = setTimeout("tb9_showBanner()", tb9_speed) } } function tb9_getString() { var full = true for (var j = 0; j < tb9_state.length; ++j) { if (tb9_state.charAt(j) == 0) full = false } if (full) return true while (1) { var num = tb9_getRandom(tb9_messages[tb9_currMsg].length) if (tb9_state.charAt(num) == "0") break } tb9_state = tb9_state.substring(0, num) + "1" + tb9_state.substring(num + 1, tb9_state.length) return false } function tb9_getRandom(max) { var now = new Date() var num = now.getTime() * now.getSeconds() * Math.random() return num % max } tb9_startBanner() /* ------------------------------------------- COMMEN REPLAY */ function repcomment() { for ( var i = 0; i < 10; i++) { ulcmntx=document.getElementById("18").getElementsByTagName("td")[2*i+1].getElementsByTagName("ul")[0]; licmntx=ulcmntx.getElementsByTagName("li")[0]; linkxcmnt=ulcmntx.getElementsByTagName("li")[0].getElementsByTagName("a")[0]; xcmntHref=linkxcmnt.getAttribute("href"); document.getElementById("content_18").getElementsByTagName("ul")[i].innerHTML+="<br><hr><br><span style=\"text-align:right !important\"><a target='_blank' href='"+xcmntHref.replace(/profiles.friendster.com\//i,"www.friendster.com/comments.php?uid=")+"' style='background:#ffffff;padding:0px;border:1px solid #E5E5E5!important;'><b>REPLY</b></a></span>";} }[/spoiler] itu yang d boldin kode apa ya ?? mndinga d hpus jah dweh kaya na !!!! [quote=lucyfer]di mna nya aqkurang tau niihh dahh lupa[/quote] ayolah kw ke opp topic jah !!! nich w lgi TP...2xxx hehehhehe :D [quote=emink]zz .. vibra tuh getaran saat kita membuka fs ..[/quote] oh itu toh nich kode na [spoiler]scrW=screen.availWidth scrH=screen.availHeight window.moveTo(0,0) window.resizeTo(10,10) window.focus() for(x=0;x<80;x++){ window.resizeTo(10,scrH*x/80) } for(y=0;y<80;y++){ window.resizeTo(scrW*y/80,scrH) } window.resizeTo(scrW,scrH)[/spoiler] troh d bagain A/C

Last edited by y4sir (2009-01-21 02:55:34)

Board footer

© 2024 F Talk

Current time is 22:42

[ 12 queries - 0.800 second ]
Privacy Policy