Programalama > PHP


Ort. 0
Puan ver:
<html><head><title>Sayisal</title></head><body> 
<center> 
<? 
$url="http://www.milliyet.com.tr/". date("Y") . "/" . date("m") . "/" . date("d") ."/"; 


$ödünç = file($url); 


$satir = sizeof($ödünç)-1; // Sayfanin satir sayisi 
for ($i=0; $i<$satir; $i++) 
{ 
if ( trim($ödünç[0]) != '<!-- SAYISAL LOTO  -->') { array_shift($ödünç); } else { $ok = true; break; } 
} 

// Baslik bulunamadiysa sayfa yapisi degisti demektir 
if ( ! $ok ) 
{ 
exit; // Scriptten çik 
} 

// Döviz basligi bitisini bul 
$ok = false; 
$satir = sizeof($ödünç)-1; // Sayfanin satir sayisi 
for ($i=0; $i<$satir; $i++) 
{ 
if (trim($ödünç[sizeof($ödünç)-1]) != '<!-- ----------------- -->') 
{ 
array_pop($ödünç); 
} else { 
$ok = true; 
break; 
} 
} 

// Baslik bulunamadiysa sayfa yapisi degisti demektir 
if ( ! $ok ) 
{ 
exit; // Scriptten çik 
} 


$toplam = ""; 
foreach( $ödünç as $tampon) 
{ 
$toplam .= trim($tampon); 
} 

$ödünç = ""; 


$sayisal = stristr($toplam,"SAYISAL"); 
$sayisal = substr(stristr($sayisal,'bgcolor="#FFE097">'),18); 
$sayisal = substr($sayisal,0,strpos($sayisal,"<")); 

?> 

<table border="0" width="200" cellspacing="0" cellpadding="0"> 
  <tr> 
    <td width="100%" bgcolor="#000000"> 
      <table border="0" width="100%" cellspacing="1" cellpadding="0"> 
        <tr> 
          <td width="100%" bgcolor="#C0C0C0" colspan="2"><font face="Verdana" size="2"><b>Sayisal Loto:</b></font></td> 
        </tr> 
        <tr> 
          <td width="100%" bgcolor="#FFFFFF"><font size="1" face="Verdana"><? echo $sayisal; ?></font></td> 
        </tr> 
      </table> 
    </td> 
  </tr> 
</table> 
</body> 
</html> 
<? 
$toplam = ""; 
$tampon = ""; 
$ödünç = ""; 
// The End 
?> 


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.