Forum'da ara:
Ara


Yazar Mesaj
Mesaj18.02.2009, 15:09 (UTC)    
Mesaj konusu:

Mouse Takip Eden Yazı Süper Deneyin Bence

Kodları kendinize Göre Düzenleyin

Kod:
<head> <style>
.spanstyle {
   position:absolute;
   visibility:visible;
   top:-50px;
   font-size:10pt;
   font-family:Verdana;
      font-weight:bold;
   color:black;
}
</style>
<script>

/*
Cursor Trailor Text- By Peter Gehrig (http://www.24fun.ch/)
Permission given to Dynamicdrive.com to feature script in it's archive.
For full source code, installation instructions, and 1000's more DHTML scripts,
visit magix-oyun.tr.gg
*/

var x,y
var step=20
var flag=0

// Your snappy message. Important: the space at the end of the sentence!!!
var message=" www.Magix-Oyun.Tr.Gg  "
message=message.split("")

var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
   xpos[i]=-50
}

var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
   ypos[i]=-50
}

function handlerMM(e){
   x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
   y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
   flag=1
}

function makesnake() {
   if (flag==1 && document.all) {
       for (i=message.length-1; i>=1; i--) {
            xpos[i]=xpos[i-1]+step
         ypos[i]=ypos[i-1]
       }
      xpos[0]=x+step
      ypos[0]=y
   
      for (i=0; i<message.length-1; i++) {
          var thisspan = eval("span"+(i)+".style")
          thisspan.posLeft=xpos[i]
         thisspan.posTop=ypos[i]
       }
   }
   
   else if (flag==1 && document.layers) {
       for (i=message.length-1; i>=1; i--) {
            xpos[i]=xpos[i-1]+step
         ypos[i]=ypos[i-1]
       }
      xpos[0]=x+step
      ypos[0]=y
   
      for (i=0; i<message.length-1; i++) {
          var thisspan = eval("document.span"+i)
          thisspan.left=xpos[i]
         thisspan.top=ypos[i]
       }
   }
      var timer=setTimeout("makesnake()",30)
}

</script><head>

<body> <script>
<!-- Beginning of JavaScript -

for (i=0;i<=message.length-1;i++) {
    document.write("<span id='span"+i+"' class='spanstyle'>")
   document.write(message[i])
    document.write("</span>")
}

if (document.layers){
   document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;

// - End of JavaScript - -->
</script><body>

<body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">

______________
Mesaj18.02.2009, 15:11 (UTC)    
Mesaj konusu:

Mouse Takip Eden Yazı 2
Kendinize Göre Düzenleyiniz !

Kod:
<body><SCRIPT language=JavaScript1.2>
<!--

/*
Cursor Trailer II (By Kurt at kurt.grigg( at )virgin.net)
Modified and featured on Dynamicdrive.com
For full source, usage terms, and 100's more DHTML scripts, visit
*/

var message='www.Magix-Oyun.Tr.Gg';
var messagecolor='#000000'

//Enter number of seconds for message to display  (0=perpetual)
var dismissafter=0

///no need to edit below/////////
var amount=5,ypos=0,xpos=0,Ay=0,Ax=0,By=0,Bx=0,Cy=0,Cx=0,Dy=0,Dx=0,Ey=0,Ex=0;
if (document.layers){
for (i = 0; i < amount; i++)
{document.write('<layer name=ns'+i+' top=0 left=0><font face="Courier New" size=3 color='+messagecolor+'>'+message+'</font></layer>')}
window.captureEvents(Event.MOUSEMOVE);
function nsmouse(evnt){xpos = evnt.pageX;ypos = evnt.pageY;makefollow()}
}
else if (document.all){
document.write("<div id='outer' style='position:absolute;top:0px;left:0px'>");
document.write("<div id='inner' style='position:relative'>");
for (i = 0; i < amount; i++)
{document.write('<div id="text"'+i+' style="position:absolute;top:0px;left:0px;font-family:Courier New;font-size:16px;color:'+messagecolor+'">'+message+'</div>')}
document.write("</div>");
document.write("</div>");
function iemouse(){ypos = document.body.scrollTop + event.y;xpos = document.body.scrollLeft + event.x;makefollow()}
}
function makefollow(){
if (document.layers){
document.layers["ns0"].top=ay;document.layers["ns0"].left=ax;
document.layers["ns1"].top=by;document.layers["ns1"].left=bx;
document.layers["ns2"].top=cy;document.layers["ns2"].left=cx;
document.layers["ns3"].top=Dy;document.layers["ns3"].left=Dx;
document.layers["ns4"].top=Ey;document.layers["ns4"].left=Ex;
}
else if (document.all){
outer.all.inner.all[0].style.pixelTop=ay;outer.all.inner.all[0].style.pixelLeft=ax;
outer.all.inner.all[1].style.pixelTop=by;outer.all.inner.all[1].style.pixelLeft=bx;
outer.all.inner.all[2].style.pixelTop=cy;outer.all.inner.all[2].style.pixelLeft=cx;
outer.all.inner.all[3].style.pixelTop=Dy;outer.all.inner.all[3].style.pixelLeft=Dx;
outer.all.inner.all[4].style.pixelTop=Ey;outer.all.inner.all[4].style.pixelLeft=Ex;
}
}
function move(){
if (dismissafter!=0)
setTimeout("hidetrail()",dismissafter*1000)

if (document.layers){window.onMouseMove = nsmouse}
else if (document.all){window.document.onmousemove = iemouse}
ey = Math.round(Ey+=((ypos+20)-Ey)*2/2);ex = Math.round(Ex+=((xpos+20)-Ex)*2/2);
dy = Math.round(Dy+=(ey - Dy)*2/4);dx = Math.round(Dx+=(ex - Dx)*2/4);
cy = Math.round(Cy+=(dy - Cy)*2/6);cx = Math.round(Cx+=(dx - Cx)*2/6);
by = Math.round(By+=(cy - By)*2/8);bx = Math.round(Bx+=(cx - Bx)*2/8);
ay = Math.round(Ay+= (by - Ay)*2/10);ax = Math.round(Ax+= (bx - Ax)*2/10);
makefollow();
jumpstart=setTimeout('move()',10);
}

function hidetrail(){
if (document.all){
for (i2=0;i2<amount;i2++){
outer.all.inner.all[i2].style.visibility="hidden"
clearTimeout(jumpstart)
}
}
else if (document.layers){
for (i2=0;i2<amount;i2++){
temp="ns"+i2
document.layers[temp].visibility="hide"
clearTimeout(jumpstart)
}
}
}

window.onload=move;
//-->
</SCRIPT> <body>

______________
Mesaj18.02.2009, 15:13 (UTC)    
Mesaj konusu:

Yazı Slaytı Oluşturma

Kod:
<body> <script type="text/javascript">

/***********************************************
* Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at  for full source code
***********************************************/

var delay = 2000; //set delay between message change (in miliseconds)
var maxsteps=30; // number of steps to take to change from start color to endcolor
var stepdelay=40; // time in miliseconds of a single step
//**Note: maxsteps*stepdelay will be total time in miliseconds of fading effect
var startcolor= new Array(255,255,255); // start color (red, green, blue)
var endcolor=new Array(0,0,0); // end color (red, green, blue)

var fcontent=new Array();
begintag='<div style="font: normal 14px Arial; padding: 5px;">'; //set opening tag, such as font declarations
fcontent[0]="<b>What\'s new?</b><br>New scripts added to the Scroller category!<br><br>The MoreZone has been updated. <a href='../morezone/index.htm'>Click here to visit</a>";
fcontent[1]="Dynamic Drive has been featured on Jars as a top 5% resource, and About.com as a recommended DHTML destination.";
fcontent[2]="Ok, enough with these pointless messages. You get the idea behind this script.</a>";
closetag='</div>';

var fwidth='150px'; //set scroller width
var fheight='150px'; //set scroller height

var fadelinks=1;  //should links inside scroller content also fade like text? 0 for no, 1 for yes.

///No need to edit below this line/////////////////


var ie4=document.all&&!document.getElementById;
var DOM2=document.getElementById;
var faderdelay=0;
var index=0;


/*Rafael Raposo edited function*/
//function to change content
function changecontent(){
  if (index>=fcontent.length)
    index=0
  if (DOM2){
    document.getElementById("fscroller").style.color="rgb("+startcolor[0]+", "+startcolor[1]+", "+startcolor[2]+")"
    document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag
    if (fadelinks)
      linkcolorchange(1);
    colorfade(1, 15);
  }
  else if (ie4)
    document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag;
  index++
}

// colorfade() partially by Marcio Galli for Netscape Communications.  ////////////
// Modified by Dynamicdrive.com

function linkcolorchange(step){
  var obj=document.getElementById("fscroller").getElementsByTagName("A");
  if (obj.length>0){
    for (i=0;i<obj.length;i++)
      obj[i].style.color=getstepcolor(step);
  }
}

/*Rafael Raposo edited function*/
var fadecounter;
function colorfade(step) {
  if(step<=maxsteps) {   
    document.getElementById("fscroller").style.color=getstepcolor(step);
    if (fadelinks)
      linkcolorchange(step);
    step++;
    fadecounter=setTimeout("colorfade("+step+")",stepdelay);
  }else{
    clearTimeout(fadecounter);
    document.getElementById("fscroller").style.color="rgb("+endcolor[0]+", "+endcolor[1]+", "+endcolor[2]+")";
    setTimeout("changecontent()", delay);
   
  }   
}

/*Rafael Raposo's new function*/
function getstepcolor(step) {
  var diff
  var newcolor=new Array(3);
  for(var i=0;i<3;i++) {
    diff = (startcolor[i]-endcolor[i]);
    if(diff > 0) {
      newcolor[i] = startcolor[i]-(Math.round((diff/maxsteps))*step);
    } else {
      newcolor[i] = startcolor[i]+(Math.round((Math.abs(diff)/maxsteps))*step);
    }
  }
  return ("rgb(" + newcolor[0] + ", " + newcolor[1] + ", " + newcolor[2] + ")");
}

if (ie4||DOM2)
  document.write('<div id="fscroller" style="border:1px solid black;width:'+fwidth+';height:'+fheight+'"></div>');

if (window.addEventListener)
window.addEventListener("load", changecontent, false)
else if (window.attachEvent)
window.attachEvent("onload", changecontent)
else if (document.getElementById)
window.onload=changecontent

</script><body>

______________
Mesaj18.02.2009, 15:26 (UTC)    
Mesaj konusu: üüüüüüüüüüü

magix-oyun yazmış:
Mouse Takip Eden Yazı Süper Deneyin Bence

Kodları kendinize Göre Düzenleyin

Kod:
<head> <style>
.spanstyle {
   position:absolute;
   visibility:visible;
   top:-50px;
   font-size:10pt;
   font-family:Verdana;
      font-weight:bold;
   color:black;
}
</style>
<script>

/*
Cursor Trailor Text- By Peter Gehrig (http://www.24fun.ch/)
Permission given to Dynamicdrive.com to feature script in it's archive.
For full source code, installation instructions, and 1000's more DHTML scripts,
visit magix-oyun.tr.gg
*/

var x,y
var step=20
var flag=0

// Your snappy message. Important: the space at the end of the sentence!!!
var message=" www.Magix-Oyun.Tr.Gg  "
message=message.split("")

var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
   xpos[i]=-50
}

var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
   ypos[i]=-50
}

function handlerMM(e){
   x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
   y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
   flag=1
}

function makesnake() {
   if (flag==1 && document.all) {
       for (i=message.length-1; i>=1; i--) {
            xpos[i]=xpos[i-1]+step
         ypos[i]=ypos[i-1]
       }
      xpos[0]=x+step
      ypos[0]=y
   
      for (i=0; i<message.length-1; i++) {
          var thisspan = eval("span"+(i)+".style")
          thisspan.posLeft=xpos[i]
         thisspan.posTop=ypos[i]
       }
   }
   
   else if (flag==1 && document.layers) {
       for (i=message.length-1; i>=1; i--) {
            xpos[i]=xpos[i-1]+step
         ypos[i]=ypos[i-1]
       }
      xpos[0]=x+step
      ypos[0]=y
   
      for (i=0; i<message.length-1; i++) {
          var thisspan = eval("document.span"+i)
          thisspan.left=xpos[i]
         thisspan.top=ypos[i]
       }
   }
      var timer=setTimeout("makesnake()",30)
}

</script><head>

<body> <script>
<!-- Beginning of JavaScript -

for (i=0;i<=message.length-1;i++) {
    document.write("<span id='span"+i+"' class='spanstyle'>")
   document.write(message[i])
    document.write("</span>")
}

if (document.layers){
   document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;

// - End of JavaScript - -->
</script><body>

<body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">




sağol
Mesaj18.02.2009, 15:30 (UTC)    
Mesaj konusu:

Alıntı:
sağol


Önemli Değil !
______________
Mesaj18.02.2009, 15:33 (UTC)    
Mesaj konusu:

Aynı Pc de Yazı Yazıyormuş Gibi

Kodları Kendinize Göre Düzenleyiniz !
Kod:

<script language="JavaScript1.2">
<!--

/*
Typing Scroller
Submitted by bengaliboy00( at )hotmail.com (hp: http://www.angelfire.com/nt/bengaliboy/)
With modifications by Dynamicdrive.com
For full source code, usage terms, and 100s more scripts, visit http://dynamicdrive.com
*/

//Secify scroller contents
var line=new Array()
line[1]="Sitemize Hoşgeldiniz !"
line[2]="Reklamlara Tıklayalım Lütfen "
line[3]="Oyunlara Sağ Taraftan Ulaşabilirsiniz !"
line[4]="Hadi Bakalım ....."
line[5]=" İyi Eğlenceler "

//Specify font size for scoller
var ts_fontsize="16px"

//--Don't edit below this line

var longestmessage=1
for (i=2;i<line.length;i++){
if (line[i].length>line[longestmessage].length)
longestmessage=i
}

//Auto set scroller width
var tscroller_width=line[longestmessage].length

lines=line.length-1 //--Number of lines

//if IE 4+ or NS6
if (document.all||document.getElementById){
document.write('<form name="bannerform">')
document.write('<input type="text" name="banner" size="'+tscroller_width+'"')
document.write('  style="background-color: '+document.bgColor+'; color: '+document.body.text+'; font-family: verdana; font-size: '+ts_fontsize+'; font-weight:bold; border: medium none" onfocus="blur()">')
document.write('</form>')
}

temp=""
nextchar=-1;
nextline=1;
cursor="\\"
function animate(){
if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
nextline++;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
nextline=1;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else{
nextstep()}}

function nextstep(){

if (cursor=="\\"){
cursor="|"}
else if (cursor=="|"){
cursor="/"}
else if (cursor=="/"){
cursor="-"}
else if (cursor=="-"){
cursor="\\"}


nextchar++;
temp+=line[nextline].charAt(nextchar);
document.bannerform.banner.value=temp+cursor
setTimeout("animate()",25)}

//if IE 4+ or NS6
if (document.all||document.getElementById)
window.onload=animate
// -->
</script>

______________
Mesaj18.02.2009, 15:36 (UTC)    
Mesaj konusu:

Durum Çubuğunda Kayan Yazı ;


Kodları Kendinize Göre Düzenleyiniz !
Kod:

<head> <title>WwW.Magix-Oyun.Tr.Gg Oyun Sitemize Hoşgeldiniz ! İyi Eğlencler !!   </title>
<script>

//Document title scroller- By Graeme Robinson (me( at )graemerobinson.co.uk)
//Exlusive permission granted to Dynamic Drive to include this script in their DHTML archive.
//For full source code, terms of use visit http://www.dynamicdrive.com

var repeat=0 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
  titl=title.substring(start, leng) + title.substring(0, start)
  document.title=titl
  start++
  if (start==leng+1) {
    start=0
    if (repeat==0)
    return
  }
  setTimeout("titlemove()",140)
}
if (document.title)
titlemove()
</script><head>

______________
Mesaj18.02.2009, 15:45 (UTC)    
Mesaj konusu:

Neon Yazı Efekti
Kdoun İçindeki www.Magix-Oyun.Tr.Gg Yazan Yeri Silin Ve İstediğinizi Yazın !!

Kod:
<h2><script language="JavaScript1.2">

//Neon Lights Text II by G.P.F. (gpf( at )beta-cc.de)
//visit http://www.beta-cc.de
//Visit http://www.dynamicdrive.com for this script

var message="www.Magix-Oyun.Tr.Gg"
var neonbasecolor="gray"
var neontextcolor="yellow"
var neontextcolor2="#FFFFA8"
var flashspeed=100                  // speed of flashing in milliseconds
var flashingletters=3                  // number of letters flashing in neontextcolor
var flashingletters2=1                  // number of letters flashing in neontextcolor2 (0 to disable)
var flashpause=0                  // the pause between flash-cycles in milliseconds

///No need to edit below this line/////

var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)

function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}

function neon(){

//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
crossref(m).style.color=neonbasecolor
}

//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor

if (n>flashingletters-1) crossref(n-flashingletters).style.color=neontextcolor2
if (n>(flashingletters+flashingletters2)-1) crossref(n-flashingletters-flashingletters2).style.color=neonbasecolor


if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",flashpause)
return
}
}

function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()


</script></h2>

______________
Mesaj20.02.2009, 16:05 (UTC)    
Mesaj konusu:

COK GÜZEL Bİ KAYAN YAZI Wink

Kod:

<param name="allowScriptAccess" value="sameDomain" />
<param name=FlashVars value="bt=Turkplanet'e HOSGELDINIZ....&cl=green&x=0%2030%205%2041%2010%2027%2030%2026%201%2012%2019%2011%208%200%2026%2031%20">
<param name="movie" value="http://www.crazyprofile.com/scroller/scroller-sign.swf" /><param name="quality" value="high" />
<param name="wmode" value="transparent" /><param name="bgcolor" value="000000" />
<embed FlashVars="bt=------------YAZINI BURAYA YAZ---------------&cl=green&x=0%2030%205%2041%2010%2027%2030%2026%201%2012%2019%2011%208%200%2026%2031%20" src="http://www.crazyprofile.com/scroller/scroller-sign.swf" quality="high" wmode="transparent" bgcolor="000000" width="380" height="50" name="scroller-sign" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
<BR>

______________
Mesaj21.02.2009, 15:50 (UTC)    
Mesaj konusu:

Çılgın Dershane Mp3 Kodu Flash Ses Kontrollü
Kod:
<embed height="60" width="180" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.fileupyours.com/files/229265/CilginDershane.swf" play="true" loop="true" menu="true"></embed>

______________
BenimSitem1993 => Forum imza boyutunuz 3 satırı geçtiğinden düzenlenmiştir.
Mesaj21.02.2009, 23:08 (UTC)    
Mesaj konusu:

tsekkür ederim emegine saglik arkadasim
Mesaj22.02.2009, 11:35 (UTC)    
Mesaj konusu:

Kod:
<!---Kodcunuz.com kod başlangıcı---><script language="javascript" src="http://www.turkwebdizayn.org/sitearaclari/hava/meteor2.js"></script><noscript><a href="http://www.kodcunuz.com/2009/02/sitene-hava-durumu-ekle.html">Sitene Ekle</a></noscript><!---Kodcunuz.com kod sonu--->



Mesaj22.02.2009, 11:36 (UTC)    
Mesaj konusu:

ARKADAŞLAR ÜSTEKİ KOD HAVDUMURUMU KODUDUR
Mesaj22.02.2009, 18:24 (UTC)    
Mesaj konusu:

Allah razi olsun cok güzel
Mesaj23.02.2009, 08:44 (UTC)    
Mesaj konusu: Yepyeni 3 kod !

Web Gezgini

Ziyaretçilerinize müzik dinletebileceğiniz film ve dizi izleyetebileceğiniz istedikleri zaman oyun oynayıp istedikleri zaman şiir okuyacakları linklerin yer aldığı bir kod!

HTML-Kodu:





Kod:
<iframe name="web gezgini" id="I1" src="http://www.ekolobi.net/2009kodlari/diger_kodlar/web_gezgini/web_gezgini.htm" style="width: 167px; height: 640px" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0">

</iframe>





tam 7 internet haber sitesinin manşet haberleri

Dakika dakika manşet haberleri bu kod ile sitenize geliyor..tam 7 ayrı internet haber sitesinin manşet haberlerine ulaşmak artık sadece 1 tık!

HTML-Kodu:





Kod:
<iframe name="haber_mansetleri" id="I1" src="http://www.ekolobi.net/2009kodlari/diger_kodlar/manset_haberleri/manset_haberleri.htm" style="width: 486px; height: 567px" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0">

</iframe>






Ekonomi Menüsü

Ekonomide son haberler piyasa banka ve şirketlerden haberler eko bilgi ekonomistler döviz borsa bilgileri hepsi bu kodla sitenize geliyor.

HTML-Kodu:





Kod:
<iframe name="I1" id="I1" src="http://www.ekolobi.net/2009kodlari/ekonomi_kodlari/ekonomi_menusu/ekonomi_menu.htm" style="width: 631px; height: 687px" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0">

</iframe>




Döviz Bürosu

Döviz piyasasında yaşanan son gelişmelerborsa ve ekonomiden son durum ve döviz cevirici..hepsi aynı anda bu kodta!

HTML-Kodu:


Kod:

<iframe name="döviz bürosu" id="I1" src="http://www.ekolobi.net/2009kodlari/ekonomi_kodlari/doviz_burosu/doviz_burosu.htm" mce_src="http://www.ekolobi.net/2009kodlari/ekonomi_kodlari/doviz_burosu/doviz_burosu.htm" style="height: 655px; width: 241px" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0"> </iframe>
Önceki mesajları göster:   


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