25 Mart 2007, 02:50
#1
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
Java Scpirtler2
Bi Kaç Arkadaşımız Vermiş Bendeki Olanlarıda Paylaşayım İstedim...
JAVA SCPİRT MENÜLER
Havayı Fişek
Arkaplanda havai fişekler patlasın...
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
< script language = "JavaScript" > <!-- CL =new Array( '#ff0000' , '#00ff00' , '#ffffff' , '#ff00ff' , '#ffa500' , '#ffff00' , '#00ff00' , '#ffffff' , '#ff00ff' ) CL2 =new Array( '#ffa500' , '#00ff00' , '#FFAAFF' , '#fff000' , '#fffffF' ) Xpos = 130 ; Ypos = 130 ; I = '#00ff00' ; C = 0 ; S = 5 ; H = null ; W = null ; Y = null ; NS4 =( document . layers ); NS6 =( document . getElementById &&! document . all ); IE4 =( document . all ); A = 14 ; E = 120 ; L = null ; if ( NS4 ){ for ( i = 0 ; i < A ; i ++) document . write ( '<LAYER NAME="nsstars' + i + '" TOP=0 LEFT=0 BGCOLOR=' + I + ' CLIP="0,0,2,2"></LAYER>' ); } if ( NS6 ){ window . document . body . style . overflow = 'hidden' ; for ( i = 0 ; i < A ; i ++) document . write ( '<div id="ns6stars' + i + '" style="position:absolute;top:0px;left:0px;height:2px;width:2px;font-size:2px;background:' + I + '"></div>' ); } if ( IE4 ){ document . write ( '<div id="ie" style="position:absolute;top:0px;left:0px"><div style="position:relative">' ); for ( i = 0 ; i < A ; i ++) document . write ( '<div id="iestars" style="position:absolute;top:0;left:0;width:2px;height:2px;background:' + I + ';font-size:2px"></div>' ); document . write ( '</div></div>' ); } function Fireworks (){ H =( NS4 || NS6 )? window . innerHeight : window . document . body . clientHeight ; W =( NS4 || NS6 )? window . innerWidth : window . document . body . clientWidth ; Y =( NS4 || NS6 )? window . pageYOffset : window . document . body . scrollTop ; for ( i = 0 ; i < A ; i ++){ if ( IE4 ) L = iestars [ i ]. style ; if ( NS4 ) L = document . layers [ "nsstars" + i ]; if ( NS6 ) L = document . getElementById ( "ns6stars" + i ). style ; var F = Math . floor ( Math . random ()* CL . length ); var RS = Math . round ( Math . random ()* 2 ); L . top = Ypos + E * Math . sin (( C + i * 5 )/ 3 )* Math . sin ( C / 100 ) L . left = Xpos + E * Math . cos (( C + i * 5 )/ 3 )* Math . sin ( C / 100 ) if ( C < 110 ){ if ( NS4 ){ L . bgColor = I ; L . clip . width = 1 ; L . clip . height = 1 } if ( IE4 || document . getElementById ) { L . background = I ; L . width = 1 ; L . height = 1 ; L . fontSize = 1 } } else{ if ( NS4 ){ L . bgColor = CL [ F ]; L . clip . width = RS ; L . clip . height = RS } if ( IE4 || document . getElementById ){ L . background = CL [ F ]; L . width = RS ; L . height = RS ; L . fontSize = RS } } } if ( C > 220 ){ C = 0 ; var NC = Math . floor ( Math . random ()* CL2 . length ); I = CL2 [ NC ]; E = Math . round ( 100 + Math . random ()* 50 ); Ypos = E + Math . round ( Math . random ()*( H -( E * 2.2 )))+ Y ; Xpos = E + Math . round ( Math . random ()*( W -( E * 2.2 ))); } C += S ; setTimeout ( "Fireworks()" , 10 ); } Fireworks (); // --> </script>
örneğini görmek için [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN... ] Kabarcıklı Arkaplanda uçuşan kabarcıklar... PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
< body bgcolor = "#000000" > < script language = "JavaScript" > <!-- Ayar menüsü P =new Image (); P . src = "bub2.gif" ; //İmage ismi! Pic = "bub2.gif" ; //İmage ismi! amount = 20 ; //image sayısı! BY =- 20 ; //image yüksekliği! BX =- 20 ; //imaj uzunluğu! S = 5 ; //imaj hızı! /************************ Buradan aşağısını düzenlemeyin ************************/ ns =( document . layers )? 1 : 0 ; if ( ns ){ for ( i = 0 ; i < amount ; i ++) document . write ( "<LAYER NAME='netscape" + i + "' LEFT=0 TOP=0><img src=" + Pic + "></LAYER>" ); } else{ document . write ( "<div style='position:absolute;top:0px;left:0px'><div style='position:relative'>" ); for ( i = 0 ; i < amount ; i ++) { document . write ( "<img id='explorer' src='" + Pic + "' style='position:absolute;top:0px;left:0px'>" )} document . write ( "</div></div>" ) } R =new Array(), PB =new Array(), RD =new Array(), Y =new Array(), X =new Array(), D =new Array(), VB = 0 , HB = 0 , SP =new Array();; for ( i = 0 ; i < amount ; i ++){ Y [ i ]= 10 ; X [ i ]= 10 ; D [ i ]= Math . floor ( Math . random ()* 80 + 10 ); SP [ i ]= Math . floor ( Math . random ()* S + 3 )} function Curve (){ plusMinus =new Array( 1 ,- 1 , 2 ,- 2 , 3 ,- 3 , 0 , 1 ,- 1 ) for ( i = 0 ; i < amount ; i ++){ R [ i ]= Math . floor ( Math . random ()* plusMinus . length ); RD [ i ]= plusMinus [ R [ i ]]; } setTimeout ( 'Curve()' , 1800 ); } function MoveRandom (){ T = setTimeout ( 'MoveRandom()' , 10 ); var H =( document . layers )? window . innerHeight : document . body . clientHeight ; var W =( document . layers )? window . innerWidth : document . body . clientWidth ; var YS =( document . layers )? window . pageYOffset : document . body . scrollTop ; var XS =( document . layers )? window . pageXOffset : document . body . scrollLeft ; for ( i = 0 ; i < amount ; i ++){ PB [ i ]= D [ i ]+= RD [ i ]; y = SP [ i ]* Math . sin ( PB [ i ]* Math . PI / 180 ); x = SP [ i ]* Math . cos ( PB [ i ]* Math . PI / 180 ); if ( D [ i ] < 0 ) D [ i ]+= 360 ; Y [ i ]+= y ; X [ i ]+= x ; VB = 180 - D [ i ]; HB = 0 - D [ i ]; if (( Y [ i ] < 1 ) && ( X [ i ] < 1 )) { Y [ i ]= 1 ; X [ i ]= 1 ; D [ i ]= 45 ;} if (( Y [ i ] < 1 ) && ( X [ i ] > W + BX )) { Y [ i ]= 1 ; X [ i ]= W + BX ; D [ i ]= 135 ;} if (( Y [ i ] > H + BY ) && ( X [ i ] < 1 )) { Y [ i ]= H + BY ; X [ i ]= 1 ; D [ i ]= 315 ;} if (( Y [ i ] > H + BY ) && ( X [ i ] > W + BX )) { Y [ i ]= H + BY ; X [ i ]= W + BX ; D [ i ]= 225 ;} if ( Y [ i ] < 1 ) { Y [ i ]= 1 ; D [ i ]= HB ;} if ( Y [ i ] > H + BY ) { Y [ i ]= H + BY ; D [ i ]= HB ;} if ( X [ i ] < 1 ) { X [ i ]= 1 ; D [ i ]= VB ;} if ( X [ i ] > W + BX ) { X [ i ]= W + BX ; D [ i ]= VB ;} var layer =( document . layers )? document . layers [ 'netscape' + i ]: explorer [ i ]. style ; layer . top = Y [ i ]+ YS ; layer . left = X [ i ]+ XS ; } } function sTaRt (){ Curve (); MoveRandom ()} if ( document . all || document . layers ){ sTaRt ()} //--> </script>
Örneğini Görmek için [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN... ] Kar Yağdırma Sayfanıza Kar yağdırın.. PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
< body bgcolor = #000000 onLoad="snow()"> < script language = "JavaScript" > N = 40 ; Y = new Array(); X = new Array(); S = new Array(); A = new Array(); B = new Array(); M = new Array(); V = ( document . layers )? 1 : 0 ; iH =( document . layers )? window . innerHeight : window . document . body . clientHeight ; iW =( document . layers )? window . innerWidth : window . document . body . clientWidth ; for ( i = 0 ; i < N ; i ++){ Y [ i ]= Math . round ( Math . random ()* iH ); X [ i ]= Math . round ( Math . random ()* iW ); S [ i ]= Math . round ( Math . random ()* 5 + 2 ); A [ i ]= 0 ; B [ i ]= Math . random ()* 0.1 + 0.1 ; M [ i ]= Math . round ( Math . random ()* 1 + 1 ); } if ( V ){ for ( i = 0 ; i < N ; i ++) { document . write ( "<LAYER NAME='sn" + i + "' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0," + M [ i ]+ "," + M [ i ]+ "'></LAYER>" )} } else{ document . write ( '<div style="position:absolute;top:0px;left:0px">' ); document . write ( '<div style="position:relative">' ); for ( i = 0 ; i < N ; i ++) { document . write ( '<div id="si" style="position:absolute;top:0;left:0;width:' + M [ i ]+ ';height:' + M [ i ]+ ';background:#fffff0;font-size:' + M [ i ]+ '"></div>' )} document . write ( '</div></div>' ); } function snow (){ var H =( document . layers )? window . innerHeight : window . document . body . clientHeight ; var W =( document . layers )? window . innerWidth : window . document . body . clientWidth ; var T =( document . layers )? window . pageYOffset : document . body . scrollTop ; var L =( document . layers )? window . pageXOffset : document . body . scrollLeft ; for ( i = 0 ; i < N ; i ++){ sy = S [ i ]* Math . sin ( 90 * Math . PI / 180 ); sx = S [ i ]* Math . cos ( A [ i ]); Y [ i ]+= sy ; X [ i ]+= sx ; if ( Y [ i ] > H ){ Y [ i ]=- 10 ; X [ i ]= Math . round ( Math . random ()* W ); M [ i ]= Math . round ( Math . random ()* 1 + 1 ); S [ i ]= Math . round ( Math . random ()* 5 + 2 ); } if ( V ){ document . layers [ 'sn' + i ]. left = X [ i ]; document . layers [ 'sn' + i ]. top = Y [ i ]+ T } else{ si [ i ]. style . pixelLeft = X [ i ]; si [ i ]. style . pixelTop = Y [ i ]+ T } A [ i ]+= B [ i ]; } setTimeout ( 'snow()' , 10 ); } </script>
Örneğini Görmek için [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN... ] MATRİX Matrix in arkaplanı aşağıya doğru harfler yazılar kayar.. PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
< script language = "JavaScript" > if ( document . all ){ Cols = 7 ; Cl = 24 ; //Peşpeşe geliş mesafeleri! Cs = 40 ; //Sayfaya enine yayılış mesafeleri! Ts = 10 ; //Rakamların büyüklükleri! Tc = '#008800' ; //Renk Tc1 = '#00ff00' ; //Renk1 MnS = 22 ; //Akış hızları! MxS = 25 ; //Akış hızları! I = Cs ; Sp =new Array(); S =new Array(); Y =new Array(); C =new Array(); M =new Array(); B =new Array(); RC =new Array(); E =new Array(); Tcc =new Array( 0 , 1 , 7 , 9 , 3 , 2 ); document . write ( "<div id='Container' style='position:absolute;top:0;left:-" + Cs + "'>" ); document . write ( "<div style='position:relative'>" ); for( i = 0 ; i < Cols ; i ++){ S [ i ]= I += Cs ; document . write ( "<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:" + Ts + "px;left:" + S [ i ]+ ";width:" + Ts + "px;height:0px;color:" + Tc + ";visibility:hidden'></div>" ); } document . write ( "</div></div>" ); for( j = 0 ; j < Cols ; j ++){ RC [ j ]= 1 + Math . round ( Math . random ()* Cl ); Y [ j ]= 0 ; Sp [ j ]= Math . round ( MnS + Math . random ()* MxS ); for( i = 0 ; i < RC [ j ]; i ++){ B [ i ]= '' ; C [ i ]= Math . round ( Math . random ()* 1 )+ ' ' ; M [ j ]= B [ 0 ]+= C [ i ]; } } function Cycle (){ Container . style . top = window . document . body . scrollTop ; for ( i = 0 ; i < Cols ; i ++){ var r = Math . floor ( Math . random ()* Tcc . length ); E [ i ] = '<font color=' + Tc1 + '>' + Tcc [ r ]+ '</font>' ; Y [ i ]+= Sp [ i ]; if ( Y [ i ] > window . document . body . clientHeight ){ for( i2 = 0 ; i2 < Cols ; i2 ++){ RC [ i2 ]= 1 + Math . round ( Math . random ()* Cl ); for( i3 = 0 ; i3 < RC [ i2 ]; i3 ++){ B [ i3 ]= '' ; C [ i3 ]= Math . round ( Math . random ()* 1 )+ ' ' ; C [ Math . floor ( Math . random ()* i2 )]= ' ' + ' ' ; M [ i ]= B [ 0 ]+= C [ i3 ]; Y [ i ]=- Ts * M [ i ]. length / 1.5 ; A [ i ]. style . visibility = 'visible' ; } Sp [ i ]= Math . round ( MnS + Math . random ()* MxS ); } } A [ i ]. style . top = Y [ i ]; A [ i ]. innerHTML = M [ i ]+ ' ' + E [ i ]+ ' ' ; } setTimeout ( 'Cycle()' , 20 ) } Cycle (); } </script>
Örneğini Görmek İçin [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN... ] Kullanılan resim dosyalarını indirmek için [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN... ] DEVAMI GELİCEKTİR LÜTFEN ARKADAŞLAR ŞİMDİLİK CEVAP ATMAZSANIZ SEVİNİRİM ÇOK UYKUM GELDİ YARIN DEVAM EDİCEKTİR..
Konu Geri_geri tarafından (25 Mart 2007 Saat 04:37 ) değiştirilmiştir.