Forum'da ara:
Ara


Yazar Mesaj
Mesaj03.04.2011, 13:46 (UTC)    
Mesaj konusu: Acillllll!!

Arkadaşlar ben okun(Mousenin) yanından gelen resim kodu istiyorum.
Örnek Site:http://www.bykaramsar16.tr.gg/
Kodda "Buraya Resim Adresi" gibi gösterilsin.
______________
Mesaj03.04.2011, 14:26 (UTC)    
Mesaj konusu: Re: Acillllll!!

korkmaz-site582 yazmış:
Arkadaşlar ben okun(Mousenin) yanından gelen resim kodu istiyorum.
Örnek Site:http://www.bykaramsar16.tr.gg/
Kodda "Buraya Resim Adresi" gibi gösterilsin.

Kod:
<!-- Kodbanks-mause takip RESİM KODU  basla-->

<SCRIPT language="Javascript1.2">
<!--

/*
Fade-away cursor trail (By Dave Collins at davecollin1( at )excite.com)
Code and technique learned from site SiteExperts.com
Permission granted to html.vistapanel.net to include script in archive
For this and 100's more DHTML scripts, visit http://html.vistapanel.net
*/


var isNS = (navigator.appName == "Netscape");
layerRef = (isNS) ? "document" : "document.all";
styleRef = (isNS) ? "" : ".style";

var queue = new Array();

var NUM_OF_TRAIL_PARTS = 5

for (x=1; x < 6; x++) {
   eval("trailSpriteFrame" + x + " = new Image(28,36);");
   eval("trailSpriteFrame" + x + ".src = 'trailgif" + x + ".gif';");
}


function trailSpriteObj(anID) {
   this.trailSpriteID = "trailSprite" + anID;
   this.imgRef = "trailSprite" + anID + "img";
   this.currentFrame = 1;
   this.animateTrailSprite = animateTrailSprite;
}

function animateTrailSprite() {
   if (this.currentFrame <6 ) {
      if (isNS) {
         eval("document." + this.trailSpriteID +".document['"+ this.imgRef + "'].src  =  trailSpriteFrame" + this.currentFrame + ".src");
      } else {
         eval("document['" + this.imgRef + "'].src  =  trailSpriteFrame" + this.currentFrame + ".src");
      }
      this.currentFrame ++;
   } else {
      eval(layerRef + '.' + this.trailSpriteID +  styleRef + '.visibility = "hidden"');
   }   
}



function processAnim() {
   for(x=0; x < NUM_OF_TRAIL_PARTS; x++)
         queue[x].animateTrailSprite();
}

function processMouse(e) {
   currentObj = shuffleQueue();
   if (isNS) {
      eval("document." + currentObj + ".left = e.pageX - 10 ;");
      eval("document." + currentObj + ".top = e.pageY + 10;");
   } else {
      eval("document.all." + currentObj + ".style.pixelLeft = event.clientX + document.body.scrollLeft - 10 ;");
      eval("document.all." + currentObj + ".style.pixelTop = event.clientY + document.body.scrollTop + 10;");
   }
}

function shuffleQueue() {
   lastItemPos = queue.length - 1;
   lastItem = queue[lastItemPos];
   for (i = lastItemPos; i>0; i--)
      queue[i] = queue[i-1];
   queue[0] = lastItem;
   
   queue[0].currentFrame = 1;
   eval(layerRef + '.' + queue[0].trailSpriteID +  styleRef + '.visibility = "visible"');   

   return    queue[0].trailSpriteID;
}

function init() {
   
   for(x=0; x<NUM_OF_TRAIL_PARTS; x++)
      queue[x] = new trailSpriteObj(x+1) ;
   
   if (isNS) { document.captureEvents(Event.MOUSEMOVE); }
   document.onmousemove = processMouse;

   setInterval("processAnim();",25);
}   
if (document.all||document.layers)
window.onload = init;

//-->
</SCRIPT>


<DIV id="trailSprite1" style="position: absolute; height:28px; width:36px;z-index: 100">
<img src="RESİM ADRESİ BURAYA" height=40 width=66 border=0 name="RESİM ADRESİ BURAYA">
</DIV>


<script language="JavaScript1.2">
if (document.all&&window.print)
document.body.style.cssText="overflow-x:hidden;overflow-y:scroll"
</script>

<!-- Kodbanks-mause takip RESİM KODU  bitir-->
   

______________
Mesaj03.04.2011, 15:23 (UTC)    
Mesaj konusu: Re: Acillllll!!

kodbanks yazmış:
korkmaz-site582 yazmış:
Arkadaşlar ben okun(Mousenin) yanından gelen resim kodu istiyorum.
Örnek Site:http://www.bykaramsar16.tr.gg/
Kodda "Buraya Resim Adresi" gibi gösterilsin.

Kod:
<!-- Kodbanks-mause takip RESİM KODU  basla-->

<SCRIPT language="Javascript1.2">
<!--

/*
Fade-away cursor trail (By Dave Collins at davecollin1( at )excite.com)
Code and technique learned from site SiteExperts.com
Permission granted to html.vistapanel.net to include script in archive
For this and 100's more DHTML scripts, visit http://html.vistapanel.net
*/


var isNS = (navigator.appName == "Netscape");
layerRef = (isNS) ? "document" : "document.all";
styleRef = (isNS) ? "" : ".style";

var queue = new Array();

var NUM_OF_TRAIL_PARTS = 5

for (x=1; x < 6; x++) {
   eval("trailSpriteFrame" + x + " = new Image(28,36);");
   eval("trailSpriteFrame" + x + ".src = 'trailgif" + x + ".gif';");
}


function trailSpriteObj(anID) {
   this.trailSpriteID = "trailSprite" + anID;
   this.imgRef = "trailSprite" + anID + "img";
   this.currentFrame = 1;
   this.animateTrailSprite = animateTrailSprite;
}

function animateTrailSprite() {
   if (this.currentFrame <6 ) {
      if (isNS) {
         eval("document." + this.trailSpriteID +".document['"+ this.imgRef + "'].src  =  trailSpriteFrame" + this.currentFrame + ".src");
      } else {
         eval("document['" + this.imgRef + "'].src  =  trailSpriteFrame" + this.currentFrame + ".src");
      }
      this.currentFrame ++;
   } else {
      eval(layerRef + '.' + this.trailSpriteID +  styleRef + '.visibility = "hidden"');
   }   
}



function processAnim() {
   for(x=0; x < NUM_OF_TRAIL_PARTS; x++)
         queue[x].animateTrailSprite();
}

function processMouse(e) {
   currentObj = shuffleQueue();
   if (isNS) {
      eval("document." + currentObj + ".left = e.pageX - 10 ;");
      eval("document." + currentObj + ".top = e.pageY + 10;");
   } else {
      eval("document.all." + currentObj + ".style.pixelLeft = event.clientX + document.body.scrollLeft - 10 ;");
      eval("document.all." + currentObj + ".style.pixelTop = event.clientY + document.body.scrollTop + 10;");
   }
}

function shuffleQueue() {
   lastItemPos = queue.length - 1;
   lastItem = queue[lastItemPos];
   for (i = lastItemPos; i>0; i--)
      queue[i] = queue[i-1];
   queue[0] = lastItem;
   
   queue[0].currentFrame = 1;
   eval(layerRef + '.' + queue[0].trailSpriteID +  styleRef + '.visibility = "visible"');   

   return    queue[0].trailSpriteID;
}

function init() {
   
   for(x=0; x<NUM_OF_TRAIL_PARTS; x++)
      queue[x] = new trailSpriteObj(x+1) ;
   
   if (isNS) { document.captureEvents(Event.MOUSEMOVE); }
   document.onmousemove = processMouse;

   setInterval("processAnim();",25);
}   
if (document.all||document.layers)
window.onload = init;

//-->
</SCRIPT>


<DIV id="trailSprite1" style="position: absolute; height:28px; width:36px;z-index: 100">
<img src="RESİM ADRESİ BURAYA" height=40 width=66 border=0 name="RESİM ADRESİ BURAYA">
</DIV>


<script language="JavaScript1.2">
if (document.all&&window.print)
document.body.style.cssText="overflow-x:hidden;overflow-y:scroll"
</script>

<!-- Kodbanks-mause takip RESİM KODU  bitir-->
   

Nedenini bilmiyorum ama mousenin yanından gelmiyor sol köşede duruyor ve de gözükmüyor.Kaç yer var o resim adresini koymak için ?Ben b tan buldum.Ben yapamamış oabilirim o yüzden adresi sen koyar mısın ?
Kod:
http://img.webme.com/pic/k/korkmaz-site582/asd.png

______________
Mesaj03.04.2011, 15:51 (UTC)    
Mesaj konusu:

Resim koda eklendi bir dene..

Kod:
<!-- Kodbanks-mause takip RESİM KODU  basla-->

<SCRIPT language="Javascript1.2">
<!--

/*
Fade-away cursor trail (By Dave Collins at davecollin1( at )excite.com)
Code and technique learned from site SiteExperts.com
Permission granted to html.vistapanel.net to include script in archive
For this and 100's more DHTML scripts, visit http://html.vistapanel.net
*/


var isNS = (navigator.appName == "Netscape");
layerRef = (isNS) ? "document" : "document.all";
styleRef = (isNS) ? "" : ".style";

var queue = new Array();

var NUM_OF_TRAIL_PARTS = 5

for (x=1; x < 6; x++) {
   eval("trailSpriteFrame" + x + " = new Image(28,36);");
   eval("trailSpriteFrame" + x + ".src = 'trailgif" + x + ".gif';");
}


function trailSpriteObj(anID) {
   this.trailSpriteID = "trailSprite" + anID;
   this.imgRef = "trailSprite" + anID + "img";
   this.currentFrame = 1;
   this.animateTrailSprite = animateTrailSprite;
}

function animateTrailSprite() {
   if (this.currentFrame <6 ) {
      if (isNS) {
         eval("document." + this.trailSpriteID +".document['"+ this.imgRef + "'].src  =  trailSpriteFrame" + this.currentFrame + ".src");
      } else {
         eval("document['" + this.imgRef + "'].src  =  trailSpriteFrame" + this.currentFrame + ".src");
      }
      this.currentFrame ++;
   } else {
      eval(layerRef + '.' + this.trailSpriteID +  styleRef + '.visibility = "hidden"');
   }   
}



function processAnim() {
   for(x=0; x < NUM_OF_TRAIL_PARTS; x++)
         queue[x].animateTrailSprite();
}

function processMouse(e) {
   currentObj = shuffleQueue();
   if (isNS) {
      eval("document." + currentObj + ".left = e.pageX - 10 ;");
      eval("document." + currentObj + ".top = e.pageY + 10;");
   } else {
      eval("document.all." + currentObj + ".style.pixelLeft = event.clientX + document.body.scrollLeft - 10 ;");
      eval("document.all." + currentObj + ".style.pixelTop = event.clientY + document.body.scrollTop + 10;");
   }
}

function shuffleQueue() {
   lastItemPos = queue.length - 1;
   lastItem = queue[lastItemPos];
   for (i = lastItemPos; i>0; i--)
      queue[i] = queue[i-1];
   queue[0] = lastItem;
   
   queue[0].currentFrame = 1;
   eval(layerRef + '.' + queue[0].trailSpriteID +  styleRef + '.visibility = "visible"');   

   return    queue[0].trailSpriteID;
}

function init() {
   
   for(x=0; x<NUM_OF_TRAIL_PARTS; x++)
      queue[x] = new trailSpriteObj(x+1) ;
   
   if (isNS) { document.captureEvents(Event.MOUSEMOVE); }
   document.onmousemove = processMouse;

   setInterval("processAnim();",25);
}   
if (document.all||document.layers)
window.onload = init;

//-->
</SCRIPT>


<DIV id="trailSprite1" style="position: absolute; height:28px; width:36px;z-index: 100">
<img src="http://img.webme.com/pic/k/korkmaz-site582/asd.png" height=40 width=66 border=0 name="http://img.webme.com/pic/k/korkmaz-site582/asd.png">
</DIV>


<script language="JavaScript1.2">
if (document.all&&window.print)
document.body.style.cssText="overflow-x:hidden;overflow-y:scroll"
</script>

<!-- Kodbanks-mause takip RESİM KODU  bitir-->

______________
Mesaj03.04.2011, 16:17 (UTC)    
Mesaj konusu:

Oldu.Google Chorme'de olmuyor ama olsun.
______________
Mesaj13.04.2011, 17:27 (UTC)    
Mesaj konusu: 2ndgeneration.tr.gg

Ben O kodu Sitemde Sunuyordum Fakat Direk Kullanan Birisinden İzinsiz Almak Saygısızlık Arkadaşlar.
Mesaj13.04.2011, 20:16 (UTC)    
Mesaj konusu: Re: Acillllll!!

kodbanks yazmış:
korkmaz-site582 yazmış:
Arkadaşlar ben okun(Mousenin) yanından gelen resim kodu istiyorum.
Örnek Site:http://www.bykaramsar16.tr.gg/
Kodda "Buraya Resim Adresi" gibi gösterilsin.

Kod:
<!-- Kodbanks-mause takip RESİM KODU  basla-->

<SCRIPT language="Javascript1.2">
<!--

/*
Fade-away cursor trail (By Dave Collins at davecollin1( at )excite.com)
Code and technique learned from site SiteExperts.com
Permission granted to html.vistapanel.net to include script in archive
For this and 100's more DHTML scripts, visit http://html.vistapanel.net
*/
paylaşım için teşekkürler kardeşim .d

var isNS = (navigator.appName == "Netscape");
layerRef = (isNS) ? "document" : "document.all";
styleRef = (isNS) ? "" : ".style";

var queue = new Array();

var NUM_OF_TRAIL_PARTS = 5

for (x=1; x < 6; x++) {
   eval("trailSpriteFrame" + x + " = new Image(28,36);");
   eval("trailSpriteFrame" + x + ".src = 'trailgif" + x + ".gif';");
}


function trailSpriteObj(anID) {
   this.trailSpriteID = "trailSprite" + anID;
   this.imgRef = "trailSprite" + anID + "img";
   this.currentFrame = 1;
   this.animateTrailSprite = animateTrailSprite;
}

function animateTrailSprite() {
   if (this.currentFrame <6 ) {
      if (isNS) {
         eval("document." + this.trailSpriteID +".document['"+ this.imgRef + "'].src  =  trailSpriteFrame" + this.currentFrame + ".src");
      } else {
         eval("document['" + this.imgRef + "'].src  =  trailSpriteFrame" + this.currentFrame + ".src");
      }
      this.currentFrame ++;
   } else {
      eval(layerRef + '.' + this.trailSpriteID +  styleRef + '.visibility = "hidden"');
   }   
}



function processAnim() {
   for(x=0; x < NUM_OF_TRAIL_PARTS; x++)
         queue[x].animateTrailSprite();
}

function processMouse(e) {
   currentObj = shuffleQueue();
   if (isNS) {
      eval("document." + currentObj + ".left = e.pageX - 10 ;");
      eval("document." + currentObj + ".top = e.pageY + 10;");
   } else {
      eval("document.all." + currentObj + ".style.pixelLeft = event.clientX + document.body.scrollLeft - 10 ;");
      eval("document.all." + currentObj + ".style.pixelTop = event.clientY + document.body.scrollTop + 10;");
   }
}

function shuffleQueue() {
   lastItemPos = queue.length - 1;
   lastItem = queue[lastItemPos];
   for (i = lastItemPos; i>0; i--)
      queue[i] = queue[i-1];
   queue[0] = lastItem;
   
   queue[0].currentFrame = 1;
   eval(layerRef + '.' + queue[0].trailSpriteID +  styleRef + '.visibility = "visible"');   

   return    queue[0].trailSpriteID;
}

function init() {
   
   for(x=0; x<NUM_OF_TRAIL_PARTS; x++)
      queue[x] = new trailSpriteObj(x+1) ;
   
   if (isNS) { document.captureEvents(Event.MOUSEMOVE); }
   document.onmousemove = processMouse;

   setInterval("processAnim();",25);
}   
if (document.all||document.layers)
window.onload = init;

//-->
</SCRIPT>


<DIV id="trailSprite1" style="position: absolute; height:28px; width:36px;z-index: 100">
<img src="RESİM ADRESİ BURAYA" height=40 width=66 border=0 name="RESİM ADRESİ BURAYA">
</DIV>


<script language="JavaScript1.2">
if (document.all&&window.print)
document.body.style.cssText="overflow-x:hidden;overflow-y:scroll"
</script>

<!-- Kodbanks-mause takip RESİM KODU  bitir-->
   
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu