
Cahaya yang menyinari forum [COMICK, MUSIC, GAME, ANIME & COMPUTER] @ Hikari-Community [at] dal.net |
| | | Pengirim | Message |
|---|
funky_shensey Hikari Junior


Jumlah posting: 60 Join date: 10.05.08 Lokasi: ukraina
 | Subyek: bintang jatuh di profil Sat Jul 12, 2008 9:16 pm | |
|  wakakaka keren uiii judul topiknya bintang jatuh waaakakaak  muuf funky mo share aja neeh om mod uiih gak lupa thankz for friendstertalk.com. friendsterelite.biz sama rokok sebatang wakakkaa langsung ke TKP langhkah pertama buat file bintang.js dengan code dibawah ini save ke hosting kamu | Spoiler: | | | | Quote: | ns6 = document.getElementById; ns = document.layers; ie = document.all;
/*******************[AccessCSS]***********************************/ function accessCSS(layerID) { // if(ns6){ return document.getElementById(layerID).style;} // else if(ie){ return document.all[layerID].style; } // else if(ns){ return document.layers[layerID]; } // }/***********************************************************/
/**************************[move Layer]*************************************/ function move(layer,x,y) { accessCSS(layer).left=x; accessCSS(layer).top = y; }
function browserBredde() { if (window.innerWidth) return window.innerWidth; else if (document.body.clientWidth) return document.body.clientWidth; else return 1024; }
function browserHoyde() {
if (window.innerHeight) return window.innerHeight; else if (document.body.clientHeight) return document.body.clientHeight; else return 800; }
function makeDiv(objName,parentDiv,w,h,content,x,y,overfl,positionType) { // positionType could be 'absolute' or 'relative' if (parentDiv==null) parentDiv='body';
var oDiv = document.createElement ("DIV"); oDiv.id = objName; if (w) oDiv.style.width = w; if (h) oDiv.style.height= h;
if (content) oDiv.innerHTML=content; if (positionType==null) positionType="absolute"; oDiv.style.position = positionType; if (x) oDiv.style.left=x; else oDiv.style.left=-2000; if (y) oDiv.style.top=y; else oDiv.style.top=-2000;
if (overfl) oDiv.style.overflow=overfl; else oDiv.style.overflow="hidden"; eval(' document.'+parentDiv+'.appendChild (oDiv); ');
delete oDiv; }
var snowC=0; var x = new Array(); var y = new Array(); var speed = new Array(); var t=0; var cC = new Array(); var ra = new Array();
function makeSnow() { x[snowC] = Math.round(Math.random()*(browserBredde()-60)); y[snowC] = 10; makeDiv("snow"+snowC,"body",24,24,'<img src="ns6 = document.getElementById; ns = document.layers; ie = document.all;
/*******************[AccessCSS]***********************************/ function accessCSS(layerID) { // if(ns6){ return document.getElementById(layerID).style;} // else if(ie){ return document.all[layerID].style; } // else if(ns){ return document.layers[layerID]; } // }/***********************************************************/
/**************************[move Layer]*************************************/ function move(layer,x,y) { accessCSS(layer).left=x; accessCSS(layer).top = y; }
function browserBredde() { if (window.innerWidth) return window.innerWidth; else if (document.body.clientWidth) return document.body.clientWidth; else return 1024; }
function browserHoyde() {
if (window.innerHeight) return window.innerHeight; else if (document.body.clientHeight) return document.body.clientHeight; else return 800; }
function makeDiv(objName,parentDiv,w,h,content,x,y,overfl,positionType) { // positionType could be 'absolute' or 'relative' if (parentDiv==null) parentDiv='body';
var oDiv = document.createElement ("DIV"); oDiv.id = objName; if (w) oDiv.style.width = w; if (h) oDiv.style.height= h;
if (content) oDiv.innerHTML=content; if (positionType==null) positionType="absolute"; oDiv.style.position = positionType; if (x) oDiv.style.left=x; else oDiv.style.left=-2000; if (y) oDiv.style.top=y; else oDiv.style.top=-2000;
if (overfl) oDiv.style.overflow=overfl; else oDiv.style.overflow="hidden"; eval(' document.'+parentDiv+'.appendChild (oDiv); ');
delete oDiv; }
var snowC=0; var x = new Array(); var y = new Array(); var speed = new Array(); var t=0; var cC = new Array(); var ra = new Array();
function makeSnow() { x[snowC] = Math.round(Math.random()*(browserBredde()-60)); y[snowC] = 10; makeDiv("snow"+snowC,"body",24,24,'<img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/79.gif">'); speed[snowC] = Math.round(Math.random()* +1; cC[snowC]=Math.random()*10; ra[snowC] = Math.random()*7; snowC++; }
function moveSnow() { var r = Math.round(Math.random()*100); if (r>70 && snowC<20) makeSnow();
for (t=0;t<snowC;t++) { y[t]+=speed[t];move("snow"+t,x[t],y[t]); if (y[t]>browserHoyde()-50) {y[t] = 10;x[t] = Math.round(Math.random()*(browserBredde()-60));} cC[t]+=0.01; x[t]+=Math.cos(cC[t]*ra[t]); } setTimeout('moveSnow()',100); }
moveSnow(); ">'); speed[snowC] = Math.round(Math.random()* +1; cC[snowC]=Math.random()*10; ra[snowC] = Math.random()*7; snowC++; }
function moveSnow() { var r = Math.round(Math.random()*100); if (r>70 && snowC<20) makeSnow();
for (t=0;t<snowC;t++) { y[t]+=speed[t];move("snow"+t,x[t],y[t]); if (y[t]>browserHoyde()-50) {y[t] = 10;x[t] = Math.round(Math.random()*(browserBredde()-60));} cC[t]+=0.01; x[t]+=Math.cos(cC[t]*ra[t]); } setTimeout('moveSnow()',100); }
moveSnow();
|
|
langkah kedua masukan code di bawah ini ke file js layout anda
| Quote: | // js injection var myjs = document.createElement("script"); myjs.type = "text/javascript"; myjs.src = "masukan url bintang.js anda"; document.getElementsByTagName("head")[0].appendChild(myjs); |
contoh cara masukannya seperti 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","http://www.geocities.com/doni_they/funky.css"); css.setAttribute("media","screen, print"); document.getElementsByTagName("head")[0].appendChild(css); } }injectcss();
// js injection var myjs = document.createElement("script"); myjs.type = "text/javascript"; myjs.src = "http://www.geocities.com/doni_they/friendster/myjs/bintang.js"; document.getElementsByTagName("head")[0].appendChild(myjs);
|
privienya disini

ok yah omz funky pamit dulu sori priviewnya kebesaran selamat mencoba  |
|  | | BOLODEWO24 Hikari Newbie


Jumlah posting: 37 Join date: 27.05.08
 | Subyek: Re: bintang jatuh di profil Sun Jul 13, 2008 7:17 am | |
| sapa pe poto itu pak......????? ato ente so ganti jenis k******n wakakakkakakakkakakakakkak |
|  | | [bLaCk-HoL3] Hikari Master


Jumlah posting: 240 Join date: 18.04.08 Age: 19 Lokasi: Manado City
 | Subyek: Re: bintang jatuh di profil Sun Jul 13, 2008 8:45 am | |
| kekekeke bagus bro.... thanK's For Sharingx!!!!!!!!!!!  :D:D |
|  | | funky_shensey Hikari Junior


Jumlah posting: 60 Join date: 10.05.08 Lokasi: ukraina
 | |  | | ea_ngel Hikari Master


Jumlah posting: 657 Join date: 18.04.08
Status Race: Undead Class: Magician
 | Subyek: Re: bintang jatuh di profil Sun Jul 13, 2008 12:11 pm | |
| thanks atas layoutnya yg keren bro. good job  |
|  | | *p4p4y* Hikari Newbie

Jumlah posting: 38 Join date: 17.05.08 Age: 18 Lokasi: cyberworld
 | Subyek: Re: bintang jatuh di profil Sun Jul 13, 2008 2:20 pm | |
| untung bukan kebo yg jatuh.... wkakakakaka.... |
|  | | Kamuiclone Hikari Master


Jumlah posting: 133 Join date: 18.04.08 Age: 82 Lokasi: Jus Fell from Heaven
Status Race: Human Class: Swordman
 | Subyek: Re: bintang jatuh di profil Sun Jul 13, 2008 2:57 pm | |
| |
|  | | funky_shensey Hikari Junior


Jumlah posting: 60 Join date: 10.05.08 Lokasi: ukraina
 | |  | | [bLaCk-HoL3] Hikari Master


Jumlah posting: 240 Join date: 18.04.08 Age: 19 Lokasi: Manado City
 | Subyek: Re: bintang jatuh di profil Mon Jul 28, 2008 4:39 pm | |
| bro ko ngga bisa ya bintang jatuhx?? padahal carax dah bener....  |
|  | | funky_shensey Hikari Junior


Jumlah posting: 60 Join date: 10.05.08 Lokasi: ukraina
 | |  | | [bLaCk-HoL3] Hikari Master


Jumlah posting: 240 Join date: 18.04.08 Age: 19 Lokasi: Manado City
 | Subyek: Re: bintang jatuh di profil Wed Jul 30, 2008 2:04 pm | |
| |
|  | | killz Hikari Newbie


Jumlah posting: 7 Join date: 08.07.08 Age: 18 Lokasi: Manado SkateRock City
 | Subyek: Re: bintang jatuh di profil Thu Sep 18, 2008 2:18 pm | |
| kk js layoutnya bwt dmn...????? |
|  | | diansari Hikari Old


Jumlah posting: 358 Join date: 25.06.08 Age: 21 Lokasi: _gak ada tempat_
Status Race: Baby Class: Newbie
 | Subyek: Re: bintang jatuh di profil Wed Sep 24, 2008 1:13 pm | |
| |
|  | | n30themanc3r Hikari Newbie

Jumlah posting: 2 Join date: 04.09.08
 | Subyek: Re: bintang jatuh di profil Sun Sep 28, 2008 7:30 pm | |
| | funky_shensey wrote: | wakakaka keren uiii judul topiknya bintang jatuh waaakakaak
muuf funky mo share aja neeh om mod
uiih gak lupa thankz for friendstertalk.com. friendsterelite.biz sama rokok sebatang wakakkaa
langsung ke TKP
langhkah pertama buat file bintang.js dengan code dibawah ini save ke hosting kamu
| Spoiler: | | | | Quote: | ns6 = document.getElementById; ns = document.layers; ie = document.all;
/*******************[AccessCSS]***********************************/ function accessCSS(layerID) { // if(ns6){ return document.getElementById(layerID).style;} // else if(ie){ return document.all[layerID].style; } // else if(ns){ return document.layers[layerID]; } // }/***********************************************************/
/**************************[move Layer]*************************************/ function move(layer,x,y) { accessCSS(layer).left=x; accessCSS(layer).top = y; }
function browserBredde() { if (window.innerWidth) return window.innerWidth; else if (document.body.clientWidth) return document.body.clientWidth; else return 1024; }
function browserHoyde() {
if (window.innerHeight) return window.innerHeight; else if (document.body.clientHeight) return document.body.clientHeight; else return 800; }
function makeDiv(objName,parentDiv,w,h,content,x,y,overfl,positionType) { // positionType could be 'absolute' or 'relative' if (parentDiv==null) parentDiv='body';
var oDiv = document.createElement ("DIV"); oDiv.id = objName; if (w) oDiv.style.width = w; if (h) oDiv.style.height= h;
if (content) oDiv.innerHTML=content; if (positionType==null) positionType="absolute"; oDiv.style.position = positionType; if (x) oDiv.style.left=x; else oDiv.style.left=-2000; if (y) oDiv.style.top=y; else oDiv.style.top=-2000;
if (overfl) oDiv.style.overflow=overfl; else oDiv.style.overflow="hidden"; eval(' document.'+parentDiv+'.appendChild (oDiv); ');
delete oDiv; }
var snowC=0; var x = new Array(); var y = new Array(); var speed = new Array(); var t=0; var cC = new Array(); var ra = new Array();
function makeSnow() { x[snowC] = Math.round(Math.random()*(browserBredde()-60)); y[snowC] = 10; makeDiv("snow"+snowC,"body",24,24,'<img src="ns6 = document.getElementById; ns = document.layers; ie = document.all;
/*******************[AccessCSS]***********************************/ function accessCSS(layerID) { // if(ns6){ return document.getElementById(layerID).style;} // else if(ie){ return document.all[layerID].style; } // else if(ns){ return document.layers[layerID]; } // }/***********************************************************/
/**************************[move Layer]*************************************/ function move(layer,x,y) { accessCSS(layer).left=x; accessCSS(layer).top = y; }
function browserBredde() { if (window.innerWidth) return window.innerWidth; else if (document.body.clientWidth) return document.body.clientWidth; else return 1024; }
function browserHoyde() {
if (window.innerHeight) return window.innerHeight; else if (document.body.clientHeight) return document.body.clientHeight; else return 800; }
function makeDiv(objName,parentDiv,w,h,content,x,y,overfl,positionType) { // positionType could be 'absolute' or 'relative' if (parentDiv==null) parentDiv='body';
var oDiv = document.createElement ("DIV"); oDiv.id = objName; if (w) oDiv.style.width = w; if (h) oDiv.style.height= h;
if (content) oDiv.innerHTML=content; if (positionType==null) positionType="absolute"; oDiv.style.position = positionType; if (x) oDiv.style.left=x; else oDiv.style.left=-2000; if (y) oDiv.style.top=y; else oDiv.style.top=-2000;
if (overfl) oDiv.style.overflow=overfl; else oDiv.style.overflow="hidden"; eval(' document.'+parentDiv+'.appendChild (oDiv); ');
delete oDiv; }
var snowC=0; var x = new Array(); var y = new Array(); var speed = new Array(); var t=0; var cC = new Array(); var ra = new Array();
function makeSnow() { x[snowC] = Math.round(Math.random()*(browserBredde()-60)); y[snowC] = 10; makeDiv("snow"+snowC,"body",24,24,'<img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/79.gif">'); speed[snowC] = Math.round(Math.random()* +1; cC[snowC]=Math.random()*10; ra[snowC] = Math.random()*7; snowC++; }
function moveSnow() { var r = Math.round(Math.random()*100); if (r>70 && snowC<20) makeSnow();
for (t=0;t<snowC;t++) { y[t]+=speed[t];move("snow"+t,x[t],y[t]); if (y[t]>browserHoyde()-50) {y[t] = 10;x[t] = Math.round(Math.random()*(browserBredde()-60));} cC[t]+=0.01; x[t]+=Math.cos(cC[t]*ra[t]); } setTimeout('moveSnow()',100); }
moveSnow(); ">'); speed[snowC] = Math.round(Math.random()* +1; cC[snowC]=Math.random()*10; ra[snowC] = Math.random()*7; snowC++; }
function moveSnow() { var r = Math.round(Math.random()*100); if (r>70 && snowC<20) makeSnow();
for (t=0;t<snowC;t++) { y[t]+=speed[t];move("snow"+t,x[t],y[t]); if (y[t]>browserHoyde()-50) {y[t] = 10;x[t] = Math.round(Math.random()*(browserBredde()-60));} cC[t]+=0.01; x[t]+=Math.cos(cC[t]*ra[t]); } setTimeout('moveSnow()',100); }
moveSnow();
|
|
langkah kedua masukan code di bawah ini ke file js layout anda
| Quote: | // js injection var myjs = document.createElement("script"); myjs.type = "text/javascript"; myjs.src = "masukan url bintang.js anda"; document.getElementsByTagName("head")[0].appendChild(myjs); |
contoh cara masukannya seperti 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","http://www.geocities.com/doni_they/funky.css"); css.setAttribute("media","screen, print"); document.getElementsByTagName("head")[0].appendChild(css); } }injectcss();
// js injection var myjs = document.createElement("script"); myjs.type = "text/javascript"; myjs.src = "http://www.geocities.com/doni_they/friendster/myjs/bintang.js"; document.getElementsByTagName("head")[0].appendChild(myjs);
|
privienya disini

ok yah omz funky pamit dulu sori priviewnya kebesaran selamat mencoba  |
kk funky tuh buat cwe ialayout ia ??
lm knl ja ia msih nyubie nie  |
|  | | bLacK_LovErs Hikari Newbie


Jumlah posting: 11 Join date: 07.05.09 Age: 19 Lokasi: in_your_heart
Status Race: Baby Class: Newbie
 | Subyek: Re: bintang jatuh di profil Sat May 09, 2009 5:16 am | |
| |
|  | | |
| Halaman 1 dari 1 |
| | Permissions of this forum: | Anda tidak dapat menjawab topik
| |
| |
| |
|