[quote=hari risandi]tapi disini kok kagak jalan kak fsnya ....[/quote]
Yg jalan cuma cssnya bro
Soalnya yg dimasukkan dilinker file ini
http://h1.ripway.com/2001/semuane.css
Lalu css injectionnya yg ini
http://h1.ripway.com/2001/minta.css udah gak jalan bro
Coba di jsnya bagian yg ini :
[quote]//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","[color=red]
http://h1.ripway.com/2001/minta.css[/color]");
css.setAttribute("media","screen, print"); document.getElementsByTagName("head")[0].appendChild(css);
}
}injectcss();[/quote]
Yg [color=red]merah[/color] itu diganti sama yg ini
http://h1.ripway.com/2001/semuane.css
Bagian yg ini :
[quote]// CONTROLPANEL
h=document.getElementById("controlpanel_header");
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_0'); return false\"><img src='http://freeya87.fileave.com/gambar/freeyadata.png'class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\"></a>";
// PHOTOS
h=document.getElementById("1").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_1'); return false\"><div><img src='http://freeya87.fileave.com/gambar/myfoto.png'class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\"></div></a>";
show_hide('content_1');
// MOREABOUT
h=document.getElementById("6").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_6'); return false\"><div><img src='http://freeya87.fileave.com/gambar/moreabot.png'class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\"></div></a>";
show_hide('content_6');
// PUBLICCOMMENTS
h=document.getElementById("18").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_18'); return false\"><div><img src='http://freeya87.fileave.com/gambar/testimonial.png'class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\"></div></a>";
show_hide('content_18')[/quote]
Kamu taruh di bagian C atau bagian bawah js kamu
Lalu tambahkan ini dibawahnya :
[quote]function show_hide(the_box) {
if (document.getElementById(the_box)) {
if (document.getElementById(the_box).style.display == 'none') {
document.getElementById(the_box).style.display = 'block';
}
else {
document.getElementById(the_box).style.display = 'none';
}
}
}[/quote]
Yg bagian ini udah gak perlu :
[quote]// PHOTO
chiemo=document.getElementById("1").getElementsByTagName("h2")[0];
chiemo.innerHTML="<div align='center'><img src='http://i237.photobucket.com/albums/ff37/ibliz_photo/backtoskul/PhotoGallery.png'class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\"></div>";
// MOREABOUT
chiemo=document.getElementById("6").getElementsByTagName("h2")[0];
chiemo.innerHTML="<div align='center'><img src='http://i237.photobucket.com/albums/ff37/ibliz_photo/backtoskul/MoreAboutMe.png'class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\"></div>";
// PUBLICCOMMENT
chiemo=document.getElementById("18").getElementsByTagName("h2")[0];
chiemo.innerHTML="<div align='center'><img src='http://i237.photobucket.com/albums/ff37/ibliz_photo/backtoskul/Testimonial.png'class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\"></div>";
// CONTROLPANEL
chiemo=document.getElementById("controlpanel_header");
chiemo.innerHTML="<div align='center'><img src='http://i237.photobucket.com/albums/ff37/ibliz_photo/backtoskul/myprofile-1.png'class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\"></div>";[/quote]
Dihapus aja
Lalu file kamu yg ini
http://h1.ripway.com/2001/semuane.js kamu masukkan ke mediabox pake [url=http://www.balibersatu.com/layout/index3.html]JS LINKER[/url]
[quote=oby_nagnar]tracker q jalan gak dr sana...[/quote]
Jalan kok bro, cuma gak ngrecord
Last edited by strezzpc (2008-06-25 15:06:52)