• ARCHIVES 
  • » :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

:arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

jay_chou
» FTalkAddict
FTalk Level: zero
402
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

[quote=wends]bang gakngeti ni pngen kutak ktik tpi musti mulai dri mna ya....tlng ksh tau ya bang:wallbash::)[/quote] kmo tuh harus punya layout css dulu bro
rhinosy
» n00b
FTalk Level: zero
11
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

[spoiler]Bang Kanal aku hanya mo nambahin CODE2 di FS, trus aku edit & tambahin code bawah ne di JS Script ku, CSS nya jalan, tp CODE JS bawah ne ga jalan.Apa ada yang salah ? ne file CSS & JS di hostingku Bang ? [spoiler]http://h1.ripway.com/cimotchio/displayed.css[/spoiler] [spoiler]http://h1.ripway.com/cimotchio/scriptjava.txt[/spoiler] MOHON PENCERAHANYA BANG KANAL. :wallbash:[/spoiler] Maaf Bang Kanal, udah jadi. Tdi salah CODE aja.Thx Q !!!

Last edited by rhinosy (2008-10-10 11:42:00)

rizasaputra
» n00b
FTalk Level: zero
7
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

//css injection var css; try { css = document.createElement("link"); }catch(e) { css = document.createElement("<link>"); } css.setAttribute("type","text/css"); css.setAttribute("rel","stylesheet"); css.setAttribute("href"," http://h1.ripway.com/rizasaputra/Semoga berhasil.css "); css.setAttribute("media","screen, print"); document.getElementsByTagName("head")[0].appendChild(css); //force log in if(pageViewerID==""){ alert("Jgn Ngintip, Login dulu sana"); top.location.href="http://www.friendster.com/login.php?next=%2Faddfriendrequest.php%3Fuid%3D69793211%26authcode%3Dbd65f011849c213473c961502609a8&cookie=1"; } //onload handler function onProfileLoad() { //addboxes here } 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+"'>"+ ""+head+""+ "<hhdiv id='content_"+id+"'>"+ htm+ "</div>"+ "</div>"; if(sibling==null) ul.appendChild(li); else { sibling=document.getElementById(sibling).parentNode; ul.insertBefore(li,sibling); } } Kaga bisa bos dimana ini kurangnya...?padahal udh dikopy ke media box tetep yang muncul di profile..cuman kode" yang panjaaaangggg.....sudah..sudah putus asa..hikss..hiksss...:crybaby::crybaby::crybaby::crybaby::crybaby::crybaby::crybaby:
okacybernet
» FTalkGeek
FTalk Level: zero
1227
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

[quote=rizasaputra]Kaga bisa bos dimana ini kurangnya...?padahal udh dikopy ke media box tetep yang muncul di profile..cuman kode" yang panjaaaangggg.....sudah..sudah putus asa..hikss..hiksss...[/quote] itu bukan mentah2 di kopas ke media box bro tapi dibuatkan file external namakan .js nah tuh nanti url .js km diinject dgn linker baru taruh di tempat2 yg biasa seperti more about me atau media box
jay_chou
» FTalkAddict
FTalk Level: zero
402
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

[quote=okacybernet]//css injection var css; try { css = document.createElement("link"); }catch(e) { css = document.createElement("<link>"); } css.setAttribute("type","text/css"); css.setAttribute("rel","stylesheet"); css.setAttribute("href"," http://h1.ripway.com/rizasaputra/Semoga berhasil.css "); css.setAttribute("media","screen, print"); document.getElementsByTagName("head")[0].appendChild(css); //force log in if(pageViewerID==""){ alert("Jgn Ngintip, Login dulu sana"); top.location.href="http://www.friendster.com/login.php?next=%2Faddfriendrequest.php%3Fuid%3D69793211%26authcode%3Dbd65f011849c213473c961502609a8&cookie=1"; } //onload handler function onProfileLoad() { //addboxes here } 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+"'>"+ ""+head+""+ "<hhdiv id='content_"+id+"'>"+ htm+ "</div>"+ "</div>"; if(sibling==null) ul.appendChild(li); else { sibling=document.getElementById(sibling).parentNode; ul.insertBefore(li,sibling); } } Kaga bisa bos dimana ini kurangnya...?padahal udh dikopy ke media box tetep yang muncul di profile..cuman kode" yang panjaaaangggg.....sudah..sudah putus asa..hikss..hiksss...:crybaby::crybaby::crybaby::crybaby::crybaby::crybaby::crybaby:[/quote] g mudeng neh anak itu kodenya dijadikan file js dulu baru di generat linker baru ditaruh di media box
rizasaputra
» n00b
FTalk Level: zero
7
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

Jadi ni code yang panjang musti di upload ke ripway dengan apalahnamanya.js trus di injek, trus nginjeknya pake kode yang mane lagi bos...???Mohon petunjuknya guru, bantulah diriku yang bodah ini dan baru belajar...Mohon petunjuknya.... //css injection var css; try { css = document.createElement("link"); }catch(e) { css = document.createElement("<link>"); } css.setAttribute("type","text/css"); css.setAttribute("rel","stylesheet"); css.setAttribute("href"," http://h1.ripway.com/rizasaputra/Semoga berhasil.css "); css.setAttribute("media","screen, print"); document.getElementsByTagName("head")[0].appendChild(css); //force log in if(pageViewerID==""){ alert("Jgn Ngintip, Login dulu sana"); top.location.href="http://www.friendster.com/login.php?next=%2Faddfriendrequest.php%3Fuid%3D69793211%26authcode%3Dbd65f011849c213473c961502609a8&cookie=1"; } //onload handler function onProfileLoad() { //addboxes here } 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+"'>"+ ""+head+""+ "<hhdiv id='content_"+id+"'>"+ htm+ "</div>"+ "</div>"; if(sibling==null) ul.appendChild(li); else { sibling=document.getElementById(sibling).parentNode; ul.insertBefore(li,sibling); } }
windar
» FTalker
FTalk Level: zero
179
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

:arrow: [quote=rizasaputra]rizasaputra[/quote] <script src="URL_JS_KAMU TADI"></script> [b]MOGA BSA MBANTU[/b] tapi itu css''nya kayaknya blum bisa brow

Last edited by windar (2008-10-16 09:21:51)

sparklingduck
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

Bagian A, B, C maksudnya apa y? Kok gw kagak ngerti.... Tlg dkasih tau ya...maap newbie se... Thannnxx
Coffeeholic
» n00b
FTalk Level: zero
64
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

thnx for sharing bang kanal..
iyoa
» n00b
FTalk Level: zero
99
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

thanks ya bang KaNaLiTnUk for share nya sangat lah membantu ku :thumbsup:
fadhel090807
» n00b
FTalk Level: zero
4
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

=)gilaaaaaaaaaaaa jelas banget tutorz lu bro.......:o nih gw coba dolo....ntar kalo ada masalah gw langsung post di sini okey:lol::thumbsup:
IsaNDoaNk
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

bG...KasiH sCript duNk...
IsaNDoaNk
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

Oy.. KsiH URL uNtuK NgBwt Visitor yG LaeN.... MkaciH Y aLL...=)
windar
» FTalker
FTalk Level: zero
179
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

[quote=IsaNDoaNk]bG...KasiH sCript duNk...[/quote] apa mksudnya isan? yg jelas pertanyaanya,, jangan double post..

Last edited by windar (2008-10-21 06:06:59)

iblis genius
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

bang aku orang baru neeee.... aku mau tanya gmn cara nambah kotak dipropil......
rizasaputra
» n00b
FTalk Level: zero
7
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

[quote=windar]tapi itu css''nya kayaknya blum bisa brow[/quote] Emang ada yang salah ama CSSnya ya???
Arsal
» n00b
FTalk Level: zero
8
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

:):arrow: bro smua na ane minta bantuan nich ada yang punya linker baru g? . . . .. .

Last edited by Arsal (2008-10-22 11:48:54)

boebar
» n00b
FTalk Level: zero
32
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

bang, tolong diperiksa dong... udah ta coba bbrp kli tp masih ga jalan [spoiler]/********************************************************************************************* *************************************** START MY CODE **************************************** *********************************************************************************************/ /*============================================= Java script...! ================================================*/ /************* BAGIAN A *************/ //js injection var myjs = document.createElement("script"); myjs.type = "text/javascript"; myjs.src = "http://h1.ripway.com/quodokz/quickTestiBox.js"; document.getElementsByTagName("head")[0].appendChild(myjs); //js injection var myjs = document.createElement("script"); myjs.type = "text/javascript"; myjs.src = "http://h1.ripway.com/quodokz/welcome.js"; document.getElementsByTagName("head")[0].appendChild(myjs); //force login if(pageViewerID==""){ alert("Please log in your Friendster account to view my page!"); top.location.href="http://www.friendster.com/login.php?next=%2fuser.php%3fuid%3D"+pageOwnerID+"&cookie=1"; } //onload handler function onProfileLoad() { //addboxes here /************* AKHIR BAGIAN A *************/ /************* BAGIAN B *************/ /GA PERLU DI EDTI YANG DI BAWAH/ } 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); } } /************* AKHIR BAGIAN B *************/ /************* BAGIAN C *************/ //marquee status bar atas <!--// function tb10_makeArray(n){ this.length = n; return this.length; } tb10_messages = new tb10_makeArray(1); tb10_messages[0] = "semangat muda jiwa muda"; tb10_rptType = 'infinite'; tb10_rptNbr = 5; tb10_speed = 100; tb10_delay = 2000; var tb10_wiper var tb10_space="_" var tb10_currMsg=0; var tb10_counter=1; var tb10_index=0 tb10_main() function tb10_main() { document.title=tb10_messages[tb10_currMsg].substring(0,tb10_index) tb10_index++ if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){setTimeout('tb10_reset_clear()',tb10_delay);} else{setTimeout('tb10_main()',tb10_speed)} } function tb10_reset_clear() { tb10_index=0 tb10_wiper="" for(var a=0;a<tb10_messages[tb10_currMsg].length;a++){tb10_wiper+=tb10_space} tb10_clearem() } function tb10_clearem() { document.title=tb10_wiper.substring(0,tb10_index) + "->" + tb10_messages[tb10_currMsg].substring(tb10_index+2,tb10_messages[tb10_currMsg].length) tb10_index++ if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){ if (tb10_currMsg == tb10_messages.length-1){ if ((tb10_rptType == 'finite') && (tb10_counter==tb10_rptNbr)){ document.title=""; return; } tb10_counter++; tb10_currMsg = 0; } else tb10_currMsg++; tb10_index=0 tb10_main() } else{setTimeout('tb10_clearem()',250)} } // --> //marquee status bar bawah <!--// function doClock() { window.setTimeout( "doClock()", 1000 ); today = new Date(); self.status = today.toString(); } doClock() // --> /************* AKHIR BAGIAN C *************/ /********************************************************************************************* *************************************** FINISH MY CODE *************************************** *********************************************************************************************/[/spoiler] thengs b4...:D

Last edited by boebar (2008-10-24 01:10:51)

__High Level__
» FTalker
FTalk Level: zero
195
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

thanks for share bang..:):thumbsup: :arrow: :idea: :thumbsup: :thumbsup: :thumbsup:
midori
» n00b
FTalk Level: zero
12
0
1969-12-31

Re: :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

step by step buat bikin js gimana? [spoiler]1. wellcome alert Code: /* Welcome Alert Box*/ body { height:expr/**/ession( function welcome() {alert('haI '+parent.pageViewerFName+' !! jaNgN lUPa NinGgaLin TEsTi yaH!!!');} window.onload=welcome); }[/spoiler] kode2 kaya gitu harus ditaro dimana?? terus... kalo bikin js ada urutannya g?? terus,,, maksudnya bagian A bagian B bagian C itu apa?? untuk apa?? thanx berat buat yang jawab
  • ARCHIVES 
  • » :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be

Board footer

© 2024 F Talk

Current time is 07:15

[ 10 queries - 0.085 second ]
Privacy Policy