• ARCHIVES 
  • » [quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

Pages: 1

[quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

akhu93
» FTalkManiac
FTalk Level: zero
601
0
1969-12-31

[quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

[quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redface: kalau memang trick ini sudah ada sbelumnya atau tidak penting silakan dihapus :arrow: Kedua, saya hanya ingin share ni trick yg sngat bermanfaat kalau kita lagi ng'update tweak FS layout =):thumbsup: :arrow: [b]Langkah :[/b] 1. buat file html di hosting kalian berisikan code berikut & ganti yg bertuliskan tebal [spoiler]<html> <head> <title>Under construction</title> <META NAME="Generator" CONTENT="EditPlus"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Page-Enter" content="revealTrans(Duration=3.0,Transition=23)"> <meta http-equiv="Page-Exit" content="revealTrans(Duration=3.0,Transition=23)"> <script language="JavaScript"> var icon = document.createElement("link"); icon.rel = "SHORTCUT ICON"; icon.href = "http://www.donotenter.com/cool/ucgraphics/small/page2/uc2_small21.gif"; document.getElementsByTagName("head")[0].appendChild(icon); </script> </head> <body OnLoad="playSounds()" bgcolor='#000000'> <center><img src="[b]YOUR IMAGE UNDER CONTRUCTION URL[/b]"><center> <TABLE BORDER=7 CELLSPACING=5 CELLPADDING=5 WIDTH=95%> <TR HEIGHT=120> <TD WIDTH=30% ALIGN=CENTER Background="http://www.donotenter.com/cool/ucgraphics/bars/page2/uc2_bar05.gif"><a href="http://www.friendster.com"><img src="http://img159.imageshack.us/img159/6181/homewa2.gif" border="0"></a></TD> <TD WIDTH=30% ALIGN=CENTER Background="http://www.donotenter.com/cool/ucgraphics/bars/page2/uc2_bar05.gif"><a href="http://www.friendster.com/comments.php?uid=[b]YOUR USER ID[/b]"><img src="http://img206.imageshack.us/img206/3138/commentey1.gif" border="0"></a></TD> </TR> </TABLE> </body> </head> </html>[/spoiler] Cari Image Under Construction kamu [url=http://www.donotenter.com/cool/ucgraphics/index.htm]disini[/url] [url=http://kukuhweb.co.cc/friendster/utilities/down.html]Contoh Preview HTML File[/url] 2. buat file js di hosting kalian berisikan code berikut & ganti yg bertuliskan tebal [spoiler]// BAGIAN A // Under Construction var myplace = document.location.href; if (myplace == "http://profiles.friendster.com/user.php?uid=[b]YOUR USER ID[/b]"){ } else if (myplace == "http://profiles.friendster.com/user.php?uid=[b]YOUR USER ID[/b]"){ } else { location.href = "[b]YOUR HTML URL[/b]"; } //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); } } // BAGIAN C[/spoiler] 3. Paste link URL JS kamu pada linker [i]gunakan linker JS terbaru/ linker yg kamu gunakan skarang[/i] [url=http://profiles.friendster.com/akhu93]Live Preview[/url] Sekian Terimakasih & Selamat Mencoba =) [quote][i]Hapus terlebih dahulu tweakJS yg sedang kamu gunakan pada profile sbelum menggunakan trick ini ;)[/i][/quote] [/spoiler]

Last edited by Jirichi Ryunashira (2008-09-22 08:32:03)

kiddy
» Banned
FTalk Level: zero
4822
0
1969-12-31

Re: [quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

ini mah sama ajah dengan enter page.. ngga perlu buat thread baru.. ini similiar.. saya juga pernah buat kek ginian.. maaf bro.. reported.. thanks atas sharingnya..
dj_afran
» FTalkAgent
FTalk Level: zero
2005
0
1969-12-31

Re: [quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

:arrow: [b]TS[/b] wew.. tapi klo cuma untuk pemberitahuan.. kita ga usah ng'load fungsi addbox.. so.. kita taro.. [quote]// Under Construction var myplace = document.location.href; if (myplace == "http://profiles.friendster.com/user.php?uid=YOUR USER ID"){ } else if (myplace == "http://profiles.friendster.com/user.php?uid=YOUR USER ID"){ } else { location.href = "YOUR HTML URL"; }[/quote] itu aja ke js kita.. biar ga terlalu berat.. ^^ *nice UnderConstruction Page.. ;):thumbsup:
kiddy
» Banned
FTalk Level: zero
4822
0
1969-12-31

Re: [quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

[align=center][b][color=red]SORRY YAH.... [img]http://lordkiddy.fileave.com/images/closed.gif[/img][/b][/color][/align]

Last edited by kiddy (2008-09-21 12:28:55)

aufar
» FTalker
FTalk Level: zero
178
0
1969-12-31

Re: [quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

thank'z.. for share.. :D:D:D
EbengMaya
» FTalkFreak
FTalk Level: zero
1890
0
1969-12-31

Re: [quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

>>aa udah siap jd mod ya ada tulisan tread close nya :penguin: >>ts ini sama saja dengan enter page tp it's ok keren ;) :thumbsup:
andre666
» FTalker
FTalk Level: zero
156
0
1969-12-31

Re: [quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

Saya kirain apaan, ternyata sama seperti enter page.
_Qq Gunners_
» FTalkWhiz
FTalk Level: zero
2777
0
1969-12-31

Re: [quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

wow keren pinjem yahh
akhu93
» FTalkManiac
FTalk Level: zero
601
0
1969-12-31

Re: [quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

[quote=andre666]Saya kirain apaan, ternyata sama seperti enter page.[/quote] beda bro =| klu ini, visitor ga bisa masuk ke profile kita kecuali ngirim comment!? sedangkan klu enterpage visitor masih bisa masuk keprofile kita =) jadi klu Tweak FS kita msh brantakan ga kliatan ma visitor =D
  • ARCHIVES 
  • » [quote=Moderator]Merged here :arrow: [url]http://theftalk.com/viewtopic.php?pid=859037#p859037[/url][/quote] Original Post [spoiler]:arrow: Pertama, buat para mod FTI saya izin posting nie :redf

Pages: 1

Board footer

© 2025 F Talk

Current time is 09:34

[ 10 queries - 0.016 second ]
Privacy Policy