phpKF - php Kolay Forum     
Hakkında  |  Sürümler  |  indirme  |  Telif  |  Kurulum  |  Tema  |  Eklenti  |  Mod  |  Ekip  ]
Forum  |  Portal  |  Yardım  |  Üyeler  |  Arama  |  Giriş  |  Kayıt
 
Forum Ana Sayfası  »  phpKF MOD - Ek Özellik Bölümü  »  Görsel Modlar
 »  Farenin Etrafında Dönen Toplar

Yeni Başlık  Cevap Yaz
Farenin Etrafında Dönen Toplar           (gösterim sayısı: 902)
Yazan Konu içeriği

boşluk

xjackpotx64
[ilkay ERDOĞAN]

Kayıt Tarihi: 06.09.2010
İleti Sayısı: 16
Şehir: Uşak
Durum: Forumda Değil

E-Posta Gönder
Özel ileti Gönder

Konu Tarihi: 20.09.2010- 03:45
Alıntı yaparak cevapla  


Mrh arkadaşlar sizler için ufak bir görsellik ekleyeyim dedim umarım doğru yere eklemişimdir. Yanlışşsa Kusura bakmayın... şimdi gelelim kodlarımıza...
temalar/5renkli/baslik.html yi açın ve şu kodu bulun
örnek site :  
http://www.delihidirlikoyu.com


 Kod Çizelgesi     Dil Seçin: Hepsini Seç
<body>


şu şekilde değiştirin:


 Kod Çizelgesi     Dil Seçin: Hepsini Seç
<body onLoad="startthedots()">
<script LANGUAGE="JavaScript">

window.onerror=null;
netscape = (document.layers) ? 1:0;
goodIE = (document.all) ? 1:0;
document.onmousemove=MoveHandler;
var gotthere = 0;
var count = 0;
var ietopcorner=''
var ieleftcorner=''

    toplocation = new Array( 0,30,57,80,101,125,80,80,101,125,80,0 );
temptoplocation = new Array( 50,100,100,150,150,200,200,100,150,150,200,200,0 );
    leftlocation = new Array( 0,292,318,181,181,217,263,318,181,181,217,263,-96 );
templeftlocation = new Array( 0,0,260,390,420,550,680,390,420,550,680,0 );
difftop = new Array( 0,0,0,0,0,0,0,0,0,0,0,0 );
diffleft = new Array( 0,0,0,0,0,0,0,0,0,0,0,0 );
questtop = -13;
questleft2 = -96;
if (netscape) {
   document.body=new Object()
   document.body.scrollTop=''
   document.body.scrollLeft=''
   window.captureEvents(Event.MOUSEMOVE);
   window.onMouseMove = MoveHandler; 
   var layerstart = "document.";
   var layerleft = ".left";
   var layertop = ".top";
   var layerstyle = "";
   var windowWidth = window.innerWidth;
   var windowHeight = window.innerHeight;  }
else if (goodIE) {
   ietopcorner=document.body.scrollTop
   ieleftcorner=document.body.scrollLeft
   layerstart = "document.all.";
   layerleft = ".left";
   layertop = ".top";
   layerstyle = ".style";
   windowWidth=600;
   windowHeight=400; }
// end error trapping
   var Ypos2 = 72;
   var Xpos2 = 72;
function MoveHandler(e) {
if (netscape || goodIE) {
  Xpos2 = (netscape)?e.pageX:event.x
  Ypos2 = (netscape)?e.pageY:event.y
Xorigin = Xpos2;
Yorigin = Ypos2; 
if (Ypos2 > windowHeight/2) {
if (Xpos2 > windowWidth/2) { direction = 1;} 
else { direction = -1;} }
else {
if (Xpos2 > windowWidth/2) { direction = -1;} 
else { direction = 1;} }
}}

function startthedots() {
if (goodIE) {
windowWidth=document.body.clientWidth;
windowHeight=document.body.clientHeight; }
Xorigin = 204;
Yorigin = 147; 
spin();run(); }

var OrbitSize = 200;
count=1; delay=100; direction = -1;
Count = new Array ( 0, .63, 1.26, 1.89, 2.52, 3.15, 3.78, 4.41, 5.04, 5.67 );
Xpoint = new Array ( 0, .63, 1.26, 1.89, 2.52, 3.15, 3.78, 4.41, 5.04, 5.67 );
Ypoint = new Array ( 0, .63, 1.26, 1.89, 2.52, 3.15, 3.78, 4.41, 5.04, 5.67 );
var speed = -0.06;
var offset = 1;

  function spin() {
for ( j = 0 ; j <= 9 ; j++ ) {
Count[j] = Count[j] + (speed*direction);	
	Xpoint[j] = Xorigin + ((OrbitSize*Math.sin(Count[j])*offset));	
	Ypoint[j] = Yorigin + (OrbitSize*Math.cos(Count[j])); }
setTimeout('spin()',3); }

function run() {
   count++; 
  for ( j = 0 ; j <= 9 ; j++ ) {
difftop[j]  = Ypoint[j] -  temptoplocation[j];
diffleft[j] = Xpoint[j] - templeftlocation[j];
diff = 30;
temptoplocation[j] = temptoplocation[j] + difftop[j]/diff;
templeftlocation[j] = templeftlocation[j] + diffleft[j]/diff;
  eval(layerstart+"a"+j+layerstyle+layerleft+" = document.body.scrollLeft+templeftlocation["+j+"]");
  eval(layerstart+"a"+j+layerstyle+layertop+" = document.body.scrollTop+temptoplocation["+j+"]"); }
setTimeout('run()', 25) }

badIE = 0;
browserName = navigator.appName.substring(0,8);
browserVer = parseFloat(navigator.appVersion);
macintosh = navigator.userAgent.indexOf("Mac");
if (browserName == "Microsof") { 
if (macintosh != -1) { badIE = 1; }
if (browserVer < 4) { badIE = 1; }
 }

</script>

<style TYPE="text/css">
<!--
#a0 {position:absolute; left:-24; top:-24; width:10; height:25;clip:rect(0 9 9 0);z-index:2000;}
#a1 {position:absolute; left:96; top:-24; width:10; height:25;clip:rect(0 9 9 0);z-index:2000;}
#a2 {position:absolute; left:216; top:-24; width:10; height:25;clip:rect(0 9 9 0);z-index:2000;}
#a3 {position:absolute; left:338; top:-24; width:10; height:25;clip:rect(0 9 9 0);z-index:2000;}
#a4 {position:absolute; left:460; top:-24; width:10; height:25;clip:rect(0 9 9 0);z-index:2000;}
#a5 {position:absolute; left:640; top:-24; width:10; height:25;clip:rect(0 9 9 0);z-index:2000;}
#a6 {position:absolute; left:-24; top:-24; width:10; height:25;clip:rect(0 9 9 0);z-index:2000;}
#a7 {position:absolute; left:200; top:-24; width:10; height:25;clip:rect(0 9 9 0);z-index:2000;}
#a8 {position:absolute; left:300; top:-24; width:10; height:25;clip:rect(0 9 9 0);z-index:2000;}
#a9 {position:absolute; left:600; top:-24; width:10; height:25;clip:rect(0 9 9 0);z-index:2000;}

// -->
</style>



<div ID="a0" align="center"><img src="portal/temalar/swirl.gif" height="10" width="10"></div>
<div ID="a1" align="center"><img src="portal/temalar/swirl1.gif" height="10" width="10"></div>
<div ID="a2" align="center"><img src="portal/temalar/swirl2.gif" height="10" width="10"></div>
<div ID="a3" align="center"><img src="portal/temalar/swirl3.gif" height="10" width="10"></div>
<div ID="a4" align="center"><img src="portal/temalar/swirl4.gif" height="10" width="10"></div>
<div ID="a5" align="center"><img src="portal/temalar/swirl5.gif" height="10" width="10"></div>
<div ID="a6" align="center"><img src="portal/temalar/swirl6.gif" height="10" width="10"></div>
<div ID="a7" align="center"><img src="portal/temalar/swirl7.gif" height="10" width="10"></div>
<div ID="a8" align="center"><img src="portal/temalar/swirl8.gif" height="10" width="10"></div>
<div ID="a9" align="center"><img src="portal/temalar/swirl9.gif" height="10" width="10"></div>



ve şu alttaki adresten   ikonları indirip portal/temalar/ içine atınız...
veya kendinize göre şu kodu düzenleyip onun içine atınız

 Kod Çizelgesi     Dil Seçin: Hepsini Seç
yazd<div ID="a8" align="center"><img src="hangi klaore atmak istiyorsanız siz belirleyin/swirl.gif" height="10" width="10"></div>


Adresler :
http://rapidshare.com/files/420057089/iconlar.rar
http://s1.dosya.tc/files/PDHZCS/iconlar.rar.html
http://hotfile.com/dl/70544921/cb6824f/iconlar.rar.html

örneğine bakmak için yukarıdaki siteye bakınız...

Cvp:
Yazan Cevap içeriği

boşluk

yonetici
[Adem YILMAZ]
phpKF Ekibi

Kullanıcı Resmi

Kayıt Tarihi: 30.11.2006
İleti Sayısı: 4.097
Şehir: İstanbul
Durum: Gizli

E-Posta Gönder
Web Adresi
Özel ileti Gönder

Cevap Tarihi: 20.09.2010- 12:04
Alıntı yaparak cevapla  


Elinize sağlık...

Cvp:
Yazan Cevap içeriği

boşluk

ferta
[Ferhat Aydın]
Yardımcı

Kullanıcı Resmi

Kayıt Tarihi: 18.10.2008
İleti Sayısı: 525
Şehir: Ankara
Durum: Forumda Değil

E-Posta Gönder
Web Adresi
Özel ileti Gönder

Cevap Tarihi: 20.09.2010- 21:48
Alıntı yaparak cevapla  


Eline Sağlık..

Yeni Başlık  Cevap Yaz



Forum Ana Sayfası  »  phpKF MOD - Ek Özellik Bölümü  »  Görsel Modlar
 »  Farenin Etrafında Dönen Toplar

Forum Ana Sayfası


 Bu konuyu 0 kişi görüntülüyor:  0 Misafir, 0 Üye
 Bu konuyu görüntüleyen üye yok.

Benzer konular
Başlık Yazan Cevap Gösterim Son ileti
Benzer konu yok

Etiketler   Farenin,   Etrafında,   Dönen,   Toplar

    Forum Teması:
     

php Kolay Forum (phpKF)   Telif - Copyright © 2007 - 2011   phpKF Ekibi


Tema:   5 Renkli   |   phpKF


- PHP KOLAY FORUM -
 RSS Beslemesini Görmek için Tıklayın   RSS Beslemesini Google Sayfama Ekle   RSS Beslemesini Yahoo Sayfama Ekle