KODLAR
Turkiye Resimli Saat Kodu
<IFRAME frameBorder=No height=115
scrolling=no src="http://www.kimim.com/webmaster/saat/bayrak1.htm"
width=115></IFRAME>.
--------------------------------------------------------
Beşiktaş Saat Kodu
<IFRAME frameBorder=No height=32
scrolling=no src="!http://www.kimim.com/webmaster/saat/besiktas.htm"
width=147></IFRAME>
--------------------------------------------------------
Galatasaray Saat Kodu
<IFRAME frameBorder=No height=31
scrolling=no src="http://www.kimim.com/webmaster/saat/saat.htm"
width=146></IFRAME>
--------------------------------------------------------
Fenerbahce Saat Kodu
<IFRAME frameBorder=No height=32
scrolling=no src="http://www.kimim.com/webmaster/saat/fener.htm"
width=147></IFRAME>
--------------------------------------------------------
TrabzonSpor Saat Kodu
<IFRAME frameBorder=No height=30
scrolling=no src="http://www.kimim.com/webmaster/saat/trabzon.htm"
width=144></IFRAME>
-------------------------------------------------------------------
Sitenize Televizyon Radyo Ekleyin
<FONT size=2><center>
<iframe name="player" height="250" width="600" src="http://www.canlitvradyo.com/tv.asp" border="0" frameborder="0" scroll="0" scrolling="no"></iframe></center>
------------------------------------------------------------
Hava Durumu
<script language="JavaScript"><!--
function Detayonline_chat(source, w, h)
{
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl +',scrollbars=yes,resizable'
win = window.open(source, 'Window', winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//--></script><b>
<a href="javascriptetayonline_chat('http://www.detayonline.com/asp/weather/report.asp','630','400');">
Hava Durumu<font color="#0000FF"></a></font></b></font></a></b>
-----------------------------------------------------------
Hava Durumu
<p><script language="JavaScript"><!--
function Detayonline_chat(source, w, h)
{
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl +',scrollbars=yes,resizable'
win = window.open(source, 'Window', winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//--></script>
<input type="button" value="Hava Durumu" onclick="javascriptetayonline_chat('http://www.detayonline.com/asp/weather/report.asp','630','400');" style="background-color: rgb(51,102,153); color: #FFFFFF; font-weight: bold; font-size: 8pt; font-family:Verdana"></p>
<p>
<FONT size=1>
-----------------------------------------------------------
Doviz Kodlar
<?php
function tcmb($bakilacak,$site)
{
$fp=@fopen($site,"r");
if($fp) {
while(!feof($fp)) {
$satir=fgets($fp,512);
$code=substr($satir,0,3);
if($code==$bakilacak)
{
$sonuc=split("[[:space:]]+",$satir);
$doviz[1]=substr($sonuc[4],0,9);
$doviz[2]=substr($sonuc[5],0,9);
$doviz[3]=substr($sonuc[3],0,9);
$doviz[4]=substr($sonuc[4],0,9);
$doviz[5]=substr($sonuc[6],0,9);
return $doviz;
}
}
}
}
$usd_doviz=tcmb('USD','http://www.tcmb.gov.tr/kurlar/today.html');
$eur_doviz=tcmb('EUR','http://www.tcmb.gov.tr/kurlar/today.html');
if ($dosya = fopen("kur.kur","w")) { fwrite($dosya,$usd_doviz[1]."n".$usd_doviz[2]."n".$eur_doviz[3]."n".$eur_doviz[1]); }
--------------------------------------------------------
Doviz Kodları
<?
$imkb = file("kur.kur");
echo "Doviz Alış: $imkb[0]<br>";
echo "Doviz Satış: $imkb[1]<br>";
echo "<br>";
echo "Euro Alış: $imkb[2]<br>";
echo "Euro Satış: $imkb[3]<br>";
?>
|