Forum'da ara:
Ara


Yazar Mesaj
Mesaj12.06.2009, 08:40 (UTC)    
Mesaj konusu: yepyeni html kodlar

Sitenize hicri miladi vs. takvimi tarihte bugün ve ıp adres gösteren güzel bir kod

Kod:
<iframe name="I1" src="http://www.bilgicagi.net/takvim.asp" width="190" height="590" border="0" frameborder="0" scrolling="no"><br /></iframe><br />


çok şık bir takvim

Kod:
<script language="javascript" src="http://in.sitekodlari.com/takvim.js"></script>


Sitenizden resim upload ettirin

Kod:
<iframe src="http://imageshack.us/iframe.php?txtcolor=111111&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="280" height="70">Update your browser for ImageShack.us!</iframe>


her açılışta değişen bir vecize

Kod:
<iframe src="http://www.sezgiler.com/Vecize_Sezgiler.html" width="130" height="270" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="NO"></iframe><br />


çok şık bir resimli haber kodu

Kod:
<iframe name="iframe" id="iframe" src="http://www.resimlihaber.com/250_250_widget/siyah/turkiye" width="250" height="250" marginwidth="0" marginheight="0" scrolling="no" align="absmiddle" border="0" frameborder="0"></iframe>



Örnek iddaa tahminleri


Kod:
<iframe frameborder="0" width="600" height="550" scrolling="auto" src="http://www.bahistr.com/modules.php?name=webmaster&file=banko_maclar"></iframe><br />


İddaa kuponu hesaplatma

Kod:
<iframe frameborder="0" width="750" height="500" scrolling="auto" src="http://www.bahistr.com/modules.php?name=webmaster&file=kontrolindex"></iframe><br />


iddaa sistem kuponu hesaplatma

Kod:
<iframe frameborder="0" width="600" height="500" scrolling="auto" src="http://www.bahistr.com/modules.php?name=webmaster&file=iddaa_sistem"></iframe><br />


Tevafuklu kuran-ı kerim

Kod:
<iframe src="http://kuran.hayrat.com" width="775" height="730" scrolling="no" hspace="0" vspace="0" marginwidth="0" marginheight="0" frameborder="0"><br /></iframe>


Türkiye haritası üzerinde geldiniz şehrin 3 günlük hava durumu

Kod:
<iframe name="I1" marginwidth="1" marginheight="0" scrolling="no" border="0" frameborder="0" width="685" height="410" src="http://www.turkwebdizayn.org/sitearaclari/hava/harita/index.htm">Hava Durumu</iframe>

______________
Www.FaLoG.Tr.Gg
Mesaj12.06.2009, 10:10 (UTC)    
Mesaj konusu:

Güzel Paylaşım. Eline Sağlık Wink
Mesaj12.06.2009, 11:00 (UTC)    
Mesaj konusu:

Eyw Cool
______________
Www.FaLoG.Tr.Gg
Mesaj15.06.2009, 11:40 (UTC)    
Mesaj konusu:

Dalgalı link renkleri siz belirleyin

Kod:

<font face="Verdana"><h2><center><a href="http://www.linkadi.com" target="_blank"><div id="colorsh" style="cursor:hand" ></div></a></center></h2></font>
<script>

background_color=   "#187cbe" // alttaki renk
text_color=      "000066" // üste gelecek renk
message=      "FaLoG.Tr.Gg" // mesajınız

// no need to edit below this line / buradan aşağısına dokunmayın
mesk=new Array();
mesk[10]="A";
mesk[11]="B";
mesk[12]="C";
mesk[13]="D";
mesk[14]="E";
mesk[15]="F";
A=10;
B=11;
C=12;
D=13;
E=14;
F=15;
let="ABCDEF";

function mes(num)
{
 if(let.indexOf(num) != -1)
 {
  return eval(num)
 }
 else
 {
  if(num < 10)
  {
   return eval(num)
  }
  else
  {
   return mesk[num]
  }
 }
}

function color(begin,einde,stappen,stap)
{
 hh1=(mes(begin.charAt(0))*16)+mes(begin.charAt(1));
 hh2=(mes(begin.charAt(2))*16)+mes(begin.charAt(3));
 hh3=(mes(begin.charAt(4))*16)+mes(begin.charAt(5));
 pp1=(mes(einde.charAt(0))*16)+mes(einde.charAt(1));
 pp2=(mes(einde.charAt(2))*16)+mes(einde.charAt(3));
 pp3=(mes(einde.charAt(4))*16)+mes(einde.charAt(5));
 if(hh1 < pp1)
 {
  ff1=hh1+Math.floor((pp1-hh1)/stappen*stap);
  ff1=eval("\'"+mes(Math.floor(ff1/16))+"\'")+eval("\'"+mes(ff1-(Math.floor(ff1/16)*16))+"\'");
 }
 else
 {
  ff1=hh1-Math.floor((hh1-pp1)/stappen*stap);
  ff1=eval("\'"+mes(Math.floor(ff1/16))+"\'")+eval("\'"+mes(ff1-(Math.floor(ff1/16)*16))+"\'");
 }
 if(hh2 < pp2)
 {
  ff2=hh2+Math.floor((pp2-hh2)/stappen*stap);
  ff2=eval("\'"+mes(Math.floor(ff2/16))+"\'")+eval("\'"+mes(ff2-(Math.floor(ff2/16)*16))+"\'");
 }
 else
 {
  ff2=hh2-Math.floor((hh2-pp2)/stappen*stap);
  ff2=eval("\'"+mes(Math.floor(ff2/16))+"\'")+eval("\'"+mes(ff2-(Math.floor(ff2/16)*16))+"\'");
 }
 if(hh3 < pp3)
 {
  ff3=hh3+Math.floor((pp3-hh3)/stappen*stap);
  ff3=eval("\'"+mes(Math.floor(ff3/16))+"\'")+eval("\'"+mes(ff3-(Math.floor(ff3/16)*16))+"\'");
 }
 else
 {
  ff3=hh3-Math.floor((hh3-pp3)/stappen*stap);
  ff3=eval("\'"+mes(Math.floor(ff3/16))+"\'")+eval("\'"+mes(ff3-(Math.floor(ff3/16)*16))+"\'");
 }
 return ff1+ff2+ff3;
}

mesh=new Array();
num3=0;
num4=0;
txt="";

function shape()
{
 colorsh.innerHTML="<font color='#"+background_color+"'>"+message+"<\/font>";
 for(i=0;i != message.length;i++)
 {
  mesh[i]=background_color;
 }
 for(i=0;i != message.length;i++)
 {
  mesh[i+message.length]=color(background_color,text_color,message.length,i);
 }
 for(i=(message.length*2);i != (message.length*3);i++)
 {
  mesh[i]=text_color
 }
 shape2();
}

function shape2()
{
  for(i=0;i != message.length;i++)
  {
    txt=txt+"<font color='"+mesh[i+num3]+"'>"+message.charAt(i)+"<\/font>";
  }
  colorsh.innerHTML=txt;txt="";
  if(num3 != (message.length*2))
  {
    num3++;
    setTimeout("shape2()",50)
  }
  else
  {
   num2=0;
   num3=0;
   txt=background_color;
   background_color=text_color;
   text_color=txt;
   txt="";setTimeout("shape()",1000);
  }
}

shape();
</script>

______________
Www.FaLoG.Tr.Gg
Mesaj15.06.2009, 12:44 (UTC)    
Mesaj konusu:

Payşlaşım için teşekkürler fakat siz bir yardımsever olarak bu!Kodlar Sabit Başlıklarda Paylaşılmalıdır!nu bilmelisiniz
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj15.06.2009, 15:01 (UTC)    
Mesaj konusu:

eyvallah saolun Mr. Green
Mesaj16.06.2009, 11:02 (UTC)    
Mesaj konusu:

Polemic e girmeye gerek yok yorumlar için sizler saolun yardımcı olabildiysem
ne mutlu bana Wink Cool
______________
Www.FaLoG.Tr.Gg
Önceki mesajları göster:   


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