| Server IP : 185.86.4.75 / Your IP : 216.73.216.143 Web Server : Apache System : Linux lotom.com.tr 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64 User : lotomcom ( 10006) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/lotom.com.tr/httpdocs/ |
Upload File : |
<?
$siteadresi = file_get_contents("http://www.lototurkiye.com/v5/p_go2.asp?pt=s_cekilis&bultarih=20121215&loto=SAYISAL-LOTO-SONUC-SON-CEKILIS");
$ikramiye = explode('<td width="16%" align="right"><b>',$siteadresi);
$ikramiye=explode('</b></td>',$ikramiye[1]);
$ikrami1=$ikramiye[0];
$ikramiye = explode('<td width="17%" align="right"><b>',$siteadresi);
$ikramiye=explode('TL</b></td>',$ikramiye[1]);
$ikrami2=$ikramiye[0];
$ikramiye = explode('<td width="16%" >5 Bilenler</td><td width="16%" align="right">',$siteadresi);
$ikramiye=explode('</td>',$ikramiye[1]);
$ikrami3=$ikramiye[0];
echo "$ikrami1<br>";
echo "$ikrami2<br>";
echo "$ikrami3<br>";
?>